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

Organizations

@ampsight @LastCallForFood @PeerCart @woodberryassociates
Block or Report

Block or report avinoamsn

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. 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