Re: [Jprogramming] Trouble making patter for a color cube

2015-06-25 Thread Linda Alvord
After a little trimming WOW2=:_5}."1 WOW the cube pattern looks great. It's a 4x3 image. Now I can rewrite WOW. It survived the more to jqt and JHS gracefully. Linda -Original Message- From: programming-boun...@forums.jsoftware.com [mailto:programming-boun...@forums.jsoftware.com] On B

Re: [Jprogramming] Trouble making patter for a color cube

2015-06-25 Thread Linda Alvord
Raul, After I wrote this message I looked again at your result in JHS and I apologize. I have been looking at little squares of color so long that I sometimes see rectangles! I keep holding back from giving up on blending colors, and am slow to tackle your approach, but Mike Day seems to be en

Re: [Jprogramming] J804 beta

2015-06-25 Thread Linda Alvord
Jqt is not a problem. Just us an up arrow and move to where you want the file. Sorry to bother you. Linda -Original Message- From: programming-boun...@forums.jsoftware.com [mailto:programming-boun...@forums.jsoftware.com] On Behalf Of Linda Alvord Sent: Friday, June 26, 2015 1:11 AM T

Re: [Jprogramming] J804 beta

2015-06-25 Thread Linda Alvord
It I open a file in jqt or JHS which I get from 803, is there a way toet it to save in 804 user/temp. I could copy the whole definition in JHS and then just change the 803 to 804. Linda -Original Message- From: programming-boun...@forums.jsoftware.com [mailto:programming-boun...@forums.j

Re: [Jprogramming] J804 beta

2015-06-25 Thread bill lam
the signing key has changed, you have to uninstall the old jqt first. On Jun 26, 2015 12:07 PM, "Skip Cave" wrote: > I tried to install J804 Beta on my Nexus 6 with Android 5.1.1. I made sure > I could install from external sources, but when I tried to install > qtide-signed.apk, I got: > X - Not

Re: [Jprogramming] J804 beta

2015-06-25 Thread Skip Cave
I tried to install J804 Beta on my Nexus 6 with Android 5.1.1. I made sure I could install from external sources, but when I tried to install qtide-signed.apk, I got: X - Not Installed Skip -- For information about J forums see ht

Re: [Jprogramming] J804 beta

2015-06-25 Thread Kip Murray
Thanks. With your suggestions, I was able to install the J804 beta on my cell phone. --Kip On Thursday, June 25, 2015, bill lam wrote: > Propably. It depends on your browser, if it does not install > automatically after download, then you have to tap on the > downloaded file to install. HTH. >

Re: [Jprogramming] Trouble making patter for a color cube

2015-06-25 Thread Linda Alvord
In jqt the image is in an adjustable container which can be stretched until all colors are squares. In JHS the advantage I that my pattern is all squared. I can cut and paste it into word and then print additional text with the actual images. Have you looked at your code in JHS? Linda -

Re: [Jprogramming] J804 beta

2015-06-25 Thread bill lam
Propably. It depends on your browser, if it does not install automatically after download, then you have to tap on the downloaded file to install. HTH. Чт, 25 июн 2015, Kip Murray написал(а): > Then what? You click on qtide-signed.apk and J automatically installs, > creating an icon to click whe

Re: [Jprogramming] J804 beta

2015-06-25 Thread Kip Murray
Then what? You click on qtide-signed.apk and J automatically installs, creating an icon to click when you want to use J? --Kip On Thursday, June 25, 2015, bill lam wrote: > Go to Menu > System Settings > Security > Check the box marked "Unknown Sources" > Can you give step-by-step instructions

Re: [Jprogramming] Trouble making patter for a color cube

2015-06-25 Thread Raul Miller
When I use jqt, the squares of color are square. I am not sure why they changed to non-square rectangles for you. Thanks, -- Raul On Thu, Jun 25, 2015 at 9:11 PM, Linda Alvord wrote: > I put the pattern in a 4x4 matrix because I use JHS a lot and then the > squares of color are not rectangle

Re: [Jprogramming] Trouble making patter for a color cube

2015-06-25 Thread Raul Miller
You could use numbers or letters to mark which face goes where (instead of just 0/1). -- Raul On Thu, Jun 25, 2015 at 7:52 PM, Mike Day wrote: > Yes. I saw that Wiki had something too, after mailing of course. > +https://en.wikipedia.org/wiki/Cube > > All eleven could be enumerated by differen

Re: [Jprogramming] Trouble making patter for a color cube

2015-06-25 Thread Linda Alvord
I put the pattern in a 4x4 matrix because I use JHS a lot and then the squares of color are not rectangles like they were in jqt and your example. Linda -Original Message- From: programming-boun...@forums.jsoftware.com [mailto:programming-boun...@forums.jsoftware.com] On Behalf Of Raul Mi

Re: [Jprogramming] J804 beta

2015-06-25 Thread bill lam
Go to Menu > System Settings > Security Check the box marked "Unknown Sources" Can you give step-by-step instructions for installation on my Motorola DROID MAXX cell phone with Android 4.4.4, purchased from Verizon? --Kip Murray On Jun 25, 2015 5:04 PM, "bill lam" wrote: > qtide-signed.apk > On

Re: [Jprogramming] J804 beta

2015-06-25 Thread Kip Murray
Can you give step-by-step instructions for installation on my Motorola DROID MAXX cell phone with Android 4.4.4, purchased from Verizon? --Kip Murray On Jun 25, 2015 5:04 PM, "bill lam" wrote: > qtide-signed.apk > On Jun 26, 2015 12:58 AM, "Björn Helgason" wrote: > > > which one do I install fo

Re: [Jprogramming] Trouble making patter for a color cube

2015-06-25 Thread Mike Day
Yes. I saw that Wiki had something too, after mailing of course. +https://en.wikipedia.org/wiki/Cube All eleven could be enumerated by different boolean arrays, such as >1 1 1; 0 1 0; 0 1 0; 0 1 0 (or 7 2 2 2?) for the T, and >0 1; 0 1;1 1; 1; 1 (or 1 1 3 2 2?) for the one 5x2 pattern. The sha

Re: [Jprogramming] Trouble making patter for a color cube

2015-06-25 Thread Raul Miller
http://www.abdulbaki.org/Unfolding_A_Cube.html has 10 ways of unfolding a cube which fit in a 4x3 (or 3x4) array. (And an 11th which does not.) -- Raul On Thu, Jun 25, 2015 at 11:30 AM, Mike Day wrote: > I'm not sure I made it clear that I'd assumed each of BLACK BLUE ... etc > is a numerical

Re: [Jprogramming] simplify

2015-06-25 Thread Kip Murray
1 X 2 X X 3 4 X 5 6 X 1 X 2 3 X 4 5 X 6 1 X 2 X 3 4 5 X 6 Above I have attempted three histograms. The first shows the data set 1 2 2 4 6 which has mean 3 and standard deviation 2, median 2 and fourths (not quartiles) 1.5 and 5 . The second histogram show

Re: [Jprogramming] J804 beta

2015-06-25 Thread bill lam
qtide-signed.apk On Jun 26, 2015 12:58 AM, "Björn Helgason" wrote: > which one do I install for Android 4.4? > > PS > The grid sounds interesting > On 25 Jun 2015 15:03, "chris burke" wrote: > > > A J804 beta is available for all platforms. > > > > This has several enhancements to JQt. For a lis

Re: [Jprogramming] simplify

2015-06-25 Thread Jose Mario Quintana
I think Bo's idea is to produce a simplified data set with tally x that matches the first x moments of the input data set y. The following verb (simple) is a tacit version of simplify, ys=. [ * }.@:(% {.)@:(+/)@:(] ^/ i.@:>:@:[) update=. ] ,~ -/@:(] * [ {.~ #@:]) % #@:] simple=. -@:|.@:

Re: [Jprogramming] J804 beta

2015-06-25 Thread Björn Helgason
which one do I install for Android 4.4? PS The grid sounds interesting On 25 Jun 2015 15:03, "chris burke" wrote: > A J804 beta is available for all platforms. > > This has several enhancements to JQt. For a list of changes, see > www.jsoftware.com/jwiki/System/ReleaseNotes/J804. > > Install the

Re: [Jprogramming] simplify

2015-06-25 Thread Devon McCormick
I put together this J based on the "fivenum" routine in R mentioned in the Wikipedia link: fivenum=: 3 : 0 if. 0=#y=. /:~y do. 5#_. else. n4=. -:<.-:3+#y d=. <:1,n4,(-:>:#y),(n4-~>:#y),#y -:(y{~<.d)+y{~>.d end. ) It returns the minimum, the quartile points, and the maximum

Re: [Jprogramming] Trouble making patter for a color cube

2015-06-25 Thread Mike Day
I'm not sure I made it clear that I'd assumed each of BLACK BLUE ... etc is a numerical triple, ie 0 0 0 for BLACK, 1 1 1 for WHITE. So this line should have appeared: 'BLACK BLUE GREEN CYAN RED MAGENTA YELLOW WHITE'=:#:i.8 Apologies also for using lower case for "blank" in the definition of

Re: [Jprogramming] Fwd: Difference in failed tests

2015-06-25 Thread Blake McBride
I used a current GNU compiler. I suppose I could play with the compiler options, but I would think that turning off all optimizations would generate the most reliable code. I remain under the impression that the source code released does not match the executables being distributed (although I thi

[Jprogramming] J804 beta

2015-06-25 Thread chris burke
A J804 beta is available for all platforms. This has several enhancements to JQt. For a list of changes, see www.jsoftware.com/jwiki/System/ReleaseNotes/J804. Install the beta from www.jsoftware.com/download/j804/install. We'd appreciate feedback, either to the beta forum or if specifically on Q

Re: [Jprogramming] simplify

2015-06-25 Thread David Lambert
Is simplify supposed to report the i.x moments of the data? Would be useful. When I removed the question marks from simplify to make valid j 1 simplify DATA NB. does report the mean Otherwise I haven't made sense of the results for the verb I created. datatype N integer 3 simplify N _

Re: [Jprogramming] simplify

2015-06-25 Thread 'Bo Jacoby' via Programming
Thank you Kip. The 5&simplify function is equally sensitive to all observations while the quartiles are highly sensititive to a few observations.  The 5&simplify function is analytic while the quartiles are not analytic functions.  Den 12:19 torsdag den 25. juni 2015 skrev Kip Murray :

Re: [Jprogramming] simplify

2015-06-25 Thread Kip Murray
You may want to try Tukey's five number, seven member, etc summaries, appropriate for data from distributions not known to be normal. See https://en.m.wikipedia.org/wiki/Five-number_summary --Kip Murray On Thursday, June 25, 2015, 'Bo Jacoby' via Programming < programm...@jsoftware.com> wrote:

Re: [Jprogramming] Trouble making patter for a color cube

2015-06-25 Thread Linda Alvord
Here is a nice little demo of how MAGENTA and CYAN ink can make BLUE in print. load 'viewmat' N=:<.63.75*i.5 BLUE=:(2#"1,.(4#0),N),.N,4#255 RED=:2 0 1{"1 BLUE MAGENTA=:2 0 2{"1 BLUE GREEN=:0 2 1{"1 BLUE CYAN=:0 2 2{"1 BLUE YELLOW=:2 2 0{"1 BLUE BLUE viewmat i.9 (|.CYAN) viewmat i.9 (|.MAGENTA) v

[Jprogramming] simplify

2015-06-25 Thread 'Bo Jacoby' via Programming
NB. If you have got a bunch of numbers      ]n=.?20#10035 32 66 37 94 56 44 30 25 70 27 68 49 92 96 79 74 99 72 22NB. and you want to simplify, then take the mean value    1 simplify n58.35 NB. or take the mean value minus (or plus) the standard deviation   3": 2 simplify n 33 84NB. or take thre

Re: [Jprogramming] Trouble making patter for a color cube

2015-06-25 Thread bill lam
I think you need to appreciate why RGB values must clamp at 255 before trying any color manipulation. Just my 2 cents. On Thu, Jun 25, 2015 at 4:09 PM, Linda Alvord wrote: > Bill, There seems to be no problem with RIGHT. It is a reasonable face for > the cube. However, the prpblems are with th

Re: [Jprogramming] Trouble making patter for a color cube

2015-06-25 Thread Linda Alvord
Mike, I'm sorry you are having such a problem with the messages. I have found that if I run a working program in JHS and then copy the script and paste in an email, I can eliminate typing errors in the code. Then in the email you can write comments around it and not need NB. all the time. I got

Re: [Jprogramming] Trouble making patter for a color cube

2015-06-25 Thread Linda Alvord
Bill, There seems to be no problem with RIGHT. It is a reasonable face for the cube. However, the prpblems are with the behavior of FRONT and BASE. If you run the code in JHS it is easier to follow the two problems I encountered. Your first definition was just white space. The second was very

Re: [Jprogramming] Trouble making patter for a color cube

2015-06-25 Thread Mike Day
I'm still not sure the following got sent yesterday, so here's a fourth attempt. Sorry about the double-line-spacing, M On 24/06/2015 15:46, Mike Day wrote: I've just had a look at the correspondence. It seems to me that it's better to consider the 8 corners of the cube. If we specify their co