Pinned Repositories
100-Days-Of-ML-Code
100-Days-Of-ML-Code中文版
aero
Aero is a new modern, experimental, UNIX-like operating system following the monolithic kernel design. Supporting modern PC features such as long mode, 5-level paging, and SMP (multicore), to name a few.
apue.3c
Source code download from http://www.apuebook.com/, with minor modification for ubunut system
awesome-consensus
Awesome list for Paxos and friends
distribution
The Docker toolset to pack, ship, store, and deliver content
docklet
Cloud OS for Mini-datacenter
MIT-6.824-2017
My solution for MIT 6.824 Distributed Systems Class 2017
rax
A radix tree implementation in ANSI C
rCore-Tutorial-v3
Let's write an OS which can run on RISC-V in Rust from scratch!
shared_ptr
A simple implementation of shared_ptr in C++ 11
anbo225's Repositories
anbo225/rCore-Tutorial-v3
Let's write an OS which can run on RISC-V in Rust from scratch!
anbo225/aero
Aero is a new modern, experimental, UNIX-like operating system following the monolithic kernel design. Supporting modern PC features such as long mode, 5-level paging, and SMP (multicore), to name a few.
anbo225/arceos
An experimental modular OS written in Rust.
anbo225/asterinas
Asterinas is a secure, fast, and general-purpose OS kernel, written in Rust and providing Linux-compatible ABI.
anbo225/buddy_system_allocator
A buddy system allocator in pure Rust.
anbo225/kubebuilder
Kubebuilder - SDK for building Kubernetes APIs using CRDs
anbo225/kubeedge
Kubernetes Native Edge Computing Framework (project under CNCF)
anbo225/lihang-code
《统计学习方法》的代码实现
anbo225/Mapper
Mybatis Common Mapper - Easy to use
anbo225/openyurt
OpenYurt - Extending your native Kubernetes to edge(project under CNCF)
anbo225/proposal
Go Project Design Documents
anbo225/rCore-anbo
anbo225/rCore-Tutorial-Book-v3
A book about how to write OS kernels in Rust easily.
anbo225/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
anbo225/restic
Fast, secure, efficient backup program
anbo225/ROS
anbo225/rslab
anbo225/rt-thread
RT-Thread is an open source IoT operating system.
anbo225/rust-slabmalloc
Simple malloc implementation.
anbo225/rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
anbo225/rvirtio_blk
A study project to develop virtio_blk driver using Rust.
anbo225/secret
Help you hide secret messages in PNG files
anbo225/seL4
The seL4 microkernel
anbo225/small_rust_project
Collection of some small rust project to learn rust for myself
anbo225/smqtt
开源MQTT broker(基于reactor-netty实现高性能的、可扩展、支持集群)
anbo225/socket-mqtt
基于Netty+MQTT的高性能推送服务框架。支持普通Socket、MQTT、MQTT web socket协议。非常方便接入上层业务实现推送业务。
anbo225/syswonder-web
syswonder.org source code
anbo225/tcmalloc
anbo225/Theseus
Theseus is a modern OS written from scratch in Rust that explores 𝐢𝐧𝐭𝐫𝐚𝐥𝐢𝐧𝐠𝐮𝐚𝐥 𝐝𝐞𝐬𝐢𝐠𝐧: closing the semantic gap between compiler and hardware by maximally leveraging the power of language safety and affine types. Theseus aims to shift OS responsibilities like resource management into the compiler.
anbo225/x86_64
Library to program x86_64 hardware.