-
Updated
Sep 3, 2020 - C#
first-timers
Here are 153 public repositories matching this topic...
Get user input
calc md5hash of file
Try Yaegi
Hi, this is a first-timers-only issue. This means we've worked to make it more legible to folks who either haven't contributed to our codebase before, or even folks who haven't contributed to open source before.
If that's you, we're interested in helping you take the first step and can answer questions and help you out as you do. Note that we're especia
-
Updated
Nov 9, 2019 - Assembly
Requirements
I think there already is an issue for each requirement, but I'll just bring it all together here.
Script files:
Your ending script file should look something like this:
// LANGUAGE: Javascript
// ENV: Node.js
// AUTHOR: Steven Copeland
// GITHUB: https://github.com/StevenCopeland
console.log("Hello World")
Do NOT make your file like this
``
-
Updated
Aug 30, 2020 - Ruby
There are some repos which don't count towards hacktoberfest 2019. Try to remove those as it will save time.
-
Updated
Sep 2, 2020 - Java
-
Updated
Dec 6, 2018 - Python
Scripts
Make a PR with your custom useful script. We'll merge useful scripts.
-
Updated
Jul 31, 2020 - Python
-
Updated
May 3, 2020 - C++
Disjoint Sets
I want to work on this.
Feed : https://up-for-grabs.net/javascripts/projects.json
Currently there is an nightly process that runs on a container to create a specific json feed in Azure Container Instances.
-
Updated
Jul 2, 2019
-
Updated
Nov 19, 2019 - Java
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Oct 31, 2019 - HTML
-
Updated
Apr 26, 2019
- Do you want to add a New solution ?
- Or you solution is better than already added solution ?
Then go ahead and create a pull request. Please read Pull Request Process for simple steps to contribute
-
Updated
Nov 1, 2017 - PHP
We could add more types of rate limiters, it's up to you, everything is acceptable as long as it's not already implemented by someone else.
Full-body text search
-
Updated
Oct 12, 2019
-
Updated
Aug 24, 2020
I think we need a more helpful README page. @jocelynshen started this with #25, and that's good, but I was about to comment on there that I'm not 100% sure we need links to the various subfolders in it. So, then, perhaps we should do two things to proceed forward:
- Figure out what should go into a README (and add appropriate references to our resources page), and
- Make those changes.
-
Updated
Feb 4, 2020 - C#
Improve this page
Add a description, image, and links to the first-timers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the first-timers topic, visit your repo's landing page and select "manage topics."

It's common when writing scripts that install or configure things to need input from the user (at a minimum, something like 'Press Enter to continue'; at a maximum, to be able to prompt the user for input, with an optional default value, and return that value).
Let's use this issue to design how that would look, and I invite suggestions!