Parent Directory
|
|
|
|
|
PG_CAPAmacros.pl
|
1080 |
9 years |
apizer |
remove unneccsary shebang lines
Arnie
|
PG_module_list.pl
|
1080 |
9 years |
apizer |
remove unneccsary shebang lines
Arnie
|
PGgraders.pl
|
1050 |
9 years |
sh002i |
moved PG modules and macro files from webwork-modperl to pg
-sam
|
displayMacros.pl
|
2274 |
8 years |
sh002i |
got rid of remaining calls to "wwerror". Fixes bug #530.
|
PGstatisticsmacros.pl
|
1710 |
9 years |
apizer |
fixed bug in call to Romberg routine. Romberg now requires parameters
of the fo... |
PGgraphmacros.pl
|
3577 |
7 years |
jj |
When making on-the-fly image names, replace periods in the student login
name to... |
PGinfo.pl
|
4828 |
6 years |
gage |
Use this macro package to define macros for
examining the current environment. ... |
contextABCD.pl
|
3334 |
7 years |
dpvc |
Updates to allow string matches to be case-insensitive. This is now
the default... |
contextTF.pl
|
3334 |
7 years |
dpvc |
Updates to allow string matches to be case-insensitive. This is now
the default... |
parserNumberWithUnits.pl
|
4666 |
6 years |
dpvc |
Updated NumberWithUnits to use Parser::LEgacy::NumberWithUnits rather
than havin... |
answerComposition.pl
|
2732 |
8 years |
dpvc |
This file provides an answer checker that determines whether two
students answer... |
parserParametricLine.pl
|
4385 |
6 years |
dpvc |
Report the objec type better in parser error messages.
|
parserImplicitPlane.pl
|
4385 |
6 years |
dpvc |
Report the objec type better in parser error messages.
|
parserImplicitEquation.pl
|
4385 |
6 years |
dpvc |
Report the objec type better in parser error messages.
|
PGcomplexmacros.pl
|
4762 |
6 years |
gage |
Removed scommented out code and
spiffed up the documentation.
-----------------... |
LinearProgramming.pl
|
1453 |
9 years |
jj |
New file with linear programming simplex method related macros.
|
contextIntegerFunctions.pl
|
3305 |
7 years |
jj |
New context which allows students to use C(n,r) and P(n,r) in their
answers. To... |
PGauxiliaryFunctions.pl
|
3305 |
7 years |
jj |
New context which allows students to use C(n,r) and P(n,r) in their
answers. To... |
PGcommonFunctions.pl
|
3601 |
7 years |
dpvc |
Movified the copying of functions from Complex1:: into main:: to avoid
conflicts... |
parserFormulaWithUnits.pl
|
4673 |
6 years |
dpvc |
Moved the guts of this to pg/lib/Parser/Legacy/NumberWithUnits.pl,
since most of... |
PGanswermacros.pl
|
4832 |
6 years |
gage |
More formatting changes.
|
extraAnswerEvaluators.pl
|
4806 |
6 years |
gage |
Minor documentation changes.
Use html entity to represent dollar sign on the web... |
answerVariableList.pl
|
4806 |
6 years |
gage |
Minor documentation changes.
Use html entity to represent dollar sign on the web... |
contextString.pl
|
4806 |
6 years |
gage |
Minor documentation changes.
Use html entity to represent dollar sign on the web... |
PGbasicmacros.pl
|
4806 |
6 years |
gage |
Minor documentation changes.
Use html entity to represent dollar sign on the web... |
parserSolutionFor.pl
|
3371 |
7 years |
dpvc |
Make error messages potentially localizable (by making them use
sprintf-style st... |
contextLimitedVector.pl
|
3371 |
7 years |
dpvc |
Make error messages potentially localizable (by making them use
sprintf-style st... |
contextLimitedPoint.pl
|
3371 |
7 years |
dpvc |
Make error messages potentially localizable (by making them use
sprintf-style st... |
contextLimitedNumeric.pl
|
3371 |
7 years |
dpvc |
Make error messages potentially localizable (by making them use
sprintf-style st... |
PGsequentialmacros.pl
|
3400 |
7 years |
gage |
Made listVariables and listFormVariables synonyms for listing all variables avai... |
parserDifferenceQuotient.pl
|
3971 |
7 years |
dpvc |
Forward port to HEAD (Prevent "unquoted dx may conflict with future
usage" messa... |
parserFunction.pl
|
4727 |
6 years |
dpvc |
Fixed type in comment.
|
PGpolynomialmacros.pl
|
1115 |
9 years |
apizer |
Fixed error concerning variable $string.
Cleaned up how polynomials are displaye... |
PGmorematrixmacros.pl
|
3314 |
7 years |
gage |
Fixed conceptual error in compare_vec_solution. This should fix bug
#670. In m... |
parserMultiPart.pl
|
4866 |
6 years |
dpvc |
Fixed a deprecated usage of defined(@result)
|
contextLimitedPolynomial.pl
|
4298 |
6 years |
dpvc |
Extended this context to handle multivariable polynomials. So you can
use thing... |
contextLimitedComplex.pl
|
4808 |
6 years |
gage |
Documentation additions
|
contextLimitedPowers.pl
|
4665 |
6 years |
dpvc |
Didn't need to override the perl fields for the integer-only methods,
since all ... |
IO.pl
|
3792 |
7 years |
sh002i |
Corrected error message when mailing to an address is not allowed. This
used to ... |
parserVectorUtils.pl
|
2933 |
8 years |
dpvc |
Changed the order of variables in calls to Plane() so that it
corresponds to the... |
PGnumericalmacros.pl
|
4767 |
6 years |
gage |
Changed input to rungeKutta4 so that it matches the pod description --
i.e. it t... |
PGasu.pl
|
4562 |
6 years |
jj |
Catch errors which get thrown by other filters.
|
StdConst.pg
|
1064 |
9 years |
gage |
Adding recent macro files to the pg collection
--Mike
|
StdUnits.pg
|
1064 |
9 years |
gage |
Adding recent macro files to the pg collection
--Mike
|
parserRadioButtons.pl
|
4773 |
6 years |
dpvc |
Added support for uncheckable radio buttons (when JavaScript it
active). You sp... |
PGdiffeqmacros.pl
|
4318 |
6 years |
gage |
Added rungeKutta4 method to PGnumericalmacros.pl Updated documentation on run... |
Value.pl
|
3466 |
7 years |
dpvc |
Added new Set object class to the Parser. It implements a finite set
of real nu... |
parserCustomization.pl
|
4856 |
6 years |
gage |
Added documentation
|
answerCustom.pl
|
4877 |
6 years |
gage |
Added comments about working with complex variables
|
Parser.pl
|
3588 |
7 years |
dpvc |
Added a parserCustomization.pl file that is loaded whenever the
Parser.pl file i... |
PGchoicemacros.pl
|
4386 |
6 years |
dpvc |
Added LaTeXMathML mode.
|
dangerousMacros.pl
|
4386 |
6 years |
dpvc |
Added LaTeXMathML mode.
|
PG.pl
|
4386 |
6 years |
dpvc |
Added LaTeXMathML mode.
|
PGmatrixmacros.pl
|
4386 |
6 years |
dpvc |
Added LaTeXMathML mode.
|
parserPopUp.pl
|
3723 |
7 years |
dpvc |
A new parser object that handles popup menus. Mainly this is so that
you can us... |
MathObjects.pl
|
4867 |
6 years |
gage |
This file loads Parser.pl. It is part of a campaign to replace the term "pars... |