Skip to content

Instantly share code, notes, and snippets.

View arosequist's full-sized avatar

Anthony Rosequist arosequist

  • SupplyPike
  • Rogers, AR
View GitHub Profile

Keybase proof

I hereby claim:

  • I am arosequist on github.
  • I am arosequist (https://keybase.io/arosequist) on keybase.
  • I have a public key ASB63KXZO_W_cLiux8QBwc8pDOrnA_U0rzohLIaF-NrF4Ao

To claim this, I am signing this object:

@arosequist
arosequist / designer.html
Last active August 29, 2015 14:10
designer
<link rel="import" href="../paper-tabs/paper-tabs.html">
<link rel="import" href="../paper-tabs/paper-tab.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
@arosequist
arosequist / gist:4037074
Created November 8, 2012 05:50 — forked from jaycfields/gist:3796964
new => threading operator
(=> % [jay john mike chris]
(filter (comp (partial = "new york") :current-city) %)
(group-by :employer %)
(update-in % ["drw.com"] (partial map :name)))
(ns clj-demo.overlay
(:refer-clojure :exclude [==])
(:require [clojure.core.logic :refer :all]))
(defrel person id)
(defrel task id start end duration)
(facts person [['A] ['B]])
(facts task [[1 0 10 5]
[2 0 10 9]