Skip to content
View Banyc's full-sized avatar
📚
READING BOOKS
📚
READING BOOKS

Organizations

@SciSharp

Block or report Banyc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. proxy Public

    A client defined dynamic forward proxy chain. Client or Access Server <=> n Proxy Servers <=> Origin Server

    Rust 14 2

  2. MiniSQL Public

    满分实验:An independent, standalone, and functioning database management system (DBMS) supporting a subset of SQL. Cross-platform. Totally from the scratch. B+ Tree indexes.

    C# 14 3

  3. Verilog-Workplace Public

    CPU (MIPS, RISC-V), ALU, Multiplier, Divider, and more...

    Verilog 9

  4. rtp Public

    A userspace reliable transmission protocol; send rate governed only by delivery rate and data loss; good enough comparing to TCP performance.

    Rust 4

  5. dfsql Public

    SQL REPL/lib for Data Frames

    Rust 1

  6. neural_network Public

    vanilla, simple, node-oriented, compositive, optimized, frameworkn't{torchn't, TFn't, candlen't}

    Rust 1

2,401 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to Banyc/primitive, Banyc/neural_network, Banyc/rtp and 63 other repositories
Loading A graph representing Banyc's contributions from April 21, 2024 to April 25, 2025. The contributions are 99% commits, 1% issues, 0% pull requests, 0% code review.

Contribution activity

April 2025

Created 4 commits in 1 repository
Created 1 repository
Opened 1 pull request in 1 repository
influxdata/influxdb3_core 1 open

Created an issue in rust-lang/rust that received 1 comment

[async closure] implementation of Send is not general enough using tokio channel

I tried this code: use tokio::sync::mpsc; pub async fn main() { tokio::spawn(async move { run().await }); } pub async fn run() { let (tx, _rx) = mpsc

1 comment
72 contributions in private repositories Apr 1 – Apr 25
Loading