You are here: jonas.pie.la / Homepage of Jonas Piela / Some lines of code
Some lines of code
Disco, a five-minute project
The idea to this project came years ago on a 5-men-LAN, I think.
It's quite funny and only uses the function for changing the backgroundcolor such as generating random numbers.
Yes, your are right, this program flashes the screen in all colors available. Not very useful... .
Use it as a game:
Presse [space] to stop the color-timer. The player wins, whose color is red or nearly red. Easy, isn't it? :)
Download:
ClipboardSync
At home I have two computers (WOW!). One Mini-iTX running 24h a day with some services like httpd and ftp as well as IRC and an instant messenger.
The other one is only for normal work like programming, mailing etc. Now I often want to copy text from the one to the other either to send some sourcecode via IM or to view an URL I got via IRC.
The big problem: I need to copy those text by hand. :( Therefore I have written this little tool which has the simple task to synchronize the two clipboards via network.
You only need to specify the remote IP, the remote port and the local port on both machines. Now, the tool sends the text via UDP to the other peer.
But be careful, its a bit buggy: When you will copy data which is no text, the text is too large or the program can't connect to the other then it crashes with some runtime errors. :)
Maybe I will fix these bugs in the future... .
Download:
HL Serial Manager
Situation: You haven't played Counterstrike for a long time and now you want to frag all the n00bs gaming on your favourite server.
The Problem: You get a "Key already in use!", becoause your key is copied from the internet... .
The HL Serial Manager stores all your serials in a simple database on your computer.
When ever you want or need to, you can simply activate a serial from the list.
The next time you get banned, you can switch to the App and activate an other serial. That's it ;)
Download:
e-Mail To PNG
This litte PHP script turns your e-mailaddress into a tiny image, so that email spiders can not find your address.
Useful for all those who get more spam than "real" mail. :)
To hide the address "mail@domain.com include this image in your HTML Code:
<img src="email2png.php?suffix=mail&prefix=domain.com" border="0">
Important: Don't forget to upload a valid ttf-font-file with the fonttype you want to use,
otherwise it wont work... ;)
Download:
RealVNC Password Decrypter
Quotation from the RealVNC Website:
"VNC (Virtual Network Computing) software makes it possible to view and fully-interact with one computer from any other computer or mobile device anywhere on the Internet.
VNC software is cross-platform, allowing remote control between different types of computer."
Of cause this software is password protected but there is a way to decrypt the password stored in the windows registry... ;-)
The main decryption function has been taken from the original windows source code. I added some user-friendly features like automatic decryption, which takes the password hash directly from the registry.
If this mode fails, you can even decrypt the password by passing the hash as a commandline argument.
Information: If your version of RealVNC is vulnerable, install the patch below. It uses a different encryption key so you have to setup your password again.
Download: