| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
Chat server with multiple client support | Java (JDK 1.4) | Intermediate / Ashika Umanga Umagiliya | 11782 since 2/28/2005 3:46:28 AM |
By 3 Users 3 Excellent Ratings
|
| |
This is a sample chat Server with multi client support.Server can accept and make individual Socket for each client. (ScreenShot) |
| |
| |
| |
 |
Chatting Application | Java (JDK 1.4) | Intermediate / KIRAN KUMAR TADAKA | 17272 since 12/6/2004 1:12:00 PM |
By 6 Users 3 Excellent Ratings
|
| |
A simple concurrent chat application:
* The application is composed of a Java server application and a client applet.
* The chat program will allow multiple students (clients) to talk with each other at the same time as well as to their instructor on ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
chess layout | Java (JDK 1.5) | Intermediate / lalus | 4901 since 4/27/2012 5:22:25 PM | Unrated
|
| |
This is a code for creating chess layout of 8x8 in applet |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
circle | Java (JDK 1.1) | Beginner / Alice Sedai | 4108 since 10/16/2003 4:24:59 AM |
By 1 Users
|
| |
It's just a simple program to calculate the area of a circle, but I've submitted it to show the use of a boolean variable to loop the program, so that it doesn't exit after you've run it once. |
| |
| |
| |
 |
Clone using serialization | Java (JDK 1.1) | Not Given /
| 7139 since 6/22/1998 |
By 2 Users 2 Excellent Ratings
|
| |
Look at the code below, submitted by expert programmer John Dumas. It uses serialization to write an object into a byte array, and reads it back to reconstitute a fresh copy. This is a clever hack!
(Found on the web--Java FAQ at http://www.best.com/~pvdl/ ...(description truncated) |
| |
| |
| |
 |
code to filter the binary images and counting the noumer of fingers then are captured by a webcam | Java (JDK 1.5) | Advanced / amit kumar pandey | 3823 since 4/6/2008 12:15:32 PM | Unrated
|
| |
this code removes the maximum noises from a binary image and it also count the number of fingers that are captured by a webcam. |
| |
| |
| |
 |
Colour changer | Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / itsme106 | 4670 since 4/28/2007 3:30:23 PM |
By 1 Users
|
| |
This is simple code with a GUI to change its background color using different RGB values.Try it and comment on it. |
| |
| |
| |
 |
Compile .java files with a couple of clicks | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / Vekata | 3310 since 10/16/2004 8:17:50 PM |
By 2 Users
|
| |
I know this is already been posted on this site. But the way they do it is not clear.
This is just a trick to help programmers and the lazy batch (me of course). The ZIP file contains compile.RGG file. Rename it with as compile.reg. Then Merge it, and u ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Compiling and Running A Simple Program | Java (JDK 1.1) | Beginner / Monica Pawlan (Copyright Sun Microsystems Inc) | 8909 since 5/17/2000 6:45:20 PM |
By 2 Users 2 Excellent Ratings
|
| |
This lesson explains how to write, compile, and run a simple program written in the Java TM language (Java program) that tells your computer to print a one-line string of text on the console. |
| |
| |
| |
 |
Constraint Satisfaction Problem | Java (JDK 1.2) | Intermediate / Ethan Croteau | 2437 since 12/6/2002 5:24:16 PM |
By 1 Users
|
| |
Solve a constraint satisfaction problem (CSP). This program solves CSPs with unary and binary constraints. Illustrates heuristics to solve constraint satisfaction problems. |
| |