Skip to content

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

License

Notifications You must be signed in to change notification settings

ccjoel/crawl-4clojure

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published