This screensaver does exactly what the name says. It looks for icons and have them bounce around the screen and leaving a trail behind them. They are randomly chosen from windows, system and cursors directory. It uses ExtractIcon function from shell32.dll to get the icon and number of icons.
Category Archives: My Software
Random Screensaver for windows
This screensaver randomly chooses screensavers when it starts. You can choose which folders to use, how long of a delay between screensavers and which ones you don’t want running.
My software downloader
I decided after making all these software, programs and tools to make a tool that would let people download all zip files, android apps and linux files. You can chose which types you want and it will tell you the total download size. You can have the files overwritten if you want and the option […]
AutoRecord for NCH SoundTap
I wanted soundtap to keep recording after a song was done playing on YouTube so thus AutoRecord tool was made
Text file converter
This tool allows you to convert text files from one to another, making them compatible with different programs and operating systems. Linux most likely uses UTF-8 and Windows uses ANSI
Search Nanny
This tool allows you to force safe search on Google, Bing,DuckDuckGo and YouTube. It even has a website blocker. It should even work on linux systems via wine. You can set it up through the network via network drive. Export ALSO MAKE SURE TO RUN AS ADMINISTRATOR.
ExecOnce
This tool executes a batch script once during the whole time the computer is on. It can limit one instance running at a time. Check the process ID in the registry to see if it is still running. All Keys that are used for telling if it should spawn a new process are volatile, meaning […]
Advanced Pinger
This tool is used for keeping your computer/server is connected to the Internet and runs a batch file when the tool detects that the status has changed. The status is a number that is reached by the %1 variable in the batch file. The batch file is the exe filename but instead of ending .exe […]
How to change TV channel from the network
NOTE: THIS PLUGIN DOESN’T WORK USE THE DEFAULT SERIAL PORT ARDUINO BUILT-IN PLUGIN INSTEAD Here is a way to change the TV channel from Arduino, Network and computer. Here is what you will need: 1x IR LED 1x IR Receiver module 1x Arduino Board 1x NPN General Purpose Transistor 1x 470 ohm resistor 1x Mini […]
Serial Port Holiday Light Flasher
In this post I will show you how to flash Christmas lights by the serial port. Now you can with Holiday232. This serial port can switch between 4 different lights by using 2 SPDT relays and both RTS and DTR of the relay. As you may be wondering when looking at the schematic why I’m […]