![]() |
|
|
#199 |
|
May 2013
East. Always East.
32778 Posts |
|
|
|
|
|
|
#200 |
|
"James Heinrich"
May 2004
ex-Northern Ontario
23·149 Posts |
|
|
|
|
|
|
#201 |
|
Serpentine Vermin Jar
Jul 2014
CF116 Posts |
|
|
|
|
|
|
#202 | |
|
Serpentine Vermin Jar
Jul 2014
1100111100012 Posts |
Quote:
And honestly, now that I look at the CSS being applied, I'm not sure I know why it was repainting... I don't think it's the arrows at all since they're just applied as a background image for the header cell. Oh well. I'll add that in for the benchmark table, so be looking for that soon. I need to tweak it a bit too so that the default sort order is different for the different types of reports available. I like having the basic page (showing all CPU models with whatever options) sort initially by fastest -> slowest, but that 2nd column is different for the tables like "show only my benchmarks" or if looking at just a single CPU model. :) I'm going to check in with George on how some of the benchmarks are stored since I'm trying to figure out a better way to display the info. Maybe it can be presented in a easier to digest format, I just need to wrap my head around all the raw data. |
|
|
|
|
|
|
#203 |
|
"/X\(‘-‘)/X\"
Jan 2013
2·5·293 Posts |
|
|
|
|
|
|
#204 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
2×7×19×37 Posts |
The factoring limits report is broken (sort of). Using the url http://www.mersenne.org/report_facto...99&B1=Get+Data
there is a problem. The table returned no longer follows normal table construction, i.e. 1 header row with column titles followed by each 'record' in a separate row. The problem is here: Code:
<th>How far factored<br>(2^n)</th> What say ye gentleman? |
|
|
|
|
|
#205 | |
|
Serpentine Vermin Jar
Jul 2014
CF116 Posts |
Quote:
For now, enjoy the benchmark table with up/down arrows showing up now for sorting, and I threw in a bonus, being able to filter on the CPU name, or by program, computer name (on your own benchmarks). Just start typing something into the filter box and it'll show matching rows. |
|
|
|
|
|
|
#206 | |
|
Serpentine Vermin Jar
Jul 2014
CF116 Posts |
Quote:
But I'll grant you, it did break what you're doing with the data. What you might be after is something that would be sure to strip HTML markup from inside the bits you're after. In that particular table it should only be that <br> in the header. I added that <br> for one reason... the data in that column is a 2 digit number, but the header is really long. It looked goofy. LOL Just this really long info up top, little tiny data. Is that the table equivalent of a mullet? Some other tables like top producer lists will have anchor tags since some users have a website, and the username is clickable to that link. Or there could even be some spans inside the data to mark up some italic/bold for parts of the text. I would suggest we look at some better options... I was aware that there were some of y'all who were crawling these reports and parsing data out of it, which is really cool, I think. Unfortunately I wasn't aware of all the different ways people are doing that, and since there's no API or anything for accessing this data, I think the people doing this have just worked their process around whatever the web page looks like, which is NOT the way we should be sharing data, in a perfect world. My suggestion is thus to create an XML feed out of that same data which would be independent of any website layout changes, table modifications, etc. Something similar to the thresholds XML I setup for Chris yesterday (still not scheduled, but I did update it again manually today). If these types of feeds prove popular enough we should probably standardize the schema and make it extensible so I'm not creating totally different XML formats for each report... I've never defined a schema myself except some small little things. Usually I'm given the schema and spit out the data to fit. But hopefully I could come up with something that works reasonably well. So long as I can setup a good hierarchy, it should fall into place, right?
|
|
|
|
|
|
|
#207 | |
|
"Graham uses ISO 8601"
Mar 2014
AU, Sydney
111100112 Posts |
Quote:
Perhaps that's an inspiration factor to whip up the masses to try even harder to red-line your registered equipment at disposal! Or is there some conversion happening? |
|
|
|
|
|
|
#208 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
100110011100102 Posts |
I am using the excel webquery feature. I have tried several different settings. They all seem to see the <br> as a new row. Excel does get the (2^n) into the proper column. Can you try using a <pre> tag for that cell? I think that excel can be set to ignore the formatting.
|
|
|
|
|
|
#209 | |
|
"James Heinrich"
May 2004
ex-Northern Ontario
23·149 Posts |
Quote:
Plain-text wrapped into the webpage: http://www.mersenne.org/report_facto...ts_hi=99&txt=1 Plain-text all by itself is what you should be parsing: http://www.mersenne.org/report_facto...t=1&download=1 |
|
|
|
|
![]() |
| Thread Tools | |
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 |