Random matrices and integrable systemsMarch 4 - 9, 2012Les Houches |
|
| $memo_file ="apache/vst.txt"; $memo_file2 ="apache/guests.txt"; function been_here_before($ip, $memo_file2) { $guests = file("$memo_file2"); foreach ($guests as $line) if (strcmp($line, $ip."\n") == 0) return 1; return 0; } $visitor = $_SERVER{"REMOTE_ADDR"}; $visits = file("$memo_file"); $number_visits = $visits[0]+1; $fp1 = fopen($memo_file, "w"); fwrite($fp1, $number_visits); fclose($fp1); if (!been_here_before($visitor, $memo_file2)) { $fp2 = fopen($memo_file2, "a"); $fw2 = fwrite($fp2, $visitor."\n"); fclose($fp2); } ?> |
This school is part of the program GranMa financed by the French research agency ANR. The second announcement is now available. Registration is now closed. Go to the GranMa home page. |