towards enlightenment
‘It is a capital mistake to theorize before one has data. Insensibly one begins to twist facts to suit theories, instead of theories to suit facts.’
| ;; # EMULATING DATOMIC EXCISION VIA MANUAL DATA MIGRATION | |
| ;; ************************************* | |
| ;; ## Introduction | |
| ;; ************************************* | |
| ;; This Gist demonstrates a generic way to migrate an entire Datomic database | |
| ;; from an existing 'Origin Connection' to a clean 'Destination Connection', | |
| ;; while getting rid of some undesirable data and otherwise preserving history. |
| > boot -d http-kit:2.2.0 -s ./ aot -n hello target | |
| > cd ./target | |
| ... copy the clojure standard lib in clojure/ | |
| > java hello | |
| Exception in thread "main" java.lang.ExceptionInInitializerError | |
| at java.base/java.lang.Class.forName0(Native Method) |
| # Unofficial brew formula for proxychains 4 | |
| # Instruction: | |
| # $ git clone git://gist.github.com/3792521.git gist-3792521 | |
| # $ brew install --HEAD gist-3792521/proxychains4_formula.rb | |
| # | |
| # The default config file will be located in /usr/local/etc/proxychains.conf | |
| # | |
| require 'formula' | |
| class Proxychains < Formula |
| My Awesome Sketch | |
| First State | |
| some event -> Second State | |
| Second State |
| My Awesome Sketch | |
| First State | |
| some event -> Second State | |
| Second State |
| name: hello-haskell-serverless | |
| version: 0.1.0.0 | |
| github: "githubuser/hello-haskell-serverless" | |
| license: BSD3 | |
| author: "Author name here" | |
| maintainer: "[email protected]" | |
| copyright: "2018 Author name here" | |
| extra-source-files: | |
| - README.md |
| (ns com.breezeehr.specs.keys-plus | |
| "Variants of clojure.spec/keys and keys* that allow additional inline spec-ing." | |
| (:refer-clojure :exclude [keys]) | |
| (:require [clojure.core :as c] | |
| [clojure.spec.alpha :as s] | |
| [clojure.spec.gen.alpha :as gen] | |
| [clojure.walk :as walk]) | |
| #?(:cljs (:require-macros [com.breezeehr.specs.keys-plus])) | |
| #?(:clj (:import (java.util UUID)))) |
Upon completion you will have a sane, productive Haskell environment adhering to best practices.
sudo apt-get install libtinfo-dev libghc-zlib-dev libghc-zlib-bindings-dev
| (ns ucv.ui.pos-config.tax-master-detail | |
| (:require | |
| [fulcro-css.css :as css] | |
| [fulcro.client.dom :as dom :refer [div]] | |
| [fulcro.client.mutations :as m] | |
| [fulcro.client.primitives :as prim :refer [defsc]] | |
| [fulcro.client.routing :as r :refer [defsc-router]] | |
| [fulcro.incubator.ui-state-machines :as uism :refer-macros [defstatemachine]] | |
| [fulcro.ui.form-state :as fs] | |
| [taoensso.timbre :as log] |