binbinzhm's Stars
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
twitter/the-algorithm
Source code for Twitter's Recommendation Algorithm
EZLippi/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
apachecn/awesome-cs-courses-zh
计算机公开课推荐
acathe/icpc_template
ICPC竞赛算法模板
junhua-l/Awesome-Video-Streaming-and-Analysis
🔥🔥🔥 Latest works on video streaming/processing/analysis
haraldott/dash
A simulation model for HTTP-based adaptive streaming applications
pion/webrtc
Pure Go implementation of the WebRTC API
webrtc-uwp/webrtc
WebRTC sub-repo dependency for WebRTC SDK
xemul/criu
Checkpoint/Restore tool
excamera/alfalfa
Purely functional video codec, used for ExCamera and Salsify
paullouisageneau/libdatachannel
C/C++ WebRTC network library featuring Data Channels, Media Transport, and WebSockets
webrtc/samples
WebRTC Web demos and samples
bytedance/E3PO
brucespang/sammy
Smoothing video traffic to make it a friendlier internet neighbor
SINR-Group/SR360
Enhancing the video quality using super resolution and deep neural networks
ARM-software/sesr
Super-Efficient Super Resolution
Purdue-ISL/Veritas
Veritas: Answering Causal Queries from Video Streaming Traces
Purdue-ISL/Dragonfly
krahets/hello-algo
《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing
xiaolincoder/CS-Base
图解计算机网络、操作系统、计算机组成、数据库,共 1000 张图 + 50 万字,破除晦涩难懂的计算机基础知识,让天下没有难懂的八股文!🚀 在线阅读:https://xiaolincoding.com
upupming/new-grad-positions
本项目旨在收集 2023 届互联网公司校招和实习的最新官方招聘信息,帮助在校生消除信息不对称带来的劣势,欢迎贡献 👏🏻。
Guo-Weiqiang/30dayMakeCppServer
30天自制C++服务器,包含教程和源代码
pcottle/learnGitBranching
An interactive git visualization and tutorial. Aspiring students of git can use this app to educate and challenge themselves towards mastery of git!
koalaman/shellcheck
ShellCheck, a static analysis tool for shell scripts
venkatarun95/ccac
Automated tool to formally verify congestion control algorithms and find bugs in them
SBUNetSys/BBR-Bufferbloat-Video-Project
BBR Bufferbloat in DASH Video Project published at WWW 2021
p-christ/Deep-Reinforcement-Learning-Algorithms-with-PyTorch
PyTorch implementations of deep reinforcement learning algorithms and environments
vercel/turborepo
Build system optimized for JavaScript and TypeScript, written in Rust
dennybritz/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.