Skip to content

Instantly share code, notes, and snippets.

View trivikr's full-sized avatar

Trivikram Kamat trivikr

View GitHub Profile
@trivikr
trivikr / test.md
Last active September 23, 2019 01:14
collapsible image in GitHub markdown

Inside lists:

  • list item 1

  • list item 2

    Click to view image

    GitHub Logo

@trivikr
trivikr / gist:bee37b62257ec8a1f0265a24a45ddf91
Created May 13, 2019 20:43
Go through all tsconfig files in all folders and sort them
for d in ./*/ ; do (cd "$d" && sort-json tsconfig.json); done
@trivikr
trivikr / introrx.md
Created February 28, 2019 23:32 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing