mersenneforum.org  

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

Reply
 
Thread Tools
Old 2013-03-22, 00:34   #67
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23×101 Posts
Default

Quote:
Originally Posted by Aramis Wyler View Post
I'll write something in C++ as a command line thing, but I don't have any qualms about putting it into c# and sending you the class code. So don't fret. I just didn't realise misfit only ran on windows.
Aramis,
I appreciate it, but only do it if you have the time. I will eventually get to it. I was going to do the PRIMENET and GPU72NET api integrations at the same time.
swl551 is offline   Reply With Quote
Old 2013-03-22, 00:34   #68
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

2×5×7×139 Posts
Default

Quote:
Originally Posted by swl551 View Post
I'm sure everyone can agree I have put considerable time into writing MISFIT.
We agree. You have done some great work.

This is a philosophical debate.

If you haven't yet read it, Neal Stephenson's "In the Beginning was the Command Line" is a worthwhile read.
chalsall is online now   Reply With Quote
Old 2013-03-22, 00:35   #69
kracker
 
kracker's Avatar
 
"Mr. Meeseeks"
Jan 2012
California, USA

23×271 Posts
Default

Quote:
Originally Posted by chalsall View Post
We agree. You have done some great work.

This is a philosophical debate.

If you haven't yet read it, Neal Stephenson's "In the Beginning was the Command Line" is a worthwhile read.
+1 Indeed. I am sure I am not the only one who really appreciates misfit.

Last fiddled with by kracker on 2013-03-22 at 00:39
kracker is offline   Reply With Quote
Old 2013-03-22, 00:40   #70
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

32816 Posts
Default

Quote:
Originally Posted by chalsall View Post
We agree. You have done some great work.

This is a philosophical debate.

If you haven't yet read it, Neal Stephenson's "In the Beginning was the Command Line" is a worthwhile read.
I just downloaded it. I'll read it tonight.

THANKS
swl551 is offline   Reply With Quote
Old 2013-03-22, 00:41   #71
Mini-Geek
Account Deleted
 
Mini-Geek's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

17·251 Posts
Default

Quote:
Originally Posted by swl551 View Post
If you wanted to author a class in .net that can upload the results via primenet API I would put that into MISFIT.
You and/or Aramis might find my .Net code that accesses PrimeNet's API a good starting point, then. I mentioned it previously in a thread asking about the API, but haven't really touched it since about that time. If either of you think that might be useful, I shall clean out any personal details (e.g. my GUIDs) and upload it for you.
Mini-Geek is offline   Reply With Quote
Old 2013-03-22, 00:59   #72
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23×101 Posts
Default

Quote:
Originally Posted by Mini-Geek View Post
You and/or Aramis might find my .Net code that accesses PrimeNet's API a good starting point, then. I mentioned it previously in a thread asking about the API, but haven't really touched it since about that time. If either of you think that might be useful, I shall clean out any personal details (e.g. my GUIDs) and upload it for you.
I would love to look at it.

Thanks
swl551 is offline   Reply With Quote
Old 2013-03-22, 01:56   #73
Mini-Geek
Account Deleted
 
Mini-Geek's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

17·251 Posts
Default

Quote:
Originally Posted by swl551 View Post
I would love to look at it.

Thanks
Here you are. The code is not particularly clean or documented, but it is functional for its originally intended purpose of submitting TF results from a "results.txt" file (at least, with a valid guid in "g", which I had borrowed from one of my computers but changed to all-zeroes in the attached file). I will be happy to assist/explain where needed, and hope you find it useful.
Attached Files
File Type: zip PrimeNetSubmit.zip (4.7 KB, 69 views)

Last fiddled with by Mini-Geek on 2013-03-22 at 01:59
Mini-Geek is offline   Reply With Quote
Old 2013-03-22, 02:58   #74
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23×101 Posts
Default

Quote:
Originally Posted by Mini-Geek View Post
Here you are. The code is not particularly clean or documented, but it is functional for its originally intended purpose of submitting TF results from a "results.txt" file (at least, with a valid guid in "g", which I had borrowed from one of my computers but changed to all-zeroes in the attached file). I will be happy to assist/explain where needed, and hope you find it useful.
It looks very clean. U used some c# syntax I am unfamiliar with so I will need to read up to grasp its true slickness.

On the other hand primenet does not impress due to its lack of a user based authentication model. It is also seriously outdated since the advent of web-services. Chalsall I hope you are not modeling your api like primenet.

Nice work!

Last fiddled with by swl551 on 2013-03-22 at 03:00
swl551 is offline   Reply With Quote
Old 2013-03-22, 12:56   #75
Aramis Wyler
 
Aramis Wyler's Avatar
 
"Bill Staffen"
Jan 2013
Pittsburgh, PA, USA

23×53 Posts
Default

Heh, the primenet api may be archaic but I thought it was well expressed and complete. Challsall's must be pretty similar for prime95 to be working with it. Besides, who wants to right 2 different sets of code, one for primenet and one for gpu72? :)
Aramis Wyler is offline   Reply With Quote
Old 2013-03-22, 13:06   #76
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23×101 Posts
Default

Quote:
Originally Posted by Aramis Wyler View Post
Heh, the primenet api may be archaic but I thought it was well expressed and complete. Challsall's must be pretty similar for prime95 to be working with it. Besides, who wants to right 2 different sets of code, one for primenet and one for gpu72? :)
Given his influence I'd expected he proposed a better design for both systems.
swl551 is offline   Reply With Quote
Old 2013-03-22, 13:22   #77
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

2·5·7·139 Posts
Default

Quote:
Originally Posted by swl551 View Post
Given his influence I'd expected he proposed a better design for both systems.
I have very little influence on Primenet.

And to be honest, I don't find the Primenet API to be terribly bad. It's not SOAP nor REST, to be sure, but it's functional. Also, sorry to disappoint, but the GPU72 API is very similar.
chalsall is online now   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
a lyric finding tool MattcAnderson Soap Box 1 2017-01-01 15:18
Auto-XYYXF tool fivemack NFS@Home 3 2016-07-06 04:01
TF fetching/reporting toolkit for Linux swl551 PrimeNet 20 2014-06-19 15:00
GPU72's fetching/reporting API Aramis Wyler GPU to 72 44 2013-04-10 13:41
tool to help with Top 5000 list Mini-Geek Lounge 6 2008-05-04 03:19

All times are UTC. The time now is 14:50.


Fri Jul 16 14:50:52 UTC 2021 up 49 days, 12:38, 2 users, load averages: 0.90, 1.38, 1.60

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.