Skip to content
View mvndaai's full-sized avatar

Block or report mvndaai

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. ctxerr ctxerr Public

    Go package for handling errors with extra context

    Go 10

  2. go_wasm_tools go_wasm_tools Public

    This is a page for tools for go running in wasm

    Go 4

  3. flutter-music flutter-music Public

    A flutter app to do things with sheet music

    Dart

  4. css_variables css_variables Public

    Demo using CSS variables to dynamically theme a page.

    JavaScript

  5. Bash commends Bash commends
    1
    ## This is just commands I find useful that I would like to keep
    2
    
                  
    3
    # Build and start go project
    4
    go build . && PORT=80 ./${PWD##*/}
    5
    
                  
  6. git _helpers.md git _helpers.md
    1
    # git
    2
    
                  
    3
    This is list of the git commands I use.
    4
    
                  
    5
    The usual flow of developed is clone or fork a repo, create a branch, change code, create commits at logical stopping points, push those commits, and finally merge the branch (usually done on a website).