#

Projects

#
Sudoku Solver

A sudoku solver that can solve even evil sudokus using multiple strategies such as "Hidden Pairs", "Naked Pairs", and "Pointing Arrows".

#
3D Tic Tac Toe

A 3D version of Tic Tac Toe.

#
Truth table

A truth table generator which goes through all the possible combinations and lists them in a table.

#
JSON Dts

A tool to generate TypeScript definitions from JSON. Uses @lusc/json-dts.

#
Unlock Office Documents

A tool to unlock .docx and .xlsx that have been set to read-only.

#
Fake Fitness App

A little page which imitates Samsung Health, but instead of actually exercising you can just modify the values right from your sofa. I made this so I don't have to do PE homework when I don't feel like doing it.

#
Hex-RGB Converter

A simple page in which you can convert hex from and to rgb.

#
Least Common Multiple & Greatest Common Divisor

Calculate the least common multiple (LCM) and greatest common divisor (GCD).

#
Line Clock

A fancy clock made up of bars moving up and down.

#
Sort JSON5

A tool which allows you to sort JSON5 by its keys.

#
Animated Triangle

A triangle that moves around and flashes.