Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post

15 Posted Topics

Member Avatar for javaAddict

I used to use the buffered reader in September but I started to find when in my contests that the Scanner is better. Since I can read individual elements at a time, I don't have to worry about splitting and parsing into integers. Say my input file is: [QUOTE] 4 …

Member Avatar for StephNicolaou
0
565
Member Avatar for funjoke88

You aren't going to get anything on any web site as a solution to this. If you understand some about C++ then converting this to C will be easy. Don't be lazy. Anyways, this code you found isn't the greatest code anyways. It doesn't account for a book title of …

Member Avatar for chili5
-1
153
Member Avatar for neutralfox

From a quick look: [CODE] pw.println(filenm); // got a java.lang.NullPointerException here [/CODE] You have never initialized a pw object. pw is set to null. Now you are initializing pw in the connectToServer method but perhaps that method isn't called, or it is called and an exception was thrown so the …

Member Avatar for ~s.o.s~
0
205
Member Avatar for flaco
Member Avatar for peedi

Either use a loop like others are saying or you can take the lazy way out: [CODE] String sText = "bracket"; String sReverse = new StringBuilder(sText).reverse().toString(); System.out.println(sReverse); [/CODE] :) A StringBuilder contains a reverse method. Then you reverse it and convert the StringBuilder back to a string with the toString() …

Member Avatar for rameshrajamani
0
5K
Member Avatar for ProgrammersTalk
Member Avatar for Jenniferlinn
Member Avatar for debasisdas
0
123
Member Avatar for drfarzad

You can't run your code because there isn't a main method. After looking up 2 web sites, you most likely won't find people to do your homework for you. You need to slow down, and go learn about the C# language. Copying and pasting some program from somewhere and looking …

Member Avatar for Ramy Mahrous
0
367
Member Avatar for tibebu.s

If you just installed the latest PHP, you'll have to have a web server such as apache installed. Try [URL="http://www.apachefriends.org/en/xampp-windows.html"]xampp[/URL] if you want a quick install of php. :)

Member Avatar for sumchtarek
0
191
Member Avatar for chili5

Name: James Hair: Brown Eyes: Brown Location: Canada Age: 15 Hobbies: Listening to music, programming, web design. Um that's about all I do. Lol Play computer games. instant message people. Um I spend tons of time on the computer. Relationship Status: single Fav Music: Oh , I have a ton …

Member Avatar for kanaku
0
190
Member Avatar for Simran1

What do you mean? There isn't multiple inheritance in Java. It's a single inheritance only language. :)

Member Avatar for parthiban
0
125
Member Avatar for khr2003
Member Avatar for khr2003
0
183
Member Avatar for dirt14

Woah, that is cool!! Perhaps you could go in the little hole at the bottom? [URL="http://i204.photobucket.com/albums/bb52/jwebmaster/figure-8-bookcase-job-koelewijn.jpg"]http://i204.photobucket.com/albums/bb52/jwebmaster/figure-8-bookcase-job-koelewijn.jpg[/URL]

Member Avatar for chili5
0
109
Member Avatar for Ale123

Why don't you just generate the full image on one server? I'm not really sure what you mean. How is generating half of an image on one server and a full image on another server? Why are you using two servers? Also could you use code tags? The # button. …

Member Avatar for chili5
0
128
Member Avatar for muthumariappan
Member Avatar for chili5
-1
110

The End.