Re: [Bug-apl] APL Image Utilities

2016-09-19 Thread Alex Weiner
09/18/2016 02:27 AM, Alex Weiner wrote: Hi Bug-APL, Please enjoy this link to a library I wrote. It allows APLers to read images into the APL environment. The returned data structure is a three dimensional matrix, where each plane represents a sub-pixel. Additionally, you can take a 3×X×Y si

[Bug-apl] APL Image Utilities

2016-09-17 Thread Alex Weiner
Hi Bug-APL, Please enjoy this link to a library I wrote. It allows APLers to read images into the APL environment. The returned data structure is a three dimensional matrix, where each plane represents a sub-pixel. Additionally, you can take a 3×X×Y sized matrix and write it as a .bmp file. S

[Bug-apl] debugging a cgi script

2016-08-13 Thread Alex Weiner
Hi Bug APL, I am having difficulty pinning down this error that occurs when executing my script from a webserver (as a CGI script). The error does not occur when I mock up data to bypass values filled in by ⎕env, and run the script locally. I'm using apache, and the error logs are terribly opa

[Bug-apl] jot dot jot dot?

2016-06-14 Thread Alex Weiner
Hi Bug-APL, Surely this is not correct: 5∘.∘.+9 14 I would expect a syntax error. If this is valid, then I stand corrected -Alex