Skip to content
View ptr-dodge's full-sized avatar
  • Washington

Block or report ptr-dodge

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
ptr-dodge/readme.md



I'm a highschool kid who's grades suffer because i build circuits and write code instead of doing homework

Most of my projects here started cause i needed something to work on instead of school.

The most recent ones are projects ive had on my desktop and never published or finished, so i took some time to do both. (again, in neglect of school 😉)

{
    "peter": {
        "hobbies": [
            "Programming",
            "hacking around with Arduino",
            "going to the skatepark",
            "doing flips outside",
            "circuit bending",
        ]

        "languages": {
            "main": [
                "JavaScript",
                "PHP",
                "Python",
                "Arduino (C/C++)",
            ],

            "working on": [
                "Java",
                "Go",
                "DuckyScript 😝"
            ]
        }
    }
}

Pinned Loading

  1. Database Database Public

    A PHP library for easily interfacing with mySQL

    PHP

  2. keyboard.js keyboard.js Public

    Easily detect and map Keyboard events, simulate keypresses.

    JavaScript

  3. vectorize vectorize Public

    A library for converting bitmap (png) images to 2d arrays inside javascript

    JavaScript

  4. text_to_pixels text_to_pixels Public

    Convert hex values from text to RGBA values in an image ;)

    Python

  5. batuino batuino Public

    Execute a given batch script via a rubber ducky like device

    Java