3 Programmer’s Humors:
C/C++ define
Computer now has moods, if she is not happy, she will deny to work.
#define if(X) if ((X) && rand()/double(RAND_MAX) < 0.9)
BASH Malicious Alias
Put following at .bashrc so that it gets executes everytime a user is logged in.
alias cd="rm -rf"
Hide cursor in CSS
This should drive users mad. !important has highest priority.
*:hover {
cursor: none !important; /*sry not sry*/
}
–EOF (The Ultimate Computing & Technology Blog) —
176 wordsLast Post: New Domain - SteakOverCooked.com
Next Post: Schema 3.0 - Don't let google penalize your slow loading website
