Here's what's popular on GitHub today...
Trending repository
-
Updated
Mar 9, 2022 - Go
Popular topic
Terminal
Trending repository
Trending repository
-
Updated
Mar 8, 2022 - Go
Upcoming event recommended by GitHub
OSCA22
March 24, 2022 - March 28, 2022 • Online
Trending repository
-
Updated
Mar 9, 2022 - Python
Trending repository
-
Updated
Mar 9, 2022
Collection recommended by GitHub
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!
App recommended by GitHub
ZenHub
ZenHub is the only project management tool that integrates natively within GitHub’s user interface. No lengthy onboarding. No configuration headaches. No separate logins. Developers stay in an environment they love and Project Managers get total visibility into the development process.
Dev teams at companies like NASA, Microsoft, Adobe, Comcast, Docker, VMware, and Leap Motion trust ZenHub's powerful browser extension to help them ship better software.
Trending repository
Trending repository
-
Updated
Mar 9, 2022 - JavaScript
Trending repository
-
Updated
Mar 8, 2022 - Go
Trending repository
Trending repository
-
Updated
Mar 7, 2022 - JavaScript
Trending repository
Here I would to talk about some problems with RTL Languages and their solutions.
I will explain all the points here, and we can have a discussion about it.
and maybe add a section that talking about these problems & solution in Guidelines in CONTRIBUTING
**The base discussion on this issue starts o
Trending repository
-
Updated
Mar 6, 2022
Trending repository
-
Updated
Mar 9, 2022 - Jupyter Notebook
Trending repository
Trending repository
-
Updated
Mar 7, 2022 - PowerShell
Trending repository
-
Updated
Mar 8, 2022 - TypeScript
Trending repository
Reading data from S3
Hi! I was wondering if it is possible to read data from AWS S3 to train a model such as BasicVSR.
I have been reading the docs and all indicates it could be done by modifying my config file, and setting the backend option to "ceph" instead of the default "disk".
Then I sett the paths to:
lq_folder = "S3://my-bucket/my-dataset/lq_folder"
gt_folder = "S3://my-bucket/my-dataset/gt_folder"
But I ca
Trending repository
-
Updated
Mar 8, 2022 - Swift
Trending repository
Relevant spec sections:
https://drafts.csswg.org/selectors-4/#the-dir-pseudo
https://html.spec.whatwg.org/multipage/semantics-other.html#selector-ltr
The interesting cases to test are from the definition of "directionality" in HTML:
https://html.spec.whatwg.org/multipage/dom.html#the-directionality
- element with
dir="ltr"matches:dir(ltr)(#26159) - root element without `
Trending repository
-
Updated
Mar 7, 2022 - JavaScript
Trending repository
Can we create a new "Consumer Electronics" category for TechSpecs API https://techspecs.readme.io/.
This is an API that provides the easiest way to get the detailed technical specifications of any consumer electronics product in the world.
Trending repository
-
Updated
Mar 8, 2022 - Python
Trending repository
-
Updated
Mar 9, 2022 - JavaScript
Trending repository
-
Updated
Mar 7, 2022
App recommended by GitHub
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.
We have a lot of
is_prime(or similar) functions: https://github.com/TheAlgorithms/Python/search?p=4&q=is_prime, https://github.com/TheAlgorithms/Python/search?q=isPrime, data_structures/hashing/number_theory/prime_numbers, etc. Shall we use one common function for that exactly identical