VirtualTam's bookmarks
238 bookmarks found
-
- Mathematics Meta Stack Exchange - Why do people use blackboard bold here and elsewhere in print?
- LaTeX Stack Exchange - Looking for a blackboard bold (\mathbb) math font that is thicker than Latin Modern or Computer Modern
- The LaTeX Font Catalogue - Fonts with math support
- CTAN - bbold – Sans serif blackboard bold
- CTAN - amsfonts – TeX fonts from the American Mathematical Society
-
-
- https://blog.packagecloud.io/eng/2016/06/22/monitoring-tuning-linux-networking-stack-receiving-data/
- https://blog.packagecloud.io/eng/2016/10/11/monitoring-tuning-linux-networking-stack-receiving-data-illustrated/
- https://blog.packagecloud.io/eng/2017/02/06/monitoring-tuning-linux-networking-stack-sending-data/
- http://www.brendangregg.com/systems-performance-2nd-edition-book.html
-
- https://stackoverflow.com/questions/10622179/how-to-find-identify-large-commits-in-git-history
- https://stackoverflow.com/questions/223678/which-commit-has-this-blob
1git rev-list --objects --all \ 2| git cat-file --batch-check='%(objecttype) %(objectname) %(objectsize) %(rest)' \ 3| sed -n 's/^blob //p' \ 4| sort --numeric-sort --key=2 --reverse \ 5| head -n 150 \ 6| cut -c 1-12,41- \ 7| $(command -v gnumfmt || echo numfmt) --field=2 --to=iec-i --suffix=B --padding=7 --round=nearest
-
- https://stackoverflow.com/questions/415452/object-orientation-in-c
- https://sites.google.com/site/cinterfacesimplementations/
- http://web.archive.org/web/20190125125043/http://homepages.inf.ed.ac.uk/dts/pm/Papers/nasa-c-style.pdf
- https://www.maultech.com/chrislott/resources/cstyle/
- https://wiki.sei.cmu.edu/confluence/display/c/SEI+CERT+C+Coding+Standard