Skip to content

Instantly share code, notes, and snippets.

View xentek's full-sized avatar
🌩️
Conjuring Clouds

Eric Marden xentek

🌩️
Conjuring Clouds
View GitHub Profile
node $id="7a1689c7-06e7-4572-aab9-21ad9e56284a" proxy1
property $id="cib-bootstrap-options" \
dc-version="1.0.8-042548a451fce8400660f6031f4da6f0223dd5dd" \
cluster-infrastructure="Heartbeat"
@xentek
xentek / XENTEK.tmTheme
Created December 31, 2010 19:29
Custom TextMate theme based on Hunch-Dark-dimmed.tmTheme
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>XENTEK</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
@xentek
xentek / gist:738634
Created December 13, 2010 04:01
upgrade jquery-ui (or any 'core' script) in WordPress with this handy idiom
<?php
if ( !is_admin() ):
wp_deregister_script('jquery-ui');
wp_enqueue_script('jquery-ui', get_bloginfo('stylesheet_directory') . '/js/jquery.ui.core.min.js', array('jquery'), '1.8.6');
endif;
?>
@xentek
xentek / cloudcity-errors
Created December 9, 2010 19:33
Cloudcity Errors
$: ./cloudcity
Cleaning up...
Traceback (most recent call last):
File "/usr/local/bin/duplicity", line 825, in <module>
with_tempdir(main)
File "/usr/local/bin/duplicity", line 818, in with_tempdir
fn()
File "/usr/local/bin/duplicity", line 783, in main
cleanup(col_stats)
File "/usr/local/bin/duplicity", line 594, in cleanup
@xentek
xentek / .tmux.conf
Created July 5, 2010 21:54
custom .tmux.conf file for your multiplexing pleasure
# Custom tmux configuration: ~/.tmux.conf
# Cobbled together from google and trial & error by Eric Marden (xentek.net)
# set the command prefix to match gnuscreen (i.e. CTRL+a)
set -g prefix C-a
bind-key C-a last-window
# utf8
set-window-option -g utf8 on
define('GMAP_KEY','');