help-wanted
Here are 387 public repositories matching this topic...
Downloads albums in bulk
-
Updated
Dec 19, 2020 - Java
This is a list of projects which have curated tasks specifically for new contributors. These issues are a great way to get started with a project, or to help share the load of working on open source projects. Jump in!
-
Updated
Dec 19, 2020 - JavaScript
Free and Open Source Full Stack RAPID API DEVELOPMENT | CURRENTLY UNMAINTAINED - READ MORE HERE
-
Updated
Dec 1, 2017 - TypeScript
Randomizable value properties are a mess, there is a lot of minimumValue (random and animation have it) properties and a value.
This must be simplified in a simpler property type:
value: number | IRangeand the new IRange interface is made like this:
interface IRange {
min: number,
max: number
}Old properties should be
A marriage between the Shazam Discover UI and Tinder, built with UICollectionView in Swift.
-
Updated
Oct 4, 2020 - Swift
There is a gap in the docs about managing your installation using github settings and imgbot settings
Main points:
For managing your imgbot installation check out github's docs.
They offer 2 options for managing this. You can select which repositories you want it installed in, or you can choose "all repositories including all future repositories".
You can log in and see your repos and req
Add a README.md file inside the Searching Directory. The file should contain a table that has
- Columns of searching algorithms and programming languages(C, CPP, Python, Java, etc.)
- Add a row of each searching algorithm and mark a
✔️ with a LINK to code if it is currently implemented in the corresponding pr
Hello World in all possible programmnig languages
-
Updated
Nov 2, 2020 - Assembly
First of all, congrats for the new interface of the new Barinsta. It looks professional and it's a significant improvement over the previous version. I have a few more suggestions based on v19.0-a2 besides those older suggestions that you considered:
- Add an option at settings to make the bottom navigation bar fixed or auto hidden.
This project is waiting for your contribution. If you have never contributed code on GitHub before, this is the project to get you started.
-
Updated
Dec 17, 2020 - HTML
Hacktoberfest 2019
Hacktoberfest is approaching, and so are your chances to get a free tee from Digital Ocean and DEV!
Start contributing to Open-Source by making your first Pull Request at https://www.gitstart.tech
P.S.: To win an official limited edition Hacktoberfest shirt, you must sign up on the Hacktoberfest site: https://hacktoberfest.digitalocean.com and make **four pull requests (PRs) on
Hacktoberfest 2018. Check out the end video for this project ->
-
Updated
Oct 13, 2020 - HTML
BoxBilling - Open source billing and client management software
-
Updated
Dec 16, 2020 - PHP
-
Updated
Dec 14, 2020 - Go
Uma lista de canais ou cursos sobre tecnologia feitos por mulheres.
-
Updated
Nov 17, 2020
Responding to idle users in Angular (not AngularJS) applications.
-
Updated
Sep 10, 2020 - TypeScript
Will be great have approach to put some arguments for make test or commands some like this.
For that we need add some like that into Makefile.
# arguments
FIRST_ARG := $(firstword $(MAKECMDGOALS))
ARGS = $(filter-out $@,$(MAKEOVERRIDES) $(MAKECMDGOALS))
MAKEFILE_PATH := $(abspath $(firstword $(MAKEFILE_LIST)))
%:
@:
and after that add ${ARGS} to our commands
te
Keep track of the foods that Dr. Greger recommends in his NYT's best-selling book, How Not to Die with this Android app
-
Updated
Sep 13, 2020 - Java
Importer and scripts for Warcraft II: Tides of Darkness, the expansion Beyond the Dark Portal, and Aleonas Tales
-
Updated
Dec 19, 2020 - C
Updated:
Please add a solution to any problem that you solved on Udacity. Beginners with Git are welcome to add their solution and they may reference this isssue. It stays open so others can come and contribute. Please follow the guidelines in CONTRIBUTING.md while submitting the solution.
A 2d game that aspires to be similar to Rimworld, with more depth, magic, and RPG concepts.
-
Updated
Jul 13, 2020 - C#
MySQL Handler for Monolog, which allows to store log messages to a MySQL Table
-
Updated
Nov 24, 2020 - PHP
The page needs to be doublechecked and reviewed.
https://github.com/arduosoft/RawCMS/blob/features/logcollecting/docs/LogCollecting.md
boltBrowser is a GUI web-based explorer and editor for boltDB
-
Updated
Feb 20, 2019 - Go
Clojure ecommerce platform
-
Updated
Sep 7, 2020 - Clojure
Improve this page
Add a description, image, and links to the help-wanted topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the help-wanted topic, visit your repo's landing page and select "manage topics."



When I passed NaN and an object with the "valueOf" attribute value as a callable function to the first and second parameters of Math.max, chakra did not execute this function. According to the ES10 standard, the ToNumber operation is performed on each parameter of Math.max, and the "valueOf" attribute value function of the second parameter will be executed.
version
chakra-1_11_22
**co