Skip to content

Instantly share code, notes, and snippets.

View vjwilson's full-sized avatar

Van Wilson vjwilson

View GitHub Profile
@palcisto
palcisto / angular-directive.js
Created February 25, 2016 17:23
Angular Directive Boilerplate
(function() {
'use strict';
angular
.module('', [])
.directive('xxDirectiveName', xxDirectiveName)
.controller('DirectiveNameController', DirectiveNameController);
xxDirectiveName.$inject = [];
@dergachev
dergachev / GIF-Screencast-OSX.md
Last active May 2, 2024 05:55
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: