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

    An async security library for the Sanic framework.

    Python 93 9

  2. GrooveBot GrooveBot Public

    The official r/Animusic Discord bot.

    Python 4 3

  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 Pointshop2 patch that p... Garry's Mod Pointshop2 patch that prevents item on ground from overriding loadout assignment.
    1
    -- pointshop2-master\lua\ps2\modules\weapons
    2
    hook.Add( "PlayerSpawn", "InitLoadoutConflictListener", function( ply )
    3
        ply.ps2LoadoutPrimaryAssigned = false;
    4
        ply.ps2LoadoutSecondaryAssigned = false;
    5
    end )