Primal Pi

magnus
Posts: 20
Joined: Thu Mar 05, 2009 2:29 pm

Post by magnus »

Finally got it ! Sending the solution via the webbrowser did not work. I think the number is
much to long to send via 'GET'. I don't know if the browser is the Problem but sending it via
POST ( and a small java-programm ) did work.

BTW : I dont know if this number is REALLY prime - but my solution was ' prime enough ' :-)
Redford
Posts: 41
Joined: Sat Jul 04, 2009 8:32 pm
Location: Poland
Contact:

Post by Redford »

Instead of writing script for submiting, you can use firebug and change "GET" to "POST" ;)
This should be fixed :/
Image
freshdried
Posts: 1
Joined: Wed Jan 16, 2013 11:12 pm

Post by freshdried »

Mine took 20 seconds.

A probable prime test is probably enough :)
meis
Posts: 16
Joined: Tue Aug 28, 2012 5:22 pm
Location: Italy

Post by meis »

I was sure I had a script capable of dealing with all the possible subsequences of a limited portion of pi... but it doesn't. I rote it in Python, can I PM someone to let him/her control my script?
Post Reply