mersenneforum.org  

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

Reply
 
Thread Tools
Old 2014-08-27, 01:53   #23
TheMawn
 
TheMawn's Avatar
 
May 2013
East. Always East.

110101111112 Posts
Default

Beautiful, James. This is great. 100,000 rows is pretty nice, too.

Just to be clear, I didn't want my of my slight frustration directed at you. I was just having a hard time getting my point across but you got it perfectly.

(the result is interesting when simple-text only isn't checked: the report.txt can be renamed to .html and it generates the table nice and pwetty)


If you're thinking of taking this further for TF or whatever, be my guest but this is all I was asking for.

Having the 'Factor=N/A," at the start is helpful. Having the two commas after the current bit level is good because it makes it easy to find-and-replace if that's the path one wants to take. Having ",xx," would be one step better still. Having a space to enter the desired level is truly above and beyond.

Definite no on defaulting to bit-level+1 because not all of the exponents in the list are necessarily factored to the same level to start.


That's all I can think of, but everything so far is exactly what I was after and there are easy ways of doing the rest.
TheMawn is offline   Reply With Quote
Old 2014-08-27, 07:06   #24
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

D6316 Posts
Default

Quote:
Originally Posted by LaurV View Post
Filling it with "from 1 to 10000" returns nothing.
Fixed, thanks.

Quote:
Originally Posted by LaurV View Post
Now, if we are at it, (I mean you, James ), can we have a "limited" number of rows for the "work done" report?
Sure, done.
James Heinrich is offline   Reply With Quote
Old 2014-08-27, 07:24   #25
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

23·149 Posts
Default

Quote:
Originally Posted by TheMawn View Post
the result is interesting when simple-text only isn't checked: the report.txt can be renamed to .html and it generates the table nice and pwetty
Thanks, fixed -- it will now download as report.html if text-only is not checked. Proper MIME type now added too.

Quote:
Originally Posted by TheMawn View Post
Having a space to enter the desired level is truly above and beyond.
Enjoy the above-and-beyond.
James Heinrich is offline   Reply With Quote
Old 2014-08-27, 07:50   #26
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

19×397 Posts
Default

Quote:
Originally Posted by LaurV View Post
Now, if we are at it, (I mean you, James ), can we have a "limited" number of rows for the "work done" report? I mean, beside of "exponent range" boxes, just a "show last 100 results" box, where I can edit the 100, same as it is done for top producer lists?
Grrr. We lost my last update to this web page where the exponent is linked to the full report on the exponent.

What I really want is to display each LL result exponent in color. Red = known bad, yellow = suspect error code or mismatches another LL, green = known good, black = none of the above.

This will let me quickly see at a glance if a machine starts returning bad LL results.
Prime95 is offline   Reply With Quote
Old 2014-08-27, 07:56   #27
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

23×149 Posts
Default

Quote:
Originally Posted by Prime95 View Post
Grrr. We lost my last update to this web page where the exponent is linked to the full report on the exponent.
Sorry George, I guess I missed re-mirroring my copy before making my changes. Do you have a local copy of your modified file? Please send it to me and I'll merge my changes and yours.
James Heinrich is offline   Reply With Quote
Old 2014-08-27, 08:17   #28
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

19×397 Posts
Default

No problem, James. I fixed it on the server.
Prime95 is offline   Reply With Quote
Old 2014-08-27, 12:20   #29
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

100101101111112 Posts
Default

Beautiful! Thanks a million to both of you. I was wondering if my post didn't escape unobserved, I have this luck of posting at the end of the page just one minute before someone else (usually The Mawn ) posts a new page, hehe...

About the colors, yes, that would be nice to have too, but it it not really necessary, as the matched/notmatched is not differentiated in the current report, it will require some new DB tricks/flag, etc....
LaurV is offline   Reply With Quote
Old 2014-08-27, 14:15   #30
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

23×149 Posts
Default

Quote:
Originally Posted by Prime95 View Post
What I really want is to display each LL result exponent in color. Red = known bad, yellow = suspect error code or mismatches another LL, green = known good, black = none of the above.
I'll leave that to you. After some experimenting I conclude I apparently haven't figured out either the database structure or how to properly do the query in MSSQL.
James Heinrich is offline   Reply With Quote
Old 2014-08-27, 16:21   #31
TheMawn
 
TheMawn's Avatar
 
May 2013
East. Always East.

110101111112 Posts
Default

Quote:
Originally Posted by LaurV View Post
I have this luck of posting at the end of the page just one minute before someone else (usually The Mawn ) posts a new page, hehe...
It has a funny effect on me, because when I finish my post, it leaves me on the new page because that's where my post went. However, because your post is still "unread" (because I haven't actually seen it) when I hit "Go to First Unread" it brings me to yours, and then I see mine when I go to the next page.
TheMawn is offline   Reply With Quote
Old 2014-08-28, 04:05   #32
snme2pm1
 
"Graham uses ISO 8601"
Mar 2014
AU, Sydney

3638 Posts
Default Selectivity

Quote:
Originally Posted by James Heinrich View Post
Enjoy the above-and-beyond.
These extensions now provide access to unassigned work via report_factoring_effort much more selective than assigning some work via manual_assignment.
The latter can't select by sought start levels, nor nominate a target level.
Isn't this a tiny bit unbalanced?
snme2pm1 is offline   Reply With Quote
Old 2014-08-28, 05:12   #33
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

342710 Posts
Default

Quote:
Originally Posted by snme2pm1 View Post
These extensions now provide access to unassigned work via report_factoring_effort much more selective than assigning some work via manual_assignment.
The latter can't select by sought start levels, nor nominate a target level.
Isn't this a tiny bit unbalanced?
I have just cleaned up the code for the manual-assignments page so it would now be easy to add some additional interface to solicit a TF bit range from the user, but for it to do anything the back-end get_assignment_within_range code would need to be updated, and that's in George's court. If he is willing to add additional optional parameters to filter by TF level then I could add that into the GUI.
James Heinrich is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting CWI format to ggnfs format xilman Msieve 2 2015-11-27 09:54
running OS in text mode wildrabbitt Information & Answers 10 2014-12-14 06:50
CWI format --> GGNFS format R.D. Silverman Msieve 25 2013-04-17 07:40
Text books... Xyzzy Soap Box 9 2007-07-10 17:09
A text problem akruppa Puzzles 13 2005-12-30 20:44

All times are UTC. The time now is 15:02.


Fri Aug 6 15:02:56 UTC 2021 up 14 days, 9:31, 1 user, load averages: 2.99, 2.91, 2.85

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.