-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPROGRAMMING
More file actions
22 lines (22 loc) · 1007 Bytes
/
PROGRAMMING
File metadata and controls
22 lines (22 loc) · 1007 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Shell Script Best Practices
https://sharats.me/posts/shell-script-best-practices/
Use the XDG Base Directory Specification!
https://xdgbasedirectoryspecification.com/
Logarithmically-Spaced Snapshots
https://madebyevan.com/algos/log-spaced-snapshots/
Futurist Programming Notes
http://www.graficaobscura.com/future/futnotes.html
Handles are the better pointers
https://floooh.github.io/2018/06/17/handles-vs-pointers.html
The Linux Kernel Module Programming Guide
https://sysprog21.github.io/lkmpg/
What every systems programmer should know about concurrency
https://assets.bitbashing.io/papers/concurrency-primer.pdf
What color is your function?
https://journal.stuffwithstuff.com/2015/02/01/what-color-is-your-function/
Ordering Numbers, How Hard Can It Be?
https://orlp.net/blog/ordering-numbers/#mixed-type-integer-comparisons
Bash scripting cheatsheet
https://devhints.io/bash
On the foolishness of "natural language programming".
https://www.cs.utexas.edu/users/EWD/transcriptions/EWD06xx/EWD667.html