Here's what's popular on GitHub today...
Trending repository
-
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
Atom
Trending repository
-
Updated
Aug 25, 2021 - C#
Trending repository
-
Updated
Jun 11, 2021 - Go
Upcoming event recommended by GitHub
GitHub Universe Extended en Español
November 17, 2021 • Online
Trending repository
-
Updated
Nov 11, 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
Zube
Zube is a stand-alone Agile project management tool that lets you seamlessly work with GitHub Issues.
Zube is right for you if you want any of these:
- A real time two way integration with GitHub Issues that keeps your information in sync
- Organize your Issues on a kanban board or sprint board
- Allow non-developers without GitHub access to easily work with developers
- Simultaneously manage Issues across multiple repos
- Mange private cards alongside public GitHub Issues (ideal for OSS dev)
Trending repository
-
Updated
Nov 13, 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
-
Updated
Nov 13, 2021 - Python
Trending repository
Trending repository
-
Updated
Nov 13, 2021 - Java
Trending repository
-
Updated
Nov 11, 2021 - JavaScript
Trending repository
-
Updated
Nov 13, 2021 - C#
Trending repository
-
Updated
Nov 4, 2021 - Java
Trending repository
Trending repository
-
Updated
Nov 12, 2021 - Rust
Trending repository
-
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
-
Updated
Nov 13, 2021 - C++
App recommended by GitHub
WakaTime
Productivity metrics, insights, and time tracking automatically generated from your programming activity.
How it Works
-
Install the open-source plugin for your editor
-
Write code like you already do
-
Get a personal or team dashboard with metrics about your programming
Features
- Fully-automatic project detection
- Language usage breakdown
- Private Leaderboards
- Commit stats
- Embeddable SVG charts

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.