Pinned Repositories
algorithms-in-c
An implementation of data structures and algorithms in C, including intrusive linked list, generic vector, hash table, index priority queue, the adjacency list representation of graph and so on.
algorithms-in-python
Data Structures and Algorithms in Python
asciidoctor-pdf-for-chinese
Processing Chinese characters with asciidoctor-pdf
BitwiseEnum
Using enum classes as flags, supporting bitwise operators.
euclidea
A tikz library for Euclidean geometry
exception-in-c
A Simple Exception Handling Framework for C Language
garbage-collector
A simple mark-sweep garbage collector in C++
implementation-of-interpreters
Interpreter Implementation Patterns in Python
interpreter-in-cpp
A Simple Interpreter Implementation in C/C++
latex-essentials
A latex template for Chinese books and articles
atlastze's Repositories
atlastze/asciidoctor-pdf-for-chinese
Processing Chinese characters with asciidoctor-pdf
atlastze/interpreter-in-cpp
A Simple Interpreter Implementation in C/C++
atlastze/algorithms-in-c
An implementation of data structures and algorithms in C, including intrusive linked list, generic vector, hash table, index priority queue, the adjacency list representation of graph and so on.
atlastze/euclidea
A tikz library for Euclidean geometry
atlastze/exception-in-c
A Simple Exception Handling Framework for C Language
atlastze/garbage-collector
A simple mark-sweep garbage collector in C++
atlastze/algorithms-in-python
Data Structures and Algorithms in Python
atlastze/BitwiseEnum
Using enum classes as flags, supporting bitwise operators.
atlastze/implementation-of-interpreters
Interpreter Implementation Patterns in Python
atlastze/latex-essentials
A latex template for Chinese books and articles
atlastze/MakeSettings
A generic makefile template/framework for C and C++ projects, supporting automatic dependency generation.
atlastze/QtGame
Qt/PyQt Game Programming