Source snippets
-
» mr
Category: ActionScript
Visits: 103
- lsdkfks dflkjsdf skjdl df
-
» xml to ... transformer
Category: Java
Visits: 220
- a XML transformer with enum. succesful thinking.
-
» mysqldatabase singel connectie
Category: -
Visits: 356
- mysql 0.5 user->root , password->root
rest succesfull thinking
-
» visitor info
Category: PHP
Visits: 390
- how to use
include ("trace_user.inc");
$tracetest = new trace_user ;
$tracetest->trace_user("found bad user");
-
» BR2NL
Category: PHP
Visits: 1565
- The oposite of the NL2BR() function in PHP. Makes NL linefeed fra <br> and <br /> tags.
-
» ACCENTED CHARACTERS
Category: Python
Visits: 913
- [A-Z] just isn't good enough! This snippet shows how to use accented characters.
-
» BOUNCING RECTANGLE
Category: Python
Visits: 695
- The snippet bounces a rectangle round the screen leaving a trail in different colors.
-
» CAPITALIZE PROPER NAMES
Category: Python
Visits: 911
- 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: 629
- 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: 717
- This little script to clean your desktop, shows what python easily can do.