Skip to content
View boarnoah's full-sized avatar

Organizations

@Brightspace @EpicGames @emseers @reeeng
Block or Report

Block or report boarnoah

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. boarnoah.github.io boarnoah.github.io Public

    Personal website with Jekyll boarnoah.github.io

    HTML 3

  2. bmx bmx Public archive

    Forked from Brightspace/bmx

    IAM-less AWS API access for humans.

    C#

  3. emseers/bn emseers/bn Public

    UE4 MP with Airships / Balloons

    C++ 2

  4. rt_ue4 rt_ue4 Public archive

    Realtime viz in Unity (talking to a webapp)

    C++ 1 1

  5. My personal powershell profile, has ... My personal powershell profile, has a few Powershell cmdlets aliased to a roughly similar linux utility for muscle memory purposes.
    1
    # Should be put into powershell's $PROFILE which acts similar to a .bashrc
    2
    # ex: notepad $PROFILE
    3
    
                  
    4
    
                  
    5
    New-Alias which Get-Command
  6. Adds back green url to google search... Adds back green url to google search results
    1
    // ==UserScript==
    2
    // @name     GoogleSearchShowURL
    3
    // @description    Puts URL under search result in green (YK, like it used to)
    4
    // @version  1
    5
    // @grant    none