diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-06-11 17:28:47 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-06-11 17:28:47 -0400 |
commit | 2b33d944e2a7f701495730406b766a329fea65ae (patch) | |
tree | 12a62c46545dc1d1edc5d2b34c0c2a9459713d25 /software | |
parent | 5c761b480ebbd384e666967d5dab55bc64a4397f (diff) | |
download | knowledge-2b33d944e2a7f701495730406b766a329fea65ae.tar.gz knowledge-2b33d944e2a7f701495730406b766a329fea65ae.zip |
fold c and sql notes into actual pages
Diffstat (limited to 'software')
-rw-r--r-- | software/c.page | 12 | ||||
-rw-r--r-- | software/sql.page | 4 |
2 files changed, 11 insertions, 5 deletions
diff --git a/software/c.page b/software/c.page index a0cb064..e1c3416 100644 --- a/software/c.page +++ b/software/c.page @@ -46,7 +46,9 @@ Other References ------------------ "Spiral Rule" trick for understanding type/pointer definitions: -http://c-faq.com/decl/spiral.anderson.html +<http://c-faq.com/decl/spiral.anderson.html> + +"The Lost Art of C Structure Packing": <http://www.catb.org/esr/structure-packing/> Notable C Libraries --------------------- @@ -57,10 +59,10 @@ incremental, simple, error messages. Zed Shaw Notes ---------------- - * cachegrind/callgrind: http://c.learncodethehardway.org/book/ex41.html - * bstring ("better string"): http://c.learncodethehardway.org/book/ex36.html - * testing: http://c.learncodethehardway.org/book/ex30.html - * debug macros: http://c.learncodethehardway.org/book/ex20.html + * cachegrind/callgrind: <http://c.learncodethehardway.org/book/ex41.html> + * bstring ("better string"): <http://c.learncodethehardway.org/book/ex36.html> + * testing: <http://c.learncodethehardway.org/book/ex30.html> + * debug macros: <http://c.learncodethehardway.org/book/ex20.html> Auto-Indent Styling --------------------- diff --git a/software/sql.page b/software/sql.page index 791fd56..c485133 100644 --- a/software/sql.page +++ b/software/sql.page @@ -1,3 +1,7 @@ +--- +format: md +toc: no +... # SQL |