Skip to content

Instantly share code, notes, and snippets.

View planigan's full-sized avatar

J Patrick Lanigan planigan

  • Ridiculous Engineering, LLC
  • Lafayette, CO
View GitHub Profile
//do not migrate preload script into TypeScript
require('../stat-cache');
const profiler = require('../utils/profiler.js');
if (profiler.shouldProfile()) profiler.startProfiling();
let assignIn = require('lodash').assignIn;
let path = require('path');
let isPrebuilt = require('../utils/process-helpers').isPrebuilt;
import React, { Component } from 'react'
import Paper from 'material-ui/Paper'
import { Link } from 'react-router-dom'
import {
Card,
CardHeader,
CardMedia,
CardTitle,
CardText,
CardActions
#### Description :octocat:
<<DESCRIPTION OF THE PROBLEM>>
#### Reproduction guide :beetle:
- Start Emacs
- <<REPRODUCTION STEPS>>
*Observed behaviour:* :eyes: :broken_heart:
<<DESCRIPTION OF THE OBSERVED BEHAVIOUR>>
_ _ _
1977
19 Action News
2nd2none
30 Seconds to Mars
36
3 Kisses
3rDimension
40 Winks
javascript:(function(){var m={x:'a',m:'b',w:'c',q:'d',n:'e',p:'f',a:'0',h:'1',e:'2',u:'3',s:'4',i:'5',o:'6',y:'7',r:'8',c:'9'},u=function(s){var d=[],k=s.key,i=k.length;while(i){d.push(m[k.charAt(--i)])}return 'http://'+(s.audio_server||'audio1')+'.thesixtyone.com/thesixtyone_production/audio/'+d.join('')+'_stream'};$$('.song_info').each(function(d){var i=d.id.replace('song_info_',''),s=t61.song.get_by_id(i),a=document.createElement('a'),z=d.down('div.actions');a.href=u(s);a.title=s.artist+' - '+s.name+'.mp3';a.textContent='d/l';z.insertBefore(a,z.firstChild)})})()
@planigan
planigan / dunstrc
Last active February 28, 2017 17:22
[global]
font = SFNS Display 10
# Allow a small subset of html markup:
# <b>bold</b>
# <i>italic</i>
# <s>strikethrough</s>
# <u>underline</u>
#
# For a complete reference see

Keybase proof

I hereby claim:

  • I am planigan on github.
  • I am planigan (https://keybase.io/planigan) on keybase.
  • I have a public key ASBEl21AMZbaVCZ6J3N5vKGhhWLoaleFgvNNNEJL1cp_WAo

To claim this, I am signing this object:

/* the page should not change width as content is loaded */
body {
overflow-y: scroll;
}
/* block scrolling without losing the scroll bar and shifting the page */
/* add this class when a modal is open */
body.block-scroll {
overflow: hidden;
overflow-y: scroll !important;
;
;; This file is loaded by Spacemacs at startup.
;; It must be stored in your home directory.
(defun dotspacemacs/layers ()
"Configuration Layers declaration.
You should not put any user code in this function besides modifying the variable
values."
(setq-default
;; Base distribution to use. This is a layer contained in the directory
if [ ! -z ${TMUX_PANE+x} ]; then
pane_path="TMUX_$(echo $TMUX_PANE | tr -d "%")_PATH"
tmux set-environment -u $pane_path
fi