A small presentation which I have created for an overview of Android OS. How this OS evolved and how it works. It is not more technical but provides an overview of the OS.
Oct 2, 2012
Apr 2, 2012
iphone 4 ios 5.1 baseband 04.12.01
Iphone 4, IOS 5.1 Baseband 04.12.01 -- Bad luck.. your iphone is now just an ipod.. wait for dev team to come up with a solution.
Mar 21, 2012
Delete files to trash from terminal
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 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
Subscribe to:
Comments (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 ...
-
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 ...
-
The look and feel of the blogger template can be changed by editing the HTML and adding extra CSS into the blog template. In this blog I wi...