mersenneforum.org  

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

Reply
 
Thread Tools
Old 2014-10-27, 19:17   #320
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

2×67×73 Posts
Default

Quote:
Originally Posted by Madpoo View Post
I could, but maybe it's punishment for the people with Javascript disabled.
If I may please "break the fourth wall"...?

Madpoo: your work has been amazing and exceptional. Outstanding in fact. Many thank you.

You, and many other exceptional people, have stepped into a somewhat weird space.

Welcome.

You can, of course, check out at any time. But you can never leave....
chalsall is online now   Reply With Quote
Old 2014-10-27, 19:46   #321
ET_
Banned
 
ET_'s Avatar
 
"Luigi"
Aug 2002
Team Italia

61×79 Posts
Default

Quote:
Originally Posted by chalsall View Post
If I may please "break the fourth wall"...?

Madpoo: your work has been amazing and exceptional. Outstanding in fact. Many thank you.

You, and many other exceptional people, have stepped into a somewhat weird space.

Welcome.

You can, of course, check out at any time. But you can never leave....
Welcome to the twilight zone...
ET_ is offline   Reply With Quote
Old 2014-10-27, 21:19   #322
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by chalsall View Post
If I may please "break the fourth wall"...?

Madpoo: your work has been amazing and exceptional. Outstanding in fact. Many thank you.

You, and many other exceptional people, have stepped into a somewhat weird space.

Welcome.

You can, of course, check out at any time. But you can never leave....
All I know is, I have a whole new appreciation for my work mates. I sit near our dev team which includes the .NET programmers and our "front end" designers, plus the user interface gurus.

The conversations I overhear from them now about "I fixed issue XYZ in browser 123, but now it's broken in browser 456" resonate a lot more. And when the QA folks get a hold of the test builds and say "it's good, but this box here is off by a couple pixels from the wireframe", I can (kind of) comprehend not only what they're talking about, but how easy it is to be off by even a couple pixels thanks to strange and mysterious styles.
Madpoo is offline   Reply With Quote
Old 2014-10-28, 00:26   #323
richs
 
richs's Avatar
 
"Rich"
Aug 2002
Benicia, California

52816 Posts
Default

I should have been more specific when I said earlier assignments. What I meant was how may one show more than 100 of the past year's results, i.e., all of them. Thanks a lot, Madpoo.
richs is offline   Reply With Quote
Old 2014-10-28, 05:19   #324
richs
 
richs's Avatar
 
"Rich"
Aug 2002
Benicia, California

24508 Posts
Default

Quote:
Originally Posted by richs View Post
I should have been more specific when I said earlier assignments. What I meant was how may one show more than 100 of the past year's results, i.e., all of them. Thanks a lot, Madpoo.
Ignore this question. Thanks....
richs is offline   Reply With Quote
Old 2014-10-28, 14:49   #325
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

63618 Posts
Default

Quote:
Originally Posted by richs View Post
Ignore this question. Thanks....
LOL... no problem.

Yeah, it's 100 by default but you can specify, I think, up to 5000. It's still limited to the past 365 days though.
Madpoo is offline   Reply With Quote
Old 2014-10-28, 18:52   #326
Mark Rose
 
Mark Rose's Avatar
 
"/X\(‘-‘)/X\"
Jan 2013

2×5×293 Posts
Default

Quote:
Originally Posted by Madpoo View Post
Okay, give this a try... I just ran this manually, so it's not set to auto-update yet or anything. If the format looks cool we can have it update at the same time that the data itself is being updated (it runs on it's own schedule @ 23:20 UTC currently).

http://www.mersenne.org/thresholds/thresholds.xml
Has the auto-updating of this file been implemented? It currently 404's. I'd like to suck it down in mfloop.py to do just-in-time trial factoring.
Mark Rose is offline   Reply With Quote
Old 2014-10-28, 23:58   #327
potonono
 
potonono's Avatar
 
Jun 2005
USA, IL

193 Posts
Default

On the results page, the table headers that scroll with the table override the top drop down menu.
Attached Thumbnails
Click image for larger version

Name:	menus.jpg
Views:	67
Size:	65.7 KB
ID:	11891  
potonono is offline   Reply With Quote
Old 2014-10-29, 03:22   #328
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

CF116 Posts
Default

Quote:
Originally Posted by Mark Rose View Post
Has the auto-updating of this file been implemented? It currently 404's. I'd like to suck it down in mfloop.py to do just-in-time trial factoring.
That's because apparently I fubar'd the link when posting it earlier. I used "thresholds.xml" in the text but the underlying link points to "data.xml" which isn't correct.

Here's the correct version:
http://www.mersenne.org/thresholds/thresholds.xml

It was probably my mistake...when I was testing it I just called it "data.xml" but then made it "thresholds.xml" for the real deal... apparently when I cut and paste the link and edited it to use the actual name, I goofed.
Madpoo is offline   Reply With Quote
Old 2014-10-29, 04:32   #329
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

CF116 Posts
Default

Quote:
Originally Posted by potonono View Post
On the results page, the table headers that scroll with the table override the top drop down menu.
Hmm... that's unfortunate. I'll have to look at that scenario. It's hopefully just a question of me adjusting the z-index on that header. There is an option for that somewhere I think and it should be less than what the drop downs use.

Ah, the joys of trying to be too fancy for my own good. :)

You may notice that on different pages I've experimented with different features... trying to throw out different things and see what people like. If that floating table header is too weird I'm not afraid to dump it, but it is cool.
Madpoo is offline   Reply With Quote
Old 2014-10-29, 14:39   #330
Mark Rose
 
Mark Rose's Avatar
 
"/X\(‘-‘)/X\"
Jan 2013

B7216 Posts
Default

Quote:
Originally Posted by Madpoo View Post
That's because apparently I fubar'd the link when posting it earlier. I used "thresholds.xml" in the text but the underlying link points to "data.xml" which isn't correct.

Here's the correct version:
http://www.mersenne.org/thresholds/thresholds.xml

It was probably my mistake...when I was testing it I just called it "data.xml" but then made it "thresholds.xml" for the real deal... apparently when I cut and paste the link and edited it to use the actual name, I goofed.
Thanks! Hopefully I'll have time over the next week to implement the JIT feature.
Mark Rose 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 22:19.


Fri Aug 6 22:19:11 UTC 2021 up 14 days, 16:48, 1 user, load averages: 3.62, 3.55, 3.22

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.