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
Node.js
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
DeepScan
Tired of the troubles with JavaScript? DeepScan can help you.
DeepScan is an advanced static analysis tool engineered to support JavaScript, TypeScript, React, and Vue.js.
You can use DeepScan to find possible runtime errors and quality issues instead of coding conventions. Integrate with your GitHub repositories to get quality insight into your web project.
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
LGTM
Continuous security analysis
LGTM is a code analysis platform for identifying vulnerabilities and preventing them from reaching production.
LGTM automatically runs 1600+ standard analyses contributed by researchers from the Semmle Security Research Team and our customer community, including Microsoft, Google, Uber and Mozilla.
Quickly refine and run custom QL queries to find variants of known issues and prevent them from being re-introduced into your codebase.

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.