Source snippets

» xml to ... transformer
Category: Java
Visits: 96
a XML transformer with enum. succesful thinking.
» mysqldatabase singel connectie
Category: -
Visits: 261
mysql 0.5 user->root , password->root rest succesfull thinking
» visitor info
Category: PHP
Visits: 315
how to use include ("trace_user.inc"); $tracetest = new trace_user ; $tracetest->trace_user("found bad user");
» BR2NL
Category: PHP
Visits: 1324
The oposite of the NL2BR() function in PHP. Makes NL linefeed fra <br> and <br /> tags.
» ACCENTED CHARACTERS
Category: Python
Visits: 796
[A-Z] just isn't good enough! This snippet shows how to use accented characters.
» BOUNCING RECTANGLE
Category: Python
Visits: 634
The snippet bounces a rectangle round the screen leaving a trail in different colors.
» CAPITALIZE PROPER NAMES
Category: Python
Visits: 750
A function and a String-based class for properly capitalizing a proper name. I hope this isn't too big to be considered a "snippet". To see it in action, save the snippet to a .py file and run...
» WORKING WITH WORD VIA COM
Category: Python
Visits: 547
A quick class for working with Word via COM in Python. By far, not all of the power of Word is available here, but it's a good start for simple tas
» CLEAN DESKTOP
Category: Python
Visits: 627
This little script to clean your desktop, shows what python easily can do.
» GET THE SPEED OF YOUR PROCESSOR
Category: Delphi
Visits: 660
Handy snippet that shows how you can write a application that shows you your CPU speeed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15