This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Vincent Foley (author)
Fri Mar 13 18:49:53 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Feb 14 10:06:15 -0800 2009 | |
| |
README | Sat Feb 14 10:11:49 -0800 2009 | |
| |
build.xml | Sat Feb 14 10:06:15 -0800 2009 | |
| |
dump.clj | Sun Feb 08 16:50:51 -0800 2009 | |
| |
gpl-3.0.txt | Sat Feb 14 14:42:58 -0800 2009 | |
| |
src/ | Fri Mar 13 18:49:53 -0700 2009 |
README
Compilation
===========
ant -Dclojure.jar=<path to clojure.jar> -Dclojure-contrib.jar=<path to clojure-contrib.jar>
Usage
=====
(ns sc
(:use [starcraft.replay.unpack]
[starcraft.replay.utils])
(:import [java.io File]))
(def rep (unpack (File. "LastReplay.rep")))
(:headers rep)
(unit-distribution (get-in rep [:players 0 :actions]))
(action-distribution (get-in rep [:players 0 :actions]))
(apm (get-in rep [:players 0 :actions]))







