If you are using arduino uno board with avr-gcc compiler. You can have a printf printing system for better debugging.
Dec 21, 2013
Dec 20, 2013
Clear your memory card safely
Deleting a file in Win/Linux is almost like locking in a safe. It can be retrieved from the drive easily with a recovery program as long as it is not overwritten by some other data.
Dec 15, 2013
Install simulavr from the source
An apt-get install simulavr will install a previous version of simulavr in Debian Wheezy which has no support for 'atmega328'. So it is better to install it from the latest source.
Nov 25, 2013
Add user into sudoers file, to give superuser permissions in debian wheezy
If you are getting an error message like this " is not in the sudoers file. This incident will be reported." when using commands with sudo in debian wheezy.
You can solve this by editing the /etc/sudoers file.
You can solve this by editing the /etc/sudoers file.
Sep 7, 2013
Download video/audio from youtube
There are different ways to download videos from youtube without any desktop/mobile applications.
Blogger template editing
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 will explain some simple method to accomplish that.
Aug 29, 2013
Screen recorder for ubuntu
Screen recorder is a tool to record a computer screen output. There are several tools to do this. For Ubuntu/Debian there is recordmydesktop tool in the repository.
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 ...