Skip to content
View tallus's full-sized avatar
Block or Report

Block or report tallus

Report abuse

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

Report abuse

Pinned Loading

  1. Node JS Quck start cheat sheet Node JS Quck start cheat sheet
    1
    # Node/JS Quick start
    2
    
                  
    3
    If you are in a hurry you  can fork/download this repo which has example tests and the relevant packages already set up: https://github.com/coopdigital/quickstartjest
    4
    
                  
    5
    This should get you to the point of writing a first test. It assumes OS X with homebrew installed. (see https://brew.sh/)
  2. Tip Sheet Tip Sheet
    1
    # Vim Tips
    2
     - <code>%s/\<\d\d\?\>/0&/g|%&&|sor r/\(\d\{3}\)\%(\.\d\{3}\)\{3}/|%s/\<00\?\ze\d//g</code> - sort ip addresses
    3
     - <code>%! jq .</code> reformat json
    4
     - <code>J</code> join selected lines or present and next line if no seelection
    5
      - <code>gJ</code> as above but do not adjust/remove whitespace