mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > PrimeNet

Reply
 
Thread Tools
Old 2014-10-08, 17:22   #188
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by James Heinrich View Post
The current "legacy" code is after I reworked the manual_results page. You need to go back further than that (date picked at random).
Ah, that explains it. I'm glad to know I wasn't going senile...
Madpoo is offline   Reply With Quote
Old 2014-10-08, 17:27   #189
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by retina View Post
This work fine on my browser:
Code:
-moz-transform: translate(-5em,0) rotate(-90deg);
More generically just do this:
Code:
-webkit-transform: translate(-5em,0) rotate(-90deg);
-moz-transform: translate(-5em,0) rotate(-90deg);
-ms-transform: translate(-5em,0) rotate(-90deg);
-o-transform: translate(-5em,0) rotate(-90deg);
transform: translate(-5em,0) rotate(-90deg);
If all the columns ended up being the same width it was easier to figure out, but it's also complicated by the fact that the # of columns itself will vary depending on if you're looking at a specific CPU, and if you're logged in or not (logged in users can mark a benchmark as suspect, George can correct it), etc.

It's kind of nice how the PHP code behind that will just add extra columns (or not) to an existing table based on those parameters, but that means they all share one base table definition to start with.

To make it look any better I think it's better to tackle the "too many columns" problem and replace some of those timings with something a little easier to work with and understand. Not sure what, but I've got a few ideas bubbling in my brain.
Madpoo is offline   Reply With Quote
Old 2014-10-08, 17:52   #190
Xyzzy
 
Xyzzy's Avatar
 
"Mike"
Aug 2002

200658 Posts
Default

.
Attached Thumbnails
Click image for larger version

Name:	madpoo.jpg
Views:	93
Size:	107.0 KB
ID:	11810  
Xyzzy is offline   Reply With Quote
Old 2014-10-08, 18:22   #191
flagrantflowers
 
Apr 2014

2008 Posts
Default

Quote:
Originally Posted by Xyzzy View Post
.
I'm glad someone checked to make sure it wasn't a stock photo.
flagrantflowers is offline   Reply With Quote
Old 2014-10-08, 18:31   #192
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by Xyzzy View Post
.
Well now I want to use one of those photos instead. Thanks for the suggestion.
Madpoo is offline   Reply With Quote
Old 2014-10-08, 19:25   #193
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

1D7716 Posts
Default

Quote:
Originally Posted by Madpoo View Post
To make it look any better I think it's better to tackle the "too many columns" problem and replace some of those timings with something a little easier to work with and understand. Not sure what, but I've got a few ideas bubbling in my brain.
I think we can drop the 1024K through 1536K columns. No active LL tests are using those lengths.
Prime95 is offline   Reply With Quote
Old 2014-10-08, 21:12   #194
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by Prime95 View Post
I think we can drop the 1024K through 1536K columns. No active LL tests are using those lengths.
Just trying that out... it does help de-clutter. I can make that change live. I just added an additional clause to the SQL query to only grab benchmark types above those 3 excluded ones. 3 less columns does make a difference. :)

It's changeable if you look in the source for that page, just need to tweak that "column > whatever" clause I added in 3 spots (all benchmarks, just mine, and specific CPU tables).

That's live now for all to enjoy.
Madpoo is offline   Reply With Quote
Old 2014-10-08, 21:17   #195
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by petrw1 View Post
Not working for me...
Ah... hmmm... I thought that's how the table sort plugin worked. I better double-check or see if I need to set some option to enable that. I remember trying it out during my testing, so it's there somewhere.
Madpoo is offline   Reply With Quote
Old 2014-10-08, 21:39   #196
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by Madpoo View Post
Ah... hmmm... I thought that's how the table sort plugin worked. I better double-check or see if I need to set some option to enable that. I remember trying it out during my testing, so it's there somewhere.
It's working... but of course it only changes if there are duplicates in the first column, and then things in the second selected column would then sort up/down.

It's hard to know it's working without any up/down arrows showing up, which I know are missing still. I added those back in on the test page I'm looking at and I can tell that, for instance, the CPU benchmark report is multi-sorting, but it'll only do something if the first column you select (like speed) has multiples, and then you click another column to then sort by that value as well.

It's hard to tell on that benchmark page because the data tends to be different almost across the board, but you could do this to test:

- sort by CPU model and look for the 3 items: "Intel Core i7-4770K @ 3.50GHz"
- there are 3 because people tested with different clock speeds, so they each have a different average
- hold shift and click on the avg. speed column and it'll sort up/down by that value as well, keeping the cpu model sorted as-is.

The same should apply to pretty much all the other tables. Once I can get the arrows added back to the column headers without messing up the rendering (it renders, then resizes the columns once the theme loads since the arrows add width, which I didn't like) you'll be able to see it better.
Madpoo is offline   Reply With Quote
Old 2014-10-08, 21:59   #197
ric
 
ric's Avatar
 
Jul 2004
Milan, Ita

2×7×13 Posts
Default Very minor point on Account Summary page

Quote:
Originally Posted by Madpoo View Post
I'm personally a fan of YYYY-MM-DD 24:00
Is it just me, or contact dates are still displayed in 12:00 format? (applies to the main page and to the popup when CPUs>1)
ric is offline   Reply With Quote
Old 2014-10-08, 23:02   #198
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by ric View Post
Is it just me, or contact dates are still displayed in 12:00 format? (applies to the main page and to the popup when CPUs>1)
I was actually just fixing that (on the accounts stats page).

I'm hunting down any other possible inconsistent date formats, but that means me doing a search for different PHP type date formatting to see what looks weird. I hope to get any more of them standardized soon.

EDIT: found a few more on the account /cpus/ page and the team stats. I think I got 'em all switched to a format like "2014-01-31 23:11" and if it had the timezone before (showing GMT) it should be showing UTC now. That was only in a few spots I think.

Last fiddled with by Madpoo on 2014-10-08 at 23:18
Madpoo is offline   Reply With Quote
Reply

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

All times are UTC. The time now is 04:42.


Fri Aug 6 04:42:17 UTC 2021 up 13 days, 23:11, 1 user, load averages: 1.86, 2.42, 3.43

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.