Software - Software I've created so far

Home | Software | My FTP | My IRC | Torrents | AdvGuild Mirror | URLs List

Over 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

OAWP is my main focus nowadays. It's an Animated Wallpaper Player designed to work with compositors and be highly configurable. OAWP is based on AlecsFerra's animated_wallpaper.c github gist. The original source code isn't very intuitive, lacks configurability and needs a recompilation everytime the user wants to change the animeted wallpaper and it's a very tedious process to change the wallpaper, the user having to edit every single line containing a frame. OAWP on the other hand solves these problems, the user having to compile and install OAWP once and configure the wallpaper in a more intuitive config file located either in `~/.config/oawp/oawp.conf` or at a specified location, at user's choice. With this, the user also get's far more choice on how to use OAWP, like: - Randomize animated wallpapers at startup - Specify the time, animated wallpaper directory or static image in one config file - Save multiple config files for later - Share config files - And more coming in the future! Although this software has many features for it's early days, the state of OAWP is still very buggy and works only for few window managers like dwm, where wallpaper daemons aren't already used. Scaling wallpapers isn't yet available and converting gifs to frames is still a pain because of the file sorting system.

Useful URLs:

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:

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:

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:

PyBattery

A python code that will change android device battery level, looping from 1% to 1000% and back.

Useful URLs:

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: