JungleLion's Stars
thousandlemons/Database-Normalization-Solver
A Java library to handle attributes and functional dependencies, and to solve database normalization related problems, including closure, minimal basis, projection, and decomposition to BCNF and 3NF, etc.
thousandlemons/Cryptography-Solver-for-Discrete-Math
An extensible API to perform basic encryption/decryption introduecd in Discrete Math, including Affine, Caesar, Vigenere, One Time Pad, RSA, etc.
thousandlemons/Java-Console-Tree-Builder
A lightweight library to convert a tree into formatted string.
thousandlemons/Java-Console-Table-Builder
An extendable library to build stylish Excel-like tables, which can be converted into a single string with all formats preserved.
thousandlemons/Java-Console-View
A Java framework to instantly build the View layer of your command line app. No more worries about anything like printing menus or validating user inputs. Just focus on your app logic.