Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 40 of 75
Search took 0.01 seconds.
Search: Posts Made By: BinarySurfer
Forum: Java Apr 20th, 2008, 4:35 PM
Replies: 29
Views: 886
Posted By BinarySurfer
Re: online game

You raise a good question about the multiple clients connecting at once and sending data simultaneously. I didn't have not tried working with several clients connecting at once and share their...
Forum: Java Apr 20th, 2008, 11:21 AM
Replies: 29
Views: 886
Posted By BinarySurfer
Re: online game

Time's getting a little tight here now that finals are around the corner, but post your client-server classes and I know this is a stupid question, but is your firewall blocking the connection? Your...
Forum: Java Apr 20th, 2008, 7:06 AM
Replies: 29
Views: 886
Posted By BinarySurfer
Re: online game

The server and client are connected and chatting?

Well, that method is where the server accepts incoming data. Yeah, test is a lousy name now that I think of it.
For sending data, for both the...
Forum: Java Apr 19th, 2008, 1:19 PM
Replies: 29
Views: 886
Posted By BinarySurfer
Re: online game

Sorry, I think you go what I said to FreakyChris mixed in, but if you want to keep the client class separated from the game class, that's fine. In the newMain class, you have the idea down, but the...
Forum: Java Apr 19th, 2008, 9:50 AM
Replies: 29
Views: 886
Posted By BinarySurfer
Re: online game

@Freaky Chris
I've never done it that way. A better way might be to make the socket public or the send method public. Then, in the other applications, you can call the class that has the connection...
Forum: Java Apr 18th, 2008, 5:15 AM
Replies: 29
Views: 886
Posted By BinarySurfer
Re: online game

I would use Socket and ServerSocket for the server class. In the first group of code, your
ServerSocket s = new ServerSocket(1234);

is fine. To make the process easier for me, I globalized the...
Forum: Java Apr 17th, 2008, 8:48 AM
Replies: 29
Views: 886
Posted By BinarySurfer
Re: online game

Yeah, the client and server revision is much simpler and easier. It sounds like a great plan, but I don't understand the last part, "board come across the server from the second client right?" If the...
Forum: Coder's Corner Lounge Mar 7th, 2007, 3:19 PM
Replies: 153
Views: 8,709
Posted By BinarySurfer
Yay! It finally finished and transfered the data...

Yay! It finally finished and transfered the data successfully. It only took three tries and 1.7 month.
Forum: Coder's Corner Lounge Feb 11th, 2007, 6:21 PM
Replies: 153
Views: 8,709
Posted By BinarySurfer
Yeah, I have had it set at 3mins, so that can't...

Yeah, I have had it set at 3mins, so that can't be it.
It looses all the data and starts at 0 again.
Forum: Coder's Corner Lounge Feb 11th, 2007, 5:32 PM
Replies: 153
Views: 8,709
Posted By BinarySurfer
I'm having to fight the program so that it keeps...

I'm having to fight the program so that it keeps its progress. Every time I need to restart the computer (for updates) it looses all its data! Twice, I was at 5180/2000 by the end of the week and its...
Forum: Coder's Corner Lounge Feb 5th, 2007, 5:49 PM
Replies: 37
Views: 617
Posted By BinarySurfer
That's enough for me. Infinite Recursion is the...

That's enough for me. Infinite Recursion is the only one to voice an opinion on this argument. The possibility statement is enough.
Forum: Coder's Corner Lounge Feb 5th, 2007, 5:02 PM
Replies: 37
Views: 617
Posted By BinarySurfer
Thank you Infinite Recursion. Finally, someone...

Thank you Infinite Recursion. Finally, someone voiced his or her opinion about the future advancements in robotics.
Forum: Community Introductions Feb 4th, 2007, 10:56 AM
Replies: 4
Views: 132
Posted By BinarySurfer
Welcome! What languages are you fluent in?

