Skip to content

Commit

Permalink
Remove web for now, move stat to analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgrana committed Apr 28, 2010
1 parent 100448a commit f854523
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 230 deletions.
4 changes: 0 additions & 4 deletions README.md
@@ -1,7 +1,3 @@
# thompson

A JVM library for performing computational algebra experiments in [Thompson's group F](http://en.wikipedia.org/wiki/Thompson_groups).

The core algorithms are implemented in Java and therefore easily accessible from any JVM language.

This project also implements a web interface to these algorithms, available at [thompson-web.appspot.com](http://thompson-web.appspot.com).
13 changes: 0 additions & 13 deletions gae/deploy.sh

This file was deleted.

5 changes: 0 additions & 5 deletions gae/war/WEB-INF/appengine-web.xml

This file was deleted.

15 changes: 0 additions & 15 deletions gae/war/WEB-INF/web.xml

This file was deleted.

6 changes: 3 additions & 3 deletions src/thompson/stat/calc.clj → src/thompson/analysis/calc.clj
@@ -1,10 +1,10 @@
(ns thompson.stat.calc
(ns thompson.analysis.calc
(:require [clojure.contrib.duck-streams :as stream]
[clojure.contrib.seq-utils :as seq]
[clojure.contrib.str-utils :as str]
[thompson.stat.gnuplot :as gnuplot])
[thompson.analysis.gnuplot :as gnuplot])
(:import thompson.core.GenExp
org.apache.commons.math.stat.descriptive.DescriptiveStatistics))
org.apache.commons.math.analysis.descriptive.DescriptiveStatistics))

(defn words-path [l]
(str "/tmp/thompson-samples/" l ".txt"))
Expand Down
@@ -1,4 +1,4 @@
(ns thompson.stat.gnuplot
(ns thompson.analysis.gnuplot
(:require [clojure.contrib.shell-out :as shell]
[clojure.contrib.duck-streams :as stream]
[clojure.contrib.java-utils :as java]
Expand Down
7 changes: 0 additions & 7 deletions src/thompson/web/bounce_favicon.clj

This file was deleted.

12 changes: 0 additions & 12 deletions src/thompson/web/dev_server.clj

This file was deleted.

133 changes: 0 additions & 133 deletions src/thompson/web/handler.clj

This file was deleted.

10 changes: 0 additions & 10 deletions src/thompson/web/prod_server.clj

This file was deleted.

27 changes: 0 additions & 27 deletions test/thompson/web/handler_test.clj

This file was deleted.

0 comments on commit f854523

Please sign in to comment.