Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am peeb on github.
  • I am peeb (https://keybase.io/peeb) on keybase.
  • I have a public key ASBI5zFC1rSN9dNz_HRDeQ9VnmodHMzABof6-GRvZ00Qzwo

To claim this, I am signing this object:

@peeb
peeb / components.cljc
Last active May 12, 2016 09:51
Unified component rendering
(ns akvo.components
(:require [rum.core :as rum]
#?(:cljs [goog.dom :as dom])))
#?(:cljs (enable-console-print!))
;;; Helpers
(defn now []
(str "The date is "
@peeb
peeb / gist:d484769a9f9952758d70
Last active August 29, 2015 14:09
Graph examples

Graph tinkering

Install Neo4J

$ brew install neo4j
$ neo4j start

Install lein-try plugin

Add the following to your ~/.lein/profiles.clj file:

@peeb
peeb / gist:04f0f00dc57e9d527b94
Last active August 29, 2015 14:05
Test gist

Testing

Just testing the GitHub API for a bit