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 95 9

  2. GrooveBot GrooveBot Public

    The official r/Animusic Discord bot.

    Python 4 3

  3. Activeboost-Mobile Activeboost-Mobile Public

    Submission for CSCI_380, Introduction to Software Engineering.

    Java 1

  4. Free-SafeSurf Free-SafeSurf Public

    Blocks harmful content and prohibits circumvention.

    C#

  5. Altair-VR Altair-VR Public

    Altair Global Relocation VR prototype

  6. Garry's Mod Pointshop2 patch that pr... Garry's Mod Pointshop2 patch that prevents an item on the 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 )