What is the best way to wait for a TCP callback which fills a buffer after 3-12 'sockread's'. In 'sockread' I set a flag when then last message comes in, but...
Paul, Use []DQ. Check "...\samples\tcpip\..." workspaces. They contain good examples of how to build server/browser applications in APL. In your example while...
I have two AP's that are started when my .net class first gets loaded. My problem is that they don't close when the .net interface is closed. Is there a...
this article had a blurb on the front page of the ny times today: July 4, 2004 'The Apprentice' Without TV, Trump or a High-Salary Job By DAVID KOEPPEL SIXTEEN...
Andrey: Did you read the article in last Sunday's Times article? Well, I'm quit upset because: What we did wasn't anything like the apprentice, and it didn't...
Brooke Allen
brookea@...
Jul 7, 2004 8:06 pm
811
I meant Bob, not Andrey...I was writing something similar to a different friend. ... From: Brooke Allen [mailto:brookea@...] Sent: Wednesday, July 07,...
Brooke Allen
brookea@...
Jul 7, 2004 8:11 pm
812
... Expect it Brooke . I think you got remarkably positive coverage overall . But shouldn't you have gotten permission from someone in the government before...
... Brooke, virtually every reporter has an agenda. Whether it be the need to satisfy his editor's biases or a genuine feeling that he's changing the world, a...
Hey, Brooke, YOU MADE IT INTO THE NEW YORK TIMES!!! Really, that's all that matters. I remember hearing right out of college that it was just gettting your...
Maria: There is an adage that bad publicity is better than no publicity. I'm now trying to be open to believing that. In truth, I'm finding things out: My...
Brooke Allen
brookea@...
Jul 8, 2004 1:40 pm
816
I have attempted to help set the record straight here: http://www.baristanet.com/barista/2004/07/setting_the_new.html go take a look and feel free to add your...
I noticed that when I do an expression such as this one (alpha)(omeag)pick A, it is much slower than (omega)pick(alpha)pick A when doing it in large numbers or...
This surprised me too, until I looked into the interpreter's C code and did some experiments. If '>' stands for <pick> in the following, we have two cases: 2...
... -> dyalogusers@yahoogroups.com Hi Does any one have a Dyalog workspace that can act as an FTP server? Background: I am looking for ideas on how to solve a...
RAY CANNON CDJ
RAY.CANNON@...
Jul 14, 2004 1:34 pm
821
... Sorry, but I don't. Writing a full FTP server following the specs in the RTFs is not difficult, but not even trivial, and it's not an exercise I've ever...
Try this copy of "aslgreg". the regression "shelf" of an APL stats library developed by Alan Sykes and others as part of an initiative agreed at Gregynog....
... -> dyalogusers@yahoogroups.com Hi Problem solved! (Printing STSC APL*PLUS MF code via Dyalog APL/W on a PC) Breakthrough: Finding the IP address of the...
RAY.CANNON@...
Jul 16, 2004 8:20 am
825
Mike, Thanks for the info, unfortunately I subscribe to the "digest" version of the "dyalogusers" list, which doesnt include attachments, and when i go to ...
Norbert, Try using the reshape to replace the take. Your code will cook even faster. Reshape is the fastest apl function. It is the primitive of all...
How can I disable the Status window upon OLEClient errors ? Though I use Trap-Else-EndTrap control structures around any critical ADOBD calls and handle these...
RE: [dyalogusers] How To Disable Status Window Your runtime applications should be OK, I think they only appear in develop mode ... ? John Miller ... From:...
John Miller
JohnMiller@...
Jul 21, 2004 12:11 am
829
RE: [dyalogusers] How To Disable Status WindowThank you John, I were not aware about a session menue item "Tools -> Auto Status". After unchecking it, the...
Some questions on traditional Dyalog APs : Are Dyalog C-Utility Functions (APs) like XUTILS still in widespread use? Has anyone re-engineered them into a .Net...
... widespread use? We still use XUTILS. From time to time I try and get rid of it, especially when some new version of Dyalog comes out, but the task usually...