Pinned Repositories
15121-CMU-DS
CMU Introduction to Data structures course 15-121 fall 2023 solution
Binary-Sequence-Detector
A binary sequence detector implemented in C++
book-reco
book recommendation website
CleanVsCode
Clean VisualStudio Code's Cache, which could be even more than 5G after 1 week's usage. | 清理VsCode缓存的脚本,一周甚至能清理5G
CLRS
Solution and implementation for CLRS
cmu-15150
CMU Principles of Functional Programming
CMU-15213
CMU 15-213 Course solution
CS-Journey
我的计算机学习之路
math-Journey
我的数学学习之路
Weekly-report
个人学习周报
Salvely's Repositories
Salvely/Weekly-report
个人学习周报
Salvely/15121-CMU-DS
CMU Introduction to Data structures course 15-121 fall 2023 solution
Salvely/Binary-Sequence-Detector
A binary sequence detector implemented in C++
Salvely/book-reco
book recommendation website
Salvely/CLRS
Solution and implementation for CLRS
Salvely/CMU-15213
CMU 15-213 Course solution
Salvely/CS-Journey
我的计算机学习之路
Salvely/math-Journey
我的数学学习之路
Salvely/math-notes
Mathematics notes written in latex
Salvely/cpp-python
a tiny python interpreter implemented in C++
Salvely/dllist-with-modernCppStarter
a dllist example project with modernCppStarter template
Salvely/ds-in-C
some advanced data structure implemented in C
Salvely/github_actions_example
A example repository for github actions with cmake
Salvely/HDLBits-solution
Doing hdlbits problem sets while reading <digital design and computer architecture>
Salvely/json-tutorial
从零开始的 JSON 库教程
Salvely/little-python-scripts
Some little python scripts when learning to program
Salvely/littleDB
A tiny database implemented in Go.
Salvely/modern-cpp-template
A modern C++ project template with CMake
Salvely/ModernCppStarter
🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
Salvely/Nand2Tetris
Nand2Tetris Solution
Salvely/opmath
An open source mathematical software
Salvely/rustlings-solution
My solution for rustlings exercises.
Salvely/Salvely
Salvely's github profile
Salvely/salvely.github.io
Wen Gao's blog
Salvely/skills-hello-github-actions
github actions 快速入门课程
Salvely/Tiny-Prolog
A tiny prolog interpreter implemented in Python
Salvely/Tiny-Scheme-Interpreter
a scheme interpreter implemented in python
Salvely/tinysql
My solution for pingcap tinysql project
Salvely/tools-examples
Examples on using C++ tools, including CMake, googletest, doxygen, etc.
Salvely/vm-compiler
the vm compiler implementation in <game scripting mystery>