Thursday, April 06, 2006
Wednesday, April 05, 2006
How to find files with Large size on Linux
The cool shell script.
find $1 -type f -size +20000k -exec ls -lh {} \; awk '{ print $9 ": " $5 }'
find $1 -type f -size +20000k -exec ls -lh {} \; awk '{ print $9 ": " $5 }'
Tuesday, April 04, 2006
Hindi Literature
Having Hindi as my mother language I used to read a lot of hindi books. I have a full collection of Shivani 's stories. I have some good books on Munshi Prechandra.
Though I will have a collection of these books in soft copies also. While surfing net I came to know some very good sites in Hindi Literature.
Abhivakti
Will add up more as I find them.
Though I will have a collection of these books in soft copies also. While surfing net I came to know some very good sites in Hindi Literature.
Abhivakti
Will add up more as I find them.
Pseudo Translation Project
The first Q of 2006 is going to pass very soon. I was totally busy at my home as well in office. I have completed the First cut of PseudoTranslation project. It was a good knowledgeable project. Still I feel I need to do more in this area, need to cover a lot of areas, solve more issues.
This link from IBM is good for beginners.
http://www-306.ibm.com/software/globalization/topics/xliff/xliff.jsp
An Oracle's Aritical with full demo.
A very simple demo Hello World
A good link to get to know the unicode for various language characters.
http://www.fileformat.info/info/unicode/char/search.htm
Its really wonderful to know how font get graphed.
This link from IBM is good for beginners.
http://www-306.ibm.com/software/globalization/topics/xliff/xliff.jsp
An Oracle's Aritical with full demo.
A very simple demo Hello World
A good link to get to know the unicode for various language characters.
http://www.fileformat.info/info/unicode/char/search.htm
Its really wonderful to know how font get graphed.
Subscribe to:
Posts (Atom)