Want to fork your own gists? No fork button? No problem! Install this user script by clicking refork.user.js' "raw" link down below: ⇓
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function doSomething(name:string, age?:number, height?:number) { | |
} | |
doSomething("James", height:5); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# '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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# '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 |
OlderNewer