Here's what's popular on GitHub today...
Trending repository
Game Off
Game Off is our annual month-long game jam where participants create games using their favorite game engines, libraries, and programming languages. Newbies, professional game developers, and everyone in between are welcome to join. It’s a great excuse to learn a new technology, collaborate on something over the weekends with friends, or create a game by yourself for the first time! Join now!
Popular topic
Sketch
Trending repository
-
Updated
Nov 19, 2021 - TypeScript
Trending repository
-
Updated
Nov 21, 2021 - Rust
Upcoming event recommended by GitHub
Game Off
November 01, 2021 - December 01, 2021 • Online
Trending repository
-
Updated
Nov 21, 2021 - C++
Trending repository
-
Updated
Nov 19, 2021 - C#
Collection recommended by GitHub
Made in India
Open source projects built in or receiving significant contributions from India :india:
App recommended by GitHub
BackHub Backups by Rewind
BackHub is a part of Rewind, the leader for SaaS backups trusted by over 100,000 organizations including HBO, Indigo, SCRIBD, Python Software Foundation and more.
Rewind automates your daily backups, ensuring fast recovery in a few clicks.
- Automated Daily Backups
- Fast Recovery Including Metadata
- Automated Sync to Your AWS S3 Bucket
- SOC 2 Compliant (Type 1 report available)
Trending repository
-
Updated
Nov 21, 2021
Trending repository
-
Updated
Nov 21, 2021 - Python
Trending repository
-
Updated
Nov 17, 2021
Trending repository
Trending repository
-
Updated
Aug 23, 2021 - Java
Trending repository
Bug report
Describe the bug
https://supabase.io/blog/2020/08/05/supabase-auth
Some of the images in our Auth blog post aren't loading
Trending repository
-
Updated
Nov 18, 2021 - Python
Trending repository
-
Updated
Nov 21, 2021 - Java
Trending repository
-
Updated
Nov 21, 2021 - JavaScript
Trending repository
Trending repository
-
Updated
Nov 21, 2021 - C++
Trending repository
-
Updated
Nov 16, 2021 - C#
Trending repository
-
Updated
Nov 21, 2021 - C
Trending repository
-
Updated
Nov 17, 2021 - Jupyter Notebook
Trending repository
-
Updated
Nov 18, 2021 - Vue
Trending repository
-
Updated
Nov 19, 2021 - Batchfile
Trending repository
-
Updated
Nov 12, 2021 - C++
Trending repository
-
Updated
Nov 20, 2021 - Go
Trending repository
-
Updated
Nov 21, 2021 - JavaScript
App recommended by GitHub
Travis CI
Travis CI enables your team to test and ship your apps with confidence. It’s built for everyone and for projects and teams of all sizes, supporting over 20 different languages out of the box, including Javascript and Node.js, Ruby, PHP, Python, Mac/iOS, as well as Docker, while giving you full control over the build environment to customize it to your own needs.
Travis CI is trusted by hundreds of thousands of open source projects, teams, and developers.

Right now, if you create a pack or a snapshot, we don't check for an already existing one. The idea is to use the AtomicFileCreate API to check for the existence without a TOCTOU bug since it may take some time to create an output.
So the task is to wire this together, or alternatively implement a straightforward fs::exists check.
We should also provide a flag to overwrite (--force?), since