/crawl-4clojure

Simple script to find all my 4clojure solutions and output to a file

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

crawl-4clojure

This is a small utility project to get all my 4clojure solutions nicely formatted to a file, including problem descriptions.

Get the "ring-session-id" cookie contents from network tools after log in to 4clojure, and set under resources/config.edn. See resources/config.edn.sample for an example file with needed edn key.

Output will be under pwd when running main/core or when using repl, with filename: problems-solved.clj .

Usage

You can either do boot run to get a file with exercises 1-150 inspected (will only saveto file the ones with solutions)

Or, you can start a boot repl and play around with it incrementally.

Run the project directly:

$ boot run

Run the project's tests (they'll fail until you edit them):

$ boot test

Build an uberjar from the project:

$ boot build

Run the uberjar:

$ java -jar target/crawl-4clojure-0.1.0-SNAPSHOT-standalone.jar [args]

License

Copyright © 2017 Joel Quiles

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.