Welcome! What languages are you fluent in?
Forum: Coder's Corner Lounge Feb 2nd, 2007, 7:01 PM
Replies: 37
Views: 617
Posted By BinarySurfer
I found the walking, balancing, and running(both...

I found the walking, balancing, and running(both feet leaving the ground simultaneously) impressive. I'm sure the higher processor was behind it, but design and physics of the robot has a tremendous...
Forum: Coder's Corner Lounge Feb 2nd, 2007, 3:51 PM
Replies: 37
Views: 617
Posted By BinarySurfer
Yeah, that had to be very embarrassing for Honda...

Yeah, that had to be very embarrassing for Honda since it seems like they were showing it. Oooh, someone(s) is going to get whipped and severely punished for that.

Duck: " Stupid robot. Artificial...
Forum: Community Introductions Feb 2nd, 2007, 11:57 AM
Replies: 6
Views: 151
Posted By BinarySurfer
Welcome!

Welcome!
Forum: Coder's Corner Lounge Feb 1st, 2007, 12:26 PM
Replies: 9
Views: 202
Posted By BinarySurfer
I didn't intend to imply that I thought the...

I didn't intend to imply that I thought the precautions the police took is understandable, but I ment to mean is that the fear is understandable. Sure, after the first number of them are seen as...
Forum: Coder's Corner Lounge Jan 31st, 2007, 10:22 PM
Replies: 9
Views: 202
Posted By BinarySurfer
Ah, okey, I see what you mean.

Ah, okey, I see what you mean.
Forum: Coder's Corner Lounge Jan 31st, 2007, 8:42 PM
Replies: 9
Views: 202
Posted By BinarySurfer
What exactly was Turner Broadcasting thinking?...

What exactly was Turner Broadcasting thinking? Placing unknown magnetic lights under bridges in major cities?! Although it doesn't look threatening, the Trojan Horse didn't either, and today, Dirty...
Forum: C++ Jan 31st, 2007, 4:32 PM
Replies: 15
Views: 506
Posted By BinarySurfer
Ah, now it makes much more sense. Thank you.

Ah, now it makes much more sense. Thank you.
Forum: C++ Jan 31st, 2007, 11:38 AM
Replies: 15
Views: 506
Posted By BinarySurfer
@Wizard1988: I know Java doesn't "hide" the code....

@Wizard1988: I know Java doesn't "hide" the code. I just figured it is a fast, simple, and unimportant detail. Technically, when calling private classes/methods, it can be described as "hidden"...
Forum: C++ Jan 30th, 2007, 10:11 PM
Replies: 15
Views: 506
Posted By BinarySurfer
Although this has to do with Java, it's on the...

Although this has to do with Java, it's on the same train of thought. Can Java classes be decompiled to Java source files? I see decompilers (not that I will ever trust underhand programs) and wonder...
Forum: Community Introductions Jan 30th, 2007, 3:05 PM
Replies: 6
Hi
Views: 222
Posted By BinarySurfer
Welcome! What languages do you know?

Welcome! What languages do you know?
Forum: Coder's Corner Lounge Jan 27th, 2007, 9:16 AM
Replies: 153
Views: 8,709
Posted By BinarySurfer
Okey, I've installed it and the first project is...

Okey, I've installed it and the first project is 20,000 WU and will take approx. 25 days to complete. Yeah, the computer it's on is really slow, 500MHz :) But I never turn it off because it doesn't...
Forum: Coder's Corner Lounge Jan 23rd, 2007, 3:12 PM
Replies: 42
Views: 807
Posted By BinarySurfer
I had suspisions that your name had an Asian tie...

I had suspisions that your name had an Asian tie to it.
Forum: Coder's Corner Lounge Jan 23rd, 2007, 12:26 PM
Replies: 42
Views: 807
Posted By BinarySurfer
Programming eventually ends up as...

Programming eventually ends up as binary(obviously) and a skilled surfer is in tune with the wave he or she is surfing to a high and fine degree and understanding. So, combining the two ideas, I came...
Forum: Community Introductions Jan 23rd, 2007, 12:15 PM
Replies: 8
Views: 199
Posted By BinarySurfer
I like you already! That is the best introduction...

