Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wwcohen committed Dec 2, 2015
1 parent e277c8f commit e37f700
Show file tree
Hide file tree
Showing 17 changed files with 25 additions and 200 deletions.
16 changes: 0 additions & 16 deletions emr-extras/emr-bootstrap-sample.sh~

This file was deleted.

15 changes: 0 additions & 15 deletions emr-extras/emr-create-cluster-sample.sh~

This file was deleted.

2 changes: 2 additions & 0 deletions gpextras.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# extensions to guineapig

##############################################################################
# (C) Copyright 2014, 2015 William W. Cohen. All rights reserved.
##############################################################################
Expand Down
2 changes: 2 additions & 0 deletions guineapig1_1.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# earlier version of guineapig.py

##############################################################################
# (C) Copyright 2014 William W. Cohen. All rights reserved.
##############################################################################
Expand Down
2 changes: 2 additions & 0 deletions guineapig1_2.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# earlier version of guineapig.py

##############################################################################
# (C) Copyright 2014 William W. Cohen. All rights reserved.
##############################################################################
Expand Down
2 changes: 2 additions & 0 deletions guineapig1_3.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# earlier version of guineapig.py

##############################################################################
# (C) Copyright 2014 William W. Cohen. All rights reserved.
##############################################################################
Expand Down
2 changes: 2 additions & 0 deletions mrs_gp1_0.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# early version of mrs_gp.py

import getopt
import sys
import os
Expand Down
2 changes: 2 additions & 0 deletions mrs_test/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# the targets here are basically interactive tests for mrs_gp.py

MRS=pypy ../mrs_gp.py
K=5
ASYNC = 0
Expand Down
2 changes: 1 addition & 1 deletion mrs_test/mrs-phirl-naive.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from guineapig import *
import gpextras

# a non-trivial GineaPig program
# a non-trivial GineaPig program - modified to work with mrs

import sys
import math
Expand Down
2 changes: 2 additions & 0 deletions mrs_test/mrs-wordcount.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import sys
import gpextras

# wordcount modified for mrs

# supporting routines can go here
def tokens(line):
for tok in line.split():
Expand Down
2 changes: 2 additions & 0 deletions mrs_test/streamNaiveBayesLearner.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#streaming naive bayes

import sys
import math
import logging
Expand Down
2 changes: 2 additions & 0 deletions mrs_test/sum-events.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# used with streamNaiveBayesLearner to get event counts

import sys
import logging

Expand Down
2 changes: 2 additions & 0 deletions testgp1_2.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# tests for guineapig1_2

import unittest
import sys

Expand Down
2 changes: 2 additions & 0 deletions testgp1_3.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# tests for guineapig1_3

import unittest
import sys

Expand Down
2 changes: 2 additions & 0 deletions testspyk.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# tests for spyk

import spyk

if __name__ == "__main__" :
Expand Down
165 changes: 0 additions & 165 deletions try.py

This file was deleted.

3 changes: 0 additions & 3 deletions tutorial/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ Recent changes:
re-generating views that have been already stored, a new option
--alreadyStored v1,...,vk is passed in to the various view-bulding
("doXXX") invocations of the script.

8/13: Bug fix related to Augment and hadoop in guineapig1_2.py. Added
guineapig1_2.py to the tutorial.

10/9: added SafeEvaluator to 1.3.

11/11: added LC_COLLATE=C to sort command

0 comments on commit e37f700

Please sign in to comment.