HEAD IN THE CLOUDS STUDIO
MISC PROGRAMS
Random programs, quickly conceived or stolen from around the web.
ANIMATED DESKTOP BACKGROUND - WINDOWS
Desktop GIFs
The ability to load a gif file and set it as your desktop background. There is a limit to how fast the images can be changed/loaded by Windows. And there is some downfalls to constantly updating the background image. The code can be found on github here.
COUNTDOWN TIMER
Android Phone
A simple program to show a consistent countdown timer notification on an Android Phone, even when the screen is locked. Will vibrate and play the current ringtone. Hardcoded to 30 mins, because that's what I needed it for. The code can be found on github here.
TRAVEL NOTES
Android Phone
Android Mobile App; Google Maps with text saving ability per marker. Ability to also link images to markers as well. Capable of creating multiple favorite lists. The code can be found on github here.
MUXING VIDEO & AUDIO
Android Phone
Android Mobile App; My wife loves "Tik-Tok", and asked me to create an app that would record her while playing her desired audio file. Then mux (merge) the video file and the audio file together, respecting the audio playback speed. This code uses: MediaRecorder and mp4parser. The code can be found on github here.