Pinned Repositories
8051
8051 core
ack3
ack is a grep-like search tool optimized for source code.
alacritty
A cross-platform, GPU-accelerated terminal emulator
algorithm-visualizer
:fireworks:Interactive Online Platform that Visualizes Algorithms from Code
annie
👾 Fast, simple and clean video downloader
apollo
Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。
ASRT_SpeechRecognition
A Deep-Learning-Based Chinese Speech Recognition System 基于深度学习的中文语音识别系统
assembler-simulator
Simple 8-bit Assembler Simulator with Angular.js
awesome
😎 Awesome lists about all kinds of interesting topics
awesome-java
A curated list of awesome frameworks, libraries and software for the Java programming language.
xiaolongn100's Repositories
xiaolongn100/awesome-programming-books
经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
xiaolongn100/awesome-rust
A curated list of Rust code and resources.
xiaolongn100/book
The Rust Programming Language
xiaolongn100/book-wasm
The Rust and WebAssembly Book
xiaolongn100/bootimage
xiaolongn100/bootloader
An experimental pure-Rust x86 bootloader
xiaolongn100/cargo-image
Create qemu bootable OS images
xiaolongn100/cargo-sysroot
Simply and Easily cross-compile the Rust sysroot crates.
xiaolongn100/deno
A browser-like JavaScript and TypeScript runtime
xiaolongn100/ghdl
VHDL 2008/93/87 simulator
xiaolongn100/go-sniffer
🔎Sniffing and parsing mysql,redis,http,mongodb etc protocol. 抓包截取项目中的数据库请求并解析成相应的语句。
xiaolongn100/goblin
An impish, cross-platform binary parsing crate, written in Rust
xiaolongn100/gobot
Golang framework for robotics, drones, and the Internet of Things (IoT)
xiaolongn100/micropython
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
xiaolongn100/minerva
A 32-bit RISC-V soft processor
xiaolongn100/mrisc32
An experimental, custom 32-bit RISC CPU
xiaolongn100/picorv32
PicoRV32 - A Size-Optimized RISC-V CPU
xiaolongn100/PowerShell
PowerShell for every system!
xiaolongn100/rcore_plus
uCore+ kernel in RUST, supporting x86_64 & RISCV32/64/AARCH64
xiaolongn100/RustPrimer
The Rust primer for beginners. We need native English speaker help us modify the translation.
xiaolongn100/sled
free as in lock-free embedded database
xiaolongn100/spin-rs
A spinlock for rust
xiaolongn100/style2paints
sketch + style = paints :art:
xiaolongn100/UACME
Defeating Windows User Account Control
xiaolongn100/ucore_os_lab
os kernel labs for operating systems course in Tsinghua University.
xiaolongn100/wagon
wagon, a WebAssembly-based Go interpreter, for Go.
xiaolongn100/wasmi
Wasm interpreter in Rust
xiaolongn100/wasmjit
Small Embeddable WebAssembly Runtime
xiaolongn100/webapp.rs
A web application completely written in Rust. 🌍
xiaolongn100/xorm
xorm是一个简单而强大的Go语言ORM库,通过它可以使数据库操作非常简便。本库是基于原版xorm的定制增强版本,为xorm提供类似ibatis的配置文件及动态SQL支持,支持AcitveRecord操作