Skip to content
View mancuoj's full-sized avatar
🤡
build in public
🤡
build in public

Organizations

@csfive @mancuoj-collective

Block or report mancuoj

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. csfive/composing-programs-zh Public

    🦊 CS61A 教材 Composing Programs 的中文翻译

    JavaScript 506 91

  2. csfive/CS50x Public

    🦍 Harvard CS50x Solutions

    C 457 81

  3. csfive/CS50P Public

    🐢 CS50 Python Solutions

    Python 202 47

  4. weekly Public

    漫谈 - 一个开发者周刊,记录我的所见所闻所思,每周日更新

    TypeScript 10

  5. mancuoj-collective/next-tmpl Public

    Next.js Starter Template with Modern Tech Stack (2025)

    TypeScript 1

1,672 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
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 mancuoj/utils, mancuoj/garden, mancuoj-collective/react-tmpl and 67 other repositories
Loading A graph representing mancuoj's contributions from March 17, 2024 to March 20, 2025. The contributions are 98% commits, 1% pull requests, 1% issues, 0% code review.

Contribution activity

March 2025

Created an issue in mancuoj/TIL that received 1 comment

Go net/http 解析?

go 的标准路由器 http.ServeMux 的运作机制是什么? 接收不同的 HTTP 请求 然后根据不同的 URL 路径来分配给对应的处理器 (http.Handler) 可以把它想象成一个“电话总机”,根据你拨的号码(URL 路径),把电话(请求)转接到正确的接线员(处理器)。 通…

1 comment
Loading