Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
Ranked #2K
~5K People Reached
Interests
Automation programming. AI. Machine Learning. Programming in general.
PC Specs
6 Core AMD 8x1024 MB Ram Linux Mint
Favorite Tags

17 Posted Topics

Member Avatar for Zhoot

Hey guys. Creating games is one of the best things you can do, am I right? However, nowadays you can choose between so many languages, gfx libraries and game engines. So lets vote! Whats your favorite programming language for making a game? Whats your favorite graphics library? Whats your favorite …

Member Avatar for vinnitro
0
210
Member Avatar for StrateKill

[QUOTE=Leochan;1749900]well , yeah, you definitely should start with learning (and processing) programming first, but don't let go of the ideas you have on your head about the game, that's the soul of the project, remember that anybody out there can program (after learning of course) but no one out there …

Member Avatar for Philippe.Lahaie
0
166
Member Avatar for KazenoZ

#1, The term is 'runnable'. The term 'bootable' refers to if a system is 'bootable'. #2, [url]http://lmgtfy.com/?q=eclipse+java+jar&l=1[/url] There you go :-)

Member Avatar for Zhoot
0
245
Member Avatar for Warl30ck

[QUOTE=Warl30ck;1754241]The error : syntax error, unexpected T_STRING But I checked all string objects and they worked separately.. [CODE]mysql_query("INSERT INTO downloadlogs(id, name, ip, time) VALUES('" . $Gid. "', '" . $nFile . "', '" . $IP . "', '" . date("l jS \of F Y h:i:s A") . "')")or die(mysql_error()); [/CODE] …

Member Avatar for vaultdweller123
0
302
Member Avatar for rupes0610

One way is to sum all the numbers of the row/column/section. If the sum is 45, it's probably correct. A second way could be to put all the numbers in an priorityqueue and compare that Q with another control Q that you made. For ex, Q 1: // Control Q …

Member Avatar for hfx642
0
311
Member Avatar for justin08

I'm not gonna give you the correct answer as I can see this is an assignment and I do want you to learn for youself, but I can give you the process. Just think of it, how many and which characters are truly in this file? Remember, for each new …

Member Avatar for stultuske
0
193
Member Avatar for Gsterminator

I'd solved this using priority queues. Simply input the values of both your lists into 2 seperate queues and compare the queues. As the queues are self-sorted you should end up with two equal queues, if the lists match ofc. I'm not saying this is the best way, just saying …

Member Avatar for Zhoot
0
191
Member Avatar for koduruabhinav

I think you got it abit wrong mate. You don't use 'Package' to import classes. You use 'Package' to declare that the file you write this in, belongs to the package you write. I'm not sure if a file belonging to a certain package gets access to other classes within …

Member Avatar for koduruabhinav
0
132
Member Avatar for iraqi4life

Just a supplement to SasseMan's post. Given the code you provided, JAVA will see that the lines after the return statement, "return this.day = 1;", as waste and therefore it wants you to delete them, hence you get the error message you provided. To resolve this; Follow SasseMan's advice about …

Member Avatar for Zhoot
0
81
Member Avatar for Zhoot

Heya. I require assistance regarding one of my Java programs. As the program is rather large I'm unable to post the source. The problem, My program will not start once I try to execute the Jar file associated with the program. Platform, Netbeans IDE 6.8 Description, I've written this program, …

Member Avatar for NormR1
0
101
Member Avatar for wisorac

*Bump* Do this also work in VB 6? I'm new to the language and tested out your code but I only experience alot of failures. Thx

Member Avatar for kvprajapati
0
2K
Member Avatar for Zhoot

Heya, I've had enough of windows and I'm attempting to install Ubuntu 8.10 desktop i386 version. The installation and everything works fine, but when I remove the cd (as asked to) and reboot the computer I get the message "Grub error 22".. I've been using ubuntu before but never seen …

Member Avatar for airbourne
0
160
Member Avatar for Zhoot

Heya. I have a problem with a mail script. It returns no error or anything it just doesn't send. [code]if(mail($email, "Test", $mess, "From: $nick <$email>")){echo 'Mail sent!';}else{echo 'Mail failed';}[/code] Sorry if the code looks confusing, I can write better but I've rewritten it so many times to get it to …

Member Avatar for cwarn23
0
116
Member Avatar for kajanpb
Member Avatar for Ankita B

You can always create an class and place the code there and then use the class in your jsp pages to access the DB.

Member Avatar for Ankita B
0
126
Member Avatar for aksm

There're alot of excellent tutorials about how to write jsp. Google it and you'll find, learning jsp when you only know php is a bit harder than going jsp to php. But I'm confident that you'll be able to get a script going. You'll soon notice that the two languages …

Member Avatar for peter_budo
0
342
Member Avatar for muthumari

Being rude is among the forum rules as well. Javascript is a Client-side language. So it can't use DB itself. But if you really want to use javascript with a database then the closest you can come is AJAX. Search the forums for some AJAX examples and you can always …

Member Avatar for Zhoot
0
194

The End.