Skip to content

Instantly share code, notes, and snippets.

View NYCJacob's full-sized avatar
🎯
Focusing

Jacob Sherman NYCJacob

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am nycjacob on github.
  • I am jacobsherman (https://keybase.io/jacobsherman) on keybase.
  • I have a public key ASABgAx9p0gSLVzyslsn-0cy6RIwPi5jHQmj0m4mFwckAQo

To claim this, I am signing this object:

QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
--2017-12-12 17:38:28-- https://clients2.google.com/cr/report
Resolving clients2.google.com (clients2.google.com)... 2607:f8b0:4006:819::200e, 172.217.10.142
Connecting to clients2.google.com (clients2.google.com)|2607:f8b0:4006:819::200e|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘/dev/fd/4’
0K
Crash dump id: 01a9bc8d79c1fef4
@NYCJacob
NYCJacob / gist:bfaf4f81a03c2116497ef03facfd319a
Created December 12, 2017 21:52
keepass crash 20171212
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
--2017-12-12 16:45:52-- https://clients2.google.com/cr/report
Resolving clients2.google.com (clients2.google.com)... 2607:f8b0:4006:81a::200e, 172.217.6.206
Connecting to clients2.google.com (clients2.google.com)|2607:f8b0:4006:81a::200e|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘/dev/fd/4’
Crash dump id: 7ab7f8a671c796bc
@NYCJacob
NYCJacob / gist:1ced8c6222d1698549097dc27ee6d846
Created November 8, 2017 03:32
npm install eaccess error log
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'install', 'uglify-js' ]
2 info using npm@5.5.1
3 info using node@v6.11.4
4 verbose npm-session 006c8cd8b242a8bb
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 http fetch GET 200 https://registry.npmjs.org/uglify-js 256ms
8 silly pacote range manifest for uglify-js@^3.0.24 fetched in 273ms
9 silly install loadIdealTree
@NYCJacob
NYCJacob / vagrant.log
Created November 7, 2017 21:07
Nov 7 2017 log
INFO global: Vagrant version: 2.0.0
INFO global: Ruby version: 2.3.4
INFO global: RubyGems version: 2.5.2.1
INFO global: VAGRANT_OLD_ENV_SUDO_GID="1002"
INFO global: VAGRANT_OLD_ENV_TERM="xterm-256color"
INFO global: VAGRANT_OLD_ENV_SUDO_UID="1002"
INFO global: VAGRANT_OLD_ENV_PWD="/home/devJacob/Coding/hashicorp_p64"
INFO global: VAGRANT_OLD_ENV_SUDO_COMMAND="/usr/bin/vagrant up --provider=vmware_workstation --debug"
INFO global: VAGRANT_OLD_ENV_LOGNAME="root"
INFO global: VAGRANT_OLD_ENV_XAUTHORITY="/home/devJacob/.Xauthority"
INFO global: Vagrant version: 2.0.0
INFO global: Ruby version: 2.3.4
INFO global: RubyGems version: 2.5.2.1
INFO global: VAGRANT_OLD_ENV_GNOME_KEYRING_PID=""
INFO global: VAGRANT_OLD_ENV_TMUX_PLUGIN_MANAGER_PATH="/home/devJacob/.tmux/plugins/"
INFO global: VAGRANT_OLD_ENV_DISPLAY=":0"
INFO global: VAGRANT_OLD_ENV_LANG="en_US.UTF-8"
INFO global: VAGRANT_OLD_ENV_GNOME_KEYRING_CONTROL=""
INFO global: VAGRANT_OLD_ENV_QT_ACCESSIBILITY="1"
INFO global: VAGRANT_OLD_ENV_PATH="/opt/android-sdk-linux/tools:/opt/android-sdk-linux/platform-tools:/opt/android-sdk-linux/tools:/opt/android-sdk-linux/platform-tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin:/opt/android-sdk-linux/tools:/opt/android-sdk-linux/platform-tools:/opt/bin:/opt/android-sdk-linux/tools:/opt/android-sdk-linux/platform-tools:/opt/bin"
@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 / app.js
Created January 30, 2017 03:35
buggy google placeDetails request
/**
* Created by jsherman on 1/16/17.
*/
var app = app || {};
(function () {
'use strict';
app.neighborhood = { // Jackson Heights MTA Train station lat ln
"lat" : 40.7466891,
"lng" : -73.8908579
@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');
@NYCJacob
NYCJacob / xsltMutlSelector
Last active August 29, 2015 14:17
xsltParagraphSelector
<root>
<row0>
<firstName>Yoko</firstName>
<lastName>Ono</lastName>
</row0>
<row1>
<firstName>John</firstName>
<lastName>Lennon</lastName>
</row1>
<row2>