Search the web
Sign In
New User? Sign Up
dyalogusers · Dyalog APL
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4891 - 4920 of 5366   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4891
thanks Alexander, my email is tclviii-dyalog@... ... From: Alexander Skomorokhov <askom@...> Subject: Re: [dyalogusers] Quantile Regression in...
TonyC
tonymcorso
Offline Send Email
Apr 1, 2009
7:28 am
4892
... and if Value is the Default Property of A, I think: Object.Property[⌷A] From: Dan Baronet [mailto:dbaronet@...] Sent: 31. marts 2009 21:19 To:...
Morten Kromberg
morten_kromberg
Offline Send Email
Apr 1, 2009
9:39 am
4893
... True, but the length of the indexer and the result (or assignment) will only work out to be the right length in some cases, by accident (for a scalar...
Paul S. Mansour
psmansour2000
Offline Send Email
Apr 1, 2009
11:52 am
4894
In the same vein I put a .Net based class to show how to create graphics on the APL Wiki. It uses the Mandelbrot Set as example. You can see the code at   ...
Dan Baronet
dbaronet
Online Now Send Email
Apr 1, 2009
12:05 pm
4895
Correct. On all counts. ... True, but the length of the indexer and the result (or assignment) will only work out to be the right length in some cases, by...
Dan Baronet
dbaronet
Online Now Send Email
Apr 1, 2009
12:10 pm
4896
I always assumed working with simple data was quicker than nested. Below shows use of two operators: mf matches results from two functions; cf compares their...
Phil Last
aphillast
Offline Send Email
Apr 2, 2009
1:41 pm
4897
Can anyone suggest a cheap and cheerful source for printing simple graph plots basically of the Y1, Y2, Y3.. versus time type, superimposed, on a single page....
David Hoyle
primale2003
Offline Send Email
Apr 2, 2009
1:49 pm
4898
Have you tried {=⌿0=4 100 400∘.|⍵} ? ... From: Phil Last <phil.last@...> Subject: [dyalogusers] outer product vs enclose To:...
Dan Baronet
dbaronet
Online Now Send Email
Apr 2, 2009
2:53 pm
4899
Is there anyone out there with experience of integrating APL with "Web Sphere"? If so, I'd be interested to hear about the experience - please write to...
Morten Kromberg
morten_kromberg
Offline Send Email
Apr 2, 2009
2:53 pm
4900
David, I may send you my plot functions based on aP207 emulator for Dyalog APL (there was an article in Vector about this). I am not sure on "cheerful", but...
Alexander Skomorokhov
iatetd
Offline Send Email
Apr 2, 2009
3:04 pm
4901
... Right! Faster still. I thought inner product was always faster than running the reduction afterwards. I might just have to check out a few ∨.≠ and such...
Phil Last
aphillast
Offline Send Email
Apr 2, 2009
5:25 pm
4902
I've got an application that figures out option prices on the fly, and its speed is ok for now, but if I want to trade different underlying markets I'll have...
TonyC
tonymcorso
Offline Send Email
Apr 2, 2009
9:54 pm
4903
I've got an application that figures out option prices on the fly, and its speed is ok for now, but if I want to trade different underlying markets I'll have...
TonyC
tonymcorso
Offline Send Email
Apr 2, 2009
9:54 pm
4904
Not sure this applies here but have you looked into mapped files? You could have a single shared 'variable' accessible by multiple tasks outside the ws.   ......
Dan Baronet
dbaronet
Online Now Send Email
Apr 3, 2009
1:19 am
4905
well, if I used mapped files it wouldn't be in RAM but on disk, probably slower to take it off the disk than retrieve it from RAM ... From: Dan Baronet...
TonyC
tonymcorso
Offline Send Email
Apr 3, 2009
1:51 am
4906
It used to be a common technique to use some of RAM for files. If that can be done then synchronizing the RAM file from a disk copy before real use should be...
Ross Hale
ross.hale
Offline Send Email
Apr 3, 2009
2:09 am
4907
As long as you have enough RAM there’s no difference between a memory mapped file and a variable in a WS. For any modern OS, memory is just a fast cache of...
Stefano Lanzavecchia
lstefano2001
Offline Send Email
Apr 3, 2009
7:23 am
4908
What about using the Dyalog TCP/IP toolkit for remote execution? You could then fire-up one large WS (with the data pre-oaded plus the handful of...
Peter Merritt
prmerritt_mbx
Offline Send Email
Apr 3, 2009
8:44 am
4909
Since version 12.0, Dyalog includes Causeway RainPro for free (as well as SharpPlot and NewLeaf), which is probably the best solution for your needs. ...
Nicolas Delcros (dyal...
nicolas@...
Send Email
Apr 3, 2009
9:22 am
4910
I have a client server application that uses a SQL database and ODBC. I need to capture the SQL statements that the client is sending to the server. Does...
neeraj_gupta_us
Offline Send Email
Apr 3, 2009
12:49 pm
4911
Neeraj, You can enable tracing from the ODBC Data Source Administrator "Tracing" tab (Control Panel | Administrative Tools | Data Sources). That will log all ...
Morten Kromberg
morten_kromberg
Offline Send Email
Apr 3, 2009
2:08 pm
4912
With the increasing number of Dyalog newbies, we have been asked to look into the possibility of producing some "APL Keyboards". So, we are considering having...
John Scholes
jmscholes
Offline Send Email
Apr 3, 2009
3:26 pm
4913
Morten: I have tried tracing. It shows the ODBC API calls such SQLAllocEnv, handles etc but no SQL statements. A colleague in the past used a program that gets...
neeraj_gupta_us
Offline Send Email
Apr 3, 2009
3:46 pm
4914
Personally, I'm not interested. Rant follows... [0] Elsewhere there are reports that laptops are eating away at the desktop market - not sure how true this is....
Dick Bowman
bertybullfrog
Offline Send Email
Apr 3, 2009
3:53 pm
4915
I wonder if some kind soul will help me with a []NA problem. I am trying to use FileTimeToSystemTime that converts a standard file time (a FILETIME structure...
cross080144
Offline Send Email
Apr 3, 2009
5:13 pm
4916
David, You might consider using the .NET interface capability. The .NET namespace System.IO has a FileInfo class that is fairly simple to use. It inherits from...
Ross Hale
ross.hale
Offline Send Email
Apr 3, 2009
6:31 pm
4917
Ross, Thanks for that. However, it is not the standard time info for a file that I am trying to convert, but rather a FILETIME structure which could be...
David Crossley
cross080144
Offline Send Email
Apr 3, 2009
7:24 pm
4918
Not sure what you mean by a "structure of 2 DWORDS" but if you're referring to numbers I find arithmetic is quite a good start....
Phil Last
aphillast
Offline Send Email
Apr 3, 2009
8:24 pm
4919
Hi David, Hopefully the .NET System.DateTime is the Swiss Army knife for the job. That is in .NET namespace System and made available by ⎕using←’’...
Ross Hale
ross.hale
Offline Send Email
Apr 3, 2009
9:15 pm
4920
That is not my experience... SQLPrepare is also an ODBC API call and the statement is one of the parameters. From a log created this morning: dyalog...
Morten Kromberg
morten_kromberg
Offline Send Email
Apr 4, 2009
6:28 am
Messages 4891 - 4920 of 5366   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help