Skip to content
View t1mofe1's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report t1mofe1

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

Pinned

  1. random-game random-game Public

    A simple game created with Andrei Kagu and Timothy Myagi

    CSS

  2. tptlive tptlive Public

    JavaScript

  3. url-shortener-simple url-shortener-simple Public

    Simple url shortener created with 3 hours with incredibly cool(no) design

    JavaScript 1

  4. IMPORTANT!! `formatStrToTime` will s... IMPORTANT!! `formatStrToTime` will show different result if you did `formatTimeToStr` with different depth
    1
    export const timeUnits = [
    2
      // { name: "y", milliseconds: 31_536_000_000 },
    3
      // { name: "mo", milliseconds: 2_592_000_000 },
    4
      { name: "d", milliseconds: 86_400_000 },
    5
      { name: "h", milliseconds: 3_600_000 },
  5. PKCE Generator in nodejs which gener... PKCE Generator in nodejs which generates `code_challenge` and `code_verifier` using sha256. Implemented custom length feature.
    1
    import * as crypto from 'crypto';
    2
    
                  
    3
    export type PkcePayload = {
    4
      code_verifier: string;
    5
      code_challenge: string;
  6. bolt-clone bolt-clone Public

    TypeScript