Forum: Assembly
Feb 18th, 2009, 6:58 PM
|
|
Replies: 19
Views: 1,013
|
Forum: C
Dec 17th, 2008, 11:06 AM
|
|
Replies: 32
Views: 1,246
|
Forum: Project Ideas
Nov 18th, 2008, 12:00 AM
|
|
Replies: 21
Views: 1,199
Re: An idea like no other...
This has the potential for an auto-plagiarizing tool, but so does a thesaurus :)
It does look like an interesting project, but not an easy one...
|
Forum: Project Ideas
Nov 17th, 2008, 10:02 PM
|
|
Replies: 21
Views: 1,199
|
Forum: Software Design and Algorithms
Nov 15th, 2008, 6:01 PM
|
|
Replies: 5
Views: 369
Re: Hashing??
I understand that checking the strings that way would work. However I am required to do this using a hashtable...
|
Forum: Software Design and Algorithms
Nov 15th, 2008, 11:35 AM
|
|
Replies: 5
Views: 369
Hashing??
I have somewhat of an unusual problem, and thought I would see what you guys would do.
I have a list of strings of various lengths, and have to check weather or not those strings can be constructed...
|
Forum: Community Announcements and Feedback
Oct 26th, 2008, 12:35 AM
|
|
Replies: 63
Views: 2,613
|
Forum: Coder's Corner Lounge
Sep 27th, 2008, 12:40 PM
|
|
Replies: 1
Views: 251
Re: Finding sounds/music
You might want to check out the forums at gamedev.net I am sure you will find someone who might be able to help you there.
Good luck
|
Forum: Coder's Corner Lounge
Aug 25th, 2008, 8:31 PM
|
|
Replies: 10
Views: 791
|
Forum: Coder's Corner Lounge
Aug 23rd, 2008, 12:53 AM
|
|
Replies: 1
Views: 314
|
Forum: PHP
Aug 4th, 2008, 10:11 AM
|
|
Replies: 6
Views: 530
Re: Detect spam posts on comments page
You could most likely stop the bots with an extra hidden field in the form. When the form gets submitted check if the hidden field contains anything, if it does then it is most likely a bot. You...
|
Forum: HTML / XHTML / CSS
Jul 23rd, 2008, 9:59 PM
|
|
Replies: 3
Views: 714
Re: Shows differently in IE6 and IE7
You might want to look into CSS Frameworks. I was recently messing around with Blueprint CSS (http://code.google.com/p/blueprintcss/) and it worked pretty good.
|
Forum: Coder's Corner Lounge
Jul 23rd, 2008, 9:54 PM
|
|
Replies: 1
Views: 505
Get a FREE domain name
Godaddy.com is having some sort of a promotion and they are offering free Domain Name registration (1 year). I was able to register a domain and I thought some of you guys and gals might be...
|
Forum: Coder's Corner Lounge
Jul 13th, 2008, 10:06 PM
|
|
Replies: 8
Views: 545
|
Forum: C++
Jul 9th, 2008, 4:40 PM
|
|
Replies: 10
Views: 654
Re: Need College Help/Advice
If you are looking into game/engine development then I don't think you will need to learn COBOL. C,C++ and some scripting languages is where its at.
You might want to check out www.gamedev.net
|
Forum: PHP
Jun 28th, 2008, 9:54 PM
|
|
Replies: 6
Views: 603
Re: IP address
This might help -> GOOGLE (http://www.google.com/search?hl=en&q=prevent+hotlinking&btnG=Search)
|
Forum: C++
Jun 24th, 2008, 12:50 PM
|
|
Replies: 6
Views: 488
|
Forum: HTML / XHTML / CSS
Jun 20th, 2008, 11:17 PM
|
|
Replies: 1
Views: 619
Re: Relative positioning in CSS
I'm not entirely sure what you need but hopefully this helps: CSS positioning (http://css-tricks.com/absolute-positioning-inside-relative-positioning/)
|
Forum: Java
Jun 18th, 2008, 3:51 PM
|
|
Replies: 3
Views: 555
|
Forum: Java
Jun 18th, 2008, 2:33 PM
|
|
Replies: 3
Views: 555
|
Forum: JavaScript and Client-Side Browser Scripting
May 19th, 2008, 10:10 PM
|
|
Replies: 5
Views: 788
Re: Passing a variable to a pop up window
There is a way to get around that. Change "url +"?url=" + document.location" to "url +"&url=" + document.location" Normally GET variables are separated by '&' symbols (notice the URL when you are...
|
Forum: JavaScript and Client-Side Browser Scripting
May 19th, 2008, 8:09 AM
|
|
Replies: 5
Views: 788
|
Forum: Coder's Corner Lounge
May 17th, 2008, 12:17 PM
|
|
Replies: 2
Views: 352
Re: MARIE a sample computer ARCH
From what I understand this architecture is using fixed length instructions, which are 11 bits long. An address field is four bits long, this means it would be possible to address 2^4 different...
|
Forum: Java
May 14th, 2008, 6:34 PM
|
|
Replies: 51
Views: 2,509
Re: back to online battleship
I'm not understanding why the client(s) would need to send the setup board to the server more than once. After the server received the two boards it should be able to figure out the results if it...
|
Forum: Coder's Corner Lounge
May 14th, 2008, 4:33 PM
|
|
Replies: 8
Views: 528
|
Forum: Java
May 14th, 2008, 4:29 PM
|
|
Replies: 51
Views: 2,509
Re: back to online battleship
If you think about it the server shouldn't really be sending the board to anyone. After each player sets up their battleships the program might send the sizes and coordinates of their ships to the...
|
Forum: Show Off Your Open Source Projects
May 13th, 2008, 11:11 AM
|
|
Replies: 3
Views: 1,025
Re: RicoRobots!!
I'm not that old... If you like this game you can add features to it :). I did write a command prompt version with undo functionality. If you want a bigger challenge add an option where it would...
|
Forum: Paid Job Offers
May 6th, 2008, 6:56 PM
|
|
Replies: 20
Views: 2,378
Re: Need a program developed.
"Playing" games that way is pathetic, why don't you just run folding@home overnight and pretend that you are leveling up??
|
Forum: Paid Job Offers
May 6th, 2008, 6:55 PM
|
|
Replies: 20
Views: 2,378
|
Forum: Java
May 5th, 2008, 2:41 AM
|
|
Replies: 1
Views: 258
Re: Implicit returns
I am not 100% sure but here is what I think it is:
void foo()
{
doSomething()
}
int bar(int a)
{
|
Forum: C
May 1st, 2008, 4:52 PM
|
|
Replies: 7
Views: 504
Re: image processing
Yeah, you managed to edit it before i hit post. Here (http://student.kuleuven.be/~m0216922/CG/filtering.html)is an article that is a bit easier to understand
|
Forum: C
May 1st, 2008, 4:39 PM
|
|
Replies: 7
Views: 504
Re: image processing
First I would suggest that you learn how to use code tags :). Second you might want to take a look at this (http://www.gamedev.net/reference/programming/features/imageproc/page2.asp) or this...
|
Forum: C
Apr 15th, 2008, 8:17 AM
|
|
Replies: 5
Views: 541
|
Forum: C
Apr 14th, 2008, 9:34 PM
|
|
Replies: 5
Views: 541
Re: port scan detection
Well for a port being open, I would say you would somehow check if there is a program/service listening for connection requests. For example if you wanted to get all the active phone numbers in a...
|
Forum: Java
Apr 8th, 2008, 12:19 AM
|
|
Replies: 3
Views: 324
Re: Complex Number Calculator
It is most likely the way you handle the input. You could check the string for a negative sign and them simply subtract the following number from 0. Its just a simple hack, other members might have...
|
Forum: Coder's Corner Lounge
Apr 3rd, 2008, 10:04 PM
|
|
Replies: 3
Views: 330
Luck is on our side
I just found this video and I thought you guys should see it.
http://www.youtube.com/watch?v=aQiPCC27VgA
|
Forum: Coder's Corner Lounge
Mar 28th, 2008, 7:26 PM
|
|
Replies: 45
Views: 2,490
|
Forum: Coder's Corner Lounge
Mar 13th, 2008, 11:08 PM
|
|
Replies: 21
Views: 1,064
Re: I failed a programming test
So are you just having problems concentrating on the material?? You might want to read up on memory/cognitive function supplements. They work for some people, but not always.
You might want to read...
|
Forum: Coder's Corner Lounge
Mar 13th, 2008, 10:47 PM
|
|
Replies: 21
Views: 1,064
|
Forum: Coder's Corner Lounge
Mar 12th, 2008, 5:38 PM
|
|
Replies: 25
Views: 1,230
|