Skip to content
View avinoamsn's full-sized avatar
😄
Hello!
😄
Hello!

Organizations

@LastCallForFood @PeerCart @woodberryassociates

Block or report avinoamsn

Report abuse

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

Report abuse

Pinned Loading

  1. woodberryassociates/afpa-gatsby woodberryassociates/afpa-gatsby Public

    Repository for the Alliance for Patient Access WP site.

    TypeScript

  2. onmyti.me onmyti.me Public

    onmyti.me is a refined & minimalist journaling platform.

    JavaScript

  3. custom-react-hooks custom-react-hooks Public

    A collection of my custom React hooks that I've used in different projects.

    TypeScript

  4. avinerenberg avinerenberg Public

    Repo for my personal site.

    JavaScript

  5. lastcall-angular lastcall-angular Public

    Last Call's beta Angular codebase.

    TypeScript

  6. VBScript for quietly launching a Ter... VBScript for quietly launching a Terminator window in WSL with VcXsrv. Code comments link to the guides I referenced while writing the script.
    1
    ' NOTE: additional discussion & implementations can be found here: https://gist.github.com/ropnop/10800fb5066bd5144d9aaad55a8a4d18
    2
    ' https://medium.com/@bhupathy/install-terminator-on-windows-with-wsl-2826591d2156
    3
    set shell = WScript.CreateObject("Shell.Application")
    4
    
                  
    5
    if not IsProcessRunning("vcxsrv.exe") then