first-timers
Here are 147 public repositories matching this topic...
Get user input
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!
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
Please do NOT open a new issue with a request to merge a PR. Please just comment here, or link your PR to this issue. If you comment here, please remember to include the PR number.
-
Updated
Nov 9, 2019 - Assembly
-
Updated
Feb 9, 2018 - JavaScript
Follow the steps given in readme.md and add yourself to the users.md file accordingly.
Welcome to Hacktoberfest 2019!
Check our Contributing Guide and add new funny algorithms to the repository.
You can add any algorithm that you consider fun, open a pull request and explain why it is fun!
-
Updated
Dec 6, 2018 - Python
Scripts
Make a PR with your custom useful script. We'll merge useful scripts.
-
Updated
May 3, 2020 - C++
Catalan number
Write a program to find the nth Catalan number ?
Details :
Programming language : Any
Directory : Algorithms/Dynamic Programming (DP code)
Algorithms/Mathematical Algorithms (Brute force)
Naming : catalan_yourname.extension
Explanation : Optional
To know about Catalan Numbers, proceed here.
If you look TopicController@show and UserController@shelf you will see we are setting ogImage param in the response to view. The image url is not set properly there since the social images are not appearing in the social card both for twitter and facebook.
Examples:
- https://booknshelf.com/topics/software-engineering
<img width="1035" alt="image 2017-10-19 at 3 49 32 pm" src="https
-
Updated
Jul 2, 2019
Hello folks, it's been a long time I prepared this for my talk on Webpack. React has gone through big changes so far. What you can do here is to add an example app using this boilerplate and using React Hooks
-
Updated
Feb 19, 2020 - C#
-
Updated
Nov 19, 2019 - Java
Hiya! I love the additional support for labels you've added in musically-ut/first-timers-only-bot#3:
https://github.com/musically-ut/first-timers-only-bot/blob/7438415d15e4a6f54666230a7aff46c35df44942/first_timers/first_timers.py#L10-L13
But I think it might be nice to clarify what label was assigned in the tweet. For example, an up-for-grabs issue probably isn't as n
-
Updated
Nov 7, 2019 - JavaScript
-
Updated
Oct 31, 2019 - HTML
-
Updated
Apr 26, 2019
-
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
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.
The searchbar currently has no css attached to it. Lets make it look nice!
More styled buttons
-
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."

Describe the bug
I modified the official Xamarin Forms RefreshView demo ever so slightly, replacing the
ICommandwith aReactiveCommand, and the demo broke.Specifically, pull-to-refresh will run once, and then never again.
I'm not entirely sure what goes on, but it feels like the thread