diff options
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/>`_ + |