Projects
I’m currently working on – or planning – some personal programming and design projects. I’m not a programmer although I used to do a bit of it before. I was on a programming hiatus for a great deal of time and I’m trying to deal with putting back all the information I learned before back into track.
This is where I’ll put information on my projects and ideas. Some of them are ridiculous and crazy!
Abakuz Xtreme
Abakuz Xtreme or AX is a special calculator that can process numbers way more than a normal calculator can. It can calculate numbers with thousands of digits but cannot currently do division. It runs using PHP which puts limits into what it can do. I hope I can port it into C# in the future but I don’t have plans to do that now.
Abakuz Xtreme uses a unique algorithm which I call A3 (Abakuz Arithmetic Algorithm) that works in a similar manner to how a human calculates math. I made it not to distribute but as a proof of concept. It was a crazy idea but it did work except for division which I couldn’t make successful.
I’ll be posting a demo next time although I’ll limit it’s functionality so that it doesn’t force my server. It can use a lot of resources if I’m not careful.