![]() |
|
|
#518 |
|
Serpentine Vermin Jar
Jul 2014
3,313 Posts |
I recently setup a daily XML file of all of the results that came in. Same info you'd get from the "Recent Results" page, but in a nice XML format, concise, and comprehensive with all of the stuff for that 24 hour period.
If you're interested (and I'll have to announce this separately and maybe put some links somewhere on the site), they're available via: http://www.mersenne.org/result_archive/<YYYY>/<YYYY-MM-DD>.xml.bz2 There are also annual aggregated files: http://www.mersenne.org/result_archive/<YYYY>.7z Of course you can figure out that <YYYY> in the path is the 4-digit year. I've broken down the daily XML stuff into subdirectories by year, and then each filename is like "2015-05-16.xml.bz2" Ergo, as an example: http://www.mersenne.org/result_archi...-05-16.xml.bz2 The data starts from /1997/1997-11-11.xml.bz2 and goes up from there. Just know that until August 2007, the log data is spotty in the sense that there will be days with no activity, and then it was all rolled up weekly (that related to the task we just did to integrate those old logs). So if you crawl a bunch of old stuff, there will be xml files from 1997-2007 where the file is there but there's no data. If someone were to grab the 1997-2014 aggregated 7z files, it's about 700 MB. There is a 2015.7z file but I think it's only aggregated up to May 2nd when I set all this up. |
|
|
|
|
|
#519 | |
|
"James Heinrich"
May 2004
ex-Northern Ontario
11·311 Posts |
Quote:
|
|
|
|
|
|
|
#520 |
|
P90 years forever!
Aug 2002
Yeehaw, FL
24·3·157 Posts |
[QUOTE=Madpoo;402491The data starts from /1997/1997-11-11.xml.bz2 and goes up from there. Just know that until August 2007, the log data is spotty in the sense that there will be days with no activity, and then it was all rolled up weekly.[/QUOTE]
Also be aware that the data is incomplete. Any results manually reported to me by email are not included. Also, not all primenet v5 TF history on exponents above 100M is available. That said, I'd guess a good 95+% of data is available. |
|
|
|
|
|
#521 |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
9,767 Posts |
|
|
|
|
|
|
#522 | |
|
Serpentine Vermin Jar
Jul 2014
3,313 Posts |
Quote:
While historical data may be spotty, I *think* these XMLs pull from the same source as the hourly "recent results" anyway, so if you're looking in there to snag the latest and greatest, then at the very least you could just get the daily XML instead of checking that report every hour and parsing it. |
|
|
|
|
|
|
#523 |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
24·389 Posts |
I notice some users show up as blank in the primenet report.
User: André Jordi http://www.mersenne.org/assignments/...xp_hi=36608483 User: La Güira http://www.mersenne.org/assignments/...xp_hi=57811861 The common factor appears to be the presence of accented characters. |
|
|
|
|
|
#524 | |
|
"James Heinrich"
May 2004
ex-Northern Ontario
11·311 Posts |
Quote:
For Aaron/George: the pages are set (HTML meta header) to UTF8. Usernames at least appear to be stored in the database as latin1 / ISO-8859-1. htmlspecialchars only fixes & " ' < > characters. I changed the htmlespecialchars call to htmlentities, but (since PHP v5.3) the default input character set is UTF8 so you need to specify that input is ISO-8859-1. This problem likely exists elsewhere, you can copy the working code from here as needed. edit: I don't think I broke it, but mersenne.org is returning 404 for everything for me right now... ![]() edit²: it's back ![]() edit³: for Aaron/George, I also cleaned up the PHP code on this page a bit while I was in there. Last fiddled with by James Heinrich on 2015-06-13 at 12:04 |
|
|
|
|
|
|
#525 | |
|
Serpentine Vermin Jar
Jul 2014
3,313 Posts |
Quote:
|
|
|
|
|
|
|
#526 | |
|
Serpentine Vermin Jar
Jul 2014
3,313 Posts |
Quote:
'user' => utf8_encode($row['blah blah sql column']), Then it's utf8 for whatever else PHP wants to do with "user". I think at the time I looked for other pages where it might pull the user name and somehow I must have missed the assignment page... seems like it pulls that info a little different... I don't know PHP much so I'm not surprised.
|
|
|
|
|
|
|
#527 |
|
Romulan Interpreter
Jun 2011
Thailand
72×197 Posts |
A little bit of a "side" issue, the GIMPS user description on Caldwell's utm.edu page is a lot outdated, c'mon man? only 5 primes?
![]() Additional, it has some typos (like "ober" instead of "over", didn't know George to be German, ). Some "dates" are missing (you know, wikipedia always adds a small superscript "[when?]" after your text, when the text refers to unclear time or timing), and the number of computers is also outdated... It should say something like "18 primes discovered and 2 million computers participating, at the end of 2015" ![]() Maybe someone can login there and update the text... |
|
|
|
|
|
#528 |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
24×389 Posts |
In this example there has been one/two LL test(s) reported. In the two sections that show this/these LL result(s) the user names are different, namely "Carlo Monari" and "ANONYMOUS" appear to have reported the same residue on the same exponent but managed to insert their results into different sections of the DB. User "ANONYMOUS" has a date attached, but user "Carlo Monari" reported the result without any date.
Perhaps these two users live in a superposition of both entities combined. A gestalt of some unknown characteristic. Reporting a result collapses this gestalt into either one, or the other, but never both at the same time. |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Database design | xilman | Astronomy | 1 | 2017-04-30 22:25 |
| Theoretical Experiment Design | c10ck3r | Homework Help | 7 | 2015-02-03 08:54 |
| Digital Logic Design | henryzz | Puzzles | 9 | 2014-12-04 20:56 |
| new intel design | tha | Hardware | 5 | 2007-04-19 11:38 |
| design factoring algorithms | koders333 | Factoring | 14 | 2006-01-25 14:08 |