一些有趣的链接,顺序随机。

http://jxgl.cic.tsinghua.edu.cn/jxpg/f/xssq/exwfx/xssqb/cksqs 通过二学位的接口查询 GPA。(先登录info)

https://www.behance.net/ Behance, 一个创意设计社区。

https://flarum.org/ Flarum,一个php写的轻论坛。

https://codingcompetitions.withgoogle.com/codejam Google Code Jam, 谷歌举办的算法竞赛。

https://grafana.com/ Grafana, 一个开源的数据分析监控平台。

https://redflagsecurity.net/2019/03/10/decrypting-tls-wireshark/ 使用 Wireshark 解密抓取到的TLS加密流量。

https://t.me/setlanguage/zh-hans-raw Telegram 简体中文语言包。

https://github.com/miniflux/miniflux Miniflux, 一个用 Go 语言编写的优秀的 RSS 阅读器。

https://wizardforcel.gitbooks.io/100-gcc-tips/content/address-sanitizer.html 利用Address Sanitizer工具检查内存访问错误(GCC)

https://pixabay.com/ Pixabay, 免费商用图片社区。

https://github.com/lanpa/tensorboardX tensorboard for pytorch (and chainer, mxnet, numpy, …)

https://bbs.pku.edu.cn/v2/post-read-single.php?bid=1380&type=0&postid=16302518 银行卡新手入门参考

http://tldp.org/LDP/abs/html/exitcodes.html Exit Codes With Special Meanings

https://gfw.go101.org/article/101.html Go语言101,一本着墨于Go语法和语义的编程指导书。

https://lmy441900.github.io/programming/2018/03/31/can-ternary-operators-be-an-lvalue-in-c-or-not.html Can ?: Be An lvalue in C Or Not?