Pinned Repositories
agent
Virtual Machine agent for hardware virtualized containers
Algorithms-Book-Code
Algorithms Book Code Implementation
android_design_patterns_analysis
Android源码设计模式分析项目
centrarium
A simple yet classy theme for your Jekyll website or blog.
cgroups
cgroups package for Go
cobra
A Commander for modern Go CLI interactions
CPlusPlus-Primer-Code
《C++ Primer 中文版(第五版)》一书中的所有题目和测试代码
Cpp-Primer
C++ Primer 5ed answers
golang_runtime_reading
golang 1.10.2 runtime code reading - golang runtime源码分析。只有思考过,你才会印象深刻。
runtime
Kata Containers runtimes
flyflypeng's Repositories
flyflypeng/golang_runtime_reading
golang 1.10.2 runtime code reading - golang runtime源码分析。只有思考过,你才会印象深刻。
flyflypeng/runtime
Kata Containers runtimes
flyflypeng/agent
Virtual Machine agent for hardware virtualized containers
flyflypeng/centrarium
A simple yet classy theme for your Jekyll website or blog.
flyflypeng/cgroups
cgroups package for Go
flyflypeng/flyflypeng.github.io
This is my individual blog
flyflypeng/govmm
Virtual Machine Manager for Go (govmm) is a suite of packages that provide Go APIs for creating and managing virtual machines.
flyflypeng/hexo-theme-hiker
An attractive theme for Hexo. called "Hiker", short for "HikerNews".
flyflypeng/istio-micro
istio 微服务示例代码 grpc+protobuf+echo+websocket+mysql+redis+kafka+docker-compose
flyflypeng/kata-containers
Kata Containers version 2.x repository. Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs. https://katacontainers.io/
flyflypeng/medicine-paper-search
save the paper abstract and citation from https://pubmed.ncbi.nlm.nih.gov/
flyflypeng/netlink-crate-example
flyflypeng/ProgrammingRust-Examples
The rust examples in the ProgrammingRust book
flyflypeng/royhunter.github.io
flyflypeng/rust-lessons
chengtian rust lessons exercise
flyflypeng/RustByExample
Store the examples when learning the Rust Language with https://doc.rust-lang.org/rust-by-example
flyflypeng/snippets
store some interesting and useful snippets
flyflypeng/starter-hugo-project-documentation
flyflypeng/tests
Kata Containers tests, CI, and metrics
flyflypeng/tokio-examples
Store the tokio examples from https://tokio.rs/tokio/tutorial
flyflypeng/vimrc
My vimrc configuration file
flyflypeng/wasi-by-example
wasi by example written by rust
flyflypeng/wasm-bindgen-example
flyflypeng/wasm-micro-runtime
WebAssembly Micro Runtime (WAMR)
flyflypeng/wasmer
🚀 The leading WebAssembly Runtime supporting WASI and Emscripten
flyflypeng/wasmtime
Standalone JIT-style runtime for WebAssembly, using Cranelift
flyflypeng/awesome-scripts
Store some interesting and useful scripts that I personally use.
flyflypeng/golang-demo
Store the golang related demos
flyflypeng/kuasar
An efficient container runtime that provides cloud-native, all-scenario multiple sandbox container solutions.
flyflypeng/rust-demos
Contains the experimental Rust demos for learning Rust