Skip to content
View guligon90's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report guligon90

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

Surrounded by AI-aided animals masquerading as rational human beings. Trapped in a world where I have to work for incompetent fools just to survive. What? Were you expecting a cute and fragrant presentation? Were you expecting to see some meaningless soyboy Github stats in this README? Were you expecting some meaningless summary of my "past professional glories" or academic "qualifications"? Well, too bad for you. Besides, all of that doesn't matter anymore. After 13 years working as a software engineer, and as a Math teacher, I no longer care. Terry A. Davis was right.

Pinned Loading

  1. max_sum_path.py: Script that calcula... max_sum_path.py: Script that calculates the maximum sum path between two lists of integers.
    1
    from typing import (
    2
        Callable,
    3
        Iterator,
    4
        Generator,
    5
        Protocol,
  2. empirical-tc-ts empirical-tc-ts Public

    PoC regarding the experimental determination of time complexities of algorithms written in TypeScript.

    TypeScript