Dr. Mark Humphrys

School of Computing. Dublin City University.

Home      Blog      Teaching      Research      Contact

Search:

CA249      CA318      CA425      CA651

w2mind.computing.dcu.ie      w2mind.org

Missing
DCU student

CASE3 student Paul Bunbury is missing since Thur 2 Feb 2012.
See appeals on crime.ie and garda.ie and facebook.

He is a great coder. See DCU page and boards.ie page.
He won major coding contests in 2010 and 2011.
He is author of the brilliant "FloodItWorld".
DCU can confirm that in Jan 2012 he passed all 6 modules comfortably.


Javascript demo

Note: This is not actually a JavaScript way to find out environment variables. It is an SSI way, embedded in JavaScript. You have to place the page on a server that supports SSI.

This script:


<SCRIPT LANGUAGE="javascript">

var ip      = '<!--#echo var="REMOTE_ADDR"-->';
var browser = '<!--#echo var="HTTP_USER_AGENT"-->';
var referer = '<!--#echo var="HTTP_REFERER"-->';

var today   = new Date();
var r       = Math.floor ( Math.random() * 10000000 );

document.write("Client IP address: <a href=http://whois.domaintools.com/"+ip+">"+ip+"</a> <br>");
document.write("Client browser: "+browser+" <br>");
document.write("Referring page: <a href="+referer+">"+referer+"</a> <br>");
document.write("Date: "+today.toString()+" <br>");
document.write("Random number from 0 to 10,000,000: "+r+" <p>");

</SCRIPT>

Displays:



Feeds      HumphrysFamilyTree.com

Bookmark and Share           On Internet since 1987.