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

Block or report TripCreighton

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. Auto endorse other ppls skills on a ... Auto endorse other ppls skills on a popular job site
    1
    // hint: ConnectedInside
    2
    let skillButtons = document.getElementsByClassName("pv-skill-entity__featured-endorse-button-shared")
    3
    
                  
    4
    for (let i = 0; i < skillButtons.length; i++) {
    5
        if (skillButtons[i].getAttribute("aria-pressed") === "false") {
  2. CYOAEngine CYOAEngine Public

    A very basic engine for a choose your own adventure (CYOA) game (CSCI Project 3)

    C++ 1

  3. Library Library Public

    CSCI Project 2 in C++

    C++

  4. BeenThere BeenThere Public

    A simple application to show you where you've been and what you thought of that location, like a guest book.

    Swift

  5. Elemental Elemental Public

    An application which displays the elements in the periodic table

    Swift

  6. FingerPainter FingerPainter Public

    A very simple finger painting app for iOS devices.

    Swift