Here's what's popular on GitHub today...
Trending repository
A modern replacement for Redis and Memcached
-
Updated
Jun 1, 2022 - C++
Game Bytes
The recently-ended Gamedev.js Jam 2022 encouraged game developers to create web games and share their sources on GitHub. GitHub Star
Popular topic
Telegram
Trending repository
These are the best resources for System Design on the Internet
-
Updated
May 31, 2022
Trending repository
A collection of design patterns/idioms in Python
-
Updated
May 31, 2022 - Python
Upcoming event recommended by GitHub
Linux Foundation's Open Source Summit
June 21, 2022 - June 24, 2022 • Austin, TX
Trending repository
Text-to-video generation.
-
Updated
Jun 1, 2022
Trending repository
健康学习到150岁 - 人体系统调优不完全指南
-
Updated
May 30, 2022
Collection recommended by GitHub
Made in Brazil
Open source projects built in or receiving significant contributions from Brazil :brazil:
App recommended by GitHub
Azure Pipelines
Continuously build, test, and deploy to any platform and cloud
Azure Pipelines offers cloud-hosted pipelines for Linux, macOS, and Windows with 10 free parallel jobs and unlimited minutes for open source projects.
Trending repository
30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace.
-
Updated
Jun 1, 2022 - JavaScript
Trending repository
POC to replicate the full 'Follina' Office RCE vulnerability for testing purposes
-
Updated
Jun 1, 2022 - Smarty
Trending repository
-
Updated
Jun 1, 2022 - C++
Trending repository
Collection of Summer 2023 tech internships!
-
Updated
May 31, 2022 - Python
Trending repository
30 Days of React challenge is a step by step guide to learn React in 30 days. It requires HTML, CSS, and JavaScript knowledge. You should be comfortable with JavaScript before you start to React. If you are not comfortable with JavaScript check out 30DaysOfJavaScript. This is a continuation of 30 Days Of JS. This challenge may take more than 100 days, follow your own pace.
-
Updated
May 31, 2022 - JavaScript
Trending repository
The great software for some game that exploiting anime girls (and boys).
-
Updated
May 31, 2022 - C++
Trending repository
UDRL for CS
-
Updated
May 30, 2022 - C
Trending repository
Trending repository
Describe the enhancement
All repos have .gitignore files, make sure they all have .env and .encryptedKey.json in them. As well as node_modules
Trending repository
2022 gogogo
-
Updated
Jun 1, 2022 - Python
Trending repository
Ultimate DevSecOps library
-
Updated
May 25, 2022
Trending repository
Prowler is an Open Source security tool to perform AWS security best practices assessments, audits, incident response, continuous monitoring, hardening and forensics readiness. It contains more than 240 controls covering CIS, PCI-DSS, ISO27001, GDPR, HIPAA, FFIEC, SOC2, AWS FTR, ENS and custom security frameworks.
-
Updated
Jun 1, 2022 - Shell
Trending repository
一个涵盖六个专栏:Spring Boot 2.X、Spring Cloud、Spring Cloud Alibaba、Dubbo、分布式消息队列、分布式事务的仓库。希望胖友小手一抖,右上角来个 Star,感恩 1024
-
Updated
May 18, 2022 - Java
Trending repository
A real-time motion capture system for 3D virtual character animating.
-
Updated
May 31, 2022 - JavaScript
Trending repository
This would solve...
When trying to create a Undici adapter for Polly.JS I tried to use the mocking capabilities from Undici to record network requests and replay them later using stored HAR files. However, the MockInterceptor.reply method doesn't support asynchronous callbacks. So receiving the request, loading a file from the filesystem (asynchronou
Trending repository
Trending repository
List of open source tools for AWS security: defensive, offensive, auditing, DFIR, etc.
-
Updated
May 30, 2022 - Shell
Trending repository
Check cookiecutter/cookiecutter#1201 (comment).
Currently it isn't clear from the documentation what exactly cookiecutter's behaviour is in case the --no-input flag is provided.
We should add the information about template's cache refresh and check if there's something else missing (by looking at what happens when no_input is True in the source co
Trending repository
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


I've faced a problem that importing
dowhy.plotterlead to incorrect visual settings for all future rendered plots.It would be great to avoid overriding default matplotlib settings:
https://github.com/microsoft/dowhy/blob/master/dowhy/plotter.py#L7-L13
A possible solution is to encapsulate these settings into
dowhy.plotterfunctions instead of overriding global variables.