Re: [Jprogramming] J iOS content transfe

2013-06-11 Thread J. Patrick Harrington
Eric, I just tried this method with the corrected isox.ijs, and it does work for me, running j701 on the laptop. Nice. Patrick On Tue, 11 Jun 2013, Eric Iverson wrote: There was a serious typo in the last message for updating J iOS. The l

[Jprogramming] J iOS content transfer - the iExplorer way

2013-06-11 Thread Eric Iverson
Just installed and played with iExplorer from www.macroplant.com and am impressed and happy. This product lets you mount your iPx as an external drive on your Windows or Mac desktop. The product costs $35 and is well worth it if you make non-trivial use of J iOS. Thanks to Joey Tuttle for this p

[Jprogramming] J iOS content transfer

2013-06-11 Thread Eric Iverson
There was a serious typo in the last message for updating J iOS. The line towards the end of iosx.ijs is missing a doubled quote. The line should be: s=. <'load''~addons/ide/ios/iosx.ijs''',LF This will be corrected when placed on the wiki. Meanwhile, if interested please persevere and try the so

Re: [Jprogramming] oblique

2013-06-11 Thread Raul Miller
Or: wrote: > > A (possibly) interesting variant: > > rt=. |.&.:|: > > > > On 2013.06.11 08:22:09, > the extraordinary R.E. Boss spake thus: > >> As shown in >> http://www.jsoftware.com/help/dictionary/d421.htm (/.) works

Re: [Jprogramming] oblique

2013-06-11 Thread Nollaig MacKenzie
A (possibly) interesting variant: rt=. |.&.:|: As shown in > http://www.jsoftware.com/help/dictionary/d421.htm (/.) works on > the diagonals parallel to the minor diagonal, which run from top-right to > bottom-left: > >

Re: [Jprogramming] J iOS anniversary - June 17 - files inline rather than attached

2013-06-11 Thread Raul Miller
D66F852D-4897-427B-85DD-44D3B2F8C33D looks like a GUID -- essentially a 128 bit arbitrary bit string. I imagine Apple uses them because they can be generated wherever and then combined with others with a high degree of certainty that they are unique. -- Raul On Tue, Jun 11, 2013 at 12:33 PM,

Re: [Jprogramming] oblique

2013-06-11 Thread R.E. Boss
nuggets -: Jems (dixit Bron: http://www.jsoftware.com/jwiki/DanBron) R.E. Boss (Add your info to http://www.jsoftware.com/jwiki/Community/Demographics) > -Oorspronkelijk bericht- > Van: programming-boun...@forums.jsoftware.com > [mailto:programming-boun...@forums.jsoftware.com] Nam

Re: [Jprogramming] oblique

2013-06-11 Thread Brian Schott
<@|./.&.|. is very interesting and thanks for referencing the Essay because it is filled with fascinating nuggets. -- (B=) -- For information about J forums see http://www.jsoftware.com/forums.htm

Re: [Jprogramming] J iOS anniversary - June 17 - files inline rather than attached

2013-06-11 Thread J. Patrick Harrington
J iOS is a great application that I use all the time - basically it lets you write your own apps. I kept the old "test-flight" beta on my iPhone 4S for ease of file transfers until they killed it last month. It was a relief that, when I installed J from the app store, the files from the beta were

Re: [Jprogramming] z458095869_dissectnopath_

2013-06-11 Thread Ric Sherlock
Linda, In case it is of any interest to you, the following is a more faithful translation of the original comb1 to a tacit form without @ @: or & comb3=: ((= +/"1) ([: |. [: I. #) ]) ([: #: [: i. 2 ^ ]) If you also want to remove hooks then ... comb4=: [ (([ = [: +/"1 ]) ([: |. [: I. #) ]) [: #: [

Re: [Jprogramming] z458095869_dissectnopath_

2013-06-11 Thread Linda Alvord
It took quite a while to remove @ @: & from Roger's great combinations function and I learned a lot. You may find these comparisons fun. If you try this script in J801 jhs then use NB. to ignore the two ds statements require '~addons/debug/dissect/dissect.ijs' comb1=: ((= +/"1) |.@:I.@