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 / 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 / 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 / README.md
Created December 13, 2012 01:30 — forked from tinyproberobot/README.md
graph for TinyProbe

Usage

graphit stuff

Output

The output of this command is typicall a graph. Ocassionally it's a simian.

Features

  • awesome graphs
  • moves and updates
  • contains data
@kordless
kordless / README.md
Created December 13, 2012 01:50 — forked from tinyproberobot/README.md
Awesome for TinyProbe

Usage

awesome parameter1 parameter2

Output

A really cool visualization! Visualize

Features

  • awesome visualization
  • moves and updates
@kordless
kordless / README.md
Created December 15, 2012 05:21 — forked from tinyproberobot/README.md
Globes for TinyProbe

Usage

globes

Output

A really cool visualization!

Features

  • awesome visualization
  • moves and updates
  • shows values
@kordless
kordless / README.md
Created December 16, 2012 17:20 — forked from tinyproberobot/README.md
Mapping with D3 for TinyProbe
@kordless
kordless / README.md
Created December 17, 2012 03:37 — forked from tinyproberobot/README.md
Lucas for TinyProbe

Usage

Hi Lucas. Thanks for taking us to the airport.

@kordless
kordless / utter.md
Created February 12, 2013 22:49 — forked from utterio/capybara.jpg
Public Prezo for TinyProbe

This is a template gist for utter.io.

@kordless
kordless / utterio.css
Created February 14, 2013 15:27 — forked from utterio/capybara.jpg
Test for TinyProbe
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
@kordless
kordless / stackgeek.manifest
Last active December 13, 2015 20:58 — forked from kmadac/stackgeek.manifest
NetappNFSdriver in Folsom 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: NetappNFSdriver in Folsom
author: http://github.com/kmadac
summary: Article about using and configuration of NetappNFSdriver in Cinder in OpenStack Folsom
published: 1361101244
type: post