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 2675 - 2704 of 5360   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2675
The whole thing looks highly suspicious to me :-) However, APL has one of the highest comment-to-vote ratios, so that looks "healthy"(?) There clearly seemed...
Morten Kromberg
mkrom_dyalog
Offline Send Email
Dec 1, 2006
8:54 am
2676
Hi, in order to stress-test an ASP.NET-app, I wrote a little tool that uses the IWebBrowser2-Class to do some 'scripted surfing'. Unfortunately, when running...
Michael Baas
mibaas
Offline Send Email
Dec 1, 2006
9:10 am
2677
... If I had to stress test (not the case until now, but who knows what the future reserves), I would check Microsoft's tool to do stress test of websites....
Stefano Lanzavecchia
lstefano2001
Offline Send Email
Dec 1, 2006
9:40 am
2678
... [SNIP] . . . ... APL, folks are mistakenly voting for what they think is apple script . . . . . . but i'll live with the hanging chad butterfly ballot...
TonyC
tclviii-dyalog@...
Send Email
Dec 1, 2006
4:41 pm
2679
I don't think so . Apple Script isn't even listed at http://en.wikipedia.org/wiki/APL . ... -- Bob Armstrong -- www.CoSy.com -- 719-337-2733 Nascent 4th.CoSy...
Bob Armstrong
boba10038
Offline Send Email
Dec 1, 2006
9:11 pm
2680
http://www.irfanview.com/ is even recommended by the US Patent office . It allows setting the alpha channel transparency color on a number of formats . The...
Bob Armstrong
boba10038
Offline Send Email
Dec 1, 2006
9:18 pm
2681
... . . . How do we know that?...
Chris Hogan
hmw4xtra
Offline Send Email
Dec 2, 2006
12:10 am
2682
IINM, there are multiple ways to get ASP.NET to keep track of sessions. One is cookies; there are others. Are you in control of the ASP.NET app, or are you...
J. Merrill
jamesvmerrill
Offline Send Email
Dec 2, 2006
2:58 am
2683
Well, in this case I am (more or less) in control of the server. It is using cookies to store the sessionid and basically this is the approach that was chosen...
Michael Baas
mibaas
Offline Send Email
Dec 3, 2006
2:00 pm
2684
... The sessionID is stored in a cookie on your PC. Every time you delete the file containing the cookie the sesssionID will be renewed. -- Best Regards Tommy...
Tommy Johannessen
tommy_johann...
Offline Send Email
Dec 3, 2006
10:32 pm
2685
Hi All, i have just connected two different joysticks, with good recognization by windows 2000. All tests in (Parameters>conf' panel>game controler) are ok. No...
Yéyéti
yeti1025
Offline Send Email
Dec 4, 2006
3:15 pm
2686
Thanks Tommy, BUT I do not want to delete the cookie, because the session using that Id is still alive. But when I launch a 2nd session, I want to get a new...
Michael Baas
mibaas
Offline Send Email
Dec 5, 2006
8:18 am
2687
... Haven't heard anything more, so a) I screwed up my original reply b) I've been sent to Coventry or c) No-one's shown much interest. Assuming that it's (c)...
Dick Bowman
bertybullfrog
Offline Send Email
Dec 5, 2006
8:45 am
2688
Hi all, I just had a customer complaining that his screenshot-program (which uses the 3 hotkeys mentioned above) doesn't work with DLS. Well, I take my ...
Michael Baas
mibaas
Offline Send Email
Dec 5, 2006
8:59 am
2689
We replied on Sunday to everyone who expressed interest in our workshop. All but one of them are in the US, and we're discussing what looks like about a week...
Stephen Taylor
sjt52
Offline Send Email
Dec 5, 2006
10:22 am
2690
... well, not quite everyone . . . ... a WEEK?? man a week off of tough to arrange ... Oh . . . a week in PENNSYLVANIA . . . like Scranton Pennsylvania? So it...
TonyC
tclviii-dyalog@...
Send Email
Dec 5, 2006
2:48 pm
2691
... I will not be taking this project any further....
Dick Bowman
bertybullfrog
Offline Send Email
Dec 10, 2006
8:51 am
2692
While I am able to make a connection and to read data from Oracle, in an attempt to use SQATEST with the Oracle driver, I get the following error message: ...
Ed Shaw
thetrainsthe...
Offline Send Email
Dec 11, 2006
7:07 pm
2693
Hi Ed, You should be able to run the test by providing a nested right argument: SQATEST 'orcl' 'password' 'user' Note password first, then the user id...
Morten Kromberg
mkrom_dyalog
Offline Send Email
Dec 11, 2006
10:17 pm
2694
<ignorant on internals of interpreter> I notice that on large vectors: v[i] is often significantly faster (5x) than: b/v even after the expense of converting...
Paul S. Mansour
psmansour2000
Offline Send Email
Dec 12, 2006
3:51 pm
2695
This does seem a little strange - will investigate. I don't know if the chars will make it through the email system but I tried the following: Dyalog APL/W...
John Scholes
jmscholes
Offline Send Email
Dec 12, 2006
5:21 pm
2696
... Cannot but agree - my 10.1.2 gave totally different result with the same example: the boolean vector was 50% quicker than indexing. Perhaps I shouldn't...
Veli-Matti
vmjantunen
Offline Send Email
Dec 12, 2006
6:35 pm
2697
I didn't bother to do the 1,000 length example (no longer a "large" vector IMO), but my results (with 10.1.2) for 100,000 and 1,000,000 were in line with...
David Barg
mdaadvisors
Offline Send Email
Dec 12, 2006
7:48 pm
2698
... the same ... On further investigation, in V11, it appears that the speed of boolean selection versus indexing is quite sensitive to the number and...
Paul S. Mansour
psmansour2000
Offline Send Email
Dec 13, 2006
2:51 am
2699
... I don't think this is a V11 difference. I tried this on V11, V10.1, V10.0 and V9. Only in V9 was the indexing slower. This is because the slash-iota idiom,...
John Scholes
jmscholes
Offline Send Email
Dec 13, 2006
10:01 am
2700
... The difference seems to be the number of elements involved in the indexing, if most of the elements of bm are true, b/v is faster. vecâ†?10000000â´100 ...
Joakim HÃ¥rsman
joakim.harsman
Offline Send Email
Dec 13, 2006
10:49 am
2701
Where are the latest patches for 10.1.3 and 11.0.1? The last patches I see on www.dyalog.dk/dss/dss.htm is the following: 10.1.1 (DV) DLL 16 Jul 2004 3588096...
Paul
pablo2some
Offline Send Email
Dec 14, 2006
4:26 am
2702
Thanks for the heads up - we're on the case. John. ... From: Paul To: dyalogusers@yahoogroups.com Sent: Thursday, December 14, 2006 4:25 AM Subject:...
John Scholes
jmscholes
Offline Send Email
Dec 14, 2006
9:14 am
2703
The patches should be OK now, please try again. John. ... From: Paul To: dyalogusers@yahoogroups.com Sent: Thursday, December 14, 2006 4:25 AM Subject:...
John Scholes
jmscholes
Offline Send Email
Dec 14, 2006
7:39 pm
2704
... I'm not sure that it's 100% yet... Took a quick look this morning and saw new build is 8880abfe (I may be wrong on this). Downloaded 11.0.1 to get myself...
Dick Bowman
bertybullfrog
Offline Send Email
Dec 15, 2006
2:48 pm
Messages 2675 - 2704 of 5360   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