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
Babel
Trending repository
-
Updated
Aug 25, 2021 - C#
Trending repository
-
Updated
Jun 11, 2021 - Go
Upcoming event recommended by GitHub
Desarrollando directamente desde el browser GitHub Codespaces
November 24, 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
App recommended by GitHub
Hound
Hound reviews your code then comments directly in Pull Requests, helping your team maintain consistent coding style and high code quality.
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
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.

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.