Skip to content

Instantly share code, notes, and snippets.

View kordless's full-sized avatar
🦥
sloth mode

Коrd Campbell kordless

🦥
sloth mode
  • Straight outta the 60s.
View GitHub Profile
@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
@kordless
kordless / stackgeek.manifest
Created November 20, 2012 19:02
Running Windows on OpenStack 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: Running Windows on OpenStack
author: http://github.com/kordless
summary: A guide for running Windows on OpenStack Folsom.
published: 1353438135
type: guide