Skip to content

Instantly share code, notes, and snippets.

@webhat
webhat / keeniolab.js
Created June 6, 2013 12:34
Keen.IO Resource Factory with Service Model
'use strict';
angular.module('keeniolab', ['ngResource']).
factory('KeenIO',function ($resource) {
var KeenIO = $resource('https://api.keen.io/3.0/projects/513a76812975164a4a000002/queries/:type',
{
api_key: 'api-key',
event_collection: 'read',
timezone: 7200
}, {
update: { method: 'PUT' }
@webhat
webhat / Oplerno Edit Page.markdown
Created August 27, 2015 09:07
Oplerno Edit Page
@webhat
webhat / handout.yml
Created September 14, 2017 10:21 — forked from yeehaa123/handout.yml
title: Handout Clojurebridge Amsterdam
meta:
date: 11-02-2017
location: Herengracht 258 - 266
sections:
- title: What is Clojure(Script)?
resources:
- title: What is Clojure?
url: http://www.lispcast.com/what-is-clojure
- title: Lisp (programming language)