Skip to content
View j-mcc1993's full-sized avatar
  • Bay Area & San Diego, CA

Block or report j-mcc1993

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

    Wirelessly track the field of view of your telescope or camera in the Stellarium star map application via Arduino.

    C++

  2. NES_Keyboard NES_Keyboard Public

    A library for controlling a keyboard output with an Arduino Leonardo or Micro via NES controller.

    C++ 10 3

  3. SNES_Keyboard SNES_Keyboard Public

    A library for controlling keyboard output with an Arduino Leonardo or Micro via SNES controller.

    C++ 5 4

  4. Portfolio Portfolio Public

    Personal Portfolio Website with React.js

    JavaScript

  5. Reddit Scraper 2.0 with Imgur API Reddit Scraper 2.0 with Imgur API
    1
    #!/usr/local/bin/python3.5
    2
    import datetime
    3
    import os
    4
    import praw
    5
    import pprint
  6. Reddit Top Post-Time Histogram Reddit Top Post-Time Histogram
    1
    #!/usr/local/bin/python3.5
    2
    import datetime
    3
    import praw
    4
    import numpy
    5
    import matplotlib.pyplot as plt