diff options
author | bnewbold <bryan@octopart.com> | 2012-02-27 23:33:45 -0500 |
---|---|---|
committer | bnewbold <bryan@octopart.com> | 2012-02-27 23:33:45 -0500 |
commit | 34d438be600285db9d6d627ac5e20575021cd1a9 (patch) | |
tree | 42cf98573b0a76b5245e741266f2ba17d402ecef /software | |
parent | e2f23351ce4d03903f4fde28de044e57605e11e8 (diff) | |
download | knowledge-34d438be600285db9d6d627ac5e20575021cd1a9.tar.gz knowledge-34d438be600285db9d6d627ac5e20575021cd1a9.zip |
shift things around
Diffstat (limited to 'software')
-rw-r--r-- | software/misc.page | 12 | ||||
-rw-r--r-- | software/vim.page | 6 |
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/>`_ + |