Peg Solitaire
A program that solves the peg solitaire game finding the best possible solution. It is written in C. Input files and source code are found in the attachment. [Source]
Recently I bought the Xiaomi Mi TV box 3 (International version). From the specifications and description, it seemed perfect for me as it is cheap and supports Netflix 4K, Chromecast, Kodi and running Android TV which gives access to many useful apps from PlayStore. To cut long story short, from day one I noticed problems…
I was planning for quite some time now to register the domain tsent.as. A few days ago this really happened. In order not to leave the domain sitting without any use, I decided to create a very simple URL shortener interface written in PHP. Visit http://tsent.as/ and shorten as many domains as you like. It’s…
This is a short article describing how to install an SSL Let’s Encrypt certificate on Ubiquiti Unifi Controller that is installed on Synology using Docker. The article assumes that Docker and Unifi Controller are already installed on your Synology NAS and that the Let’s Encrypt certificate is already added in Synology’s Control Panel. Also that…
This is an online auction system (like eBay) that lets users add items for sale and purchase items. Users are only allowed to enter bids if they have sufficient funds and when an auction has ended the money are being transfered from the buyer to the seller automatically. An extra feature supported by this auction…
Searching for Android MIPS applications for Ainol Novo can prove to be frustrating, especially if you are looking for something specific like Skype, YouTube or Facebook. I have gathered a list of applications from various websites that claim to work with Ainol Novo 7 Basic tablet. Unfortunately mine did not arrive yet, shipping from China…
Implementation of a text version of World of Zuul adventure game using Java. The implementation follows the Object Oriented Programming principles. [Source]