Re: Intelligent Agents......

2004-02-16 Thread Pierre Sahores
Dear All, Thanks Alain, for sharing this,... Runs perfectly after opened it under both HC 2.4.1 and Rev 2.1.2... Electronics.rev.sit Description: Macintosh archive Le 16 févr. 04, à 08:33, Chipp Walters a écrit : I have a HyperCard-based example of a forward-chaining rule-based inference

Re: Mail

2004-02-16 Thread Shari
=== If you just want to email from a CGI on a machine your control, you may want to try using shell() with sendmail. What platform? OS X has a broken sendmail configuration, but there are article on Apple and Oreilly sites for fixing it Right and on Panther (10.3) OS X has Postfix instead

Re: The Get-Post option...

2004-02-16 Thread Shari
you need to make sure that your webserver supports file uploads, and then you'll need to take a look at where the file gets transfered to.. (in PHP it gets uploaded to the TEMP folder and needs to get moved after).. -Sean I believe it does. But this opens up another question... using FTP to

Re: The Get-Post option...

2004-02-16 Thread Shari
I think you are misunderstanding the meaning of post. POST sends a request in POST-format to a url, e.g. a CGI app. I think what you are looking for is an FTP upload? put userList into url ftp://www.someurl.com/list.txt; OR If you had a CGI that adds a name, you could do something like: get

Re: The Get-Post option...

2004-02-16 Thread Alain Farmer
Hello Shari, I think you are misunderstanding the meaning of post. POST sends a request in POST-format to a url, e.g. a CGI app. Both methods ( GET and POST ) submit a request to a web server. Plus the responding appl on the server-side is not necessarily using the CGI protocol. You could

Re: Intelligent Agents......

2004-02-16 Thread Alejandro Tejada
on Sun, 15 Feb 2004 Richard MacLemale wrote: For a couple of years I've thought about how cool it would be to write software that would do something similar to what MOSI had. On one level, it could be done purely as entertainment - get 6 people on six computers in one lab, get six people

Re: Intelligent Agents......

2004-02-16 Thread jbv
On the topic of this link : http://www.sltrib.com/2004/Feb/02082004/business/136566.asp AFAIR someone mentioned Terminator, but did anyone noticed that Stephen Thaler's Creativity Machine Paradigm has been used to design warheads for US Air Force ? JB

Re: Intelligent Agents......

2004-02-16 Thread Alain Farmer
Hello Pierre, Thanks Alain, for sharing this,... My pleasure. :) Runs perfectly after opened it under both HC 2.4.1 and Rev 2.1.2... That's quite a *feat*, indeed, because I have never used Rev before nor do I have it on any of my machines. Thank Runtime I guess, for insuring such good

Re: Intelligent Agents......

2004-02-16 Thread Alain Farmer
Hello Chipp, Alain, any chance your stack (and/or the accompanying stack on Neural Nets) be converted to RR? I'm mostly on PC and don't have HC. I don't know how much trouble it would be, but if it's easy... Plug-and-play, apparently. Pierre has graciously answered for me. :) Are we

Re: Mail

2004-02-16 Thread Alex Rice
On Feb 16, 2004, at 6:14 AM, Shari wrote: Other people will be sending me emails, from inside of my program, from both Mac and Windows computers. Wouldn't targeting Postfix or Sendmail be specific only to a few computers? The goal is to use SMTP to go around specific programs, so that it

Re: Mail

2004-02-16 Thread [EMAIL PROTECTED]
have you tried using libSmtp? or even rolling something of your own? SMTP is a very simple protocol, and if you need a hand (either writing your own or with libSmtp) feel free to contact me.. -Sean ___ metacard mailing list [EMAIL PROTECTED]

Re: The Get-Post option...

2004-02-16 Thread [EMAIL PROTECTED]
I believe it does. But this opens up another question... using FTP http uploads bypasses the need for ftp.. to upload files, wouldn't that mean my program would have to have my username and password built into it? Doesn't sound like a very no user/password required (unless you

RE: Intelligent Agents......

2004-02-16 Thread Chipp Walters
Thanks both Pierre and Alain! best, Chipp ___ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard