yourushenzhu's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
jgraph/drawio-desktop
Official electron build of draw.io
isocpp/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
Light-City/CPlusPlusThings
C++那些事
changkun/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
kanaka/mal
mal - Make a Lisp
jackzhenguo/python-small-examples
告别枯燥,致力于打造 Python 实用小例子,更多Python良心教程见 https://ai-jupyter.com
cisco/ChezScheme
Chez Scheme
fancy88/iBook
收藏一些电子书
huyubing/books-pdf
books pdf
lizhenghn123/StudyBooks
我的学习资料,包括书籍、网址等
troldal/OpenXLSX
A C++ library for reading, writing, creating and modifying Microsoft Excel® (.xlsx) files.
shihyu/Linux_Programming
IUCompilerCourse/Essentials-of-Compilation
A book about compiling Racket and Python to x86-64 assembly
mwand/eopl3
Code from the book "Essentials of Programming Languages", 3rd ed. by Friedman and Wand
forrany/Web-Project
前端练手小项目
nanopass/nanopass-framework-scheme
The new nanopass framework; an embedded DSL for writing compilers in Scheme
ECNUdase/pdf
数据科学方向 课件&资料
tiancaiamao/yscheme
a compiler from a subset of Scheme into X64
IUCompilerCourse/IU-P423-P523-E313-E513-Fall-2020
Web page for IU Compiler Course for Fall 2020
tiancaiamao/go.blog
我的博客的源代码
CaptGreg/SenecaOOP345-attic
This folder, attic, contains code fragments. Like most attics, this attic needs a good cleaning. Some fragments are from the usual places on the web, cplusplus.com, stackoverflow, etc. Some fragments are DIY code written in class. Some fragments are as-is as found on the web while others are heavily modified to make work or add functionality. Some fragments are useful, some are not. Most fragments work, some don't. Notable Useful Fragments ======================== fastforward.cpp - a summary of OOP345. funcptr.cpp - examples of the many ways of passing function names to other functions: direct call, c-style function pointer, c++-style function pointer, function object (functor), lambda, bind examples of intersting functions to pass function to: thread, async, packaged_task sp?.cpp - smart pointer resources mi-*.cpp - multiple inheritance resources, clone+diamond problem theading?01?.cpp - threading101?.cpp - basic threading, mutexes - threading201?.cpp - futires and promises - threading301?.cpp - async, packaged_task - threading401?.cpp - how things were done before async + packaged task thread-*.cpp - cool thread code, such as thread pools ll*.cpp - linked list code moveSimple.cpp - move semantics stl-calc-*.cpp - postfix calculator using stl stack, list, vector, deque containers vectorchar*.cpp - how to make a string class mased on std::vector<char> dp-composite*.cpp - composite (tree) design pattern code alarmsetjmp.cpp + setjmp*.cpp - use alarm and setjmp to do interesting things swap.cpp - swapping data in place (without using a temporary) using xor and add operators. asmlist.cpp - how to generate an in-line assembler listing of the code generated by the compiler popen.cpp - how to start up a pipe to a program and read the output from the program folder threading-concurrency_in_action - pdf and sample code from Concurancy in Action book
guenchi/CSUG
Chez Scheme Version 9 User's Guide - Zhcn
DyLanCao/python_books
my_python_books
shenxs/about-scheme
《How to Design Program》《build your own lisp》《The Scheme Program Language》 TSPL HTDP
FB002/SiS001
w1449550206/Matplotlib
Matplotlib超详细的案例和说明
rain-1/chez-match
A pattern match macro for chez-scheme
ljz/PythonSourceCode_Study
Python源码学习
yangjava/commonLisp
commonLisp