This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns history.motion | |
(:require [reagent.core :as rx ] | |
[posh.core :as rx-db :refer [pull transact!]] | |
[reagent.session :as session] | |
[re-frame.core :refer [register-sub subscribe dispatch register-handler]] | |
[re-frame.db :as rdb :refer [app-db]] | |
[datascript.core :as mdb ] | |
[cljs.reader ] | |
[clojure.string :as str ]) | |
(:require-macros |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#bso .nav {justify-content: space-between | |
backface-visiblibility: hidden; | |
} | |
#bso .nav__dropdown { | |
height: 300px; | |
color: grey; | |
background-color: red; | |
/* transition: height 1s; */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns undead.cards.multi | |
(:require | |
[posh.core :as posh :refer [posh!]] | |
[cljs.pprint :refer [pprint]] | |
[re-com.core :as rc :refer [v-box box input-text h-box]] | |
[datascript.core :as d] | |
[undead.util :refer [deref-or-value]] | |
[clojure.string :as str] | |
[reagent-forms.core :refer [bind-fields]] | |
[reagent.core :as r] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns undead.cards.poem | |
(:require | |
[goog.i18n.DateTimeFormat :as dtf] | |
[posh.core :as posh :refer [posh!]] | |
[reagent-table.core :as rt] | |
[cljs-time.core :as time :refer [now]] | |
[keybind.core :as keys] | |
[cljs.pprint :refer [pprint]] | |
[undead.cards.multi :as multi] | |
[datascript.core :as d] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns history.parser | |
(:require [instaparse.core :as insta] | |
[debux.core :as dbg] | |
[history.util :refer [defc p makeInt]] | |
[clojure.pprint :refer [pprint] :as pp] | |
[clojure.string :as str] | |
[clojure.core.async :as async :refer [>! go go-loop <! <!! chan put!]])) | |
(defn filter-ke-tree |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns history.parser | |
(:require [instaparse.core :as insta] | |
[debux.core :as dbg] | |
[history.util :refer [defc p makeInt]] | |
[clojure.pprint :refer [pprint] :as pp] | |
[clojure.string :as str] | |
[clojure.core.async :as async :refer [>! go go-loop <! <!! chan put!]])) | |
(defn filter-ke-tree |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns roamana.links | |
(:require [reagent.core :as r :refer [atom]] | |
; [re-frame.db :refer [app-db]] | |
[re-frame.core :refer [subscribe dispatch register-handler register-sub]] | |
[posh.core :refer [posh!] :as posh] | |
[datascript.core :as d] | |
[instaparse.core :as insta] | |
[com.rpl.specter :refer [ALL STAY FIRST | |
MAP-VALS LAST | |
stay-then-continue |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns history.logicparser | |
(:require [instaparse.core :as insta] | |
[clojure.string :as str])) | |
(def desireparse | |
(insta/parser | |
"S = desire phrase '.' | |
desire = 'I want' | |
phrase = (<w> word)+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns history.parser | |
(:require [instaparse.core :as insta] | |
[debux.core :as dbg] | |
[history.util :refer [defc p makeInt]] | |
[clojure.pprint :refer [pprint] :as pp] | |
[clojure.string :as str] | |
[clojure.core.async :as async :refer [>! go go-loop <! <!! chan put!]])) | |
(defn filter-ke-tree |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns history.parser | |
(:require [instaparse.core :as insta] | |
[debux.core :as dbg] | |
[history.util :refer [defc p makeInt]] | |
[clojure.pprint :refer [pprint] :as pp] | |
[clojure.string :as str] | |
[clojure.core.async :as async :refer [>! go go-loop <! <!! chan put!]])) | |
(defn filter-ke-tree |
NewerOlder