Skip to content
View ShujianDou's full-sized avatar
🎇
Exploring Literature
🎇
Exploring Literature

Organizations

@vrienstudios

Block or report ShujianDou

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

Github profile picture

Pinned Loading

  1. nim-epub nim-epub Public

    An epub manipulation/creation library in Nim.

    Nim 3 2

  2. nim-HLSManager nim-HLSManager Public

    HLS Manifest/Stream reader created in nim; in use by vrienstudios/anime-dl

    Nim 2 1

  3. EVP_BytesToKey implementation in Nim... EVP_BytesToKey implementation in Nim. Returns the key and iv given a password and salt.
    1
    import std/[base64, strutils]
    2
    import checksums/md5
    3
    
                  
    4
    # AES-256 sizes; _password in plaintext form, and _salt in byte form.
    5
    proc evp_BytesToKey*(passwordz, saltz: string): tuple[key, iv: string] =
  4. vrienstudios/anime-dl vrienstudios/anime-dl Public

    Download anime, novels, manga, and other content for offline consumption.

    Nim 161 11

  5. vrienstudios/ADLCore vrienstudios/ADLCore Public

    The main backing library of the new anime-dl

    Nim 5

  6. vrienstudios/kyuick vrienstudios/kyuick Public

    Simple and crude 2d engine for GSG's

    Nim 2