Pinned Repositories
Books
自己收集的一些电子书籍
c4
C in four functions
ChezScheme
Chez Scheme
ChezScheme-1
Compiler-for-Scheme
The compiler for subset of scheme developed as part of P523
compiler-tutorial
Incremental Compiler paper by Abdulaziz Ghuloum, using Chez scheme, Nasm, x86_64 for OSX
CPlusPlusThings
C++那些事
DOOM
DOOM Open Source Release
electerm
📻Terminal/ssh/serial port/sftp client(linux, mac, win)
EOPL3
Solutions to exercises from: Essentials of Programming Languages: 3rd edition (http://www.eopl3.com/)
yourushenzhu's Repositories
yourushenzhu/Book
:green_book:我的个人书籍学习和收藏
yourushenzhu/Books
自己收集的一些电子书籍
yourushenzhu/ChezScheme
Chez Scheme
yourushenzhu/ChezScheme-1
yourushenzhu/compiler-tutorial
Incremental Compiler paper by Abdulaziz Ghuloum, using Chez scheme, Nasm, x86_64 for OSX
yourushenzhu/CPlusPlusThings
C++那些事
yourushenzhu/electerm
📻Terminal/ssh/serial port/sftp client(linux, mac, win)
yourushenzhu/Essentials-of-Compilation
A book about compiling Racket to x86-64 assembly
yourushenzhu/go.blog
我的博客的源代码
yourushenzhu/godot
Godot Engine – Multi-platform 2D and 3D game engine
yourushenzhu/iBook
收藏一些电子书
yourushenzhu/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
yourushenzhu/Learning-SICP
MIT视频公开课《计算机程序的构造和解释》中文化项目及课程学习资料搜集。
yourushenzhu/mac
virtual machine in c
yourushenzhu/mal
mal - Make a Lisp
yourushenzhu/match
Pattern-Matching written by Dan Friedman, Erik Hilsdale and Kent Dybvig
yourushenzhu/match-1
A portable hygienic pattern matcher
yourushenzhu/mybooks
yourushenzhu/nanopass-framework-scheme
The new nanopass framework; an embedded DSL for writing compilers in Scheme
yourushenzhu/Panda3DTutorial.io
A beginner's tutorial for Panda3D
yourushenzhu/PandaSampleModels
Sample models, in both Blender-file form and Panda3D ".egg" form. Originally made for my "Panda3D Beginner's Tutorial".
yourushenzhu/public-student-support-code
Public helper code for p423/p523 students
yourushenzhu/python-small-examples
告别枯燥,致力于打造 Python 实用小例子,更多Python良心教程见 Python中文网 http://www.zglg.work
yourushenzhu/python3-cookbook
《Python Cookbook》 3rd Edition Translation
yourushenzhu/Scheme
Scheme Related Papers
yourushenzhu/scheme-to-c
A small nanopass compiler from a subset of Scheme to C. (Developed for Clojure Conj 2013)
yourushenzhu/study-minix-os
Study Minix Operating System
yourushenzhu/The-Art-of-Linear-Algebra
Graphic notes on Gilbert Strang's "Linear Algebra for Everyone"
yourushenzhu/the-craft-of-selfteaching-PDF
根据李笑来《自学是门手艺》转化的PDF版本
yourushenzhu/yscheme-1
a compiler from a subset of Scheme into X64