Skip to content

Instantly share code, notes, and snippets.

@jonathanchu
jonathanchu / codeq-examples.clj
Created June 27, 2017 13:29 — forked from richhickey/codeq-examples.clj
codeq examples used in conj talk
(require '[datomic.api :as d])
(require '[clojure.pprint :refer [pprint]])
(def uri "datomic:free://localhost:4334/git")
(def conn (d/connect uri))
(def db (d/db conn))
;; committers
(d/q '[:find ?email
:where
[_ :commit/committer ?u]
@jonathanchu
jonathanchu / stylish.css
Created September 16, 2016 17:13 — forked from amitmerchant1990/stylish.css
GitHub Fixed Header for better accessibility.
/**
1. Install the Stylish(https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=en) extension for Chrome.
2. Open up extension options and paste the whole CSS mentioned below.
3. Specify the domain name to be `github.com`.
4. Add a title and save.
*/
.header {
padding-top: 10px;
padding-bottom: 10px;

Keybase proof

I hereby claim:

  • I am jonathanchu on github.
  • I am jonathanchu (https://keybase.io/jonathanchu) on keybase.
  • I have a public key whose fingerprint is A7A5 CDD6 56DA D2AA 8C2F 67B1 7CDB D1CD 26BA D36F

To claim this, I am signing this object:

/*
For news.ycombinator.com
*/
td.title {
padding-top: 20px;
color: #f0f0f0;
}
body {