Skip to content

Here's what's popular on GitHub today...

Build a game this November!

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!

Docker logo

Popular topic

Docker is a platform built for developers to build and run applications.

Trending repository

The Future of Open Source: Is It Sustainable?

Upcoming event recommended by GitHub

Dec
14

The Future of Open Source: Is It Sustainable?

December 14, 2021 • Online

This Live event will showcase leading maintainers in the community and discuss the future of open source sustainability.
Depfu screenshot

App recommended by GitHub

Depfu

Depfu is the best way for busy teams to keep their app dependencies up-to-date. We believe doing small, easy to assess updates regularly and supported by automation is a lot easier than falling behind and having to update everything at once.

We support all Ruby projects using Bundler, all JS projects using npm or Yarn, all Elixir projects using Hex and all PHP projects using Composer. Lock files are handled automatically.

View Depfu website

Trending repository

youknowone
youknowone commented Nov 28, 2021

https://docs.python.org/3/library/hashlib.html

Changed in version 3.9: All hashlib constructors take a keyword-only argument usedforsecurity with default value True. A false value allows the use of insecure and blocked hashing algorithms in restricted environments. False indicates that the hashing algorithm is not used in a security context, e.g. as a non-cryptographic one-way compression fun

App recommended by GitHub

CommitCheck

CommitCheck ensures your commit messages are consistent and contain all required information. You can check that commits contain a JIRA number or ensure commits don't contain WIP.