Pinned Repositories
Arm-Lecture
ARM programs to illustrate tutorials
BashCiba
A bash interface to get English<->Chinese translation based on www.iciba.com【一个简单的命令行工具,可以直接查询中英文单词或短语的翻译】
BTMusicBox
Make Raspberry Pi become a music player and remote control by a smartphone.
Design-Pattern
documentation
Documentation
embedded-fall2015
Homework assignments in the Advanced Practcal Embedded System Development and Implementation class
embedded-summer2015
Some interesting homework assignments in the summer embedded system class.
Fruitpedia
A kind of Android app which provides fruit information like fruit nutrition, uses of fruits and how to storage, etc.
java-design-patterns
Design pattern samples implemented in Java
mini-arm-os
Build a minimal multi-tasking OS kernel for ARM from scratch
charles620016's Repositories
charles620016/embedded-summer2015
Some interesting homework assignments in the summer embedded system class.
charles620016/Arm-Lecture
ARM programs to illustrate tutorials
charles620016/mini-arm-os
Build a minimal multi-tasking OS kernel for ARM from scratch
charles620016/raytracing
Small ray tracing program for performance evaluation
charles620016/rubi
Ruby-like high-performance script programming language with JIT compiler
charles620016/BashCiba
A bash interface to get English<->Chinese translation based on www.iciba.com【一个简单的命令行工具,可以直接查询中英文单词或短语的翻译】
charles620016/BTMusicBox
Make Raspberry Pi become a music player and remote control by a smartphone.
charles620016/Design-Pattern
charles620016/documentation
Documentation
charles620016/embedded-fall2015
Homework assignments in the Advanced Practcal Embedded System Development and Implementation class
charles620016/Fruitpedia
A kind of Android app which provides fruit information like fruit nutrition, uses of fruits and how to storage, etc.
charles620016/java-design-patterns
Design pattern samples implemented in Java
charles620016/jit-construct
JIT compiler from scratch, derived from Nick Desaulniers' great work