Re: [Jgeneral] Not J but Rosetta and ...

2023-11-22 Thread 'Mike Day' via General
It also occurs if you follow the link to a particular problem—it’s not just > the homepage. > > https://rosettacode.org/wiki/ADFGVX_cipher#J > > Ed > >> On Nov 22, 2023, at 4:34 AM, 'Mike Day' via General >> wrote: >> >> ... some J-ers are active in R

[Jgeneral] Not J but Rosetta and ...

2023-11-22 Thread 'Mike Day' via General
... some J-ers are active in Rosetta tasks. Anyone else getting this @ Rosettacode.org? " MediaWiki internal error. [line space] Original exception: [552509b697f96f15d6125f69] 2023-11-22 10:17:29: Fatal exception of type "InvalidArgumentException". [line space] Exception caught inside exception

Re: [Jgeneral] Matlab .mat file format reader?

2023-11-14 Thread 'Mike Day' via General
Don't know, but Google tells me you can do so in R, and there's an R interface in addons/stats/r. Might get you started, Mike Sent from my iPad > On 14 Nov 2023, at 04:10, Devon McCormick wrote: > > Has anyone written something to read Matlab ".mat" data files into J? > > Thanks... > >

Re: [Jgeneral] new jios release is pending

2022-11-21 Thread 'Mike Day' via General
ease >>> an >>>> upgraded addon or system script is to ship a new release. >>>> >>>> >>>> Apple provides a better way, viz. a "public database". I am >> investigating >>>> it. >>>> >>&

Re: [Jgeneral] new jios release is pending

2022-11-16 Thread 'Mike Day' via General
Thanks, Ian. I've just tried closing the edit tabs again. The last remaining tab showed , but this time, I got the warning message when I attempted to close it. No idea what's changed! So it seems you're ok there. I'll private message you with those verbs; I was getting round to the idea

Re: [Jgeneral] Rosetta Code: Levenshtein Distance

2022-11-15 Thread 'Mike Day' via General
t; > Henry Rich > > >> On 11/15/2022 7:03 PM, 'Mike Day' via General wrote: >> This is weird. I've copied & pasted from your msg below, defining a new >> "ld" , and compared its results with my earlier copy of levdist and named as >> such: &g

Re: [Jgeneral] Rosetta Code: Levenshtein Distance

2022-11-15 Thread 'Mike Day' via General
This is weird. I've copied & pasted from your msg below, defining a new "ld" , and compared its results with my earlier copy of levdist and named as such: ld 4 : 0 'a b'=. (x;y) /: (#x),(#y) D=. >: iz =. i.#b for_j. a do. D=. <./\&.(-) (>: D) <. (j ~: b) + |.!.j_index D end.

Re: [Jgeneral] new jios release is pending

2022-11-13 Thread 'Mike Day' via General
Thanks... it works! A couple/triple of things: I moved a saved user folder from iCloud back to jios. I'd removed the 3(?) sample scripts, try1 ... try3. The edit window seems to be preset with tabs for these scripts, showing , I think. "Close Tab" then works for try1 & try2, but J

Re: [Jgeneral] J903 crash

2022-11-10 Thread 'Mike Day' via General
That's odd! On this ipad, running ipados 15.7.1: (([:,&',' each}:),{:);:'cat dog mouse' ┌┬┬┐ │cat,│dog,│cat,│ └┴┴┘ JVERSION Engine: j903/j64/iOS beta-k: GPL3/2022-10-25T00:03:13 Platform: iOS/iPadOS Version: 903.1 52 Installer: App Store Contact: www.jsoftware.com

Re: [Jgeneral] new jios release is pending

2022-11-07 Thread 'Mike Day' via General
rk wrote: >> >> Yes. >> I don't know a way of turning off updates for individual apps. >> >>> On Mon, 7 Nov 2022 at 18:33, 'Mike Day' via General >>> wrote: >>> >>> I see that the option you mention applies to iOS & iPadOS

