Pinned Repositories
100-gdb-tips
A collection of gdb tips. 100 maybe just mean many here.
33-js-concepts
📜 33 JavaScript concepts every developer should know.
althttpd
the small, simple HTTP server from sqlite
awesome-ida
moved to: https://github.com/alphaSeclab/awesome-reverse-engineering
awesome-reverse-engineering
Reverse Engineering Resources About All Platforms(Windows/Linux/macOS/Android/iOS/IoT) And Every Aspect! (More than 3500 open source tools and 2300 posts&videos)
awesome-rust-zh
Rust资源分享 中文版
book-code
book code
icursive-nerd-font
Nerd Fonts with Cursive Italic Styles
vimrc
It's my vimrc
thlineric's Repositories
thlineric/33-js-concepts
📜 33 JavaScript concepts every developer should know.
thlineric/althttpd
the small, simple HTTP server from sqlite
thlineric/awesome-rust-zh
Rust资源分享 中文版
thlineric/coding-interview-university
A complete computer science study plan to become a software engineer.
thlineric/corporate-ownership-map
llc owners in san francisco
thlineric/cpplinks
A categorized list of C++ resources.
thlineric/fira-code-iscript
Mirror of the fantastic iScript mods for Fira Code (credit to https://github.com/sainnhe/icursive-nerd-font)
thlineric/GW-BASIC
The original source code of Microsoft GW-BASIC from 1983
thlineric/hdmi-mipi-bridge
Antmicro's open hardware HDMI into MIPI CSI-2 converter
thlineric/learn_rust
thlineric/LeetCode-Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
thlineric/mykernel
mykernel 2.0: Develop your own OS kernel by reusing Linux infrastructure, based on x86-64/Linux Kernel 5.4.34.
thlineric/NYCU_Operating_System_Capstone
NYCU Operating System Capstone
thlineric/open-ip-kvm
Build your own open-source ip-kvm device
thlineric/Powershell-Attack-Guide
Powershell攻击指南----黑客后渗透之道
thlineric/PySide6-Code-Tutorial
可能是最好的PySide6中文教程!用代码实例讲解PySide6,附优质Demos、图标库、QSS皮肤、相关文章等分享!
thlineric/Python-Head-First-Design-Patterns
Python Head First Design Patterns
thlineric/PythonBasicTeaching
Python基本教學,詳細資訊請查看我的部落格:https://shareboxnow.com/
thlineric/reactos
A free Windows-compatible Operating System
thlineric/RedTeaming-Tactics-and-Techniques
Red Teaming Tactics and Techniques
thlineric/riscv
RISC-V CPU Core (RV32IM)
thlineric/rpi4-osdev
Tutorial: Writing a "bare metal" operating system for Raspberry Pi 4
thlineric/sevenSeg.js
sevenSeg.js is a jQueryUI plugin for creating vector-based (SVG) seven-segment displays.
thlineric/SimpleKernel
Simple kernel for learning operating systems. 用于学习操作系统的简单内核
thlineric/soft_uart
Software-based serial port module for Raspberry Pi.
thlineric/The-Art-of-Linear-Algebra
Graphic notes on Gilbert Strang's "Linear Algebra for Everyone"
thlineric/thlineric
Config files for my GitHub profile.
thlineric/vim-framer-syntax
Framer X Playground's colors, but in Vim (but especially MacVim)
thlineric/x86-bare-metal-examples
Dozens of minimal operating systems to learn x86 system programming. Tested on Ubuntu 17.10 host in QEMU 2.10 and real hardware. Userland cheat at: https://github.com/************/linux-kernel-module-cheat#userland-assembly ARM baremetal setup at: https://github.com/************/linux-kernel-module-cheat#baremetal-setup
thlineric/x86_starterkit
👷🏻♂️ An easy starting point for your first OS/Kernel