Software - Software I've created so far
Home | Software | My FTP | My IRC | Torrents | AdvGuild Mirror | URLs List | ContactOver the past years I’ve made software that is quite useful, at least for me.
Even though I am really greateful that I’ve made this software reality, I am still not satisfied enough, so I decided to free my software and publish it to the world with the hope that it will be useful.
A good majority of my software is licensed under the GNU GPL v3+ license, with a few exceptions where I’ve decided to license them with more permissive copyright rules, like the LGPL or the MIT license.
“Software is like sex: It’s better when it’s free!“
- Linus Benedict Torvalds
Software listing
OAWP - Open Animated Wallpaper Player
Useful URLs:
- GitHub (OAWP): https://github.com/TheRealOne78/OAWP
- GitHub (OAWP-gui): https://github.com/TheRealOne78/OAWP-gui
- Wiki (GitHub): https://github.com/TheRealOne78/OAWP/wiki
- License: GNU GPL v3+
TheRealOne78’s Browser Homepage
A fairly minimalistic but also neofetch-like browser homepage, made for those who got sick of the default boring browser homepage.
It uses JavaScript to randomize the text color and image everytime the user accesses or refreshes the page. By default, it has 33 aesthetic anime images with 1:1 aspect ratio and 7 colors representing the legacy virtual terminal colors. It also uses the VT323 font to look like an old terminal as much as possible.
Even though not a whole lot of people know how to program in JavaScript and edit HTML and CSS, editing those files is self-intuitive, making customization a somehow easy process.
Useful URLs:
- GitHub: https://github.com/TheRealOne78/custom-browser-homepage
- Reddit thread: https://old.reddit.com/r/startpages/comments/11gz58k/a_minimalistic_but_neofetchlike_firefox_startpage/
- Live demo (GitHub): https://therealone78.github.io/custom-browser-homepage/homepage.html
- Live demo (therealone78.ddns.net): https://therealone78.ddns.net/resources/custom-browser-homepage/homepage.html
- License: MIT with Fair Use exceptions when mentioned
TheRealOne78’s High Contrast Firefox Newtab Page</h3>
A custom Firefox newtab page that features a high contrast theme and a vectorized cute firefox logo.
Useful URLs:
- GitHub: https://github.com/TheRealOne78/highcontrast-firefox-newtab-page
- Reddit thread: https://old.reddit.com/r/startpages/comments/11xs8pp/a_high_contrast_firefox_newtab_page/
- License: MIT with Fair Use exceptions when mentioned
ntfy-resources-usage plugin
‘ntfy-resources-usage’ is a plugin for ntfy.sh with the purpose to send phone alerts when your unix-based computer is running out of resources such as memory or storage.
This plugin is written in bash and it is highly customizable.
Useful URLs:
- GitHub: https://github.com/TheRealOne78/ntfy-resources-usage
- Wiki (GitHub): https://github.com/TheRealOne78/ntfy-resources-usage/wiki
- NTFY website: https://ntfy.sh/
- NTFY Android app (Google Play Store): https://play.google.com/store/apps/details?id=io.heckel.ntfy
- NTFY Android app (F-Droid Store): https://f-droid.org/en/packages/io.heckel.ntfy/
- NTFY IOS app (Apple App Store): https://apps.apple.com/us/app/ntfy/id1625396347
- License: GNU GPL v3+
PyBattery
A python code that will change android device battery level, looping from 1% to 1000% and back.
Useful URLs:
- GitHub: https://github.com/TheRealOne78/pybattery
- Wiki (GitHub): https://github.com/TheRealOne78/pybattery/wiki
- License: GNU GPL v3+
TheRealOne78’s Calculator
My first program - a calculator
Unlike most programmers, my first program I’ve written wasn’t a hello world program (I know, it’s weird), but a calculator! This also makes it my first real project to add in a git VCS and upload it to GitHub.
Written in C++, this program features:
- A configurable ASCII art greeter, with the default one being a “math” message
- Assembly operation
- Substraction operation
- Multiplication operation
- Splitting operation
- Repeatable prompting
- Colors
- Microsoft Windows NT and POSIX support
- Free license (GNU GPL V3+), both as in freedom and beer!
- And more coming in the future…
Useful URLs:
- GitHub: https://github.com/TheRealOne78/calculator
- Wiki (GitHub): https://github.com/TheRealOne78/calculator/wiki
- License: GNU GPL v3+