Skip to content

Instantly share code, notes, and snippets.

View andrewar-sportsbet's full-sized avatar

andrewar-sportsbet

View GitHub Profile
@andrewar-sportsbet
andrewar-sportsbet / gist:c8698794bd6b2ceb400ca3c85d463ec0
Created August 14, 2019 03:07 — forked from zeuxisoo/gist:980174
How to use git diff to patch file

Create patch file

git diff --no-prefix > [path file name]

Apply path file

patch -p0 < [path file name]

@andrewar-sportsbet
andrewar-sportsbet / GIF-Screencast-OSX.md
Created July 16, 2019 07:05 — forked from dergachev/GIF-Screencast-OSX.md
OS X Screencast to animated GIF

OS X Screencast to animated GIF

This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.

Screencapture GIF

Instructions

To capture the video (filesize: 19MB), using the free "QuickTime Player" application:

@andrewar-sportsbet
andrewar-sportsbet / BlogPosts.md
Last active November 20, 2018 00:28
React / Redux awesome articles