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 核心代码
March 30, 2022 • Online
Tired of manually scraping your code looking for the smallest issues? Take codebeat for a spin!
codebeat is an automated static code analysis tool supporting multiple languages used by both web and mobile developers worldwide. Now also providing style analysis for projects written in Swift
We've integrated SwiftLint, the best linter for Swift in our code review app and fixed you with a help page. about the feature. Enjoy!
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
Codiga is a code analysis and code review platform
With Codiga, analyze your code, estimate the cost of your technical debt and automate your code reviews. All coding errors are surfaced directly on your GitHub code reviews. Integrate with GitHub actions or third-party tools such as Mergify, CircleCI or Jenkins to check that all production code does not have any issue!
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