Pinned Repositories
100ProjectsOfCode
A list of practical knowledge-building projects.
8051project
口腔测力仪的实现代码(不含原理图)
abi-stable-node-addon-examples
Node Add-on Examples with PoC ABI stable API for native modules
AvStackDocs
音视频基础知识整理和相关协议文档说明
c-algorithms
A library of common data structures and algorithms written in C.
cCompiler
c语言编译器,用 lex 和 yacc 工具完成词法分析与语法分析并生成语法树,C++实现了语 法树的解析并生成中间代码,生成中间代码的过程中实现了错误检测。C++实 现了中间代码的优化操作。之后利用 python 对中间代码进行处理并生成 mips 汇编码并且可以成功在 PCSpim(mips 模拟器)上运行。
chrome_tabs_saver
compiler-rt
Project moved to: https://github.com/llvm/llvm-project
computer-science
:mortar_board: Path to a free self-taught education in Computer Science!
ftpclient
yangxiao235's Repositories
yangxiao235/ftpclient
yangxiao235/100ProjectsOfCode
A list of practical knowledge-building projects.
yangxiao235/AvStackDocs
音视频基础知识整理和相关协议文档说明
yangxiao235/c-algorithms
A library of common data structures and algorithms written in C.
yangxiao235/chrome_tabs_saver
yangxiao235/compiler-rt
Project moved to: https://github.com/llvm/llvm-project
yangxiao235/corpora
A collection of small corpuses of interesting data for the creation of bots and similar stuff.
yangxiao235/cppbestpractices
Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. See README.md for more information.
yangxiao235/ctagsx
VSCode ctags implementation that actually works
yangxiao235/DrawSVG
CMU 15-462/662: DrawSVG
yangxiao235/fabric
Simple, Pythonic remote execution and deployment.
yangxiao235/fullstack-hy2020.github.io
yangxiao235/interactive_latencies
Jeff Dean's latency numbers plotted over time
yangxiao235/JavaScript30
30 Day Vanilla JS Challenge
yangxiao235/jos
yangxiao235/learn-json-web-tokens
:closed_lock_with_key: Learn how to use JSON Web Token (JWT) to secure your next Web App! (Tutorial/Example with Tests!!)
yangxiao235/learn_make
yangxiao235/learning-area
Github repo for the MDN Learning Area.
yangxiao235/LearnOpenGL
Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com
yangxiao235/learnuv
Learn uv for fun and profit, a self guided workshop to the library that powers Node.js.
yangxiao235/Linux-Bash-Commands
:godmode: Ultimate list of Linux bash commands, cheatsheets and resources
yangxiao235/mips_cpu
yangxiao235/nodebestpractices
:white_check_mark: The Node.js best practices list (June 2022)
yangxiao235/nodejs-interview-questions
Node.js Interview Questions ( v16.0.x )
yangxiao235/p64
A public domain H.261 en- and decoder developed by the Portable Video Research Group at Stanford, patched to build on modern systems
yangxiao235/paxos
Plain Paxos Implementations in Python & Java
yangxiao235/pure-bash-bible
📖 A collection of pure bash alternatives to external processes.
yangxiao235/rbtree
yangxiao235/redis5_compiled_for_windows10
redis 5 compiled for windows10 using cygwin
yangxiao235/xv6-public
xv6 OS