Re: [Jgeneral] new jios release is pending

2022-11-07 Thread 'Mike Day' via General
commend. If you're paranoid like me, you won't > upgrade until you're happy the new jios works for you. > > >> On Mon, 7 Nov 2022 at 09:27, 'Mike Day' via General >> wrote: >> >> Thanks, Ian >> >> “Switch off automatic updates “: does that mean >>

Re: [Jgeneral] new jios release is pending

2022-11-07 Thread 'Mike Day' via General
Thanks, Ian “Switch off automatic updates “: does that mean AppStore/account/notifications/new features & updates? … or something else under iPad/settings? Cheers, Mike Sent from my iPad > On 7 Nov 2022, at 01:33, Ian Clark wrote: > > Release 1.1 of j901 for iOS/iPadOS (current version

[Jgeneral] J901 for iOS: crash

2022-10-11 Thread 'Mike Day' via General
Mainly for Ian, I expect. I’ve been playing with Raul Miller’s “countdown” solution as listed in https://rosettacode.org/wiki/Countdown#J Actually, I’ve modified “task” slightly, in order to force the target number and the selection of the 6 numbers. Here’s a copy of a so far successful

Re: [Jgeneral] macOS and iPadOS no longer display J's bitmaps

2022-10-10 Thread 'Mike Day' via General
Please note that the viewmat function took some finding. The script ~system/viewmat.ijs does not define the function, other than this alias: viewmat_z_=: viewmat_jviewmat_ The full definition is in ~system/ios.ijs (I’ve just bought my own new iPad, getting fed up with too many apps failing

Re: [Jgeneral] i. into the middle of an array.

2022-08-26 Thread 'Mike Day' via General
roach would indeed be slower (since it's creating > a complete copy of the array). > > Also, virtual blocks (which speed up the }. approach) were introduced > in J807. I guess I need to roll up my sleeves and do some > benchmarking... > > Thanks, > > -- > Raul > >

Re: [Jgeneral] i. into the middle of an array.

2022-08-26 Thread 'Mike Day' via General
These seem simpler and are possibly quicker, at least in J701 on this oldish iPad: 100 (1{I.@E.) A NB. Fails if there’s no (second) 100 in A 719 100 ({.@}.@(I.@E.)) A NB. Returns 0 in that case 719 Easy to correct for such errors, of course. I tried A =. ?100#1000 find2 =: 13 :

Re: [Jgeneral] I. Intervals inconsistency?

2022-06-13 Thread 'Mike Day' via General
I’ve just tried that on this iPad, running J701, as it’s only at iOS 12: 1x 1x I.1x 1x 2 2 0 1x 1x I.1x 1x 1 1 IFIOS 1 Cheers, Mike Sent from my iPad > On 13 Jun 2022, at 09:41, Raul Miller wrote: > >> On Mon, Jun 13, 2022 at 2:35 AM Richard

Re: [Jgeneral] problem with web/gethttp

2022-03-30 Thread 'Mike Day' via General
Yes, 715 my mistake... I was trying to encapsulate the results. The last effort resulted in a null value. 715 is an intruder! The main question, to my mind, is whether you are seeing the expected behaviour here.gethttp works for me in other circumstances, so I don’t personally have a

Re: [Jgeneral] Fwd: Bug in J807/J902

2021-02-08 Thread 'Mike Day' via General
Agreed Sent from my iPad > On 8 Feb 2021, at 05:55, Raul Miller wrote: > > Actually, ... the numbers I was seeing suggested somewhat over 36GB > would be used. But the OS needs some memory also, and there wasn't any > benefit that I could see in being overly accurate, so I rounded that > to

Re: [Jgeneral] Bug in J807/J902

2021-02-07 Thread 'Mike Day' via General
Yes, ca 40MB is consistent with what I found with Windows’ Task Manager, Mike Sent from my iPad > On 7 Feb 2021, at 15:49, Raul Miller wrote: > > What does the ubuntu command line utility 'top' say about your system > while this is running? Also, how much memory do you have on your > system?

Re: [Jgeneral] J System for iPad?

2021-01-19 Thread 'Mike Day' via General
J701 still runs on this iPad, running iOS 12.4.9 . But, in response to your query, I’ve just installed it on my wife’s much newer iPad, running iOS 14.3. It seems ok there at first glance. Cheers, Mike Sent from my iPad > On 19 Jan 2021, at 21:15, 'robert therriault' via General >

Re: [Jgeneral] MathJax to Plain Text!?

2020-10-15 Thread 'Mike Day' via General
Thanks. Yes, agreed. I’ve avoided/not needed la/Tex in the past. Searching the J wiki throws up quite a few articles on rendering J and APL in laTex, but I didn’t find anything going the other way. I might have a look in Knuth’s mighty tomes. Cheers, Mike Sent from my iPad > On 15

Re: [Jgeneral] (Rescheduled) NYCJUG April meeting Wednesday 4/15, 18:30 EST

2020-04-16 Thread 'Mike Day' via General
Any chance of bringing it back to 17:30 est? Might still be ok for Fraser in NZ, and a bit more manageable in UK. Still late for Europe mainland, though, were anyone interested there. But it is of course a NY group! Anyway, hope you’re all ok, there. Mike Sent from my iPad > On 16 Apr

Re: [Jgeneral] /wiki/Guides/Component_Files

2020-03-30 Thread 'Mike Day' via General
What? Not addressed to moi? (Sorry to waste bandwidth!) Mike Sent from my iPad > On 30 Mar 2020, at 15:32, 'Jim Russell' via General > wrote: > > > >> On Mar 30, 2020, at 2:45 AM, Devon McCormick wrote: >> >> Yes, you are correct about "jfiles". I fixed it. > > Thank you for that! >

Re: [Jgeneral] /wiki/Guides/Component_Files

2020-03-30 Thread 'Mike Day' via General
Weird! But thanks for the special treatment, or should that be general treatment? And yes, both this iPad, and “Mailwasher” on the laptop show it as to me. Clicking on my moniker in the iPad mail system reveals “to (me)”, “other - general@j...” Mailwasher’s email info tab shows

Re: [Jgeneral] j on iphone

2019-06-23 Thread 'Mike Day' via General
And it’s a long while since I chipped in any monetary contribution for J, and I’ve stopped paying for a Dyalog licence, so could match Jim once or twice if required. Mike Sent from my iPad > On 22 Jun 2019, at 23:21, 'Jim Russell' via General > wrote: > > It’s been a while since I

Re: [Jgeneral] gethttp in IOS fails.

2018-11-21 Thread 'Mike Day' via General
spaces in the request >>> >>> data =: gethttp each get >>> >>> data=: ,/>fixcsv &.> data >>> >>> ) >>> >>> >>> main years >>> >>> ----------------

Re: [Jgeneral] gethttp in IOS fails.

2018-11-20 Thread 'Mike Day' via General
saving for various brands of heat-pumps for witch I have obtained sufficiently detailed specs.Now that I have made my choice, I can verify that the energy savings agree with the maker's promisses, taking into account local weather conditions. Robert Cyr On Mon, Nov 19, 2018 at 1:35 PM 'Mike Day' v

Re: [Jgeneral] gethttp in IOS fails.

2018-11-19 Thread 'Mike Day' via General
I tend to take the iPad out with me after updating the script I'm working on with a jjget from the less mobile laptop.  I tweak the script a bit perhaps, and jjput the newer version.  There are minor problems with the editing process, but worth it for the mobility. The trouble with your mail

Re: [Jgeneral] Derivative (D.) crashes j807 latest release for Mac /nonavx

2018-10-21 Thread 'Mike Day' via General
Fwiw, this runs ok under J701 on the iPad, iOS 12.0 as expected? Mike Please reply to mike_liz@tiscali.co.uk. Sent from my iPad > On 21 Oct 2018, at 01:00, Ian Clark wrote: > > (cube D.1;cube D.2; (cube=: ^&3"0) D.3)y=: 2 3 4

Re: [Jgeneral] J on the iPad in split screen mode (iOS 12.0)

2018-10-02 Thread 'Mike Day' via General
... was that with the M. memoiser? It seems fine without M. in all J versions. And I expect it's ok (with M.) on the Mac book if J807; ok on iPad for smaller args, but fails for larger values, somewhat unpredictably; though 1000 should kill J every time. If and when it fails on the iPad, the

Re: [Jgeneral] J on the iPad in split screen mode (iOS 12.0)

2018-10-01 Thread 'Mike Day' via General
It looks as if the crash might have been a general J701 feature rather than a problem with the iPad implementation. I don't now have J701 on the laptop, but do still have a zipped J602 which I reexpanded yesterday, while away from WiFi... So, it turns out that invocations of f10, memoised

Re: [Jgeneral] J on the iPad in split screen mode (iOS 12.0)

2018-09-30 Thread 'Mike Day' via General
r work would probably be wasted. But > thanks! > >> On Sep 30, 2018, at 2:26 PM, Henry Rich wrote: >> >> If you can give an example of the problem I will work on it. >> >> Henry Rich >> >> On Sun, Sep 30, 2018, 2:13 PM 'Mike Day' via General >>

Re: [Jgeneral] J on the iPad in split screen mode (iOS 12.0)

2018-09-30 Thread 'Mike Day' via General
Only Mickey-Mouse stuff which has so far beaten me! I was exploring Project Euler Problem 637, https://projecteuler.net › problem=637 Verb f10 explores base 10, so f10 7 does Euler's required f(n,B) with n=10, B=7. I'm NOT asking for help with the Euler Problem, just pointing out that the

Re: [Jgeneral] J on the iPad in split screen mode (iOS 12.0)

2018-09-30 Thread 'Mike Day' via General
It seems ok on this one, an iPad Air, running IOS 12.0, though admittedly I haven't used J701 for iPad much since updating IOS. 2 remarks on this J version: In the script edit window, when deleting with backspace, the line being edit skips off screen! Irritating, but manageable if you remember

Re: [Jgeneral] J701 on iPad

2018-06-04 Thread 'Mike Day' via General
Pending an authoritative reply from Eric et al, I think you should find the J701 version fairly similar to the previous iPad app. When starting it, you should see a screen displaying various lines, beginning with “Welcome to J”, followed by “scroll...” down to “and then tap run to run the

Re: [Jgeneral] [Jprogramming] viewmat endless error dialog loop

2017-07-21 Thread 'Mike Day' via General
Sorry, I forgot to mention, this was in J806 with avx, under Windows 10 as aforementioned. M On 21/07/2017 15:46, 'Mike Day' via Programming wrote: same happens for me with windows 10 Mike On 21/07/2017 13:38, 'Jon Hough' via Programming wrote: d=: 4 4 $ 0.1 0.2 0.3 0.4viewrgb d ---

Re: [Jgeneral] JHS any65002

2017-02-26 Thread 'Mike Day' via General
bly a good idea. If it turns out the localstorage is a problem, I can easily make a version which ignore the error. It is not required for function, but only for performance. On Sun, Feb 26, 2017 at 6:22 PM, 'Mike Day' via General < gene...@jsoftware.com> wrote: I've tried cutting the size o

Re: [Jgeneral] JHS any65002

2017-02-26 Thread 'Mike Day' via General
han iOS 10. Sorry it's not more positive Thanks, Mike On 25/02/2017 23:20, 'Mike Day' via General wrote: Eric & Greg Thanks for the various thoughts. It's getting a bit late now (UK), so I'll have a look at your replies properly tomorrow. Cheers, Mike On 25/02/2017 22:41, Eric