Skip to content

Instantly share code, notes, and snippets.

View aaronroe's full-sized avatar

Aaron Roe aaronroe

View GitHub Profile
@aaronroe
aaronroe / gist:9283380
Created March 1, 2014 01:22
DJ Lil Eggroll Sensation 2014 Set
Always (Wave Racer Remix)
Dynamite (feat. Taylr Renee) [Yellow Claw Remix]
LoudPvck - Becky
Fat and Ugly - Indian Giants
California Gurls (MSTRKRFT Remix)
Designer Drugs - Drop Down
Pendulum - The Island Pt II
Wolfgang Gartner - The Champ
Lazy Jay - Float my Boat
Gigi Barocco & Sawgood - Blowin Up
@aaronroe
aaronroe / yammerPost.html
Created July 7, 2012 04:49
Doing a post on Yammer via Javascript API
<html>
<head>
<title>A Yammer App</title>
<script src="https://assets.yammer.com/platform/yam.js"></script>
<script>
yam.config({appId: "APP-ID"});
</script>
</head>
<body>
<button onclick='post()'>Post on Yammer!</button>