From 2b33d944e2a7f701495730406b766a329fea65ae Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 11 Jun 2016 17:28:47 -0400 Subject: fold c and sql notes into actual pages --- software/c.page | 12 +++++++----- software/sql.page | 4 ++++ 2 files changed, 11 insertions(+), 5 deletions(-) (limited to 'software') 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 + + +"The Lost Art of C 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: + * bstring ("better string"): + * testing: + * debug macros: 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 -- cgit v1.2.3