Skip to content
View sspboyd's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report sspboyd

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

  1. Genuary_2024 Genuary_2024 Public

    My contributions for Genuary 2024!

    Processing

  2. solLewittWallDrawing146A solLewittWallDrawing146A Public

    This project attempts to interpret and create a version of Sol LeWitt's Wall Drawing #146A in code. The purpose of this project is to create a program that will produce any number of versions of th…

    Processing 3

  3. UNArcTest UNArcTest Public

    Visualizing over $23 B in UN Spending around the world in 2015.

    Processing

  4. Reporter_App_JSON_Processing Reporter_App_JSON_Processing Public

    Parsing Reporter App's JSON exported data in Processing

    Processing 4

  5. Python + NHL API to gather stats on ... Python + NHL API to gather stats on every skater since 1917
    1
    import json
    2
    import time
    3
    import random
    4
    import requests
    5
    from requests.exceptions import HTTPError
  6. Processing.org-New Project Template Processing.org-New Project Template
    1
    import processing.pdf.*;
    2
    
                  
    3
    ////Declare Globals
    4
    int rSn; // randomSeed number. put into var so can be saved in file name. defaults to 47
    5
    final float PHI = 0.618033989;