Search

Friday, September 24, 2010

Numbering and Coding System-How to convert number from decimal to binary

DECIMAL TO BINARY CONVERSION USING MAGIC BLOCK:-











                  128     64      32      16       8        4       2        1


example :- Convert the following decimal numbers to binary form a) 27 b) 125

using short trick :-






  1
  1
  0  
  1
 1   
                                                 16       8        4       2       1             decimal form block




16+8+2+1=27   in binary form - (11011)
Fill 1's and 0's in the block to make sum equal to 27

b) 125





  1
  1 
  1 
  1
  1
  0
  1
                             64      32      16       8        4       2        1     




64+32+16+8+4+(2*0)+1=125     binary form = (1111101)

FOLLOW SAME RULE TO CONVERT BINARY TO DECIMAL

Saturday, September 18, 2010

HOW TO DOWNLOAD YOUTUBE VIDEO EASILY-WITHOUT USING ANY DOWNLOADER SOFTWARE

THREE EASY METHOD TO DOWNLOAD YOUTUBE VIDEO EASILY OR WITHOUT USING ANY DOWNLOADER (YOU CAN DOWNLOAD HD AND SUPER HD VIDEO) - - - 

METHOD 1 :- If you want to download any video from youtube and video URL is - 
                         http://www.youtube.com/watch?v=5F3EIoyyTeg&feature=popular

just type 'kick' before youtube -
                        http://www.kickyoutube.com/watch?v=5F3EIoyyTeg&feature=popular

press enter .


METHOD 2 :-  You can download youtube video from - 
                         www.keepvid.com

METHOD 3 :-  Install mozilla firefox addon - one click youtube downloader(~20kb addon)

Friday, September 17, 2010

8051 MICROCONTROLLER PROGRAM - PENDULUM/STACK PROGRAM IN EMBEDDED C

#include
void MSdelay(unsigned int itime);
void main()
{
unsigned int i,n,s,r[]={1,2,4,8,16,32,64},j;
while(1)
{
P1=0x01;
MSdelay(500);
for(i=0;i<7;i++)
{
P1=P1<<1;
MSdelay(500);
}
n=7;
s=128;
while(n>0)
{
for(j=0;j
{
P1=s+r[j];
MSdelay(500);
if(j==n-1)
{
s=s+r[n-1];
n--;
}
}
}
}
}

void MSdelay(unsigned int itime)
{
unsigned int k,l;
for (k=0;k
for (l=0;l<1275;l++);
}

HOW TO CONNECT VODAFONE LIVE IN PC USING NOKIA PC SUITE

VODAFONE LIVE PC SUITE SETTING:---

STEP1- Create connection using nokia pc suite's "Connect to the internet"

STEP2- Select ur Nokia USB modem

STEP3- Configure the connection manually
STEP4- Access Point name-  portalnmms 

STEP5- username - xyz (ur choice), password - xyz , additional installation commands- Leave blank.

STEP6-  Connect it.

STEP7- Go to opera web browser ,Then go to, Tools> Preferences> Advanced> Network> Proxy Servers Manual proxy config.-
HTTP-  10.10.1.100  and PORT no:-  9401
same  process for  IE,firefox etc.

NOTE:- YOU CANNT OPEN HTTPS SITE BY THIS.(like gmail,orkut...)