Re: [Jprogramming] Library for JAndroid

2019-03-24 Thread bill lam
What is your JVERSION on jandroid? There are several jconsole inside libexec and you need to pick the correct one. I have tried jconsole briefly on termus a while ago and it worked fine. please update to the latest version first if not yet. On Mon, Mar 25, 2019, 4:35 AM Ulrich Vollert wrote: >

Re: [Jprogramming] Head, (Behead, ) Open to get an array produces surprise lead unit axis

2019-03-24 Thread Brian Schott
Ric, But I do need b even though its value is irrelevant here. I couldn't see how to use your idea with the b needed especially because I have never studied {:: . -- For information about J forums see http://www.jsoftware.com/foru

Re: [Jprogramming] J807 release-d JE

2019-03-24 Thread Lippu Esa
Thank you Chris for the quick help! Esa -Original Message- From: Programming On Behalf Of chris burke Sent: Sunday, March 24, 2019 10:24 PM To: Programming forum Subject: Re: [Jprogramming] J807 release-d JE Thanks. We just set https as default for the server. I didn't see a problem i

[Jprogramming] Library for JAndroid

2019-03-24 Thread Ulrich Vollert
Hi, I am happy to use JAndroid. With jpath '~bin/../libexec‘ I found the binary „jconsole“ in a rather specific folder /mnt/expand/d9aacd4e-be17-4806-a1fe-cc07effd914b/user/0/com.jsoftware.j.android/app_jandroid/bin/../libexec But when I start „./jconsole“ in the shell Termu

Re: [Jprogramming] J807 release-d JE

2019-03-24 Thread chris burke
Thanks. We just set https as default for the server. I didn't see a problem in linux, but windows does require that --no-check-certificate parameter. For now, I restored http so it should work for you without that change. On Sun, Mar 24, 2019 at 12:34 PM Lippu Esa wrote: > Hello, > > I seem to

Re: [Jprogramming] J807 release-d JE

2019-03-24 Thread Lippu Esa
Hello, I seem to have certificate problem while upgrading the JE. Should I just add the wget --no-check-certificate parameter? Best Regards, Esa load 'pacman' je_update_jpacman_ '' http://www.jsoftware.com/download/jengine/j807-release/windows/j64/j.dll Connection failed: --20:24:19-- htt

Re: [Jprogramming] Head, (Behead, ) Open to get an array produces surprise lead unit axis

2019-03-24 Thread Ric Sherlock
Hi Brian, Your solution doesn't appear to make use of b at all. Given that, is there any reason you couldn't do: $((0;0) {:: }.@]) d 3 2 6 On Sun, Mar 24, 2019 at 4:36 PM Brian Schott wrote: > Henry, > > Since I must keep }.@] the workaround I have devised is as follows. > Your explanation th

Re: [Jprogramming] Head, (Behead, ) Open to get an array produces surprise lead unit axis

2019-03-24 Thread Brian Schott
Henry, Since I must keep }.@] the workaround I have devised is as follows. Your explanation that the extra axis comes from the frame, helped a lot. $b([ >@{.@(,@:>)@] (}.@])) d 3 2 6 On Sun, Mar 24, 2019 at 11:06 AM Henry Rich wrote: > }. d is a singleton list, and its shape is the frame

Re: [Jprogramming] Head, (Behead, ) Open to get an array produces surprise lead unit axis

2019-03-24 Thread Henry Rich
}. d is a singleton list, and its shape is the frame of > . If you know you want only the second atom, use 1 { d. 1 {:: d is the fastest way to open the second box of d, and ((1;0) {:: d) the fastest way to do what you want here. On 3/24/2019 10:50 AM, Brian Schott wrote: I want the first re

[Jprogramming] Head, (Behead, ) Open to get an array produces surprise lead unit axis

2019-03-24 Thread Brian Schott
I want the first result below to be (shape) 3 2 6, not 1 3 2 6 . I am surprised because the last result below shows that the leaf I desire has the desired shape, 3 2 6. Short of using Takes instead of the Head, I would like to produce the desired result by only messing with the middle tine in the