You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 years ago | |
---|---|---|
dev-src/picture_processor | 8 years ago | |
doc | 8 years ago | |
migrations | 8 years ago | |
public | 8 years ago | |
src | 8 years ago | |
test/picture_processor | 8 years ago | |
.gitignore | 8 years ago | |
LICENSE | 8 years ago | |
README.md | 8 years ago | |
database.json | 8 years ago | |
project.clj | 8 years ago |
README.md
picture-processor
Process a bunch of pictures in nested directories and provide a nice, mobile- friendly view of them.
REPL with vim-fireplace and Piggieback
client-side
lein repl
- In the repl,
(web-start)
to launch a Jetty server on port 3500. - In the browser,
http://localhost:3500
. - In vim,
:Connect
, then:Piggieback (weasel.repl.websocket/repl-env :port 45192)
- In the browser console,
startRepl(45192)
- Evaluate away!
server-side
lein repl
- In the repl,
(start)
to launch a cljs node repl. - In vim,
:Connect
, then:Piggieback (weasel.repl.websocket/repl-env :port 45192)
- In the cljs repl,
(require 'picture-processor.repl)
- ...and then
(picture-processor.repl/start 45192)
- Evaluate away!
License
Copyright © 2016 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.