Skip to content
View cynthia2006's full-sized avatar
Block or Report

Block or report cynthia2006

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

  1. hanime-tv-plugin hanime-tv-plugin Public

    hanime.tv plugin for yt-dlp

    Python 6

  2. Simple SDL2 program to draw lines (l... Simple SDL2 program to draw lines (left-click and drag to draw lines, right to erase)
    1
    #include <SDL2/SDL.h>
    2
    #include <stdbool.h>
    3
    
                  
    4
    struct pt_pair {
    5
      SDL_Point begin;