name: tufte-viz description: | Ideate and critique data visualizations using Edward Tufte's principles from "The Visual Display of Quantitative Information." Use this skill when: (1) Designing new data visualizations or charts (2) Critiquing or improving existing visualizations (3) Reviewing dashboards or reports for graphical integrity (4) Deciding between visualization approaches (5) Reducing chartjunk or improving data-ink ratio (6) Planning small multiples or high-density displays
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
| hs.loadSpoon('SpoonInstall') | |
| spoon.SpoonInstall.use_syncinstall = true | |
| Install = spoon.SpoonInstall | |
| log = hs.logger.new('init', 5) | |
| -- function debugUI(msg, table) | |
| -- log:d(msg) | |
| -- log:d(hs.inspect(table)) | |
| -- end |
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
| // .config/termite/config | |
| [options] | |
| font = Liberation Mono 10 | |
| [colors] | |
| foreground = #FFFFFF | |
| background = #000000 |
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
| @blissdev: I believe you want to set `clojure-defun-style-default-indent` to a non-nil value to achieve this |
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
| =========================================================================== | |
| The following directories are used by znc-1.0 and | |
| have the wrong ownership and/or permissions: | |
| /opt/local/etc/znc (m=755, o=root, g=root) | |
| =========================================================================== | |
| =========================================================================== | |
| $NetBSD$ |
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
| { [Error: Cannot write ] | |
| data: { obj: { property_id: 25, label: 'Age', key: 'age' }, type: '' }, | |
| domain: | |
| { domain: null, | |
| _events: { error: [Function] }, | |
| _maxListeners: 10, | |
| members: [] }, | |
| domainThrown: true } | |
| Error: Cannot write |
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
| (defn subscribe-to-match [owner match-id] | |
| (let [pusher (om/get-shared owner :pusher) | |
| previous-channel (om/get-state owner :match-pusher-chan) | |
| new-channel (.subscribe pusher (str "match-" match-id)) | |
| events-chan (om/get-shared owner :match-events-chan) | |
| events-list ["draft_character" "begin" "update_score" | |
| "set_turn_number" "add_target" "remove_target" | |
| "change_round" "change_turn" "update_health"]] | |
| (when previous-channel (.unbind previous-channel)) | |
| (doseq [event-name events-list] |
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
| function (meta,cnt,arr,__hash){ | |
| this.meta = meta; | |
| this.cnt = cnt; | |
| this.arr = arr; | |
| this.__hash = __hash; | |
| this.cljs$lang$protocol_mask$partition0$ = 16647951; | |
| this.cljs$lang$protocol_mask$partition1$ = 8196; | |
| } |
NewerOlder