-
Updated
Jul 6, 2022 - Go
{{ message }}
We just need to write information in the wiki about how to configure the language of an application that use MaterialDesignInXaml.
Related issue : MaterialDesignInXAML/MaterialDesignInXamlToolkit#2318
A collection of ZSH frameworks, plugins, themes and tutorials.
if you are looking to contribute to Mind-Expanding Books, I would recommend focusing on improving the website which can be accessed at http://books.vishnuks.com/ (soon to get its own domain). The source code lives in /app directory.
There are a ton of improvements that can be made to the website. I have some issues opened at https://github.com/hackerki
Request to create a syntax highlight package for Atom IDE https://atom.io/
Related to #1203 #359

source: https://insights.stackoverflow.com/survey/2021#most-popular-technologies-new-collab-tools
Hi @wulfsolter,
Regarding #230 you should also add this confirm alert on Delete button in Editing Document and Collection… on all delete button in fact :) - Currently it is easy to delete document or collection by mistake :(
An easy to use, free and open source laravel eCommerce platform to build your online shop in no time.
Image tracking, Location Based AR, Marker tracking. All on the Web.
ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API.
Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.
Can you please circulate UNDP Internship opportunity advertised below:
DaybydayCRM an open-source CRM, to help you keep track of your daily workflow.
https://material.io/resources/color/#!/?view.left=1&view.right=0 readability needs to be possible almost universally ideally. This means avoiding all caps strings in titles as screen readers read every letter and other nonsense like this however the first and foremost concern is just simply that we ship with a default that is visible for our sighted users who may have issues with color blindness
JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in AngularJS with CSS3 Responsive (with FTP in PHP / Java / Node)
If you want to contribute android projects to awesome-android-kotlin-apps, Pull Requests are welcomed!
If you are a beginner looking for your first contribution to Open Source, I will help you with Pull Request and contributing guide.
Feel free to send Pull Requests, fix typos, grammatical mistakes ...
Mencionar as PRs com os conteúdos aqui na Issue
Exemplo: Conteúdo adicionado na PR #15
Kubernetes - Beginners | Intermediate | Advanced
A distributed operating system
A Django application to manage tickets for an internal helpdesk. Formerly known as Jutda Helpdesk.
This includes init() and go:generate comment plus everything else.
toast-like alert pattern for Android inspired by the Google Material Design Spec
PHPUnit Pretty Result Printer -- make your PHPUnit tests look pretty!
we need to start using the device tree.
A good first step:
src/mainboard/emulation/qemu-armv7
in src/main.rs,
call print_fdt
as found in
lib/device_tree/src/lib.rs
This only sounds simple as stated here :-)
If you want to contribute android learning resources to awesome-android-learning-resources, Pull Requests are welcomed!
If you are a beginner looking for your first contribution to Open Source, I will help you with Pull Request and contributing guide.
Feel free to send Pull Requests, fix typos, grammatical mistakes ...
CSS loading animations with minimal effort!
Add a description, image, and links to the hacktoberfest2020 topic page so that developers can more easily learn about it.
To associate your repository with the hacktoberfest2020 topic, visit your repo's landing page and select "manage topics."
Q19. When do you use useLayoutEffect?
[ ] to optimize for all devices
[ ] to complete the update
[ ] to change the layout of the screen
[x] when you need the browser to paint before the effect runs
Although the fourth option is checked, this is what I've found on web about useLayoutEffect which is completely against the checked option: