$log = 'contador.log';
$IP = getenv('REMOTE_ADDR');
$add = true;
$hits = 0;
$dia = date("d");
$mes = date("n");
$ano = date("Y");
$data="$dia-$mes-$ano";
$IP="$IP/$data";
if (!file_exists ($log)) {
echo "Error: $log does not exist.";
exit;
}
$h = fopen ($log, 'r');
while (!feof ($h)) {
$line = fgets ($h, 4096);
$line = trim ($line);
if ($line != '')
$hits++;
if ($line == $IP)
$add = false;
}
fclose($h);
if ($add == true) {
$h = fopen ($log, 'a');
fwrite($h, "
$IP");
fclose($h);
$hits++;
}
//echo $hits;
?>
Departamento de Matemática - PUC-Rio
Courses
The content on this page is purely informative. Official data at PUC Online and / or the DAR .
Total number of credits: 141
Required
Math Program Core Courses: 36 credits
BC Core Courses: 44 credits
Religious Required Courses: 8 credits
Electives
Selectives
Math Program Selective Courses: 15 credits
Philosophy courses - PB – 4 credits
Religious Selective Courses: 4 credits
Complementary Activities
Extracurricular Activities: 10 credits
Math Undergraduate Required Courses– 36 credits
Basic Cycle Core Courses – 44 credits
Religious courses – OR – 8 credits
Selective Courses – 15 credits
Students must choose one course of each group:
Philosophy courses – PB – 4 credits
Religious courses – PB – 4 credits
The elective courses can be taken in or out of the Math Department.
Students who have already completed the majority of core courses and elective credits may take courses on the Graduate Program:
Top
Mathematics Department / PUC-Rio
Rua Marquês de São Vicente, 225 - Edifício Cardeal Leme, sala 862 - Gávea - Rio de Janeiro - CEP 22451-900
Telephones: (+55-21) 3527-1280, (+55-21) 3527-1281, Fax: (+55-21)3527-1282
| Powered by Takezo Digital