summaryrefslogtreecommitdiffstats
path: root/software
diff options
context:
space:
mode:
authorbnewbold <bryan@octopart.com>2012-02-27 23:33:45 -0500
committerbnewbold <bryan@octopart.com>2012-02-27 23:33:45 -0500
commit34d438be600285db9d6d627ac5e20575021cd1a9 (patch)
tree42cf98573b0a76b5245e741266f2ba17d402ecef /software
parente2f23351ce4d03903f4fde28de044e57605e11e8 (diff)
downloadknowledge-34d438be600285db9d6d627ac5e20575021cd1a9.tar.gz
knowledge-34d438be600285db9d6d627ac5e20575021cd1a9.zip
shift things around
Diffstat (limited to 'software')
-rw-r--r--software/misc.page12
-rw-r--r--software/vim.page6
2 files changed, 18 insertions, 0 deletions
diff --git a/software/misc.page b/software/misc.page
index 623b6aa..6fb7918 100644
--- a/software/misc.page
+++ b/software/misc.page
@@ -17,3 +17,15 @@ http://code.google.com/p/semicomplete/wiki/GrokDiscovery
http://txt2re.com/
+Executable Compression
+-----------------------
+
+UPX: Ultimate Packer for Executables http://upx.sourceforge.net/
+
+Webmail
+-------
+
+the null webmail client http://www.nulllogic.ca/webmail/
+
+
+
diff --git a/software/vim.page b/software/vim.page
index 9fe5176..fb821f0 100644
--- a/software/vim.page
+++ b/software/vim.page
@@ -65,3 +65,9 @@ Search for trailing whitespace, or just strip it all::
/\s\+$
:%s/\s\+$//
+
+Links to more...
+------------------
+
+ - `vim anti-patterns <http://blog.sanctum.geek.nz/vim-anti-patterns/>`_
+