-
Updated
Feb 1, 2021 - Go
Here's what's popular on GitHub today...
-
Updated
Feb 1, 2021 - JavaScript
-
Updated
Feb 1, 2021 - Shell
There are many reports of the test being flaky: bitcoin/bitcoin#20672 (comment)
Thus, it should be made more robust, as described in bitcoin/bitcoin#20538 (comment)
Useful skills:
- Background in our functional test suite (python3)
- Background in zmq
Want to work on this issue?
For guidance on
-
Updated
Feb 1, 2021 - JavaScript
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
Mergify
Mergify is a pull requests automation service. It allows you to trigger actions when your pull requests match defined criteria.
In a few lines of YAML, you could write a rule that automatically merges a pull request if:
- it has been approved
- the test suite passes
We have plenty of examples.
Mergify executes actions for you, freeing you from the burden of managing your pull requests.
Hello everyone, I will explain the current status of manim in this issue.
Now there are three main manim versions, and their differences:
- The
masterbranch of 3b1b/manim: Rendering on GPU using OpenGL and moderngl. Support interaction and have higher efficiency. - ManimCommunity/manim: (@ManimCommunity
-
Updated
Feb 1, 2021 - TypeScript
-
Updated
Jan 31, 2021 - Java
As discussed in #3926, the following files do not have .py extensions because TensorFlow does not yet support the current Python.
- dynamic_programming/k_means_clustering_tensorflow.py_tf
- machine_learning/lstm/lstm_prediction.py_tf
- neural_network/gan.py_tf
- neural_network/input_data.py_tf
TODO: Restore the .py file extensions
-
Updated
Feb 1, 2021 - Python
-
Updated
Feb 1, 2021 - C#
-
Updated
Jan 31, 2021 - Python
We are currently running part of the CPython test suite. This is a good place for people new to the project to contribute. Contribution here can come in two ways:
- Fix failing test - Look for tests marked as skipped or xfail and fix RustPython so that the test will pass.
- Add more tests suites - Copy test suite from CPython and mark failing tests with xfail or skip.
In order to run the te
Extend the os module
-
Updated
Feb 1, 2021 - C++
-
Updated
Feb 1, 2021
-
Updated
Jan 31, 2021
-
Updated
Feb 1, 2021 - Jupyter Notebook
-
Updated
Feb 1, 2021
-
Updated
Feb 1, 2021 - JavaScript
-
Updated
Feb 1, 2021 - Jupyter Notebook
-
Updated
Jan 31, 2021 - C#
-
Updated
Feb 1, 2021 - Java
-
Updated
Feb 1, 2021 - Vue
Stale
Automatically close stale Issues and Pull Requests that tend to accumulate during a project.
How it works
After a period of inactivity, a label will be applied to mark an issue as stale, and optionally post a comment to notify contributors that the Issue or Pull Request will be closed.
If the Issue or Pull Request is updated, or anyone comments, then the stale label is removed.
If no more activity occurs, the Issue or Pull Request will be automatically closed with an optional comment.
Add quickselect algorithm. Quickselect is a selection algorithm to find the kth smallest element in an unordered list.