Forum: Java
Apr 24th, 2007, 12:23 PM
|
|
Replies: 2
Views: 187
JDBC question
I am currently making a website using java with tomcat
As anyone who has used tomcat/servlets knows, each java page gets called every time you run a new page. My problem is that i have a page which...
|
Forum: Java
Mar 26th, 2007, 10:53 PM
|
|
Replies: 11
Views: 238
|
Forum: Java
Mar 5th, 2007, 7:17 PM
|
|
Replies: 2
Views: 160
|
Forum: Java
Mar 1st, 2007, 11:16 AM
|
|
Replies: 2
Views: 160
Spell Checker
I am currently trying to make a spell checker/suggestion program in java. I looked on google, but couldn't find anything. Does anyone know any good techniques for such a program, or have a link to...
|
Forum: C++
Nov 17th, 2006, 10:54 PM
|
|
Replies: 3
Views: 96
|
Forum: C++
Nov 17th, 2006, 6:13 PM
|
|
Replies: 11
Views: 300
The language you decide to learn, like grumpy...
The language you decide to learn, like grumpy said, depends heavily on what you want to program. If you want to program video games, C++ is probably your best choice. If you want to write low-level...
|
Forum: C++
Nov 17th, 2006, 5:38 PM
|
|
Replies: 3
Views: 96
Question about SDL
i'm using SDL to program a game and i'd like to display the FPS. Does anyone know how to display the FPS in SDL? If SDL does not have such a function, does anyone know how i would write a function...
|
Forum: Other Web Development Languages
Nov 14th, 2006, 5:02 PM
|
|
Replies: 1
Views: 143
Need help with mapping
I have been instructed by my boss to use the OpenLayers mapping technology. It can be found at http://www.openlayers.org. I am also running the map server MS4W(Map server for windows) which can be...
|
Forum: Java
Sep 27th, 2006, 4:19 PM
|
|
Replies: 3
Views: 207
|
Forum: Java
Sep 27th, 2006, 4:11 PM
|
|
Replies: 2
Views: 231
Disabling the "back" button on browsers
I am currently programming a website in java/jsp using a couple of different frameworks, namely struts, spring, and hibernate. My concern is the following:
On certain pages, without having the page...
|
Forum: JavaScript and Client-Side Browser Scripting
Aug 14th, 2006, 5:02 PM
|
|
Replies: 1
Views: 160
Need help with BBCode
I am currently working on making a fully functional forum. The main language being used in the site is Java, along with the struts framework. However, the BBCode is something that i have been told...
|
Forum: Coder's Corner Lounge
May 4th, 2006, 5:12 PM
|
|
Replies: 7
Views: 291
copy and paste resource
whats a good website where i can copy and paste my code, and then just give it as a link to people so i dont have to clutter a forum post with a long function?
|
Forum: C
Apr 21st, 2006, 6:39 AM
|
|
Replies: 19
Views: 469
BTW, is it possible to either:
1. manipulate...
BTW, is it possible to either:
1. manipulate signals to affect how your program deals with segfaults by writing your own function for the SEGSIGV signal simliar to something like SIGSTP or...
|
Forum: C
Apr 21st, 2006, 6:25 AM
|
|
Replies: 19
Views: 469
|
Forum: C
Apr 21st, 2006, 5:34 AM
|
|
Replies: 19
Views: 469
dont know if its the hardware, im running on...
dont know if its the hardware, im running on Linux, not sure of the version, school computers, and I assume the most up to date version of GNU (hell for 50 grand a year we better have the most up to...
|
Forum: C
Apr 21st, 2006, 4:56 AM
|
|
Replies: 19
Views: 469
|
Forum: C
Apr 21st, 2006, 4:47 AM
|
|
Replies: 19
Views: 469
|
Forum: C
Apr 21st, 2006, 4:20 AM
|
|
Replies: 19
Views: 469
I dont think its fair to say that causing a Seg...
I dont think its fair to say that causing a Seg fault makes you a "bad" programmer, maybe just one that doenst have much experience with C. Things that cause Seg faults in C would not even compile...
|
Forum: C
Apr 21st, 2006, 3:58 AM
|
|
Replies: 19
Views: 469
How can I get around Seg Faults
What are some handy ways to work aroudn them? I know the computer is just trying to do what best, but at times it really isnt necesary =P. What are some tricks u guys use to avoid these nasty...
|
Forum: Coder's Corner Lounge
Apr 20th, 2006, 3:28 PM
|
|
Replies: 29
Views: 705
|
Forum: C
Apr 20th, 2006, 11:37 AM
|
|
Replies: 3
Views: 339
|
Forum: C++
Apr 20th, 2006, 11:16 AM
|
|
Replies: 6
Views: 239
|
Forum: C++
Apr 20th, 2006, 11:00 AM
|
|
Replies: 6
Views: 239
|
Forum: Coder's Corner Lounge
Apr 20th, 2006, 10:47 AM
|
|
Replies: 38
Views: 1,058
|
Forum: C++
Apr 20th, 2006, 10:05 AM
|
|
Replies: 6
Views: 239
|
Forum: C++
Apr 20th, 2006, 9:52 AM
|
|
Replies: 6
Views: 239
Anyone know any good debuggers?
I honestly cant stand to use GDB for one more minute. Honeslty, maybe that hting was quality back in the day, but nowadays, theres just much better stuff. Its so inconsistant and flaky, it makes me...
|
Forum: C
Apr 20th, 2006, 12:02 AM
|
|
Replies: 3
Views: 339
I figured out the solution, i feel bad i always...
I figured out the solution, i feel bad i always make these long posts after scratching my head for an hour then figure out the solution 10 minutes later =P
anyway, its pretty interesting what i did,...
|
Forum: C
Apr 19th, 2006, 11:18 PM
|
|
Replies: 3
Views: 339
A Malloc question
Ok, so i have to write an Explicit Free List malloc for my programmign class, and im a bit stuck. I have this function named "place". Basically what "place" does is after the malloc function has...
|
Forum: C
Apr 11th, 2006, 7:57 AM
|
|
Replies: 2
Views: 275
|
Forum: C
Apr 11th, 2006, 7:37 AM
|
|
Replies: 2
Views: 275
Virtual Memory question
I could not find a forum for Unix-based operations, but since the class I am in is taught in C, ill post it here.
I am currently trying to figure out how to convert Virtual Memory Addresses into...
|
Forum: C
Apr 11th, 2006, 5:30 AM
|
|
Replies: 5
Views: 235
|
Forum: C
Apr 11th, 2006, 5:04 AM
|
|
Replies: 5
Views: 235
Need help with forks
This is really more of a theory question, but since it pertains to the C language, ill post it here
Ok a few questions.
1. lets say you fork a process. Which returns first, the child or the...
|
Forum: C
Feb 24th, 2006, 8:06 PM
|
|
Replies: 8
Views: 388
|
Forum: C
Feb 24th, 2006, 7:00 PM
|
|
Replies: 8
Views: 388
|
Forum: C
Feb 24th, 2006, 6:52 PM
|
|
Replies: 8
Views: 388
|
Forum: C
Feb 24th, 2006, 5:55 PM
|
|
Replies: 8
Views: 388
a small update, i think i get waht tehy are...
a small update, i think i get waht tehy are trying to say
they want me to fill up the buffer with code, then have the eip pointer jump the memory location where the buffer is stored, and it will...
|
Forum: C
Feb 24th, 2006, 5:39 PM
|
|
Replies: 8
Views: 388
i swear to you on my life that this is a real...
i swear to you on my life that this is a real assignment. the writeup is too large to upload, but here is a brief excerpt of it
15-213, Spring 2006
Lab Assignment L3: The Buffer Bomb
Assigned:...
|
Forum: Project Ideas
Feb 24th, 2006, 5:32 PM
|
|
Replies: 17
Views: 325
|
Forum: C
Feb 24th, 2006, 4:23 PM
|
|
Replies: 8
Views: 388
need help writing some exploit code
ok so for my current CS assignment, the focus is on doing buffer overflows. i got the first two problems fine, but im having trouble on the third. basically here is what we are dealing with. we...
|
Forum: C
Feb 2nd, 2006, 6:09 PM
|
|
Replies: 17
Views: 588
|