hacktoberfest2020
Here are 9,947 public repositories matching this topic...
-
Updated
Jan 8, 2022 - Go
Right now the Getting Started section in the README is a bit outdated.
People who are just getting started with this library are not likely to have all of the dependencies needed (latest version of VS, .NET Core
-
Updated
Jan 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
React
Here is one question but I am not sure for the answer.
What value of button will allow you to pass the name of the person to be hugged?
class Huggable extends React.Component {
hug(id) {
console.log("hugging " + id);
}
render() {
let name = "kitteh";
let button = // Missing code
return button;
}
}
- <button onClick={(name) => this.hub(n
I have an existing Dockerfile that I'd like to use earthly with, but it requires a secret and I don't know how to provide that secret.
Let's say I have the following Dockerfile:
FROM busybox:latest
RUN --mount=type=secret,id=my_secret,target=/mount.txt \
cp /mount.txt /secret.txt
To build this I'd run
docker build . --secret id=my_secret,env=A_SECRET_IN_MY_ENV
I want t
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
Jan 8, 2022 - PHP
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
Pikopixel icon
To make icon requests, please use the Discussions feature, do not create an issue to make icon requests
-
Updated
Dec 30, 2021 - JavaScript
-
Updated
Nov 29, 2021 - C#
-
Updated
Jan 8, 2022 - Python
-
Updated
Dec 18, 2021 - PHP
-
Updated
Aug 11, 2021 - JavaScript
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 ...
Mencionar as PRs com os conteรบdos aqui na Issue
Exemplo: Conteรบdo adicionado na PR #15
-
Updated
Jan 3, 2022 - C
-
Updated
Sep 30, 2021 - HTML
-
Updated
Jan 4, 2022 - Python
-
Updated
Oct 15, 2020 - Java
-
Updated
Jan 6, 2022 - PHP
This includes init() and go:generate comment plus everything else.
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 :-)
-
Updated
Oct 5, 2020
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
Sep 2, 2021
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."

This repository is getting a lot of activity for Hacktoberfest which is great to see!
One thing we need help with is filling in missing information for existing companies. This needs to be done one by one for each company by looking at their website.
This is a good first task, and if you submit 4 PRs for one company each, then you've already met the requirements for Hacktoberfest!
He