Read more:
To ignore the next form, we could define a comment macro like Clojure:
Read more:
To ignore the next form, we could define a comment macro like Clojure:
| name | author | loc | ndeps | ndepstr | ndeprepos | ndeprepostr | cost | costtr | |
|---|---|---|---|---|---|---|---|---|---|
| qtools-ui | Shinmera | 4579 | 111 | 250 | 11 | 150 | 6.421 | 145.421 | |
| qtools | Shinmera | 5315 | 36 | 219 | 14 | 147 | 8.685 | 141.685 | |
| coleslaw | kingcons | 1629 | 18 | 199 | 13 | 136 | 11.371 | 134.371 | |
| websocket-driver | fukamachi | 853 | 25 | 185 | 13 | 130 | 12.147 | 129.147 | |
| quickutil | tarballs-are-good | 5813 | 20 | 189 | 13 | 134 | 7.187 | 128.187 | |
| chirp | Shinmera | 3035 | 15 | 183 | 12 | 129 | 8.965 | 125.965 | |
| dexador | N/A | 2325 | 24 | 180 | 21 | 127 | 18.675 | 124.675 | |
| lack | fukamachi | 2831 | 102 | 180 | 24 | 127 | 21.169 | 124.169 | |
| clack | fukamachi | 4455 | 116 | 180 | 37 | 127 | 32.545 | 122.545 |
| #!/bin/dash | |
| set -o errexit | |
| set -o nounset | |
| fd_in=$PWD | |
| fzf_height="--height 15" | |
| if test $# -gt 0; then | |
| for arg in "$@"; do |
| import Control.ST | |
| import Control.ST.ImplicitCall | |
| import Graphics.SDL | |
| data Col = MkCol Int Int Int Int | |
| black : Col | |
| black = MkCol 0 0 0 255 |
tl;dr:
$ iex --sname server
$ iex --sname client
iex(client@localhost)> Node.connect :"server@localhost"
Start a named node:
$ iex --name any_name@any_domain
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title>Wikipedia Stream</title> | |
| <style> | |
| html, body, iframe { | |
| height: 100%; | |
| width: 100%; | |
| } |