Skip to content
View actuallyatiger's full-sized avatar

Highlights

  • Pro

Block or report actuallyatiger

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
actuallyatiger/README.md

Pinned Loading

  1. rebar rebar Public

    A Git clone built from scratch in Rust

    Rust 1

  2. discord-beat-bot discord-beat-bot Public archive

    Discord Music Bot

    JavaScript 1

  3. FAT32 4GB Splitter FAT32 4GB Splitter
    1
    import os
    2
    import sys
    3
    
                  
    4
    CHUNK_SIZE = 64 * 1024 * 1024  # 64 MiB
    5
    MAX_FILE_SIZE = 4 * 1024 * 1024 * 1024  # 4 GiB
  4. keysafe keysafe Public archive

    A cloud-based, open source, secure password manager. API: https://github.com/actuallyatiger/keysafe-api

    TypeScript 2

  5. keysafe-api keysafe-api Public archive

    API for KeySafe password manager

    Python 1