mersenneforum.org  

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

Reply
 
Thread Tools
Old 2013-03-21, 21:36   #56
Aramis Wyler
 
Aramis Wyler's Avatar
 
"Bill Staffen"
Jan 2013
Pittsburgh, PA, USA

23×53 Posts
Default

Thanks, Dubslow, I can work with that.
Aramis Wyler is offline   Reply With Quote
Old 2013-03-21, 22:19   #57
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23·101 Posts
Default

Quote:
Originally Posted by Aramis Wyler View Post
Oh, is misfit windows only?
(answering part of Kracker's x-platfrom question along with your question)

MISFIT is .NET 4 and calls several PINVOKEs so it is pretty much windows only. I have no knowledge of any emulator supporting that configuration on a non-windows platform.

The workfetcher is .NET 4.0, but does not call any PINVOKES, so it could run on something like MONO. No first hand proof.

If you were to write code expecting me to consume it I would need it to be C# compatible with .NET 4 or below.

I hope that helps clarify what's what with the existing code.
swl551 is offline   Reply With Quote
Old 2013-03-21, 22:37   #58
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

262716 Posts
Default

Quote:
Originally Posted by kracker View Post
I think chalsall was thinking "cross-platform"
Indeed I was.

I believe the common "management term" is SaaS (Software as a Service).

Amongst geeks its just "let us agree on a GET and a response... If the management demands it, let's call this REST, or SOAP...."
chalsall is offline   Reply With Quote
Old 2013-03-21, 22:40   #59
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

9,767 Posts
Default

Quote:
Originally Posted by swl551 View Post
I hope that helps clarify what's what with the existing code.
This is a sincere question Scott.

Have you ever tried working in the *nix space?
chalsall is offline   Reply With Quote
Old 2013-03-21, 23:00   #60
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23×101 Posts
Default

Quote:
Originally Posted by chalsall View Post
This is a sincere question Scott.

Have you ever tried working in the *nix space?
I wrote a perl utility in 97 and a very simple Java Gui utility circa 2004. I've already stated C and C++ are not my thing. (other threads).

So to make MISFIT *nix could take two paths based on my potential

1. MONO if I get rid of the Pinvokes (calling Windows Dlls)
2. Java, full re-write.

No one has expressed any interest on MONO when we discussed it before so I never pursued ensuring compatibility. I did read up on MONO from a previous conversation and it appears it would run with little modification.

Let me reverse the question...

What language and development platform is best suited to cross platform where the language is not c,C++ and includes a rich GUI forms tool set?

Last fiddled with by swl551 on 2013-03-21 at 23:02
swl551 is offline   Reply With Quote
Old 2013-03-21, 23:24   #61
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

100110001001112 Posts
Default

Quote:
Originally Posted by swl551 View Post
Let me reverse the question...

What language and development platform is best suited to cross platform where the language is not c,C++ and includes a rich GUI forms tool set?
I would argue that a "rich GUI" is antithesis to cross platform.

Given that, I would argue Perl is about as perfect as you can get...

Last fiddled with by chalsall on 2013-03-21 at 23:24
chalsall is offline   Reply With Quote
Old 2013-03-21, 23:49   #62
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

722110 Posts
Default

Quote:
Originally Posted by chalsall View Post
I would argue that a "rich GUI" is antithesis to cross platform.

Given that, I would argue Perl is about as perfect as you can get...
Not necessarily. The Qt and GTK+ toolkits are more-or-less cross platform, and have bindings for many languages.
Dubslow is offline   Reply With Quote
Old 2013-03-22, 00:00   #63
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

262716 Posts
Default

Quote:
Originally Posted by Dubslow View Post
Not necessarily. The Qt and GTK+ toolkits are more-or-less cross platform, and have bindings for many languages.
This is sincere...

Write a Perl script which can open a window under Windows and say "Hello World" with an OK button without the user having to install a whole bunch of stuff they don't already have.
chalsall is offline   Reply With Quote
Old 2013-03-22, 00:09   #64
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

3×29×83 Posts
Default

Quote:
Originally Posted by chalsall View Post
This is sincere...

Write a Perl script which can open a window under Windows and say "Hello World" with an OK button without the user having to install a whole bunch of stuff they don't already have.
I couldn't.

Nor could I do what I suggested either.

(I have been trying to avoid GUIs as much as possible. It's a lot of code and pain for little gain, at least for me )
Dubslow is offline   Reply With Quote
Old 2013-03-22, 00:26   #65
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

14508 Posts
Default

I'm sure everyone can agree I have put considerable time into writing MISFIT. I would downgrade a few pieces to have a MONO compatible version if someone cared enough to actually ask for it. I rarely say no to the feature requests the community has asked for.

If no one is willing to try the MONO route I am absolutely unwilling to do a more time consuming rewrite first.

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

23·53 Posts
Default

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 Wyler is offline   Reply With Quote
Reply

Thread Tools


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 09:48.


Mon Aug 2 09:48:06 UTC 2021 up 10 days, 4:17, 0 users, load averages: 1.31, 1.29, 1.29

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.