Banyc
Reinventing wheels while youre gaming. Being real and respectful. Good stuff: Rust, books, IETF RFCs. JobDesc -> BanycGitHub at outlook.com
Zhejiang University;.*
Pinned Repositories
dfsql
SQL REPL/lib for Data Frames
InverseParser.Grammar.RhetoricChinese
满分作文生成器。通过堆砌华丽辞藻,批量生成满分作文。使用 BNF 语法编写语法树。
MapReduce
In C#. Master-Worker. From scratch. No Hadoop. Done. Depend on DFS.
MiniSQL
满分实验:An independent, standalone, and functioning database management system (DBMS) supporting a subset of SQL. Cross-platform. Totally from the scratch. B+ Tree indexes.
mptcp
Multipath TCP. I/O copy friendly. Split one user stream into multiple TCP streams and assemble them together into an intact stream. Graceful shutdown to prevent TCP RST.
neural_network
vanilla, simple, node-oriented, compositive, optimized, frameworkn't{torchn't, TFn't, candlen't}
proxy
A client defined dynamic forward proxy chain. Client or Access Server <=> n Proxy Servers <=> Origin Server
rtp
A userspace reliable transmission protocol; send rate governed only by delivery rate and data loss; good enough comparing to TCP performance.
UnforgettableNotes
📒 A sticky note APP that shows notes based on memory decay theory. 🧠 Least time for more remembering tasks! ⚡ 基于遗忘曲线的记事本,快遗忘的笔记会自动置顶,拒绝半途而废、人肉规划时间表。高效记忆利器!
Verilog-Workplace
CPU (MIPS, RISC-V), ALU, Multiplier, Divider, and more...
Banyc's Repositories
Banyc/peg
`grep` but with PEG patterns. Define grammars (e.g. `digit`), functions for matching. No more regex syntax!
Banyc/codecrafters-bittorrent-rust
Banyc/cond_prob_sim
Conditional probability simulation runtime. Formational definition of conditional probability problems.
Banyc/ocaml_exercises
RECREATIONAL. Think about learning functional programming for the sake of having fun :>
Banyc/tokio_raw
tokio ICMP echo ping
Banyc/tokio_socket2
To make socket2 work with tokio. Crate name: `tokio_socket2`.
Banyc/BLAKE3
the official Rust and C implementations of the BLAKE3 cryptographic hash function
Banyc/boringtun
Userspace WireGuard® Implementation in Rust
Banyc/codecrafters-docker-rust
I built a parser for "www-authenticate" header💀
Banyc/devops
A simple CLI tool to deploy Rust musl binaries.
Banyc/is_even
Banyc/keyed_queue
Banyc/lock_contention
Banyc/multidimension
Pure Rust library providing high-level manipulation of multi-dimensional arrays
Banyc/param-opt
Parameter optimization
Banyc/project_euler_solutions
Banyc/reedline
A readline replacement written in Rust
Banyc/REST_MySQL
A simple web API server applying REST standard
Banyc/s_expression
Trying out the `chumsky` crate.
Banyc/scalar_map
`map` for scalar types.
Banyc/session
Banyc/snowflakes
Framed io with snow
Banyc/static_borrow_vec
Prevent borrow buffers from leaking lifetimes to owners
Banyc/strict-num
A collection of bounded numeric types.
Banyc/swap
Banyc/test_htmx
Banyc/test_z3
Banyc/tokio_conn_pool
Connection pool
Banyc/tokio_kcp
A Kcp implementation for tokio
Banyc/wasm_nn
Neural Network on web browser