Skip to content
View jpschafer's full-sized avatar
🐒
Code Monkeying
🐒
Code Monkeying

Block or report jpschafer

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. midico midico Public

    Raspberry Pi Pico Clock W/ Hourly Midi Music

    Python

  2. Operation-iDo Operation-iDo Public

    Arduino project using dbass which plays clarity

    C

  3. Music-Survival-Kit Music-Survival-Kit Public

    Survival Kit/Guide For Managing Music Libraries.

    JavaScript 2

  4. Userscript to delete all Google Voic... Userscript to delete all Google Voice history and empty trash
    1
    / ==UserScript==
    2
    // @name        Google Voice Delete History
    3
    // @description Deletes all Google Voice history
    4
    // @version     1.1.0
    5
    // @license     MIT
  5. Clean Your Gmail Inbox Based on Crit... Clean Your Gmail Inbox Based on Criteria!
    1
    // Magical Numbers for specifying Action desired
    2
    var ARCHIVE = 0
    3
    var TRASH = 1
    4
    
                  
    5
    var for_queries = ["blugh", "boo!"];
  6. RPMidi RPMidi Public

    Forked from MikeDev101/RPMidi

    Plays MIDI songs through your Raspberry Pi Pico's PWM pins!

    Python