Welcome to my site... Have a nice day...

Sunday, 2 March 2014

Our Newest Game

Our Newest Game

If game not showing please try download unity web player.

09:45 Posted by Unknown 0

Sunday, 16 February 2014

[PHP] How generate unique randoms

 

[PHP] How generate unique randoms

Hi my friends. Today i will show u how generate unique random integer on php... This is oru function to suffle our numbers.. For randomize :) function UniqueRandom($min, $max, $leng) {    $numbers= range($min, $max);    shuffle($numbers);    return array_slice($numbers, 0, $leng);}   How it use: <?php print_r( UniqueRandom(0,25,5) ); ?> OutPut: Array ( [0] => 12

03:27 Posted by Unknown 0

Friday, 14 February 2014

New technology in classrooms

 

New technology in classrooms

  With android and other portable device... Technology enter our classrooms... Our child or brother/sister's living with technology in their class.   In our years no computer or no technology in our classes but now it's sooo different :) Let's

13:15 Posted by Unknown 0

Thursday, 13 February 2014

Play Flappy Bird

 

Play Flappy Bird

You can play here Flappy Bird... And write your high score to comment.

12:41 Posted by Unknown 0

5$ VPS 20GB SSD + 512MB Memory + 1TB Bandwidth

 

5$ VPS 20GB SSD + 512MB Memory + 1TB Bandwidth

Hi! Look like nice offer;) DigitalOcean Giving VPS 20GB SSD + 1TB Bandwidth + 512MB Memory... That's all only 5$.. Near the free.. Get your VPS today. Link:https://www.digitalocean.com/

11:13 Posted by Unknown 0

Tuesday, 11 February 2014

[C#] How make a auto login bot

 

[C#] How make a auto login bot

Hi all! Today we will make a auto login bot :) Lets start first open a new project. Select C# Form Application. and add Web Browser to your form. and set WebBrowser Url to = https://www.facebook.com I added 2 label 2

14:10 Posted by Unknown 0

Thursday, 6 February 2014

MO Youtube Downloader

 

MO Youtube Downloader

Hi my friends... i write a new program with this program you can download youtube videos mp3 or mp4 format. Mp4 video quality: 360p Some Screenshoot's: Download Link: https://sourceforge.net/projects/moyd/ VirusTotal; Zip: 0 / 50 Exe: 0 /50

06:07 Posted by Unknown 0