Skip to content

Instantly share code, notes, and snippets.

@rauhryan
rauhryan / ghee_test.txt
Created January 16, 2015 20:27
Testing the ghee api
Booya!
@rauhryan
rauhryan / ghee_test.txt
Created January 16, 2015 19:55
Testing the ghee api
Booya!
@rauhryan
rauhryan / intro.md
Last active August 29, 2015 14:13
HuBoard (gif edition)

#HuBoard (gif edition)

Drag and drop between columns

Drag between milestones

@rauhryan
rauhryan / HuBoard Enterprise v0.5.33.md
Last active August 29, 2015 14:11
0.5.33-Release-Notes
@rauhryan
rauhryan / 0.5.26-Release-Notes.md
Last active August 29, 2015 14:08
Release notes for HuBoard Enterprise v0.5.28
@font-face { //<- @font-face is a special css function that sets up a font-family that you can reference by name
font-family: 'Leitura'; // <- this is the name that you want to call your font
src: url("/fonts/2C3E10_0_0.eot"); // <- this tells the browser to download the eot version first if it supports it
src: url("/fonts/2C3E10_0_0.woff") format("woff"); // <- this tells the browser to fall back to this format if eot doesn't work
}
h1 {
font-family: "Leitura", "Helvetica"; // <- this sets up what font to use, it will first try to use Leitura, if that doesnt work it will use helvetica
@rauhryan
rauhryan / bacon_example.coffee
Created October 2, 2014 03:32
BaconJS example
combinedBuffer = Bacon.fromBinder (sink) ->
freeBuffer = Bacon.fromBinder (buff) ->
cyto.on 'free', 'node', (e) ->
buff({type: 'free', node: e, position: x: e.cyTarget.position().x, y: e.cyTarget.position().y})
return () ->
grabBuffer = Bacon.fromBinder (buff) ->
cyto.on 'grab', 'node', (e) ->
buff({type: 'grab', node: e, position: x: e.cyTarget.position().x, y: e.cyTarget.position().y})
@rauhryan
rauhryan / index.html
Created September 25, 2014 21:42
Ember Starter Kit Advanced views // source http://jsbin.com/rijoh/12
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery.min.js"></script>
<script src="http://code.jquery.com/ui/1.10.4/jquery-ui.min.js"></script>
<link href="http://getbootstrap.com/dist/css/bootstrap.css" rel="stylesheet" type="text/css" />
@rauhryan
rauhryan / post.md
Last active August 29, 2015 14:05
The future of software delivery

What is the future of software delivery?

Google: The future of software delivery and you will see a broad spectrum of opinions out there.

  • Beyond SaaS
  • DevOps and Continuous Delivery
  • Microsoft Click-to-Run
  • LXC, Docker..