I like you already! That is the best introduction I've read, welcome (with true meaning). I'm not into the farming thing though, but the economy needs every grain and slab of meat.
Forum: Community Introductions Jan 16th, 2007, 11:33 AM
Replies: 6
Views: 152
Posted By BinarySurfer
Welcome! India, interesting.

Welcome! India, interesting.
Forum: Java Jan 15th, 2007, 10:19 AM
Replies: 7
Views: 231
Posted By BinarySurfer
So, the client reports its computer's traffic to...

So, the client reports its computer's traffic to the main utility, right?
Forum: Java Jan 15th, 2007, 9:07 AM
Replies: 6
Views: 247
Posted By BinarySurfer
Isn't killing the program a little drastic?...

Isn't killing the program a little drastic? Replacing System.exit(0) with a continue statement makes it run smoother when a incorrect entry is made instead of having to re-run the program over a...
Forum: Java Jan 14th, 2007, 10:48 PM
Replies: 6
Views: 247
Posted By BinarySurfer
Yeah, it looks great! As reggaeton_king said, the...

Yeah, it looks great! As reggaeton_king said, the break statement after the System.exit(0); is unneeded. I suggest using a continue statement instead of killing the program, it makes it "user...
Forum: Software Design and Algorithms Jan 14th, 2007, 9:13 PM
Replies: 27
Views: 864
Posted By BinarySurfer
I understand the gain from college in CS now, I...

I understand the gain from college in CS now, I just had several serious doubts about it from a range of people who felt, in some way or another, that they didn't gain much from the investment. This...
Forum: Community Introductions Jan 14th, 2007, 9:33 AM
Replies: 5
Views: 150
Posted By BinarySurfer
Cool. I know a couple people that will be excited...

Cool. I know a couple people that will be excited to have another c# programmer.
Forum: Java Jan 13th, 2007, 10:39 PM
Replies: 5
Views: 215
Posted By BinarySurfer
Yeah, C is one of the more fast and efficient...

Yeah, C is one of the more fast and efficient languages, especially against Java.
Forum: Community Introductions Jan 13th, 2007, 10:35 PM
Replies: 5
Views: 150
Posted By BinarySurfer
Welcome! What languages?

Welcome! What languages?
Forum: Java Jan 12th, 2007, 3:24 PM
Replies: 4
Views: 197
Posted By BinarySurfer
Ah, I see. Thank you! That defiantly cleared up a...

Ah, I see. Thank you! That defiantly cleared up a lot of confusion.
Forum: Java Jan 12th, 2007, 12:09 PM
Replies: 4
Views: 197
Posted By BinarySurfer
I don't intend to keep track of anything and the...

I don't intend to keep track of anything and the strings aren't sensitive, it just allows connection with the proper password, and sends whatever other strings comes it way to the other clients.
It...
Forum: Java Jan 11th, 2007, 1:38 PM
Replies: 4
Views: 197
Posted By BinarySurfer
Java Server

I'm thinking about making a Java server for a series of clients to conect to. All that it is suppose to do is relay the incoming strings to the other clients. It was brought to my attention that it...
Forum: Coder's Corner Lounge Jan 8th, 2007, 12:20 PM
Replies: 125
Views: 2,506
Posted By BinarySurfer
A: No, it's going to be expensive. You have to...

A: No, it's going to be expensive. You have to basically buy a new computer that will be compatable from what I read. There are no motherboards that support DirectX 10, which is a requirement for...
Forum: Coder's Corner Lounge Jan 7th, 2007, 6:08 PM
Replies: 125
Views: 2,506
Posted By BinarySurfer
A: Apocalypse by our own hands Q: Where is Tim...

A: Apocalypse by our own hands

Q: Where is Tim Buck Tu (plz excuse my spelling)?
Showing results 1 to 40 of 75

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 6:26 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC