frodolai's Stars
EbookFoundation/free-programming-books
:books: Freely available programming books
github/gitignore
A collection of useful .gitignore templates
ryanmcdermott/clean-code-javascript
Clean Code concepts adapted for JavaScript
SamyPesse/How-to-Make-a-Computer-Operating-System
How to Make a Computer Operating System in C++
spf13/spf13-vim
The ultimate vim distribution
apprenticeharper/DeDRM_tools
DeDRM tools for ebooks
LightTable/LightTable
The Light Table IDE ⛺
dnschneid/crouton
Chromium OS Universal Chroot Environment (EOL)
tpope/vim-commentary
commentary.vim: comment stuff out
armbian/build
Armbian Linux build framework generates custom Debian or Ubuntu image for x86, aarch64, riscv64 & armhf
geohot/qira
QEMU Interactive Runtime Analyser
rogerclarkmelbourne/Arduino_STM32
Arduino STM32. Hardware files to support STM32 boards, on Arduino IDE 1.8.x including LeafLabs Maple and other generic STM32F103 boards
codingforentrepreneurs/30-Days-of-Python
Learn Python for the next 30 (or so) Days.
CppCon/CppCon2015
Presentation Materials from CppCon 2015
zedshaw/learn-c-the-hard-way-lectures
All of the code from Learn C The Hard Way, each project, plus the presentation slides used in the videos.
jserv/amacc
Small C Compiler generating ELF executable Arm architecture, supporting JIT execution
tinyclub/open-c-book
开源书籍:《C语言编程透视》,配套视频课程《360° 剖析 Linux ELF》已上线,视频讲解更为系统和深入,欢迎订阅:https://www.cctalk.com/m/group/88089283
ntucllab/libact
Pool-based active learning in Python
ReturnInfinity/BareMetal
A very minimal, resource efficient exo-kernel
SamyPesse/devos
(Very) basic UNIX-like operating system built when I was younger
dpw/kvm-hello-world
A minimal kvm example
shihyu/linux_kernel_driver
96boards/documentation
This repository hosts the documentation for 96Boards products and specifications.
havivha/Nand2Tetris
Computer implementation as described in "The Elements of Computing Systems"
lennylxx/leetcode
Pure C solution for LeetCode
sergev/LiteBSD
Variant of 4.4BSD Unix for microcontrollers
embedded2015/mini-arm-os
Build a minimal multi-tasking OS kernel for ARM Cortex-M series from scratch
jserv/xv6-x86_64
re-implementation of UNIX v6 in ANSI C for x86_64 SMP
roboard/86Duino
open-source x86 electronics prototyping platform
leenjewel/xv6_learn
xv6 学习