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.

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

Hi, I'm Tiger

I'm an undergraduate student at the University of Oxford studying Computer Science

About

I'm currently working on my personal portfolio and links site

Languages & Tools

c logo python logo typescript logo react logo nextjs logo rust logo go logo linux logo googlecloud logo haskell logo

Contact

languages graph

Pinned Loading

  1. links links Public

    TypeScript

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

    Discord Music Bot

    JavaScript 1

  3. keysafe keysafe Public

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

    TypeScript 2

  4. keysafe-api keysafe-api Public

    API for KeySafe password manager

    Python 1

  5. Splits files or folders into 4GB fil... Splits files or folders into 4GB files for FAT32 transfer
    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