Archive for December, 2005

Posted on December 25th, 2005 by by root

Seven Habits of Highly Effective Programmers

Must read if you are a new or pro programmer.
read more | digg story

Posted on December 15th, 2005 by by root

Getting the Most out of SMS

Tips and tricks from an SMS veteran to help you recoup your investment in Microsoft’s System Management Server.
by Greg Shields
December 2005
Redmond Mag

Posted on December 12th, 2005 by by root

Updated .gvimrc

Updated .gvimrc - one of the best light-weight editor out there.
“.gvimrc
” Arthur Kao
” 20051213
syntax on
filetype on
colorscheme desert
set guifont=Terminal:h10:cANSI
set nocompatible “vim not vi
set lines=50
set columns=125
set textwidth=0 “no wordwrap
set tabstop=4
set showmatch
set autoindent
set shiftwidth=4 “indent 4 spaces
set expandtab
set nomh “don’t hide the mouse
set nobackup “no backup ~
set nu “line number
set showmode “show current mode
“Search Options
set ignorecase
set smartcase
set incsearch
set history=500 “command line [...]