Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
1
Downvoting Members
3
3 Commented Posts
0 Endorsements
~1K People Reached
Interests
Programming video games and helping my friends hack our high schools intense internet block via no proxy
PC Specs
Windows Vista A.K.A Piece o' Crap. Java: Eclipse C++: Codeblocks Python: Python Idle Perl,PHP,HTML,CSS,Javascript,ActionScript:…
Favorite Tags
Member Avatar for abhi287

Hi all I m using following code.. [code] <?php session_start(); if(!isset($_SESSION['captcha'])){session_register('captcha');} $PHP_SELF = $_SERVER['PHP_SELF']; $stringa = ''; $cifre = 5; for($i=1;$i<=$cifre;$i++){ $letteraOnumero = rand(1,2); if($letteraOnumero == 1){ // lettera $lettere = 'ABEFHKMNRVWX'; $x = rand(1,11); $lettera = substr($lettere,$x,1); $stringa .= $lettera; } else { $numero = rand(3,7); $stringa .= $numero; …

Member Avatar for aj4mq
0
558
Member Avatar for altosaxplayer88

I played this game of pong I made for 3 hours two days ago. Summer is so boring. [URL="http://danielberry.zxq.net/pong"]http://danielberry.zxq.net/pong[/URL]

Member Avatar for Salem
0
190
Member Avatar for eoop.org

Hello :D I need a good 3d game engine to crate fps games, that can be online. I dont want to do scriptiong but i want to desing evry thing my self. Do you know a good engine ?

Member Avatar for jamesl22
1
221
Member Avatar for lookuta2011

hi guys am new to java and i have to display rotating images on a gui and use multithreading to alternate the four images. and i managed to create the gui but the images are not visible. the rotating images must be in the center of the frame. help..

Member Avatar for JamesCherrill
0
97