Pinned Repositories
AceOS
i386 Operating System Kernel
c-disassemble
Disassemble x86 code in C like syntax(eg add rax, 0x1 would be represented as rax += 0x1.)
dhcp-client
A simple DHCP client
eva
Another expression evalutor using ANTLR targeting C++
lpc1768h-graphics
USB LCD using blueboard and graphical lcd
pycoap
Simple implementation of Constrained Application Protocol (CoAP).
TeeRISC
A RISC CPU from scratch
samueldotj's Repositories
samueldotj/dhcp-client
A simple DHCP client
samueldotj/AceOS
i386 Operating System Kernel
samueldotj/pycoap
Simple implementation of Constrained Application Protocol (CoAP).
samueldotj/TeeRISC
A RISC CPU from scratch
samueldotj/c-disassemble
Disassemble x86 code in C like syntax(eg add rax, 0x1 would be represented as rax += 0x1.)
samueldotj/eva
Another expression evalutor using ANTLR targeting C++
samueldotj/lpc1768h-graphics
USB LCD using blueboard and graphical lcd
samueldotj/nrf51-pure-gcc-setup
A simple and cross-platform GCC setup for nRF51-series development for Windows, OS X and Linux
samueldotj/pycdb
C corefile debugger similar to GDB but completely written python.
samueldotj/rplinfo
Erbuim REST resources for RPL information
samueldotj/sublime-p4
Simple perforce client
samueldotj/sublime-text-git
Plugin for some git integration into sublime text
samueldotj/TeeRISC-Compiler
LLVM Compiler backend for TeeRISC softcore processor
samueldotj/TeeRISC-Simulator
Full system simulator(gem5) for TeeRISC.