I feel good now :)
I donated for a good cause. Like you, I also had qualms that what if I donate unknowingly to a scam, which in fact will NOT help the people in Haiti.
So I did a small research (googling).
After reading about Doctors Without Borders from many sources, I decided to donate to this organization. What’s pitiful is that this organization already had 3 hospitals in Haiti but all all of them have become inoperable because of the earthquake; 1 fell down, 2 are too unstable and unsafe and so, got abandoned.
More Doctors Without Borders volunteers are being flown to Haiti as they are short in staff and supplies [/source].

So there you go, click on the above pic, donate, do your good deed of the day!
Categorized in Uncategorized
Tags: 2010, Doctors Without Borders, donate, donation, earthquake, Haiti, help, Médecins Sans Frontières
Just add
alias calc ‘awk “BEGIN{ print \!:1 }”;’
to your .alias or whatever-your-default-shell-file-is file.
Restart the terminal.
Example usage:
Though, it gets a bit cluttery if you want to use parenthesis.
- calc “1000000\*\(1.45\+6.2\)\/100″
You need to put the whole expression in double quotes and use the escape character “\” for every symbol (*,/,),(,+,-) you use in the expression.
But in the end, it works! :)
Update 1:
Just add
alias calc ‘echo "\!:*" | bc -l’
to your .alias or whatever-your-default-shell-file-is file.
Restart the terminal.
Example usage:
- calc 4*4
- calc 1000000*(6.2+1.45)/100
- calc 4^4 ( calculation of powers also works using bc! )
References: 1 2
Categorized in Productivity and Unix
Tags: alias, bc, calc, calculator, csh, cshell, math, shell, Unix
Select the portion from where you want to remove all the hyperlinks, press Ctrl + Alt + F9. Done!
I use Word 2007 and it worked for me.
Categorized in Productivity and Tech
Tags: 2009, hyperlinks, keyboard, remove, shortcut, Word 2007