User contributions for Glarose
Jump to navigation
Jump to search
13 January 2011
- 15:5515:55, 13 January 2011 diff hist 0 N File:WwManage.txt No edit summary
- 15:5015:50, 13 January 2011 diff hist +47 m WwManage No edit summary
- 15:4915:49, 13 January 2011 diff hist +75,665 N WwManage Created page with ' #!/usr/bin/perl -w use strict; # # wwManage: manage webwork gateways/homework courses # my $version = '1.702'; my $lastmod = '13 Jan 2011'; # changelog: # 1.702: re…'
- 15:4215:42, 13 January 2011 diff hist +5,834 N WwManageDescription Created page with '=wwManage= A general purpose administration script to manage WeBWorK installations with large numbers of courses. Functions are found in subroutine <code>getAction</code>, and a…'
- 15:1715:17, 13 January 2011 diff hist +234 Contributed Admin Scripts (Large Installations) No edit summary
8 October 2010
- 12:4412:44, 8 October 2010 diff hist +7,250 N WwclearAnonymous Created page with ' #!/usr/bin/perl -w # # wwclearAnonymous: # clear all versioned sets from practice users in @courses for which # the practice users are not currently logged in # # b…'
- 12:3812:38, 8 October 2010 diff hist +325 Contributed Admin Scripts (Large Installations) No edit summary
6 September 2010
- 13:5213:52, 6 September 2010 diff hist −51 m Contributed Admin Scripts (Large Installations) →Contributed Admin Scripts (Large Installations)
- 13:5113:51, 6 September 2010 diff hist +980 N Hide-courses.sh Created page with ' #!/bin/bash # # Hal Sadofsky, September 4, 2010 # # This script hides courses so that they don't appear on the main WeBWorK page. # # Usage is # # sh hide-courses.sh co…'
- 13:4913:49, 6 September 2010 diff hist +1,212 N Make-course-archive.pl Created page with ' #!/usr/bin/perl # # Hal Sadofsky, September 4, 2010 # # Called with a course name to archive. This just calls the perl subroutine # "archiveCourse" that should exist in th…'
- 13:4713:47, 6 September 2010 diff hist +1,514 N Archive-and-delete.sh Created page with ' !/bin/bash # # Hal Sadofsky, September 4, 2010 # # This script archives and deletes a bunch of courses from WeBWorK. # # It calls a perl script to do the actual archiving.…'
- 13:4313:43, 6 September 2010 diff hist +877 N Contributed Admin Scripts (Large Installations) Created page with '=Contributed Admin Scripts (Large Installations)= Managing large WeBWorK installations often results in managing the courses and rosters on the server being difficult if one tri…'
- 13:3413:34, 6 September 2010 diff hist +55 Category:Administrators →Manuals
5 July 2010
26 March 2010
- 18:5118:51, 26 March 2010 diff hist −22 m MultipleChoiceProblems No edit summary
- 18:5018:50, 26 March 2010 diff hist +129 m MultipleChoiceProblems No edit summary
25 March 2010
- 18:4718:47, 25 March 2010 diff hist +841 m DynamicImages No edit summary
- 18:3618:36, 25 March 2010 diff hist +132 m DynamicImages2 No edit summary
24 March 2010
- 18:1118:11, 24 March 2010 diff hist +22 m FormattingCorrectAnswers: Equations No edit summary
- 18:0618:06, 24 March 2010 diff hist +134 m NumericalTolerance No edit summary
17 February 2010
- 16:4816:48, 17 February 2010 diff hist +94 EquationEvaluators No edit summary
4 December 2009
- 17:0117:01, 4 December 2009 diff hist 0 m Vectors No edit summary
- 16:5516:55, 4 December 2009 diff hist +9 m Vectors No edit summary
29 October 2009
- 18:0318:03, 29 October 2009 diff hist −3 m PopUpLists No edit summary
- 17:5817:58, 29 October 2009 diff hist +873 PopUpListsLong No edit summary
- 13:2713:27, 29 October 2009 diff hist +2,790 N StepFunctions New page: <h2>Step Functions: PG Code Snippet</h2> <p style="background-color:#eeeeee;border:black solid 1px;padding:3px;"> <em>This code snippet shows the essential PG code to use step functions i...
- 13:1613:16, 29 October 2009 diff hist +46 m Category:Problem Techniques No edit summary
6 October 2009
- 15:3715:37, 6 October 2009 diff hist 0 m CustomAnswerCheckers No edit summary
31 July 2009
- 15:5815:58, 31 July 2009 diff hist 0 m DynamicImages2 No edit summary
17 June 2009
- 20:3520:35, 17 June 2009 diff hist +244 m Vectors No edit summary
4 June 2009
- 14:5314:53, 4 June 2009 diff hist +127 m Vectors No edit summary
- 13:5413:54, 4 June 2009 diff hist +33 m Vectors No edit summary
- 13:5313:53, 4 June 2009 diff hist +167 m Category:Problem Techniques No edit summary
- 13:5113:51, 4 June 2009 diff hist +591 DynamicImages2 No edit summary
3 June 2009
- 21:0121:01, 3 June 2009 diff hist +267 m Vectors No edit summary
- 20:5720:57, 3 June 2009 diff hist +3,744 N Vectors New page: <h2>Vectors in Problems: PG Code Snippet</h2> <p style="background-color:#eeeeee;border:black solid 1px;padding:3px;"> <em>This code snippet shows the essential PG code to use vectors in ...
- 20:2120:21, 3 June 2009 diff hist +34 m Category:Problem Techniques No edit summary
21 May 2009
- 20:0920:09, 21 May 2009 diff hist +532 AdaptiveParameters No edit summary
- 20:0420:04, 21 May 2009 diff hist +2,833 N AdaptiveParameters New page: <h2>Adaptive Parameters: PG Code Snippet</h2> <p style="background-color:#eeeeee;border:black solid 1px;padding:3px;"> <em>This code snippet shows the essential PG code to include adaptiv...
- 19:4319:43, 21 May 2009 diff hist +291 Category:Problem Techniques No edit summary
20 May 2009
- 17:1317:13, 20 May 2009 diff hist 0 m Category:Problem Techniques No edit summary
- 17:1317:13, 20 May 2009 diff hist +3,316 N AddingFunctions New page: <h2>Adding Functions to the Context: PG Code Snippet</h2> <p style="background-color:#eeeeee;border:black solid 1px;padding:3px;"> <em>This code snippet shows the essential PG code to add...
- 16:3916:39, 20 May 2009 diff hist +240 Category:Problem Techniques No edit summary
26 March 2009
- 18:3718:37, 26 March 2009 diff hist +32 Tables No edit summary
- 18:3418:34, 26 March 2009 diff hist +4,065 N Tables New page: <h2>Topic Name: Using Tables</h2> <p style="background-color:#eeeeee;border:black solid 1px;padding:3px;"> <em>This code snippet shows the essential PG code to display tables of data (or ...
- 18:1018:10, 26 March 2009 diff hist +36 Category:Problem Techniques No edit summary
13 March 2009
- 16:3716:37, 13 March 2009 diff hist +177 Overview of Problem Libraries No edit summary
10 March 2009
- 15:1815:18, 10 March 2009 diff hist +2,423 MultiAnswerProblems No edit summary
8 January 2009
- 20:5320:53, 8 January 2009 diff hist −3 m Authentication No edit summary
20 November 2008
- 20:5920:59, 20 November 2008 diff hist +463 ConstantsInProblems No edit summary