mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > FactorDB

Reply
 
Thread Tools
Old 2015-03-29, 09:15   #34
Antonio
 
Antonio's Avatar
 
"Antonio Key"
Sep 2011
UK

32·59 Posts
Default

Quote:
Originally Posted by ChristianB View Post
Hi Antonio,

can you make this available on github.com? I had to tweak your script to get it working on debian and would also like to include a cookie to the web requests to have higher limits on queries per hour. Having this in source control should make it easier to implement those changes and keep it working on windows and linux.
Done and available at https://github.com/AntonioPK/Fdb

Let me know if I've done anything wrong, since I had never used GitHub before.
Antonio is offline   Reply With Quote
Old 2015-03-29, 14:40   #35
ChristianB
 
Apr 2013
Germany

1001101112 Posts
Default

Quote:
Originally Posted by Antonio View Post
Done and available at https://github.com/AntonioPK/Fdb

Let me know if I've done anything wrong, since I had never used GitHub before.
Can you rename the file so it doesn't include the version number? Something like fdb_comp_evaluator.pl or so? Git takes care of versions and if you want to release a working version you change the comment in the script and also create a release/tag on github.

I would suggest that I clone your repository, make my changes and submit changes as pull requests. This way you can test my changes before accepting the pull request.
ChristianB is offline   Reply With Quote
Old 2015-03-29, 17:00   #36
Antonio
 
Antonio's Avatar
 
"Antonio Key"
Sep 2011
UK

32·59 Posts
Default

Quote:
Originally Posted by ChristianB View Post
Can you rename the file so it doesn't include the version number? Something like fdb_comp_evaluator.pl or so? Git takes care of versions and if you want to release a working version you change the comment in the script and also create a release/tag on github.

I would suggest that I clone your repository, make my changes and submit changes as pull requests. This way you can test my changes before accepting the pull request.
Changes made and released as ver. 1.5.0
Antonio is offline   Reply With Quote
Old 2015-04-01, 10:05   #37
Antonio
 
Antonio's Avatar
 
"Antonio Key"
Sep 2011
UK

32·59 Posts
Default fdb_comp_evaluator v1.5.1 released

Available at: https://github.com/AntonioPK/Fdb/releases/latest

Should now work on both Linux and Windows platforms without modification.

Thanks to ChristiaB for doing the majority of the work on this release

Changes since v1.5.0
•added unix shebang
•added $yafupath config variable to specify the path to the yafu executable. Note, if Fdb is not in the same directory as yafu, yafu.ini should be copied to the Fdb directory.
•added $fdburl and $fdbcookie config variable to support cookie based authentication in the future
•changed mixed tab/space indentation to tab indentation and some other small white space changes
Antonio is offline   Reply With Quote
Old 2015-05-04, 10:56   #38
Antonio
 
Antonio's Avatar
 
"Antonio Key"
Sep 2011
UK

32×59 Posts
Default fdb_comp_evaluator v1.5.2 released

Available at: https://github.com/AntonioPK/Fdb/releases/latest

Changes since v1.5.1: -

Code:
• Corrected bug in 'no composites received' code, total count was not being incremented.
• Corrected a display bug when Factordb failed to respond to a composite request.
•
• All constants dependant on the maximum page rate allowed by Factordb.com replaced with variables.
• The value of these variables are calculated from the new variable holding the maximum page rate.
• This is additional support for changes introduced in version 1.5.1
•
• Modified 10 minute wait loops so that the user has to wait at most 1 minute before Ctrl-Q exits the code.
• Added log file option (-l): - Can now log data to Fdb.csv, a comma separated list consisting
  of composite size, number of prime factors found, time to factor (in seconds).
• Added auto increment for random offset (-a xx): - This is in addition to the maximum set by the -r option,
  each time a worker collision occurs the additional random offset will be incremented by xx (once the number
  of collisions exceeds 5% of the number of composites factored), it also invokes an automatic decrement of
  the additional random offset each time a collision does not occur.
  Suggested starting values: -r 10 -a 3
• 'Get composite' display has been modified to show the current maximum random offset (offset/maximum offset).
• Display of the count for each error type is supressed until the count for that error is > 0.
Antonio is offline   Reply With Quote
Old 2015-07-18, 12:43   #39
schickel
 
schickel's Avatar
 
"Frank <^>"
Dec 2004
CDP Janesville

2·1,061 Posts
Default

Looks like someone's spamming the DB again. There are bunches (well, 300+ right now, anyway) of 72-digit composites that look like this:
Attached Thumbnails
Click image for larger version

Name:	Capture.PNG
Views:	181
Size:	49.5 KB
ID:	12888  
schickel is offline   Reply With Quote
Old 2015-07-27, 04:44   #40
schickel
 
schickel's Avatar
 
"Frank <^>"
Dec 2004
CDP Janesville

41128 Posts
Default Soneone's doing it again....

Another crapload of composites. The few that I looked at were just factors of random numbers around 62 digits and up, not even any particular form.
Attached Thumbnails
Click image for larger version

Name:	Capture.JPG
Views:	141
Size:	61.0 KB
ID:	12916  

Last fiddled with by schickel on 2015-07-27 at 04:45 Reason: Changed wording
schickel is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Database for k-b-b's: 3.14159 Miscellaneous Math 325 2016-04-09 17:45
CPU Performance Database JustinGC Hardware 3 2012-06-22 03:11
Database question Xyzzy Forum Feedback 0 2012-04-01 15:37
NPLB Database IronBits No Prime Left Behind 177 2009-10-10 09:00
database.zip HiddenWarrior Data 1 2004-03-29 03:53

All times are UTC. The time now is 12:31.


Sat Jul 17 12:31:17 UTC 2021 up 50 days, 10:18, 2 users, load averages: 0.84, 1.04, 1.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.