Skip to content

Instantly share code, notes, and snippets.

View mixelpixel's full-sized avatar
🤓

Patrick Kennedy mixelpixel

🤓
View GitHub Profile
@mixelpixel
mixelpixel / git_foundation.md
Last active April 5, 2019 02:18
Helping students with their computer, text editor, Git, and GitHub

Helping students with their computer, text editor, Git, and GitHub

  • What is Git?
  • What is RAM?
  • What is SSD/Hard drive?
  • What are "invisible files"?
  • Where are the Git resource files?
  • Is my development environment configured for pushing Git commits?
  • How is GitHub different than Git?

Git

@mixelpixel
mixelpixel / command.sh
Created March 31, 2018 06:22 — forked from peterdemartini/command.sh
Exclude node_modules in timemachine
find `pwd` -type d -maxdepth 3 -name 'node_modules' | xargs -n 1 tmutil addexclusion
@mixelpixel
mixelpixel / # ffmpeg - 2017-02-11_06-49-37.txt
Created February 11, 2017 11:50
ffmpeg on macOS 10.12.3 - Homebrew build logs
Homebrew build logs for ffmpeg on macOS 10.12.3
Build date: 2017-02-11 06:49:37
@mixelpixel
mixelpixel / GIF-Screencast-OSX.md
Last active February 5, 2017 20:19 — 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: