• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

ThE LongesT ThreaD EveR

So I was bored today and wrote a program to determine prime numbers. In TI-BASIC.

Here it in translated to PHP

PHP:
<table>
<?
for ($i=1;$i<=10000;$i++)
{
$c=0;
echo '<tr><td>'.$i.'</td>';
for ($t=2;$t<=$i/2;$t++)
{
	if ($i%$t==0) {
		$c = 1;
		echo '<td>Composite</td></tr>';
		break;
	}
}
if ($c!=1){
echo '<td><b>Prime</b></td></tr>';break;}
}
?>
</table>
 
Here you go.

PHP:
echo '<img src="http://diffusion.loto-quebec.com/sw3/srvw/asp/srvw.asp?l=1&p=4&d=1">';
 
Ol' Black and Blue Eyes Baby Fratelli said "Everybody knows you cried last night, due to the chelsea dagger for the girl who got her nuts from a hippy, Vince the lovable stoner - so creep up the backstairs and whistle for the choir for Henrietta Flathead's sake".
 
Back
Top