Pinned Repositories
30-Days-Of-JavaScript
30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace.
Android-Terminal-Emulator
A VT-100 terminal emulator for the Android OS
archbase
教科书《计算机体系结构基础》(胡伟武等,第三版)的开源版本
architect-awesome
后端架构师技术图谱
chinese-programmer-wrong-pronunciation
中国程序员容易发音错误的单词
cnn-explainer
Learning Convolutional Neural Networks with Interactive Visualization.
compiler-explorer
Run compilers interactively from your web browser and interact with the assembly
hacker-laws-zh
💻📖对开发人员有用的定律、理论、原则和模式。(Laws, Theories, Principles and Patterns that developers will find useful.)
RARain's Repositories
RARain/30-Days-Of-JavaScript
30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace.
RARain/Android-Terminal-Emulator
A VT-100 terminal emulator for the Android OS
RARain/archbase
教科书《计算机体系结构基础》(胡伟武等,第三版)的开源版本
RARain/chinese-programmer-wrong-pronunciation
中国程序员容易发音错误的单词
RARain/cnn-explainer
Learning Convolutional Neural Networks with Interactive Visualization.
RARain/compiler-explorer
Run compilers interactively from your web browser and interact with the assembly
RARain/hacker-laws-zh
💻📖对开发人员有用的定律、理论、原则和模式。(Laws, Theories, Principles and Patterns that developers will find useful.)
RARain/Cpp-Templates-2ed
C++ Templates 2ed 笔记:C++11/14/17 模板,剖析 C++ 最复杂艰深的高级技术,揭秘基础设施库不可或缺的泛型编程
RARain/Crash-Course-Computer-Science-Chinese
:computer: 计算机速成课 | Crash Course 字幕组 (全40集 2018-5-1 精校完成)
RARain/d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被全球175所大学采用教学。
RARain/Design-Patterns-in-Cpp17
Implement 23 GoF design patterns in C++17 and make proper use of smart pointers to achieve zero memory leaks.(23 种 GoF 设计模式的 C++17 实现,利用智能指针达成零内存泄漏)
RARain/dodrio
Exploring attention weights in transformer-based models with linguistic knowledge.
RARain/e-maxx-eng
Translation of http://e-maxx.ru into English
RARain/foamrain
a personal knowledge management and sharing system
RARain/free-programming-books
:books: Freely available programming books
RARain/gitignore
A collection of useful .gitignore templates
RARain/gpt_academic
为ChatGPT/GLM提供实用化交互界面,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm2等本地模型。兼容文心一言, moss, llama2, rwkv, claude2, 通义千问, 书生, 讯飞星火等。
RARain/lsix
Like "ls", but for images. Shows thumbnails in terminal using sixel graphics.
RARain/Messy_Test
C++/C++11's usage
RARain/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
RARain/persepolis
Persepolis Download Manager is a GUI for aria2.
RARain/RARain.github.io
RARain/Single_Object_Tracking_Paper_List
Paper list for single object tracking (State-of-the-art SOT trackers)
RARain/The-Art-of-Computer-Programming-Books
"Everyday life is like programming, I guess. If you love something you can put beauty into it." ― Donald E. Knuth
RARain/TrackEval
HOTA (and other) evaluation metrics for Multi-Object Tracking (MOT).
RARain/vim-galore-zh_cn
Vim 从入门到精通
RARain/write-a-C-interpreter
Write a simple interpreter of C. Inspired by c4 and largely based on it.
RARain/xv6-chinese
中文版的 MIT xv6 文档
RARain/xv6-public
xv6 OS
RARain/xv6-riscv
Xv6 for RISC-V