crypto_list

crypto_list is a tiny password manager written in Python.

It's allows you to create key-value pairs through a minimalistic GUI and then cryptograph this list of pairs using a symmetric-key algorithm.

Visit project website

psiTTSa

psiTTSa is an offline Text-To-Speech service you can host at home.

Visit project website

Coding Questions

Assorted coding interview exercises and solutions.

Visit project website

WiiLoad++

WiiLoad++ helps you deploy homebrew applications to Wii.

It extends the original wiiload's functionalities by enabling the deployment of full directories (not only .dol files).

It also makes your life easier by generating homebrew channel metadata from command line.

Visit project website

uUnit

uunit is a xUnit test framework for Unity.

Initially written in Boo (by another person), this project was almost dead until I voluntarily took its lead and ported it to C#, adding a few new features during the proccess.

Visit project website