Helpless mavericks can't spot a consensus without wondering what flouting it might make possible. Everyone I've heard on the subject agrees an application...
I think it depends strongly on the type of application. As I know (because we are both member of the same team) Stephen is talking about an application which...
This campaign is about Human beings, Democracy, UNHCR, Refugees, The Iraqis, Islam, Kurds, Human rights, Respect, Money, Donations, Angelina Jolie, Pavarotti,...
fresher_resum11@...
Apr 4, 2006 4:50 pm
2131
I like this idea. It opens up a new concept of a record in which each piece of data is stored in a suitable encapsulation, even in storage. As long as the...
Hello, I have an MDA Pro PDA from the German T-Mobile. The OS is Windows Mobile 2005. I tried to install Pocket APL on my PDA. The I start APL, I see no menu...
Marcus, We have had a number of reports of problems with Windows Mobile 2005. We're a bit snowed under right now with crossing the t's and dotting the i's on ...
Work-in-progress attached. Unzip into a folder somewhere and launch the DWS. SJT ... From: dyalogusers@yahoogroups.com [mailto:dyalogusers@yahoogroups.com]On ...
As I see it, "Platform Independence" is a special case of possibly wanting multiple views of the data. If you need to do analysis of thousands of these ...
... Thank you for posting the code - as the saying goes, a line of code is worth a thousand comments Reminds me somewhat of an application I worked on for a...
... It's my impression that it was the group around Arthur at Morgan Stanley , not Arthur himself , who came up with the notion of the "electric" GUI in which...
Dyalog is pleased to announce that "Release Candidate 2" of Version 11.0 will be available to customers with current support contracts on Thursday April 13th....
Hi, Anyone know the relationship between a Dyalog IDN and an ExcelDateNumber? (Empirically, they both seem to consider Jan. 1, 1900 as unity, but then they get...
Jim, Here is a link that would explain the difference better than me: http://www.calendarhome.com/converter/excel.html Since we are on the subject, the...
That explains everything. Thanks. ________________________________ From: dyalogusers@yahoogroups.com [mailto:dyalogusers@yahoogroups.com] On Behalf Of Andrew...
I want to use the lowest possible set of integers to represent the information in a given integer vector. For example: I have: A<-5 0 0 1 0 3 3 5 I want: 3 0 0...
... Yes, how spoiled we get with the best interpreter of the best language! I thought there might be some fancy application of double grade up or some such...
Yeah, I thought that too... but all the meshes I tried didn't simplify it one bit. Still, you can get rid of the "step" with a dfn--sort of. ... From: "Paul...
(A{ne}0){times}(sort {nub}A~0){iota}A -- I cannot get rid of any more lines. ... BSc(Math) UNBF'83 Sapere Aude | APL: If you can say it, it's done.. ...
Morten; You indeed caught my J accent, possibly from my use of sort and {nub} (which is not a universal APL primitive, only a function which was implemented in...
Paul can speak for himself of course, but it seems to me that Morten's suggestions don't yield quite what he asked for; a close APL relative of J's monadic =...
Just a comment , not a solution : monadic = in K , named "group" returns the indices of the classification matrix = 5 0 0 1 0 3 3 5 ( 0 7 ; 1 2 4 ; ,3 ; 5 6 ) ...
Mike; (The enhance-the-interpreter vs. enhance the library debate continues.) The timestamp on "nub", which I built in APL+: 19861021 ~. (or Nub) post-dates J,...
We have a very annoying hacker, and haven't figured out yet how he's getting in. ... From: dyalogusers@yahoogroups.com [mailto:dyalogusers@yahoogroups.com]On ...
Certainly "unique" on simple arguments dates back to the `60s . In K , it is monadic "?" . ... -- Bob Armstrong -- http://CoSy.com -- 719-337-2733 Why I left...
Fair enough! But I was really talking about J's self-classify primitive "=" which Morten introduced, for which I pointed out that {w {jot}.{eq} {nub} w} is...