Pinned Repositories
Absoler.github.io
Calculator
a java-implemented recursive-descent interpreter
cctlib
CodeGenerator
C语言编译器
codeMatcher
功能:分析不同版本的C代码的变更
cpplearning
some interesting C++ snippets
DFchecker
varviewer
a tool for matching variables between source code and binaries
xv6-labs-fast
rush!
coccinelle
Source code of the Coccinelle project (mirror of the main Coccinelle repository located at Inria)
Absoler's Repositories
Absoler/varviewer
a tool for matching variables between source code and binaries
Absoler/CodeGenerator
C语言编译器
Absoler/Absoler.github.io
Absoler/Calculator
a java-implemented recursive-descent interpreter
Absoler/cctlib
Absoler/codeMatcher
功能:分析不同版本的C代码的变更
Absoler/cpplearning
some interesting C++ snippets
Absoler/DFchecker
Absoler/hello-github
first try
Absoler/jmtrace
log runtime memory access information of a given jar package
Absoler/pyelftools
Parsing ELF and DWARF in Python ( add options of displaying local information with assembly code )
Absoler/rvcc
Absoler/Vcampus
Absoler/xv6-labs-fast
rush!
Absoler/fastkv
a key-value database based on LSM-tree, with key-value separation
Absoler/kv-discussion
some thoughts about kv database
Absoler/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
Absoler/mpi-practice
distributed computing is interesting! Here's some practice with MPICH
Absoler/patcher
here are patterns found with "myCSmith" that may induce optimizing compilers to generate redundant load operations.
Absoler/ping
my implementation of ping program with python
Absoler/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
Absoler/SVF-example
An external project example using SVF as a library
Absoler/template
ACM 模板库
Absoler/Zshell
linux shell, only a toy