| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
HTTP SERVER | Java (JDK 1.1) | Intermediate / Fiach Reid | 5621 since 3/10/2000 |
By 2 Users
|
| |
This is a Fully fledged HTTP 1.0 Server. See this
Server in action at www.eej.ulst.ac.uk/remote-viewer |
| |
| |
| |
 |
Internet Protocol (IP) Detector Version 1.0 | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Advanced / Jake Rodriguez Pomperada | 2174 since 1/4/2009 11:51:20 AM |
By 1 Users
|
| |
The purpose of this code is to determine what kind ofInternet Protocol Address that you are using in your computer using java programming language. This code is very useful is you are creating a internet related application that requires you to get the IP ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
InterServ | Java (JDK 1.5) | Intermediate / James Pruitt | 3315 since 4/6/2006 5:59:03 PM | Unrated
|
| |
This is a simple multiclient chat server. It uses a simple protocol and could actually be quite handy. I have not yet commented it but plan to soon. If there is anyone that would be so nice as to make me a nice client, please email me at eric.pruitt@gmail ...(description truncated) |
| |
| |
| |
 |
Intro To Network Programming: Sockets | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / princennamdi | 6172 since 9/24/2010 6:53:18 AM |
By 5 Users 2 Excellent Ratings
|
| |
Just a basic intro into socket programming.. |
| |
| |
| |
 |
Intro to Network Programming: Sockets 2 | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / princennamdi | 3395 since 9/30/2010 5:42:04 PM | Unrated
|
| |
Part 2 of Socket programming Introduction |
| |
| |
| |
 |
IP Grabber | Java (JDK 1.2) | Beginner / Craig Casey | 4698 since 10/30/2001 2:40:12 PM |
By 5 Users 3 Excellent Ratings
|
| |
Accepts connections and takes the IP of the request |
| |
| |
| |
 |
IP TO COUNTRY | Java (JDK 1.4) | Beginner / Maheshkarekar | 3219 since 5/31/2004 11:12:05 PM |
By 3 Users 2 Excellent Ratings
|
| |
Ever Imagined how to find the country name from an IP address?
This can be usefull if you want to filter out certain visitors depending on the country to your website,auction etc. (ScreenShot) |
| |
| |
| |
 |
IRC Bot/Client | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / Priceputu Cristian | 2651 since 10/31/2004 5:33:20 AM | Unrated
|
| |
IT's a little client for IRc ....had some problems with BufferedReader aparently u have to give it a fixed small buffer to function right...
the rest it's ok (ScreenShot) |
| |
| |
| |
 |
Java chat command prompt | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / JJJ | 4367 since 10/15/2004 12:52:47 AM | Unrated
|
| |
I have 2 programs, Client.java and ServerApp.java. Using these programs, Client and Server can chat with each other through command prompt. |
| |
| |
| |
 |
Java Http Server | Java (JDK 1.1), Java (JDK 1.2) | Advanced / nfs | 3585 since 4/12/2002 3:16:17 AM |
By 4 Users 4 Excellent Ratings
|
| |
This simple server supports only Get and Head request from the client and returns HTML files and image data.Adding a "-v" command-line parameter enable verbose mode,which displays all connections in the Http server's console window. |
| |