-
Updated
Oct 19, 2020 - C#
first-timers
Here are 233 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
``
I have noticed that there are other references to Cloud9 in:
Rake Tasks
and
Bash Script
Todo
Lets remove these two files https://github.com/publiclab/plots2/blob/main/lib/tasks/cloud9.rake and https://github.com/publiclab/plots2/blob/main/install_c
-
Updated
Oct 3, 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"
-
Updated
Oct 20, 2020
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
-
Updated
Oct 20, 2020 - Java
Update README file
Contribute to this repository by updating and beautifying the README.md file.
Pretty easy right?
Scripts
-
Updated
Dec 6, 2018 - Python
Binary Tree
Implementation of the following in Cpp:
-
AVL Tree
-
Basic Binary Tree
-
Binary Search Tree
-
Binary Tree traversal
-
Recursive Binary Search Tree
-
Lazy Segment Tree
-
Fenwick Tree
-
Non Recursive Segment Tree
-
Red-Black Tree
-
Updated
Jul 31, 2020 - Python
Disjoint Sets
I want to work on this.
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
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.
-
Updated
Oct 9, 2020 - C++
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
Oct 20, 2020 - Jupyter Notebook
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.
- 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
Jul 2, 2019
-
Updated
Nov 19, 2019 - Java
-
Updated
Oct 31, 2019 - HTML
-
Updated
Apr 26, 2019
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!