Parent Directory
|
|
|
|
|
IO.pl
|
2518 |
15 years |
gage |
Will create the tempDirectory if it is missing.
this is useful if, for example,... |
LinearProgramming.pl
|
1453 |
16 years |
jj |
New file with linear programming simplex method related macros.
|
PG.pl
|
2984 |
15 years |
dpvc |
Modifications needed for the control of jsMath's "missing font"
message.
|
PG_CAPAmacros.pl
|
1080 |
16 years |
apizer |
remove unneccsary shebang lines
Arnie
|
PG_module_list.pl
|
1080 |
16 years |
apizer |
remove unneccsary shebang lines
Arnie
|
PGanswermacros.pl
|
3325 |
14 years |
gage |
Added comments.
|
PGasu.pl
|
2155 |
15 years |
jj |
Moved nicestring to PGbasicmacros.
|
PGauxiliaryFunctions.pl
|
3305 |
14 years |
jj |
New context which allows students to use C(n,r) and P(n,r) in their
answers. To... |
PGbasicmacros.pl
|
3268 |
14 years |
dpvc |
Removed some unused lines and comments.
Removed unnecessary spaces from around a... |
PGchoicemacros.pl
|
3158 |
14 years |
apizer |
Allow labels A - ZZ
Arnie
|
PGcommonFunctions.pl
|
3305 |
14 years |
jj |
New context which allows students to use C(n,r) and P(n,r) in their
answers. To... |
PGcomplexmacros.pl
|
3319 |
14 years |
gage |
Many changes to this file. I've fixed multi_cmp which
will check a comma separa... |
PGdiffeqmacros.pl
|
1831 |
15 years |
gage |
Changed documentation spacing
|
PGgraders.pl
|
1050 |
16 years |
sh002i |
moved PG modules and macro files from webwork-modperl to pg
-sam
|
PGgraphmacros.pl
|
2215 |
15 years |
jj |
Allow default size of on the fly graphics to be set in global.conf, and make pop... |
PGmatrixmacros.pl
|
2267 |
15 years |
dpvc |
Added jsMath support to these files.
Basically, HTML_jsMath should do whatever ... |
PGmorematrixmacros.pl
|
3314 |
14 years |
gage |
Fixed conceptual error in compare_vec_solution. This should fix bug
#670. In m... |
PGnumericalmacros.pl
|
1080 |
16 years |
apizer |
remove unneccsary shebang lines
Arnie
|
PGpolynomialmacros.pl
|
1115 |
16 years |
apizer |
Fixed error concerning variable $string.
Cleaned up how polynomials are displaye... |
PGstatisticsmacros.pl
|
1710 |
15 years |
apizer |
fixed bug in call to Romberg routine. Romberg now requires parameters
of the fo... |
Parser.pl
|
3172 |
14 years |
dpvc |
Updated the answer checkers so that you can more easily specify how
the correct ... |
StdConst.pg
|
1064 |
16 years |
gage |
Adding recent macro files to the pg collection
--Mike
|
StdUnits.pg
|
1064 |
16 years |
gage |
Adding recent macro files to the pg collection
--Mike
|
Value.pl
|
3267 |
14 years |
dpvc |
Allow for vectors to be marked as Column Vectors.
|
answerComposition.pl
|
2732 |
15 years |
dpvc |
This file provides an answer checker that determines whether two
students answer... |
answerCustom.pl
|
3297 |
14 years |
dpvc |
Fixed typos in comments.
|
answerVariableList.pl
|
2733 |
15 years |
dpvc |
This file defined an answer checker for lists of variable names
(ordered or unor... |
contextABCD.pl
|
2855 |
15 years |
dpvc |
added generic string-only context, and converted contextABCD and
contextTF to us... |
contextIntegerFunctions.pl
|
3305 |
14 years |
jj |
New context which allows students to use C(n,r) and P(n,r) in their
answers. To... |
contextLimitedComplex.pl
|
2726 |
15 years |
dpvc |
These files provide contexts for the Parser in which only limited
operations are... |
contextLimitedNumeric.pl
|
2726 |
15 years |
dpvc |
These files provide contexts for the Parser in which only limited
operations are... |
contextLimitedPoint.pl
|
2726 |
15 years |
dpvc |
These files provide contexts for the Parser in which only limited
operations are... |
contextLimitedPolynomial.pl
|
3294 |
14 years |
dpvc |
Implements a Parser context in which only polynomials (of a single
variable) can... |
contextLimitedVector.pl
|
2726 |
15 years |
dpvc |
These files provide contexts for the Parser in which only limited
operations are... |
contextString.pl
|
2855 |
15 years |
dpvc |
added generic string-only context, and converted contextABCD and
contextTF to us... |
contextTF.pl
|
2912 |
15 years |
dpvc |
Fixed typo in the comments.
|
dangerousMacros.pl
|
3225 |
14 years |
dpvc |
Changed loadMacros() to use search for amcros files via a
user-cusomizable path ... |
displayMacros.pl
|
2274 |
15 years |
sh002i |
got rid of remaining calls to "wwerror". Fixes bug #530.
|
extraAnswerEvaluators.pl
|
3320 |
14 years |
gage |
Format changes.
|
parserDifferenceQuotient.pl
|
2730 |
15 years |
dpvc |
This file defines a DifferenceQuotient class that provides an answer
checker for... |
parserImplicitEquation.pl
|
3199 |
14 years |
dpvc |
Implements an experimental answer checker for implicitly defined
curves and surf... |
parserImplicitPlane.pl
|
3195 |
14 years |
dpvc |
Now that the uverloaded operators handle subclassing properly, we can
use promot... |
parserMultiPart.pl
|
3270 |
14 years |
dpvc |
This file implements a Multi-Part parser object that allows you to tie
several i... |
parserNumberWithUnits.pl
|
2731 |
15 years |
dpvc |
This file defines a NumberWithUnits class for that provides an answer
checker fo... |
parserParametricLine.pl
|
3195 |
14 years |
dpvc |
Now that the uverloaded operators handle subclassing properly, we can
use promot... |
parserSolutionFor.pl
|
3196 |
14 years |
dpvc |
Implements an answer evaluator that checks if a students answer
satisfies a give... |
parserVectorUtils.pl
|
2933 |
15 years |
dpvc |
Changed the order of variables in calls to Plane() so that it
corresponds to the... |