Skip to content

Instantly share code, notes, and snippets.

View NYCJacob's full-sized avatar
🎯
Focusing

Jacob Sherman NYCJacob

🎯
Focusing
View GitHub Profile
@NYCJacob
NYCJacob / tmux-cheatsheet.markdown
Created August 18, 2017 22:26 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@NYCJacob
NYCJacob / gulpfile.js
Created January 4, 2017 15:48 — forked from zellwk/gulpfile.js
Gulpfile-optimization-phase
var gulp = require('gulp');
var sass = require('gulp-sass');
var plumber = require('gulp-plumber');
var notify = require('gulp-notify');
var browserSync = require('browser-sync');
var autoprefixer = require('gulp-autoprefixer');
var sourcemaps = require('gulp-sourcemaps');
var spritesmith = require('gulp.spritesmith');
var gulpIf = require('gulp-if');
var nunjucksRender = require('gulp-nunjucks-render');
<?php
// Variables used in this script:
// $summary - text title of the event
// $datestart - the starting date (in seconds since unix epoch)
// $dateend - the ending date (in seconds since unix epoch)
// $address - the event's address
// $uri - the URL of the event (add http://)
// $description - text description of the event
// $filename - the name of this file for saving (e.g. my-event-name.ics)
//