Re: [Jprogramming] JHS update

2016-10-27 Thread bill lam
All j805 addons are available here * http://www.jsoftware.com/jal/j805/addons Чт, 27 окт 2016, Andrew Nikitin написал(а): > > Get the latest jhs with a pacman update of the addon. > > Is there a way to download and install it without pacman? I am behind > firewall, so anything pacman-related is

Re: [Jprogramming] the result of the last iteration not included in ^:(<_)

2016-10-27 Thread Xiao-Yong Jin
> On Oct 27, 2016, at 3:49 PM, Henry Rich wrote: > > When I run u^:( times for u^:(<5), I think that's a bug. Put it on the bug list. This bit in my message was wrong, and from a bad observation. -- For information about J foru

Re: [Jprogramming] the result of the last iteration not included in ^:(<_)

2016-10-27 Thread Henry Rich
When I run u^:(verb 5 times for u^:(<5), I think that's a bug. Put it on the bug list. Henry Rich On 10/27/2016 11:59 AM, Xiao-Yong Jin wrote: c=:1 :'u y [n=:>:n' f=:-:@(+1.3&%) ":!.17 f c^:_[1.5 [n=:0 1.1401754250991381 n 5 ":!.17 f c^:(<_)[1.5 [n=:0 1.5 1.1833

Re: [Jprogramming] Boxing pairs

2016-10-27 Thread Skip Cave
Doh! *Infix* was what I was looking for. Thanks so much, Sam. Thanks also to Xiao-Yong, who showed how the cut conjunction could be used for the same purpose as infix. I'll have to study the cut conjunction more, to understand how it works in this application. Skip Skip Cave Cave Consulting LLC

Re: [Jprogramming] Boxing pairs

2016-10-27 Thread Xiao-Yong Jin
infix adverb \ or a cut conjunction ;. for a general tessellation (1,:2)<;._3[1 2 2 4 1 5 3 4 4 2 3 3 ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ │1 2│2 2│2 4│4 1│1 5│5 3│3 4│4 4│4 2│2 3│3 3│ └───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┘ > On Oct 27, 2016, at 1:28 PM, Skip Cave wrote: > >

Re: [Jprogramming] Boxing pairs

2016-10-27 Thread Sam Simone
NB. Use the infix adverb: x u\ y NB. this applies u to every infix of x items of y t =. 1 2 2 4 1 5 3 4 4 2 3 3 2 <\ t ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ │1 2│2 2│2 4│4 1│1 5│5 3│3 4│4 4│4 2│2 3│3 3│ └───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┘ - Sam On Thu, Oct 27, 2016 at

[Jprogramming] Boxing pairs

2016-10-27 Thread Skip Cave
What is the best way to box each sequential pair in a string of integers? t =. 1 2 2 4 1 5 3 4 4 2 3 3 ?? t ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ │1 2│2 2│2 4│4 1│1 5│5 3│3 4│4 4│4 2│2 3│3 3│ └───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┘ Skip Cave Cave Consulting LLC -

Re: [Jprogramming] the result of the last iteration not included in ^:(<_)

2016-10-27 Thread Raul Miller
By definition, the result of the last iteration of u^:(<_) y is equal to the last result of u^:(<_) y For example: (5 <. >:)^:(<_) 1 1 2 3 4 5 Here, there would be five evaluations of (5 <. >:) (5 <. >:) 1 2 (5 <. >:) 2 3 (5 <. >:) 3 4 (5 <. >:) 4 5 (5 <. >:) 5 5 The redundan

[Jprogramming] the result of the last iteration not included in ^:(<_)

2016-10-27 Thread Xiao-Yong Jin
c=:1 :'u y [n=:>:n' f=:-:@(+1.3&%) ":!.17 f c^:_[1.5 [n=:0 1.1401754250991381 n 5 ":!.17 f c^:(<_)[1.5 [n=:0 1.5 1.1833 1.140962441314554 1.1401756965342444 1.1401754250991702 n 5 It seems that with ^:(<_), it did 5 iterations, but only the results of the first 4 alo

Re: [Jprogramming] JHS update

2016-10-27 Thread Eric Iverson
Others might be able to tell you how to download it directly as you did the zip. You could do pacman update on system not behind firewall and then move the folder over. Or wait a few days for a new release to be built. On Thursday, October 27, 2016, Andrew Nikitin wrote: > > Get the latest jhs

[Jprogramming] JHS update

2016-10-27 Thread Andrew Nikitin
> Get the latest jhs with a pacman update of the addon. Is there a way to download and install it without pacman? I am behind firewall, so anything pacman-related is a non-starter to me. -- For information about J forums see htt

Re: [Jprogramming] JHS update

2016-10-27 Thread Eric Iverson
Get the latest jhs with a pacman update of the addon. On Thursday, October 27, 2016, Andrew Nikitin wrote: > > Eric Iverson: > > JHS update available. > > > > Fixes bugs in previous version. > > > > Studio menu has a new entry: watch. > > > > Studio>app building includes new app6 that shows how

[Jprogramming] JHS update

2016-10-27 Thread Andrew Nikitin
> Eric Iverson: > JHS update available. > > Fixes bugs in previous version. > > Studio menu has a new entry: watch. > > Studio>app building includes new app6 that shows how to use window ids and > how to get args to the initial jev_get so the page can be customized. How I can get that update? I