Closed gaocegege closed 6 years ago
Small Go package for fast high-level image processing powered by libvips C library https://godoc.org/github.com/h2non/bimg
https://zhuanlan.zhihu.com/p/38254903 TiDB design FAQ
https://github.com/spiral/roadrunner High-Performance PSR-7 PHP application server, load balancer and process manager (in Go) 翻译过来感觉是 跑路 额 .... cc @ComMouse
chrome://credits/ Fiat-Crypto: Synthesizing Correct-by-Construction Code for Cryptographic Primitive
通过形式化方法生成的加密代码已经在chrome里有所应用。
https://github.com/tstack/lnav Log file navigator
https://github.com/etsy/hound code search based on Russ Cox's blog Regular Expression Matching with a Trigram Index was trying to find some alternative for sourcegraph, cc @gaocegege do you know any?
No idea about it.
https://github.com/Chocobozzz/PeerTube
Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.
https://mp.weixin.qq.com/s/3T-s2ct2yIwbIE3qAWstUQ
京东构建了全球最大的Kubernetes集群,没有之一
tracking SOTA on common nlp tasks
https://github.com/sebastianruder/NLP-progress#natural-language-inference
Submitted via bookmarklet :sparkles:
https://github.com/stretchr/testify/#require-package terminate the test when assert does not meet, I didn't know that until I got nullptr @gaocegege in the test. Actually I think it's the package's fault ... most people using assert in other language are expecting it to terminate instead of returning a boolean and fail at the end ....
dogFood, err := visitCece()
assert.Nil(err)
assert.Equal("真香", dogFood.Message) // nil pointer here because previous assert didn't terminate the test
https://github.com/alibaba/tsar Taobao System Activity Reporter
https://github.com/square/p2 square's k8s like deployment system
https://github.com/concourse/concourse https://concourse-ci.org/ a CI/CD written in Go
From https://github.com/zenany/weekly/commit/3729813d7240bdf0a0f5f8d043b7e8b87bce0b0f
Gravity is a powerful, dynamically typed, lightweight, embeddable programming language written in C without any external dependencies (except for stdlib). It is a class-based concurrent scripting language with modern Swift-like syntax
https://education.github.com/ 貌似可以给 org 申请免费的 private repo 了 cc @gaocegege @htfy96 虽然感觉没什么需要 private 的 .... private 之后 travis 也得交钱 😅
嗯对的,可以的,但是没必要。。
Restrict C++ unsafe behaviors in unsafe{} block using clang-query and simple commands。自己写的一个用clang-query来限制C++某些特性使用的脚本
https://gist.github.com/htfy96/24b8d6ec78236b17674b548595984315
Submitted via bookmarklet :sparkles:
2018.6.25