Skip to content

Instantly share code, notes, and snippets.

View cmcculloh-kr's full-sized avatar

Christopher McCulloh cmcculloh-kr

View GitHub Profile
$(function() {
// define the columns in your datasource
var columns = [
{
label: 'Name & Description',
property: 'name',
sortable: true
},
{
label: 'Key',

Testing local fuelux changes in other projects

RIGHT NOW:
Create a symlinked folder of your local version of fuelux inside of another project (eg: mctheme):

  1. In fuelux project where you are making fuelux changes: * bower link * This creates a symlink target.
  2. In target project you want to test with fuelux changes: * bower link fuelux fuelux-local * This creates a symlink. You now have local fuelux changes in your other project.
  • changes will apear in: bower_components/fuelux-local
@cmcculloh-kr
cmcculloh-kr / GIF-Screencast-OSX.md
Last active July 8, 2016 19:15 — 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:

javascript: (function() {
let repoName;
if (document.querySelectorAll('.public .author').length !== 0) {
repoName = document.querySelectorAll('.public .author')[0].textContent;
} else if (document.querySelectorAll('.private .author').length !== 0) {
repoName = document.querySelectorAll('.private .author')[0].textContent;
}
let repoAuthor = document.querySelectorAll('.gh-header-meta .author')[0].textContent;
let issueNumber = document.querySelectorAll('.gh-header-number')[0].textContent;