Skip to content
View pepper99's full-sized avatar
  • Chulalongkorn University
  • Bangkok, Thailand
Block or Report

Block or report pepper99

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 Loading

  1. useless-website useless-website Public

    A (kinda) useless website where you check it out while slacking off. Created as part of learning Next.js, Tailwind CSS, and supabase.

    JavaScript 2

  2. WeebSimulator WeebSimulator Public

    JavaFX game project

    Java

  3. text-translation-react text-translation-react Public

    A Text translation using Google Cloud Translation API as part of learning React and TypeScript

    TypeScript

  4. ContactlessHouse-HW ContactlessHouse-HW Public

    Hardware side of Contactless House project

    C++

  5. competitive-programming competitive-programming Public

    My competitive programming solutions

    C++

  6. popcat autoclicker (python selenium) popcat autoclicker (python selenium)
    1
    import time
    2
    import random
    3
    from selenium import webdriver
    4
    from selenium.webdriver.common.keys import Keys
    5
    from selenium.webdriver.common.by import By