Skip to content
View Teinc3's full-sized avatar
Certified Wheelchair Moment
Certified Wheelchair Moment

Highlights

  • Pro

Organizations

@3DxN

Block or report Teinc3

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

So, this was my previous commit history, cached just a few days before the time of writing: Screenshot 2025-10-02 at 11 41 36 PM

And guess what, I removed my high school email from my Github Account, without realising that two-thirds of my commit history would be essentially gut too. Having graduated for 2 years already, the web administrator refused to let me restore the expired email for a brief moment.

So now I only have like 400 commits on my profile. But everything does make sense here, and at least I'm glad that I saved up evidence and can tell you why that happened. And to be fair, having less commits does make me look more suitable for senior managerial roles, which appeal to me more than purely implementing things that I don't get to plan about in advance.

Pinned Loading

  1. teinc3.github.io teinc3.github.io Public

    Website of Teinc3 (Parody)

    JavaScript 1

  2. Evoku Evoku Public

    Evolved Sudoku - The Logical Balance

    TypeScript

  3. Vox-Populi Vox-Populi Public

    A Bot that regulates and simulates Democracy in a Discord Server

    TypeScript

  4. TerriEngine TerriEngine Public

    BFS Search Algorithm for finding Territorial.io's Best Opening Moves

    Rust 3 1

  5. ProboTanki-Lib ProboTanki-Lib Public

    A common library of packets, codecs and networking utilities for connecting to ProTanki servers

    Python 2

  6. Discord Message Logging Utility Clas... Discord Message Logging Utility Class Using Message Forwarding Feature (Requires discord.py >= 2.5)
    1
    import asyncio
    2
    from datetime import datetime
    3
    from discord import Member, User, Message, TextChannel, Thread, Embed, Color, HTTPException
    4
    from typing import TypedDict
    5