Skip to content

Instantly share code, notes, and snippets.

View kordless's full-sized avatar
🦥
sloth mode

Коrd Campbell kordless

🦥
sloth mode
View GitHub Profile
@kordless
kordless / square-fail.mail
Created March 29, 2011 00:08
square-fail.mail
MIME-Version: 1.0
Received: by 10.227.0.101 with HTTP; Mon, 28 Mar 2011 17:02:53 -0700 (PDT)
Reply-To: kord@loggly.com
In-Reply-To: <8D77F7E047BC4921A2F15228F9FC111C@maxhire.net>
References: <8D77F7E047BC4921A2F15228F9FC111C@maxhire.net>
Date: Mon, 28 Mar 2011 17:02:53 -0700
Delivered-To: kordless@loggly.com
Message-ID: <AANLkTimqfp-7pVzSnsJMVH3=9QZqQnA+Hoyi=uqy-ccU@mail.gmail.com>
Subject: Re: Square
@kordless
kordless / gauges.js
Created October 9, 2012 16:29
guag.es tracker code
var _gauges = _gauges || [];
(function () {
var h = (_gauges['slice']) ? _gauges.slice(0) : [];
_gauges = {
track_referrer: true,
image: new Image(),
track: function () {
this.setCookie('_gauges_cookie', 1, 1);
var a = this.url();
if (a) {
@kordless
kordless / named-params.ts
Created October 12, 2012 21:53
Named parameters in typescript
function doSomething(name:string, age?:number, height?:number) {
}
doSomething("James", height:5);
@kordless
kordless / stackgeek.manifest
Created November 6, 2012 03:59
Increase the Size of devstack's Volumes for StackGeek
title: Increase the Size of devstack's Volumes
author: http://github.com/kordless
summary: Instructions for increasing the size of devstack's volumes.
published: 1335615132
type: post
@kordless
kordless / stackgeek.manifest
Created November 6, 2012 04:41
Comparison of Open Source Cloud Support for EC2 for StackGeek
title: Comparison of Open Source Cloud Support for EC2
author: http://github.com/kordless
summary: A quick comparison of Open Source Cloud projects support for EC2 API calls.
type: post
published: 1333887132
@kordless
kordless / stackgeek.manifest
Created November 8, 2012 02:12
Taking OpenStack for a Spin for StackGeek
title: Taking OpenStack for a Spin
author: http://github.com/kordless
summary: Dive into taking OpenStack Essex for a spin on a VMWare Fusion Ubuntu image.
type: post
published: 1329826332
@kordless
kordless / stackgeek.manifest
Last active November 11, 2021 09:44
Installing OpenStack on Ubuntu 12.04 LTS in for StackGeek
title: Installing OpenStack Icehouse on Ubuntu 14.04 LTS in 10 Minutes
author: http://github.com/kordless
summary: A 10 minute guide on installing OpenStack Icehouse on Ubuntu 14.04 LTS.
type: guide
published: 1336779260
meta: openstack
@kordless
kordless / stackgeek.manifest
Created November 12, 2012 17:35
Moving to AppEngine for StackGeek
title: Moving to AppEngine
author: http://github.com/kordless
summary: StackGeek has moved its website to AppEngine and is now running on GAE Boilerplate and a custom multi-user blog platform.
published: 1352741739
type: post
@kordless
kordless / readme.md
Created November 13, 2012 01:28 — forked from johan/readme.md
(Re)fork any gist, including your own

Want to fork your own gists? No fork button? No problem! Install this user script by clicking refork.user.js' "raw" link down below: ⇓

@kordless
kordless / stackgeek.manifest
Created November 19, 2012 19:13
Website Source on Github for StackGeek
# 'title' should be 50 characters or less, as a rule of thumb
# 'summary' will be used as the article summary on some pages instead of the article text
# 'published' is an epoch timestamp. you can convert your timestamps here: http://www.epochconverter.com/
# 'type' can be one of ['post', 'guide', 'video'] and is used for routing articles to the correct pages
title: Website Source on Github
author: http://github.com/kordless
summary: The source for the StackGeek website has been uploaded to Github. Fork away.
published: 1353352439
type: post