PaulOthar
I press keys on my keyboard, and things happen. Usually things that i have not forseen, nor intended.
Brazil
Pinned Repositories
Apotheosis-Lite
ApotheoticTales
Arithimetic-Interpreter
A Simple Arithimetic Interpreter, It takes a Simple Equation String, and turns into a runnable systems that does all the fitting and calculations.
CConsoleHandler
Handle C console applications with ease, with this simple header file!
CLexer
This is my second attempt of making a Lexer(System that Reads Strings and Turn them into Tokens), in the C Language.
EasySocket
Easy socket manipulation library
JavaUtility
Utility classes and structures to make java even more robust
PaulOthar
Something About Myself
Resources
A Collection Of Guides, To Help Myself To Remember Stuff, or To Help People To Learn Stuff
Simple_Tools
A Collection of Simple Tools To Assist in Tedious Tasks
PaulOthar's Repositories
PaulOthar/CLexer
This is my second attempt of making a Lexer(System that Reads Strings and Turn them into Tokens), in the C Language.
PaulOthar/Simple_Tools
A Collection of Simple Tools To Assist in Tedious Tasks
PaulOthar/Apotheosis-Lite
PaulOthar/ApotheoticTales
PaulOthar/Arithimetic-Interpreter
A Simple Arithimetic Interpreter, It takes a Simple Equation String, and turns into a runnable systems that does all the fitting and calculations.
PaulOthar/CConsoleHandler
Handle C console applications with ease, with this simple header file!
PaulOthar/EasySocket
Easy socket manipulation library
PaulOthar/JavaUtility
Utility classes and structures to make java even more robust
PaulOthar/PaulOthar
Something About Myself
PaulOthar/Resources
A Collection Of Guides, To Help Myself To Remember Stuff, or To Help People To Learn Stuff
PaulOthar/PowerLexer
Power Lexer is a Simple Lexer (String Interpreter) For Javascript. Intended to Identify Words and Symbols on simple Strings, using Lexicons(Collections of Known Symbols)
PaulOthar/Sort_Algorithm_JS
A Sort Algorithm in Javascript, For General Purpose