Home > oodicalc

oodicalc

Oodicalc is a project mainly written in Clojure, it's free.

A simple utility for computing some stats from WebOodi course data

oodicalc

Calculates statistics from WebOodi course data.

Usage

Pre-compiled

Download a .jar or .app package from GitHub.

Source

  1. Install Clojure 1.2.0 or later.
  2. Install Leiningen 1.4.0 or later.
  3. Using your preferred shell, navigate to the OodiCalc project directory and execute the command lein run.

Computing stats

  1. Go to WebOodi and open the "Completed studies" view.
  2. Copy the contents of the course table (not including the headers) and paste it into the "Oodi data" text area in OodiCalc.
  3. Click "Compute". The "Statistics" area will now display some stats about your studies.

License

Copyright (C) 2011 ahihi

Distributed under the Eclipse Public License, the same as Clojure.

Previous:Hello-World