I hereby claim:
- I am potetm on github.
- I am potetm (https://keybase.io/potetm) on keybase.
- I have a public key ASBAQI-AI3PZ2nbT2sqjzoEfrS-HElPwrxfPfnPGU0L-NQo
To claim this, I am signing this object:
| (def retry-config | |
| (retry/init {::retry/retry? (fn [n ms ex] | |
| (and (<= n 10) | |
| (<= ms 1000))) | |
| ::retry/delay (constantly 500)})) | |
| (retry/with-retry retry-config | |
| (get-instruments-info false | |
| init/http-client |
| (require '[clojure.tools.logging :as log] | |
| '[clojure.tools.logging.impl :as impl]) | |
| (defmacro logp | |
| {:arglists '([level message & more] [level throwable message & more])} | |
| [level x & more] | |
| (cond | |
| (nil? more) | |
| `(log/log ~level (str ~x)) |
I hereby claim:
To claim this, I am signing this object:
(A book that I might eventually write!)
Gary Bernhardt
I imagine each of these chapters being about 2,000 words, making the whole book about the size of a small novel. For comparison, articles in large papers like the New York Times average about 1,200 words. Each topic gets whatever level of detail I can fit into that space. For simple topics, that's a lot of space: I can probably walk through a very basic, but working, implementation of the IP protocol.
JVM_OPTS="-Xmx=25g -Xms=25g lein repl :headless :host 0.0.0.0 :port 1987analytics-engine.maintenance.imports/get-incomplete-docs-for-import returns empty for each import id
analytics-engine.maintenance.import/requeue-documents-for-uploadanalytics-engine.maintenance.imports/get-incomplete-docs-for-import returns empty(analytics-engine.pipeline/handle-job-complete! {:job-id import-id, :job-type :document-uploader})| (ns clojure-nio.jimfs-test | |
| (:require [clojure.test :refer :all] | |
| [clojure-nio.core :as nio] | |
| [clojure-nio.jimfs :as jimfs])) | |
| (defn existing-file? [path] | |
| (and (nio/exists? path) | |
| (nio/file? path))) | |
| (defn existing-dir? [path] |
| @namespace url(http://www.w3.org/1999/xhtml); | |
| @-moz-document domain("github.com") { | |
| .container { | |
| width: 97% !important; | |
| } | |
| .pagehead { | |
| margin-left: 40px !important; | |
| } | |
| .gh-header-back { |
| (ns om-datascript | |
| (:require-macros [cljs.core.async.macros :refer [go alt!]]) | |
| (:require [cljs.core.async :refer [put! <! >! chan timeout]] | |
| [om.core :as om :include-macros true] | |
| [sablono.core :as html :refer-macros [html]] | |
| [figwheel.client :as fw :include-macros true] | |
| [datascript :as d])) | |
| (enable-console-print!) |
| var | |
| foo = 1, | |
| bar = 2, | |
| baz = 3 | |
| ; |