jacknrose's Stars
Gyumeijie/qemu-object-model
A simplified realization of qemu object model, for more information about qemu, please see https://github.com/qemu/qemu
brittlesoft/rndaddentropy-hwrng
Simple tool to fill linux's entropy pool with data from a hardware random number generator (`/dev/hwrng`) on boot.
ksco/rvemu
A simple and fast RISC-V JIT emulator.
libriscv/libriscv
The fastest RISC-V sandbox
learn-llvm/awesome-llvm
A curated list of awesome LLVM (including Clang, etc) related resources.
e2tools/e2tools
A simple set of GPL'ed utilities to read, write, and manipulate files in an ext2/ext3 filesystem.
ptitSeb/box64
Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64, RV64 and LoongArch Linux devices
py-pdf/pypdf
A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files
Hopding/pdf-lib
Create and modify PDF documents in any JavaScript environment
foliojs/pdfkit
A JavaScript PDF generation library for Node and the browser
codec2021/video_codec_learn
关于视频编解码学习资料
xuesongzh/MultiMedia
音视频学习资料
leandromoreira/ffmpeg-libav-tutorial
FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more. Translations: 🇺🇸 🇨🇳 🇰🇷 🇪🇸 🇻🇳 🇧🇷
leandromoreira/digital_video_introduction
A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding). Translations: 🇺🇸 🇨🇳 🇯🇵 🇮🇹 🇰🇷 🇷🇺 🇧🇷 🇪🇸
tvlabs/edge264
Simple H.264 decoder
aizvorski/h264bitstream
A complete set of functions to read and write H.264 video bitstreams, in particular to examine or modify headers.
clowwindy/Awesome-Networking
A curated list of awesome networking libraries, resources and shiny things
kevmo314/codec-from-scratch
Build a simple video encoder from scratch
vortesnail/qier-player
:clapper: A simple and easy-to-use h5 video player with highly customizable UI and rich features. / 简单易用的h5播放器,UI 高度定制化,功能丰富。
sysprog21/concurrent-programs
Complementary Concurrency Programs for course "Linux Kernel Internals"
sysprog21/rv32emu
Compact and Efficient RISC-V RV32I[MAFC] emulator
sysprog21/semu
A minimalist RISC-V system emulator capable of running Linux kernel
LekKit/RVVM
The RISC-V Virtual Machine
caiiiycuk/js-dos
The best API for running dos programs in browser
copy/v86
x86 PC emulator and x86-to-wasm JIT, running in the browser
kongjun18/leetcode
leetcode sulution
fitzgen/bumpalo
A fast bump allocation arena for Rust
nnethercote/perf-book
The Rust Performance Book
grivet/mpsc-queue
A C11 implementation of D. Vyukov MPSC queue
andreiavrammsd/cpp-channel
Thread-safe container for sharing data between threads