Skip to content

Instantly share code, notes, and snippets.

@laserbat
laserbat / README.md
Last active September 23, 2023 14:13

To use this script

  1. Install xdotool: $ sudo apt install xdotool

  2. Install this script to /usr/local/bin: $ sudo cp path/to/file/permafocus.sh /usr/local/bin/ (path/to/file should be replaced by the actual path to the folder containing script, for example ~/Downloads/)

@postspectacular
postspectacular / fps.cljs
Last active March 8, 2016 19:36
Reagent/re-frame FPS visualization component & tick handler example
;; dependencies:
;; [cljsjs/react "0.12.2-5"]
;; [reagent "0.5.0"]
;; [re-frame "0.2.0"]
;; [cljs-log "0.2.1"]
(ns example.fps
(:require-macros
[reagent.ratom :refer [reaction]]
[cljs-log.core :refer [info]])
@staltz
staltz / introrx.md
Last active April 20, 2024 14:15
The introduction to Reactive Programming you've been missing