Here's what's popular on GitHub today...
Trending repository
A collection of simple python mini projects to enhance your python skills
-
Updated
Nov 13, 2021 - Python
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
Vagrant
Trending repository
A cute running cat animation on your windows taskbar.
-
Updated
Nov 14, 2021 - C#
Trending repository
✍🏻 这里是写博客的地方 —— Halfrost-Field 冰霜之地
-
Updated
Jun 11, 2021 - Go
Upcoming event recommended by GitHub
Desarrollando directamente desde el browser GitHub Codespaces
November 24, 2021 • Online
Trending repository
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
-
Updated
Nov 14, 2021
Trending repository
## Python/Regex fix
This is a reminder for me or a task if anyone wants :P
Basically, The last two questions aren't really regex's questions.
To do:
- Move said questions to correct place.
- Add new regex questions (Python related!)?
- Maybe add a new ## Regex section, as it is a valuable skill
Collection recommended by GitHub
Game Engines
Frameworks for building games across multiple platforms.
App recommended by GitHub
Airbrake
Airbrake empowers engineering teams to release with confidence. We alert you to new errors, and give you the information you need to fix those bugs fast. So you can spend less time debugging and focus on writing and shipping great code.
Trending repository
Blendshape and kinematics solver for Mediapipe/Tensorflow.js face, eyes, pose, and hand tracking models.
-
Updated
Nov 14, 2021 - JavaScript
Trending repository
A clear and concise description of what the bug is.
The superset chart table sets the number of pagination rows to select the setting, and add the option of whether to select all

like this
.weekday -> 5 // fifth day in the current week.
Guess what, 5 is not friday. It's thursday. It makes some sense after i dug deeper, but as a programmer, i assumed monday could be 0 or 1, therefore thursday should be 3 or 4. Monday is 2! Because sunday is 1!
**Describe the solution you'd li
Trending repository
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.
-
Updated
Nov 13, 2021 - Python
Trending repository
Trending repository
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.
-
Updated
Nov 14, 2021 - Java
Trending repository
JavaScript Style Guide
-
Updated
Nov 13, 2021 - JavaScript
Trending repository
PowerShell for every system!
-
Updated
Nov 13, 2021 - C#
Trending repository
苗苗 约苗 九价 秒杀 脚本
-
Updated
Nov 4, 2021 - Java
Trending repository
Trending repository
Secure and fast microVMs for serverless computing.
-
Updated
Nov 12, 2021 - Rust
Trending repository
A scalable overlay networking tool with a focus on performance, simplicity and security
-
Updated
Nov 12, 2021 - Go
Trending repository
Trending repository
https://github.com/taosdata/TDengine/blob/develop/tests/pytest/query/sliding.py
remove # Fix defect: https://jira.taosdata.com:18080/browse/TD-2700 , and only reserve TD-2700
Trending repository
What should be cleaned up or changed:
Jobs ci-kubernetes-e2e-gci-gce-alpha-features and [pull-kubernetes-e2e-gce-alpha-features](https://github.com/kubernetes/test-infra/blob/c22abc29319ca84054c05b326abf41a722c10d49/config/jobs/kubernete
Trending repository
If I execute an alias on an instance and that instance is not running, I would expect the instance to be automatically started and then the alias executes. A message should be printed out saying what is happening.
Trending repository
Protocol Buffers - Google's data interchange format
-
Updated
Nov 13, 2021 - C++
App recommended by GitHub
Flaptastic
Manage flaky unit tests with the unit testing framework you already use.
Features
- Checkbox to instantly disable any unhealthy unit test across all branches
- GitHub flaky test warnings on pull requests
- Slack alerting to team channel who's test are flapping
- Metrics and charting to aid you in fixing the biggest disruptions first
Requirements
- CI/CD (CircleCI, TravisCI, Jenkins, etc.)
Flaptastic is designed for organizations with many codebases and teams.



f-strings offer better readability/performance than
str.formatand%, so we should use them in all places in our codebase unless there is good reason to keep the older syntax.