-
Updated
Aug 9, 2022 - Go
hacktoberfest2020
Here are 9,711 public repositories matching this topic...
We just need to write information in the wiki about how to configure the language of an application that use MaterialDesignInXaml.
- Update the Wiki
Related issue : MaterialDesignInXAML/MaterialDesignInXamlToolkit#2318
-
Updated
Aug 8, 2022 - Shell
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
Cloud Providers
Add following Contents to Cloud Providers - https://github.com/Tikam02/DevOps-Guide/tree/master/Cloud_providers
- Add basic concepts of following providers:
- AWS
- GCP
- Azure
- Add tips & tricks
- Add commands
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 :(
-
Updated
Aug 10, 2022 - PHP
Pikopixel icon
To make icon requests, please use the Discussions feature, do not create an issue to make icon requests
-
Updated
Jul 31, 2022 - JavaScript
-
Updated
Aug 11, 2022 - C#
-
Updated
Aug 8, 2022 - Python
Can you please circulate UNDP Internship opportunity advertised below:
-
Updated
Jul 7, 2022 - PHP
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
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 ...
-
Updated
Jul 20, 2022 - JavaScript
Mencionar as PRs com os conteúdos aqui na Issue
Exemplo: Conteúdo adicionado na PR #15
-
Updated
Aug 10, 2022 - HTML
-
Updated
Jul 29, 2022 - C
This includes init() and go:generate comment plus everything else.
-
Updated
Aug 9, 2022 - Python
-
Updated
Jun 1, 2022 - SCSS
-
Updated
Oct 15, 2020 - Java
-
Updated
Jun 25, 2022 - PHP
-
Updated
Sep 2, 2021
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 ...
-
Updated
Jul 23, 2022
Improve this page
Add a description, image, and links to the hacktoberfest2020 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hacktoberfest2020 topic, visit your repo's landing page and select "manage topics."

https://github.com/Ebazhanov/linkedin-skill-assessments-quizzes/blob/main/kotlin/kotlin-quiz.md#q2-when-the-airplane-class-is-instantiated-it-displays-aircraft--null-not-aircraft--c130-why
Q2 is wrong. Abstract function can't be called (that's why it is abstract) so it can't return null. The answer closest to "A superclass is initialized before its subclass. Therefore, name has not been set bef