Automate the schedule of multiple remote controlled aquarium lights
AquarioPi is an IR controller that will change the light settings around the clock on multiple lights, and multiple brands of infrared (IR) remote controlled lights.
All that's required is a Raspberry Pi, a resistor, an IR LED, and a breadboard or other type of circuit board or connection to the LED and resistor.
Visit the AquarioPi Wiki for more information.
Random data generator: secure character streams and large files
Generate a lot of random junk.
Create:
• huge files
• random character stream
• specific character sequence
Example uses - generate:
• specific number of characters for testing web forms
• restricted range character stream
• control characters, 'high characters', emojis for fuzzing application input
• specific byte sequence
• Unicode character range
• file overwrites to the exact byte count
• custom text strings as content filler
• long password strings
• specific...