Skip to content

Instantly share code, notes, and snippets.

@cfebs
cfebs / gist:4342507
Created December 20, 2012 02:35
bare vimrc for testing
runtime bundle/vim-pathogen/autoload/pathogen.vim
call pathogen#infect('$PWD/.vim/bundle')
call pathogen#helptags()
filetype plugin indent on
set t_Co=16
set history=1000
let mapleader = ","
set autoread
@cfebs
cfebs / daemon.conf
Created January 19, 2013 16:35
xubuntu /etc/pulse/daemon.conf
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Installing breakpad exception handler for appid(steam)/version(1358447263_client)
Looks like steam didn't shutdown cleanly, scheduling immediate update check
Installing breakpad exception handler for appid(steam)/version(1358447263_client)
Installing breakpad exception handler for appid(steam)/version(1358447263_client)
unlinked 0 orphaned pipes
Installing breakpad exception handler for appid(steam)/version(1358447263_client)
[0120/153340:WARNING:proxy_service.cc(646)] PAC support disabled because there is no system implementation
Installing breakpad exception handler for appid(steam)/version(1358447263_client)
Installing breakpad exception handler for appid(steam)/version(1358447263_client)
Installing breakpad exception handler for appid(steam)/version(1358447263_client)
<!-- Element that will have Dropdown -->
<a href="#" data-dropdown="drop1">Has Dropdown</a>
<!-- The Dropdown that our JS will attach to the above element -->
<ul id="drop1" class="f-dropdown">
<li><a href="#">This is a link</a></li>
<li><a href="#">This is another</a></li>
<li><a href="#">Yet another</a></li>
</ul>
# config
# More Vim Like i3 Movements
#
# change focus
bindsym $mod+h focus left
bindsym $mod+j focus down
bindsym $mod+k focus up
bindsym $mod+l focus right
# move focused window
bindsym $mod+Shift+h move left
@cfebs
cfebs / README.md
Created June 29, 2013 21:07
vagrant testing nginx + rvm

vagrant testing nginx + rvm

@cfebs
cfebs / links.html
Last active December 19, 2015 08:59
niagara sports links
@cfebs
cfebs / notes.md
Created December 11, 2013 03:56
foreman + unicorn + nginx notes

Notes

'use strict';
module.exports = function(grunt) {
// load all grunt tasks
require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks);
// configurable paths
var paths = {