summaryrefslogtreecommitdiffstats
path: root/tmp
diff options
context:
space:
mode:
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.