What's The Hardest Program You've Ever Done?
#1
Posted 16 March 2005 - 04:27 PM
JCreator definitly helped make that project 100x easier.
#2
Posted 16 March 2005 - 04:30 PM
Also the Server will be pretty difficult to make: It has to 200% perfect :-)
#3
Posted 16 March 2005 - 06:30 PM
Also the Server will be pretty difficult to make: It has to 200% perfect :-)
A distributed fileserver. I didn't sleep for weeks.
#5
Posted 16 March 2005 - 09:42 PM
My first experience with socket programming :)
#6
Posted 16 March 2005 - 09:46 PM
My first experience with socket programming :)
Im planning on making my own webserver... Is it difficult? And what resources did you use (API, examples etc...)? :-)
#7
Posted 16 March 2005 - 10:01 PM
It is not very hard, well.. if you prepare it well enough that is ;)
I created my webserver from reverse engineering the input i got from apache in putty, which is not a good/easy way to create your own server.
I used the following imports:
import java.net.*;
import java.io.*;
.net (of course) for the Sockets, you will definately need this one.. hint: ServerSocket
.io for reading the files that are being requested by the client
I could send you the source code for review if you like (pm me an adress or something and I'll mail it to you asap)
#8
Posted 16 March 2005 - 10:06 PM
Mmm... I can't send you a PM :-O Stupid forum :-P Anyhow, my e-mail address is on my profile :-)
Just to make it a little easier: hans_roeder@hotmail.com
I'm really curious about the code right now :-)
#9
Posted 16 March 2005 - 10:15 PM
Mmm... I can't send you a PM :-O Stupid forum :-P Anyhow, my e-mail address is on my profile :-)
Just to make it a little easier: hans_roeder@hotmail.com
I'm really curious about the code right now :-)
Sent :)
the code is butt-ugly at some parts, but it works as intended.
It's just that the intention was to serve a page and *not* crash the server doing it, keep that in mind while you are reading the code ;)
#10
Posted 16 March 2005 - 10:25 PM
The code looks fine, so I think I won't have any problems reading and understanding it...
Thank you very much :-)
#11
Posted 16 March 2005 - 10:34 PM
#12
Posted 16 March 2005 - 10:42 PM
Hehehe, I think that's pretty funny :-P
Dutch would be best, since we're both uh... Dutch :-P I don't speak german (though I am half german :-$)... And french... Blegh, hate it :-P
I don't think I'll be asking you questions, but thanks anyway :-)
To bad you write the code in a syntax I don't really like... Now I first have to adjust everything :-P But I'll survive it I guess :-)
Thanks again, really appreciate it :-D
#13
Posted 17 March 2005 - 12:46 PM
Or a CNC plasma programmer.
Both seemed pretty tricky at the time.
#14
Posted 17 March 2005 - 03:09 PM
Now everyone knows my true name O_o
#15
Posted 17 March 2005 - 03:15 PM
#16
Posted 17 March 2005 - 04:58 PM
Now everyone knows my true name O_o
I'll send that later tonight...
edit: Sent
#17
Posted 18 March 2005 - 09:59 PM
I wrote a simple webserver that essentially makes a specific folder available over HTTP. It was most just to practice my Java and networking stuff, but it works. It doesn't support all of the HTTP headers though... I don't think it supports enough to comply to the HTTP standards. It works fine for me though.
#18
Posted 18 March 2005 - 10:34 PM
#19
Posted 19 March 2005 - 02:29 AM
#20
Posted 19 March 2005 - 12:15 PM
I make another program, which lists movies and games, in a list, ... it's more graphical and it contains more functions. (i included server/client, for network support)
CheezItMan and Sahisoft, i 'm interested by your fileserver and notebook/organizer, if you would give it to me, I really thank you.












