Skip to content
View na-stewart's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@the-programmers-hangout

Block or report na-stewart

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 250 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. sanic-security sanic-security Public

    An async security library for the Sanic framework.

    Python 97 8

  2. Activeboost-Mobile Activeboost-Mobile Public

    Submission for CSCI_380, Introduction to Software Engineering.

    Java 1

  3. Venue-Map Venue-Map Public

    Interactive venue map for thomaspreti.com.

  4. Altair-VR Altair-VR Public

    Altair Global Relocation VR prototype

  5. DriveTheVote DriveTheVote Public

    Forked from msaini26/election-turnout-civic-tech

    Connecting Voters to Polls with Civic Tech

    JavaScript 1

  6. Garry's Mod entity spawner Garry's Mod entity spawner
    1
    EntitySpawner = EntitySpawner or {} -- Globally accessable table of spawner functions.
    2
    local spawnPositions = {}
    3
    local spawnDelay = 15
    4
    local spawnIterations = 16 -- Can be thought as a time limit: (spawnDelay * spawnIterations) seconds.
    5
    local maxAliveEntities = 6