Here's what's popular on GitHub today...
Trending repository
capture SSL/TLS text content without CA cert by eBPF.
-
Updated
Mar 29, 2022 - C
Game Bytes
Ludum Dare is an online event where games are made from scratch in a weekend. It’s the perfect excuse to build your first game or experiment with a new language / game engine.
Popular topic
Trending repository
商城低代码平台,可视化搭建H5、小程序多端商城
-
Updated
Mar 29, 2022 - Vue
Trending repository
Upcoming event recommended by GitHub
GitHub Presente com morgannadev, Levxyca & danielhe4rt
March 30, 2022 • Online
Trending repository
A minimalist, easy-to-host service for sharing images and other files
-
Updated
Mar 28, 2022 - Go
Trending repository
干净免费的面试刷题网站,帮助大家拿到满意的 offer!
-
Updated
Mar 27, 2022 - TypeScript
Collection recommended by GitHub
Made in Brazil
Open source projects built in or receiving significant contributions from Brazil :brazil:
App recommended by GitHub
Axolo for Slack
Enable your team to merge pull requests faster
Axolo is a bi-directional Slack & GitHub integration.
With Axolo, tech teams collaborate on pull requests seamlessly. Each pull request creates a temporary Slack channel where all information (deployments, GitHub actions, code comments) are shared. Developers can take actions directly within Slack such as requesting a review, updating labels, approving a pull request, and more.
Trending repository
Vietnamese translation is incomplete and not fil at all with the original in english since #5826 was introduced.
Take english file as reference and complete and rewording
Trending repository
ALL IN ONE Hacking Tool For Hackers
-
Updated
Mar 28, 2022 - Python
Trending repository
-
Updated
Mar 29, 2022
Trending repository
-
Updated
Dec 16, 2021
Trending repository
CVE-2022-0995 exploit
-
Updated
Mar 27, 2022 - C
Trending repository
We have a lot of is_prime (or similar) functions: https://github.com/TheAlgorithms/Python/search?p=4&q=is_prime, https://github.com/TheAlgorithms/Python/search?q=isPrime, data_structures/hashing/number_theory/prime_numbers, etc. Shall we use one common function for that exactly identical
Trending repository
Haptic input knob with software-defined endstops and virtual detents
-
Updated
Mar 24, 2022 - C++
Trending repository
-
Updated
Mar 27, 2022 - JavaScript
Trending repository
Instant neural graphics primitives: lightning fast NeRF and more
-
Updated
Mar 24, 2022 - Cuda
Trending repository
-
Updated
Mar 22, 2022
Trending repository
A plugin that enables usage of cheatcodes in Break The Code 2
-
Updated
Mar 28, 2022 - SCSS
Trending repository
Hi,
I am currently using your FinRL_PortfolioAllocation_NeurIPS_2020 code and I have some strange behavior at the beginning of training. Sometimes the first episode reward mean value is super high and then drops during the training as shown on the tensorboard plot. This high value is never reached again. Any idea why this is happening ?
Edit: I'm training PPO agent from stablebaselines3 wit
Trending repository
Fast, secure, efficient backup program
-
Updated
Mar 29, 2022 - Go
Trending repository
Trending repository
A fully automated HA k3s etcd install with kube-vip, MetalLB, and more
-
Updated
Mar 28, 2022 - Jinja
Trending repository
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
-
Updated
Mar 29, 2022 - Go
Trending repository
Trending repository
Documentation for GitHub Copilot
-
Updated
Mar 28, 2022 - Python
Trending repository
Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
-
Updated
Mar 29, 2022 - Python
App recommended by GitHub
Cloud 66 Skycap
Skycap is a container-native Continuous Delivery Pipeline. It takes your code from any git repository, and allows you to build your image in a reliable, secure, and repeatable way.
Skycap runs your Docker build workflow step by step for multiple images. It comes complete with an intuitive UI & private Docker repository.
Combine with Maestro for an end-to-end solution.


XCTestCase.validateshould be split off into its own module for use outside ofAsyncAlgorithmstests. The module should be calledAsyncAlgorithms_XCTestso that perhaps we might be able to take advantage of cross-import overlays when/if that becomes a ratified thing for swift packages.