Trending repository
capture SSL/TLS text content without CA cert by eBPF.
-
Updated
Mar 30, 2022 - C
{{ message }}
capture SSL/TLS text content without CA cert by eBPF.
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
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.
Documentation for GitHub Copilot
你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码
Open source projects built in or receiving significant contributions from Brazil :brazil:
Developers move much faster using webapp.io to get per-branch review & E2E testing environments.
npm install over and over again.ALL IN ONE Hacking Tool For Hackers
Haptic input knob with software-defined endstops and virtual detents
A book series on JavaScript. @YDKJS on twitter.
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
Trying to connect last fm scrobbler
steps i did;
CVE-2022-0995 exploit
A fully automated HA k3s etcd install with kube-vip, MetalLB, and more
Instant neural graphics primitives: lightning fast NeRF and more
Rocksdb has a write option to set it low priority. Our pruners should use this option.
Other options that seems no brainer to enable:
use "multithreaded" flavor of the DB https://docs.rs/rocksdb/latest/rocksdb/type.DB.html#compatibility-and-multi-threaded-mode
these options upon DB open:
let mut opts = Options::default();
opts.increase_parallelism(num_cpus::
A Collection of application ideas which can be used to improve your coding skills.
Elegant HTTP Networking in Swift
The most downloaded GitHub Backup app, managing 500K+ backups daily.
BackHub is a part of Rewind: Leading SaaS backup company Trusted by over 100,000 organizations
Managed GitHub Backups with advanced features:
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