Web.xml to Freemind conversion





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

2
Date Submitted Wed. Aug. 9th, 2006 5:49 AM
Revision 1
Beginner plinge
Tags Ruby | signals | slots
Comments 0 comments
Well, ruby is actually so flexible that there is no real need to implement the goode olde signals & slots metaphor. But it serves nicely as demonstration of ruby properties, so here we go.
7
Date Submitted Fri. Feb. 17th, 2006 4:26 AM
Revision 2
Beginner ramanathank
Tags Java
Comments 7 comments
Change logs

-> length calculated from the array
-> charachters will not be repeated in the password
6
Date Submitted Sun. Jul. 23rd, 2006 5:39 PM
Revision 1
Helper rugi
Tags Array | Java | Random
Comments 0 comments
Method for get n random number's
6
Date Submitted Sat. Jul. 28th, 2007 3:19 PM
Revision 1
Helper rugi
Tags BufferedImage | Canvas | Image | Java
Comments 0 comments
Convert
java.awt.Canvas to java.awt.image.BufferedImage or java.awt.image.Image
7
Date Submitted Wed. Sep. 5th, 2007 9:21 PM
Revision 1
Helper rugi
Tags "full | desktop | Java | screen" | Swing
Comments 0 comments
Snippet for display one frame in full screen mode.
2
Date Submitted Fri. Oct. 19th, 2007 8:09 PM
Revision 1
Helper rugi
Tags BufferedImage | Canvas | Image | Java
Comments 0 comments
Convert java.awt.Canvas to java.awt.image.BufferedImage
2
Date Submitted Fri. Oct. 26th, 2007 3:20 PM
Revision 1
Helper rugi
Tags byte | InputStream | Java
Comments 0 comments
Convert InputStream to byte[]
3
Date Submitted Mon. Feb. 4th, 2008 9:14 PM
Revision 1
Helper rugi
Tags Directory | Java | Recursive | search
Comments 0 comments
Search file directory (recursive method) with java language
8
Date Submitted Sat. Oct. 28th, 2006 3:00 PM
Revision 1
Scripter SCoon
Tags Java | Password
Comments 0 comments
7
Date Submitted Sat. Oct. 28th, 2006 6:03 PM
Revision 1
Scripter SCoon
Tags "Command Line" | Java | Reflection
Comments 0 comments
This class uses reflection to locate option setters. Client class must contains methods setFile (to receive file names from the command line) and setOption### (to receive option ###).

(See also adapter-based implementation)