Skip to content
View rileypeterson's full-sized avatar
Block or Report

Block or report rileypeterson

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

    Program to follower and unfollow users.

    Python 11 8

  2. fullstack-course4 fullstack-course4 Public

    Forked from jhu-ep-coursera/fullstack-course4

    Learning HTML, CSS, and Javascript.

    HTML

  3. digits digits Public

    Version of NYT Digits game.

    Vue

  4. Gemini-Python-Scripts Gemini-Python-Scripts Public

    Scripts to generate simulated galaxy fields and a wrapper for GALFIT.

    Python 2

  5. rileypeterson.github.io rileypeterson.github.io Public

    Personal Website

    HTML 1

  6. Bottom Up Algorithm Demo Bottom Up Algorithm Demo
    1
    import random
    2
    import tempfile
    3
    import os
    4
    import numpy as np
    5
    import matplotlib.pyplot as plt