Re: [Jprogramming] Do wd 'clipcopy' and wd 'clippaste' work on Mac & Linux?

2020-04-02 Thread Ian Clark
Can't find xclip in Darwin 64 out-of-the-box. AFAICT by googling: macos xclip …X11 is a prerequisite for xclip. Interesting article here: https://appleinsider.com/articles/18/08/08/fix-apples-copy-and-paste-problem-on-the-mac-and-ios-with-these-tools suggesting that Apple has made heavy weather o

[Jprogramming] New (?) fold conjunctions: F:. F:: F: F.. F.:

2020-04-02 Thread Arthur Anger
As I contemplate the structure of the Fold operations, I note that appplying the v-verb after the u-verb is alphabetically sensible, but contrary to the application order of u@v, and to the right-to-left flow of attention and data in J-expression evaluation. I recommend an early revision of the

Re: [Jprogramming] stock data programming how-to #4

2020-04-02 Thread Hauke Rehr
When the values are nonnegative, their ratios are, too. There must be something different happening if there are negative values. Am 03.04.20 um 03:29 schrieb HH PackRat: On 4/2/20, Raul Miller wrote: One other thing -- after sleeping on this, I realized I had two conflicting views about negat

Re: [Jprogramming] stock data programming how-to #4

2020-04-02 Thread HH PackRat
On 4/2/20, Raul Miller wrote: > One other thing -- after sleeping on this, I realized I had two > conflicting views about negative numbers in the stock values you were > working with: > (*) One is that negative numbers may appear in the data. > (*) The other is that negative numbers do not appear

Re: [Jprogramming] Bug in new vocabulary &: page

2020-04-02 Thread bill lam
Thanks. I can render it in pdflatex with the change you suggested. There is no standalone class in my tex, so I also changed it to article in the first line. I can't tell which version of diagrams are better. If one doesn't understand J concept of verb rank and assemble, all diagrams are confusing

Re: [Jprogramming] Do wd 'clipcopy' and wd 'clippaste' work on Mac & Linux?

2020-04-02 Thread bill lam
There is a small command line utility called xclip. Probably not installed by default, so it needs to be installed from distro or homebrew . On Fri, Apr 3, 2020, 12:29 AM Ian Clark wrote: > That works for me too (under jqt) > > >clipwrite 'alpha bravo' > > 11 > >clipread'' > > alpha brav

Re: [Jprogramming] Do wd 'clipcopy' and wd 'clippaste' work on Mac & Linux?

2020-04-02 Thread Ian Clark
That works for me too (under jqt) clipwrite 'alpha bravo' 11 clipread'' alpha bravo clipread clipread_jqtide_ clipwrite clipwrite_jqtide_ clipwrite_jqtide_ 3 : 0 txt=. boxj2utf8 flatten ":y wd 'clipcopy *',txt #txt ) JVERSION Engine: j901/j64avx2/darwin Release-e

Re: [Jprogramming] Do wd 'clipcopy' and wd 'clippaste' work on Mac & Linux?

2020-04-02 Thread Clifford Reiter
I've mostly transitioned to clipread and clipwrite (PC) clipread clipread_jqtide_ clipwrite clipwrite_jqtide_ clipwrite_jqtide_ 3 : 0 txt=. boxj2utf8 flatten ":y wd 'clipcopy *',txt #txt ) On Thu, Apr 2, 2020 at 11:48 AM Brian Schott wrote: > Ian, > > You are correct; I was wrong. I

Re: [Jprogramming] Do wd 'clipcopy' and wd 'clippaste' work on Mac & Linux?

2020-04-02 Thread Brian Schott
Ian, You are correct; I was wrong. I did copy wrong. -- (B=) -- For information about J forums see http://www.jsoftware.com/forums.htm

Re: [Jprogramming] Do wd 'clipcopy' and wd 'clippaste' work on Mac & Linux?

2020-04-02 Thread Ian Clark
Yes, they always have for me on my iMac, for all versions of J from j602 onwards. I've just tried it for my new Mac MBA: wd 'clipcopy able baker' wd 'clippaste' able baker JVERSION Engine: j901/j64avx2/darwin Release-e: commercial/2020-01-29T12:41:32 Library: 9.01.18 Qt IDE: 1.8.5

Re: [Jprogramming] Do wd 'clipcopy' and wd 'clippaste' work on Mac & Linux?

2020-04-02 Thread Brian Schott
It looks like paste works, but not copy. wd 'clippaste' 892456 ] wd 'clipcopy' JVERSION Engine: j807/j64/darwin Release-c: commercial/2019-02-24T10:50:40 Library: 8.07.26 Qt IDE: 1.7.9/5.9.7 Platform: Darwin 64 Installer: J807 install InstallPath: /users/brian/j64-807 Contact: www.jsoftwar

[Jprogramming] Do wd 'clipcopy' and wd 'clippaste' work on Mac & Linux?

2020-04-02 Thread Henry Rich
Henry Rich -- This email has been checked for viruses by AVG. https://www.avg.com -- For information about J forums see http://www.jsoftware.com/forums.htm

Re: [Jprogramming] stock data programming how-to #4

2020-04-02 Thread Raul Miller
One other thing -- after sleeping on this, I realized I had two conflicting views about negative numbers in the stock values you were working with: (*) One is that negative numbers may appear in the data. (*) The other is that negative numbers do not appear in the data. Obviously, these cannot b

Re: [Jprogramming] Bug in new vocabulary &: page

2020-04-02 Thread Hauke Rehr
It’s tex code, to be compiled with lualatex. You may use pdflatex instead but need to change the package “luainputenc” to “inputenc“. Am 02.04.20 um 05:54 schrieb 'Jim Russell' via Programming: Sorry, how should I convert that into a viewable diagram. Thanks! On Apr 1, 2020, at 11:17 PM, Hauk

Re: [Jprogramming] stock data programming how-to #4

2020-04-02 Thread HH PackRat
On 3/31/20, Raul Miller wrote: > If you have enough memory for the intermediate results, you would have > no problems with a file that large. You need an order of magnitude > more memory for intermediate results than the raw data, though. I have a desktop PC with 12 GB memory and 2 TB + 1 TB hard

Re: [Jprogramming] Bug in new vocabulary &: page

2020-04-02 Thread R.E. Boss
Nice! This is the first time in the 20 years I'm with this forum someone shared tikz-code. R.E. Boss > -Oorspronkelijk bericht- > Van: Programming > Namens Hauke Rehr > Verzonden: donderdag 2 april 2020 05:18 > Aan: programm...@jsoftware.com > Onderwerp: Re: [Jprogramming] Bug in new