google / urchin analytics
<body onload="_uacct='UA-XXXXXX-X';urchinTracker();init();">
11307 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
<body onload="_uacct='UA-XXXXXX-X';urchinTracker();init();">
<FORM ACTION="index.php" METHOD="GET"> <p>Name <INPUT TYPE=TEXT NAME= "n" SIZE=20><br> <INPUT TYPE=SUBMIT VALUE="Submit!">
<?php $Name = $_GET['n']; ?> <?php $inTwoMonths = 60 * 60 * 24 * 60 + time(); setcookie('name', $Name, $inTwoMonths); ?>
<script type="text/javascript" src="http://include.reinvigorate.net/re_.js"></script> <script type="text/javascript"> var re_name_tag = "<?php echo $Name; ?>"; re_("USER-ID"); </script>