summaryrefslogtreecommitdiffstats
path: root/tmp
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-06-11 17:28:47 -0400
committerbnewbold <bnewbold@robocracy.org>2016-06-11 17:28:47 -0400
commit2b33d944e2a7f701495730406b766a329fea65ae (patch)
tree12a62c46545dc1d1edc5d2b34c0c2a9459713d25 /tmp
parent5c761b480ebbd384e666967d5dab55bc64a4397f (diff)
downloadknowledge-2b33d944e2a7f701495730406b766a329fea65ae.tar.gz
knowledge-2b33d944e2a7f701495730406b766a329fea65ae.zip
fold c and sql notes into actual pages
Diffstat (limited to 'tmp')
-rw-r--r--tmp/c_coding4
-rw-r--r--tmp/sql.page14
2 files changed, 0 insertions, 18 deletions
diff --git a/tmp/c_coding b/tmp/c_coding
deleted file mode 100644
index 68760f9..0000000
--- a/tmp/c_coding
+++ /dev/null
@@ -1,4 +0,0 @@
-
-The Lost Art of C Structure Packing
-http://www.catb.org/esr/structure-packing/
-
diff --git a/tmp/sql.page b/tmp/sql.page
deleted file mode 100644
index 901a0fd..0000000
--- a/tmp/sql.page
+++ /dev/null
@@ -1,14 +0,0 @@
----
-format: rst
-categories: cs
-toc: no
-...
-
-===================================
-SQL: Structured Query Language
-===================================
-
-
-SELECT
----------
-Eg, ``SELECT * From table_name``. ``DISTINCT`` returns no duplicates.