In linux rm command cannot be used to delete files to Trash. rm will remove files which cannot be recovered easily. So I wrote a shell script to remove files to Trash. Create a file 'delete' and add the following script to it.
Mar 21, 2012
Mar 19, 2012
function pointer in c
Function pointer in c - a simple code using struct. The same concept I saw in device driver development. So to get a clear concept I did this code.
Add code to blogspot
How to add source code to the blogspot blog. Get your source code ready - then,
Feb 22, 2012
O'reilly Linux device driver open book download script
The book Linux device drivers third edition is a free book from O'reilly. Pdfs are available for all the 18 chapters. The following script will download them all together.
Jan 9, 2012
Dec 26, 2011
git tutorial. Use git locally or with Dropbox
I have been working on a project for which I need to restore to different state of the project. I searched and I got an elegant solution.
Subscribe to:
Posts (Atom)
For Web Developer
open -a "Google Chrome" --args --disable-web-security
-
Square of 104 ( faster way.. ) Answer will have _ _ _ _ _ .That is five digits . add the 4 to the entire number that is 104+4 ...
-
So start an emulator with sdcard some things that I tried ----> emulator -sdcard sdcard1.iso -avd avd_1.5 mksdcard 8M sdcard emulator -sd...
-
I was thinking about designing a web application which can be used as a profile of us. A profile page which describe ourselves. What I had ...