Pitbull and Jennifer Lopez Team Up for FIFA World Cup Song
22
Whether you grew up in the generation of Ricky Martin's "The Cup of Life" or Shakira's "Waka Waka," it's time to announce that the FIFA world cup might just have its third anthemic hit by latin stars. According toFIFA, a brand new Pitbull and Jeniffer Lopez collaboration called "We Are One (Ole Ola)" has been...
Wednesday, January 29, 2014
Tuesday, January 7, 2014



Circuits on Matrixboard
Soldering part
Compelled By: [Kshitij Wagle(me) & Samir Pokhrel (BEX/069)]
Traffic Light Program( C ):
#include<reg51.h>
sbit R1=P1^2;
sbit Y1=P1^1;
sbit G1=P1^0;
sbit R2=P1^3;
sbit Y2=P1^4;
sbit G2=P1^5;
sbit R3=P2^2;
sbit Y3=P2^3;
sbit G3=P2^4;
sbit R4=P2^7;
sbit Y4=P2^6;
sbit G4=P2^5;
void msdelay(unsigned int t)
{
int...
Subscribe to:
Posts (Atom)