Little
Scripts
|
functions
and classes you can add to your scripts
|
Contents
|
Cookie Encoder |
Randomizer Script |
LoveCalc |
Cookie Encoder |
Cookie Encoder is a set of functions that encode cookies in base64 format. This makes it harder for the cookie to be read via HTTP. I don't know if this will be useful to anyone, but anyway here it is.
|
Randomizer Script |
Randomizer script is a script that generates random output out of a given list of options. Useful for displaying random quotes etc (that's what it is configured to do at the moment). But it can be easily edited to randomize almost anything.
|
LoveCalc |
Lovecalc is a project I work on as soon as I get on to a new programming language. It helps me to understand the structure of the language better. So I wrote LoveCalc in PHP too. It isn't much in the way of code or functionality but I had fun coding it!
|
[ home ]