Skip to content
View boarnoah's full-sized avatar

Organizations

@Brightspace @h5p @EpicGames @emseers @reeeng @VoxelPlugin

Block or report boarnoah

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  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