File CheckSum





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

7
Date Submitted Mon. May. 15th, 2006 11:25 AM
Revision 4
Helper jbuchberger
Tags ant | builds | Java
Comments 0 comments
if you use the same buildfiles on your local codebase and your continuous integration buildserver, the if-attribute for ant's targets comes in handy...

for this ant buildfile snippet to only create+publish javadoc when executed on the buildserver, the buildserver only has to set the referred system property, e.g. on its startup by using a Java D-option "-Dcontinuous.build=true" ...

ant buildtool website
7
Date Submitted Tue. Sep. 19th, 2006 8:22 AM
Revision 1
Helper alambkin
Tags Exponentiation | Fast | Java
Comments 2 comments
A simple tool used for fast Exponentiation. Very useful if you are creating your own cryptograpgic methods.
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.
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
7
Date Submitted Thu. Mar. 16th, 2006 11:17 PM
Revision 1
Coder mattrmiller
Tags File | Java | Move
Comments 1 comments
Move a file quickly in java.
7
Date Submitted Thu. Jan. 5th, 2006 3:41 PM
Revision 1
Coder mattrmiller
Tags Java | Simple | Table
Comments 1 comments
Simple Table
7
Date Submitted Mon. Feb. 13th, 2006 3:40 PM
Revision 1
Coder mattrmiller
Tags Java | JDialog | JPanel | Resize | Size
Comments 0 comments
Locks a minimim size to a dialog or panel.
7
Date Submitted Mon. Feb. 13th, 2006 4:04 PM
Revision 1
Coder mattrmiller
Tags Duration | Format | Java | Milliseconds | String
Comments 1 comments
Formats milliseconds into a duration string.
7
Date Submitted Tue. Feb. 14th, 2006 1:20 AM
Revision 1
Coder mattrmiller
Tags Dotted | Draw | Java | Line | Paint
Comments 1 comments
Draw a dotted line in Java.
7
Date Submitted Tue. Feb. 21st, 2006 11:47 AM
Revision 1
Coder mattrmiller
Tags Java | Timer
Comments 1 comments
A simple implementation of a Java timer. Executes timer task every second.