up-for-grabs
Here are 58 public repositories matching this topic...
-
Updated
Dec 8, 2020 - Java
-
Updated
Dec 13, 2020 - JavaScript
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
Hello 👋
It’s that time of year again when we come together to support and celebrate the open source technologies we use and love. To help you celebrate Hacktoberfest 2020, **I have opened a few issues for #CodeNewb
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.
The mark note for algiorithms often looks like this:
apply(note1);
apply(note2);
apply(note3);
...
It would be more convenient to write
apply(note1, note2, note3, ...)
Graph Algos in Cpp
Implementation of the following Graph Algorithms in Golang:
-
Breadth-First Search
-
Depth First Search
-
Cycle Detection in DAG (Directed Acyclic Graph)
-
Prim's Algorithm
-
Kruskal's Algorithm
-
Bellman-Ford Algorithm
-
Floyd Warshall Algorithm
-
Dijkstra Algorithm
-
Johnson Algorithm
-
Kosaraju's Algorithm
-
Tarjan's
when the server is running, it should write its outputs to a log file. research how this is done.
-
Updated
Jul 9, 2020 - Python
more informative instructions to beginners in open-source.
add MST
-
Updated
Feb 4, 2019 - JavaScript
Currently, the details endpoint displays raw JSON data. It should display that data in a more user-friendly manner.
There is no current requirement for technology to be used here, and for the data itself, it only needs to be the same that is currently provided.
-
Updated
Apr 10, 2020 - Go
-
Updated
Oct 12, 2019
-
Updated
Nov 1, 2019 - HTML
-
Updated
Jan 20, 2019 - C#
-
Updated
Apr 18, 2019 - Python
-
Updated
Sep 18, 2020 - Svelte
-
Updated
Nov 5, 2019 - CSS
-
Updated
Nov 25, 2020 - Verilog
Let's participate to Hacktoberfest 2020 by making a contribution here. The rules and how-to-contribute information are provided in README.md. Enjoy!
-
Updated
Dec 24, 2018 - Go
Add any JAVA code
Add any JAVA code or tricks in the respective folders
Example - Exceptional Handling questions in the Exceptional Handling folder, etc.
-
Updated
May 28, 2017 - Java
Improve this page
Add a description, image, and links to the up-for-grabs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the up-for-grabs 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