georgesittas's Stars
EbookFoundation/free-programming-books
:books: Freely available programming books
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
TheAlgorithms/Python
All Algorithms implemented in Python
munificent/craftinginterpreters
Repository for the book "Crafting Interpreters"
inputsh/awesome-c
Continuing the development of awesome-c list on GitHub
tanc7/hacking-books
mity/acutest
Simple header-only C/C++ unit testing facility.
briskinfosec/Books
Free Online Books
chatziko/lci
A lambda calculus interpeter
topaz/perl-mandelbrot
Interactive Mandelbrot set renderer/explorer for your terminal.
cmaraziaris/Hex-playing-AI
Competitive Hex board-game simulator. (Human vs AI)
petrosagg/heypanos
This is a transcript of this video http://www.youtube.com/watch?v=No8kKiZ8ZkU
chatziko/ipli-fast
chatziko/k08_code
Some code for the K08 class
cmaraziaris/Systems-Programming-Assignments
Assignments for the Course "K24: Systems Programming", Spring 2020
baziotis/minijava-testsuite
A test-suite for the MiniJava compiler we implement in the Compilers Course
cmaraziaris/MIPS-cache-config-toolkit
Set of MIPS assembly programs to help us find a secret cache configuration (cache size, block size and associativity).
stelloop/MIPS-cache-config-toolkit
Set of MIPS assembly programs to help us find a secret cache configuration (cache size, block size and associativity).
BazookaMusic/goskiplist
A fast threadsafe skiplist implementation in go, with optimised union and intersection operations
giorgosnikolaou/Draw-Tree
Creates a .png from a given tree. Adaptable code for good information hiding, with an example implementation on my AVLTree ADT.
johnzerv/Hex-AI
An implementation of the board game Hex written in C
johnzerv/Logic_Programming-Assignments
Programs written in prolog for Logic Programming course at NKUA (DI)
BazookaMusic/befunge93
Virtual machine for the insane language Befunge93 and a garbage collector extension
BazookaMusic/FLOX
An adaptation of the interpreter from the book 'Crafting Interpreters' by Robert Nystrom written in F#
BazookaMusic/ShotelCompiler
A compiler for the Shotel functional language