Weekly
https://github.com/joyent/rfd/blob/master/rfd/0106/README.adoc RFD 106 Engineering Guide - Go Best Practice
though it is marked as abandoned ... https://github.com/joyent/rfd/commit/afc03b67824d591e3ce7d10c54281a6e76886545
https://github.com/tobert/pcstat get page cache stats for files on Linux
From https://github.com/zenany/weekly/commit/722fcb62a54c08418ce0340e0c4b87c175536b11
- http://esr.ibiblio.org/?p=8254 how not to design a wire protocol
- https://introtcs.org/public/ Introduction to Theoretical Computer Science
http://ioccc.org/ The International Obfuscated C Code Contest found it from https://stackoverflow.com/questions/381542/with-arrays-why-is-it-the-case-that-a5-5a
didn't know 3[c]
in C is same as c[3]
until looking at https://pdos.csail.mit.edu/6.828/2018/labs/lab1/pointers.c
https://github.com/valeriansaliou/sonic An alternative to Elasticsearch that runs on a few MBs of RAM. written in Rust
https://github.com/ericlagergren/go-coreutils gnu core utils implemented in go cc @codeworm96 I remember there is something similar in Rust saw it in SJTUG ...
https://forthebadge.com/ badges for the badges's sake
https://hal.archives-ouvertes.fr/hal-02070778/document
O(nlogn)
整数乘法
https://github.com/corkami/pics/blob/master/binary/README.md ELF Format
https://github.com/corkami/pics/blob/master/binary/elf101/elf101.pdf
https://github.com/Microsoft/calculator Microsoft open sourced Windows Calculator App.
https://github.com/996icu/996.ICU/blob/c77549b49765a00f94600f532c2ef93ac674f42b/LICENSE
the 996-MIT license that is MIT without grant to 996 companies
https://github.com/vlang-io/V Simple, fast, safe, compiled language for creating maintainable software. Supports translation from C/C++. cc @codeworm96 (not really open sourced though, only has some documentation ...
https://github.com/ShizukuIchi/winXP 用 React 刻 XP!一路上的點點滴滴
https://github.com/mobile-shell/mosh found it from https://www.wireguard.com/ which is from https://github.com/cloudflare/boringtun
(转自 https://www.reddit.com/r/rustjerk/comments/6oinwk/tfw_rust_has_associated_type_constructors/)
https://github.com/kasvith/kache A simple in memory cache written using go
https://github.com/banzaicloud/cloudinfo Cloud instance type and price information as a service
https://github.com/acln0/zerocopy Zero-copy I/O primitives and pipelines for Go. Linux-specific. (I think splice is already used in the net package when it comes to copy ...)