About Me
|
Adventurous, Mountain Climbing, Swimming...I own a little realm @ http://yasir03.online.fr
|
Interests
|
Phone unlock/flash/reset, tweaking windows/linux, overclocking CPU and graphics card,watching anime (Bleach/Naruto/One Piece),torrent, programming,ball(foot,volley,hand), Modding my pc, electronics, playing computer games and not to forget appreciating my favourite car Lamborghini
|
Favorite Movies
Dr. Zakir Naik,Heroes,Prison break, naruto, bleach, one piece,Dexter
|
Favorite Books
The Quran also known as Al-furqan
|
Favorite Quote
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand
|
Journal
|
#include <iostream> #include <cstdlib> #include <conio.h> #include <ctime> void wait(float seconds); int main()
{ char MATRIX[]="wake up, Neo... The Matrix has you... Follow the white rabbit. Knock, knock, Neo."; int i=0; //textcolor(10); system("CLS"); //textcolor(10); while(i!=5){wait(.3); cprintf("%c", MATRIX[i]); i++; } while(i!=10){wait(.2); cprintf("%c", MATRIX[i]); i++; } while(i!=13){wait(.2); cprintf("%c", MATRIX[i]); i++; } while(i!=16){wait(.3); cprintf("%c", MATRIX[i]); i++; } wait(2); system("CLS"); while(i!=22){wait(.3); cprintf("%c", MATRIX[i]); i++; } while(i!=28){wait(.2); cprintf("%c", MATRIX[i]); i++; } while(i!=33){wait(.1); cprintf("%c", MATRIX[i]); i++; } while(i!=38){wait(.3); cprintf("%c", MATRIX[i]); i++; } wait(2); system("CLS"); while(i!=43){wait(.3); cprintf("%c", MATRIX[i]); i++; } while(i!=52){wait(.2); cprintf("%c", MATRIX[i]); i++; } while(i!=60){wait(.3); cprintf("%c", MATRIX[i]); i++; } while(i!=63){wait(.2); cprintf("%c", MATRIX[i]); i++; } wait(2.3); system("CLS"); cprintf("Knock, knock, Neo."); wait(3); return 0; } void wait(float seconds)
{ clock_t endwait; endwait = clock () + seconds * CLK_TCK ; while (clock() < endwait)
{;} }
|
|
|
Profile Comment Status
We have restored much of the profile comments data, and will continue to restore the remaining comments over the next few days. We apologize for the delay.
|
|