Pinned Repositories
a_star
Implementations of A* search algorithm.
abacus
Calculator program that parses mathematical expressions and prints the result.
classic
Compiler for computer language called classic
crdlib
Chemical reactor design library
mylang
Compiler with custom SLR parser for mylang.
property-utils
Utilities for programming that involves physical properties
recommender
Movie recommender
syntactes
Python parser generator
syntaxis
Syntax analyzer that recognizes a language with only two tokens (a left one and a right one). A valid expression must contain the same number of the two tokens. A valid expression as read from the left must not contain more right tokens that left ones.
unittest-extensions
Extension of Python's standard unittest library
Maxcode123's Repositories
Maxcode123/unittest-extensions
Extension of Python's standard unittest library
Maxcode123/classic
Compiler for computer language called classic
Maxcode123/mylang
Compiler with custom SLR parser for mylang.
Maxcode123/crdlib
Chemical reactor design library
Maxcode123/property-utils
Utilities for programming that involves physical properties
Maxcode123/recommender
Movie recommender
Maxcode123/syntaxis
Syntax analyzer that recognizes a language with only two tokens (a left one and a right one). A valid expression must contain the same number of the two tokens. A valid expression as read from the left must not contain more right tokens that left ones.
Maxcode123/a_star
Implementations of A* search algorithm.
Maxcode123/airlineapi
Go and Python API that serves airline tickets
Maxcode123/chemical-utils
Utilities for programming that involves chemical substances and reactions
Maxcode123/syntactes
Python parser generator
Maxcode123/chemical-utils-rs
Chemical reaction utilities
Maxcode123/cpython
The Python programming language
Maxcode123/dictionaries
Sequential search Python dictionary implementation in C
Maxcode123/dictionaries-py
Maxcode123/egym-service
backend service for egym app
Maxcode123/household-economics
Maxcode123/java-school
Java school project
Maxcode123/lexis
Maxcode123/maxcode123.github.io
Maxcode123/mm_ttt
MinMax algorithm implementation of tic-tac-toe
Maxcode123/monkey
Maxcode123/oeconomos
Maxcode123/os
Testing inter-process communication with shared memory segments
Maxcode123/Osintgram
Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
Maxcode123/python-lib-template
template for python library repository
Maxcode123/python-libjuju
Python library for the Juju API
Maxcode123/school
School projects
Maxcode123/symtables
Binary search and sequential search symbol table data structures implemented in C
Maxcode123/tigerc
Tiger language compiler