-
Updated
Jun 27, 2021 - C#
first-timers
Here are 257 public repositories matching this topic...
Get user input
Try Yaegi
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
Jun 16, 2021 - JavaScript
-
Updated
Nov 2, 2020 - Assembly
-
Updated
Oct 1, 2020 - Ruby
This is a really good task for beginners, you can help this awesome list by checking the repositories list.
If you find a repository that:
- Is not available anymore
- Is not being maintained anymore (11+ months of inactivity)
- Is not accepting pull requests anymore for hacktoberfest 2020
- Pull requests are not counting for hacktoberfest
- Repositories that are "only to add your name"
Step 1 - Fork this repository.
Step 2 - Clone the repository to yuor local machine.
Step 3 - Resolve this bugs, mentions provided in the Issues section of the repository. Also add a description what changes you ahve done.
Step 4 - Add the changes to your repository.
Step 5 - Create a PULL Request. And that's all.
NOTE - Please start the filename with platform name on which theproblem was solv
-
Updated
May 16, 2021
-
Updated
Jun 15, 2021 - C++
If your code is already in the repo, and you want to contribute more then you can proofread any program and make the VALID changes. And create a PR.
The valid changes are the following:
- Adding descriptive comments
- Changing the hardcoded input to user input
- Fixing errors
- 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
Mar 12, 2021 - Java
String algorithms:
-
String Hashing
-
Rabin-Karp for String Matching
-
Prefix function - Knuth-Morris-Pratt
-
Z-function
-
Suffix Array
-
Aho-Corasick algorithm
-
KMP Algorithm
-
Updated
Oct 4, 2020 - C
Update README file
Contribute to this repository by updating and beautifying the README.md file.
Pretty easy right?
Scripts
-
Updated
Dec 6, 2018 - Python
-
Updated
Mar 16, 2021 - Python
Within each Attorney Profile view, there is a "Previous Prosecutors" section:
As with the Attorney Profile itself along with the Attorney Cards on the homepage, this "Previous Prosecutors" section must be redesigned to match ou
-
Updated
Jan 14, 2021 - C++
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I think, homepage link which is missing in the Navbar logo is something that catches eye(atleast once) , Isn't it ?
Describe the solution you'd like
Addition of an anchor tag around the Navbar logo, simple as it sounds.
Disjoint Sets
I want to work on this.
-
Updated
Oct 31, 2020 - C++
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
Jun 2, 2021 - Python
-
Updated
Jul 2, 2019
-
Updated
Jun 27, 2021 - HTML
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!