Pinned Repositories
comments-for-awesome-courses
名校公开课程评价网
cs140e-22win
class repo for cs140e, stanford winter quarter 2022
cs144.github.io
CS144 website
dotfiles
dotfiles
duckdb
DuckDB is an in-process SQL OLAP Database Management System
dwm
mirror of dwm http://hg.suckless.org/dwm
educational-materials
Educational materials for RISC-V
hammersam.github.io
personal site using to record bits and pieces in the computer science learning process
iub_2009_P523_framework
This is my rearrangement of IUB 2009 P523 uploaded files opensourced on github in different repos.All copyright belongs to R. Kent/A. Keep and IUB faulty.I'll delete this repo immediately if there was any copyright issue. compiler passes copied from https://github.com/esaliya/SchemeStack
PBL_Project
hammersam's Repositories
hammersam/PBL_Project
hammersam/comments-for-awesome-courses
名校公开课程评价网
hammersam/cs140e-22win
class repo for cs140e, stanford winter quarter 2022
hammersam/cs144.github.io
CS144 website
hammersam/dotfiles
dotfiles
hammersam/duckdb
DuckDB is an in-process SQL OLAP Database Management System
hammersam/dwm
mirror of dwm http://hg.suckless.org/dwm
hammersam/educational-materials
Educational materials for RISC-V
hammersam/hammersam.github.io
personal site using to record bits and pieces in the computer science learning process
hammersam/iub_2009_P523_framework
This is my rearrangement of IUB 2009 P523 uploaded files opensourced on github in different repos.All copyright belongs to R. Kent/A. Keep and IUB faulty.I'll delete this repo immediately if there was any copyright issue. compiler passes copied from https://github.com/esaliya/SchemeStack
hammersam/lp-aresruoc
hammersam/racket-featherweight
This is a project following the textbook of IU compiler course(https://github.com/IUCompilerCourse). You can get a full working compiler that compiles a non-trivial amount of racket in the end. For some reason, I decided to leave this project temporarily, but eventually I will come back to finish it.
hammersam/stanford-compilers-coursework
This is a repository of coursework project for the Stanford Compilers MOOC course. The result is a fully-working compiler for the COOL Programming Language.
hammersam/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
hammersam/mimalloc
mimalloc is a compact general purpose allocator with excellent performance.
hammersam/nanopass-framework-scheme
The new nanopass framework; an embedded DSL for writing compilers in Scheme
hammersam/postgres
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
hammersam/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
hammersam/sponge
CS144 Lab Assignments
hammersam/terrier
cmu 15721 old projects
hammersam/xv6-riscv
Xv6 for RISC-V
hammersam/yscheme
A compiler from Scheme into X64