Skip to content
View Richardn2002's full-sized avatar

Sponsoring

@shd101wyy
@LunaTheFoxgirl

Organizations

@SJTU-UMJI-20-Innovation

Block or report Richardn2002

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. mari-mari-dance Public

    Resource loaders, renderers and applications for 3D anime animations. Inspired by 月村手毬 Tsukimura Temari from 学園アイドルマスター Gakuen Idolm@aster.

    Rust 2

  2. shizuka-app Public

    Data curation, training and deployment of VITS model(s) of 好本静, Yoshimoto Shizuka, from 君のことが大大大大大好きな100人.

    Jupyter Notebook 4

  3. Inochi2D/inox2d Public

    Native Rust reimplementation of Inochi2D

    Rust 215 23

  4. hodgkin-huxley-playground Public

    A Hodgkin-Huxley model to play with. Made with egui and miniquad.

    Rust

  5. arduino-dw1000-lite Public

    Arduino library for starting with Decawave's DWM1000 modules easily and fast

    C++ 13 1

  6. Zhihu chat history logger.
    1
    const fs = require('fs');
    2
    const secret = JSON.parse(fs.readFileSync('secret.json'));
    3
    const IMAGE_PATH = './out/images';
    4
    const STICKER_PATH = './out/stickers';
    5
    let historyPath;