Seven Habits of Highly Effective Programmers
Must read if you are a new or pro programmer.
read more | digg story
Must read if you are a new or pro programmer.
read more | digg story
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
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 [...]