Skip to content
View Drincann's full-sized avatar
:octocat:
疯学中
:octocat:
疯学中

Organizations

@single-dogs
Block or Report

Block or report Drincann

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
Drincann/README.md

Drincann HitCount

What i can not create, i do not understand. —— Richard Feynman

Two steps to understand how a system works:

  • Get a general high-level idea.

  • Deconstruct it from the low-level and re-implement it in a simplest way

笔记本

知乎

CSDN

一些有趣的项目

  • Mirai-js

    Mirai-js,一个运行在 Node.js、浏览器(UMD)下的,简单的 QQ 机器人开发框架。

  • pico-code-snippets

    在 Raspberry pi pico 板子上开发的库,抽象了 Polling 过程,实现了基于事件循环的无栈协程调度器,为上层逻辑提供异步 api。

  • py-coroutine

    协程调度器的底层调度逻辑的 python 实现 (eventloop / eventqueue / asyncapi / io)。

  • js-coroutine

    适配 Thunk/Promise 的上层协程调度逻辑封装。

  • c-coroutine

    尝试使用通过 c 宏实现的生成器、Promise 以及 epoll 在 c 中实现一个协程的抽象。

  • Promise

    Promise 实现。

  • angie-dotnet

    Web 后端开发框架,实现了动态路由和中间件。

  • soft-renderer

    软渲染器的 c 实现。

  • captcha-identification

    使用卷积神经网络的验证码识别解决方案。

  • koa-shutdown-gracefully

    用来对服务器进行优雅停机,以平滑重启 Koa 应用。

  • Pico-Go

    最近复活的一个 vscode 插件,几乎是在 vscode 上开发 Raspberry pi pico 的唯一选择,fork from 半年前停止维护的 cpwood/Pico-Go.

  • noteServer

    我的博客所有代码都在这里,文章都是 .md,整个博客几乎是静态的,服务端只提供了从文件系统生成侧栏结构的接口。 文章托管在 gitee 上,用这个脚本自动推送,服务端会定时拉取。

  • angie-java

    一个用 Java 写的玩具 Web 框架,底层是 socket,简单地解析请求报文,简单地响应客户端。

  • hebauURPSpider

    用于 hebau 教务系统的爬虫,可以生成某个学号范围内的学分绩排名,它的设计很糟糕,现在也许可以勉强跑起来。

  • py-functional-chaining

    Python 常用内置容器函数式方法的链式调用包装器。

  • uploadImg

    用于方便地将图片上传到 oss 服务,并生成一个 markdown 图片到你的剪贴板,它的设计同样糟糕,但运行良好。

  • serializer

    一个简单的 JavaScript 对象序列化器实现。

  • ReverseProxy

    反向代理服务器的实现。

  • koa 中间件的实现

  • answerbot-gpt

    让 chatGPT 自动回答知乎的问题。

Pinned

  1. Mirai-js Mirai-js Public

    运行在 Node.js、浏览器下,基于 mirai-api-http 的 QQ 机器人开发框架。

    TypeScript 252 31

  2. py-coroutine py-coroutine Public

    协程调度器的底层实现(eventloop/eventqueue/asyncapi)

    Jupyter Notebook 4 1

  3. angie-dotnet angie-dotnet Public

    一个 Web 后端开发框架,实现了动态路由和中间件

    C# 1 1

  4. js-coroutine js-coroutine Public

    适配 Promise/Thunk 的上层协程调度器封装

    TypeScript 1

  5. captcha-identification captcha-identification Public

    基于卷积神经网络的验证码识别解决方案

    Jupyter Notebook 2

  6. c-coroutine c-coroutine Public

    Stackless coroutine library for C++.

    C++ 1