Search found 146 matches

by woody
Sun Oct 27, 2024 10:43 pm
Forum: APL Chat
Topic: How to determine the WEEKDAY for any given date YYYY-MM-DD
Replies: 3
Views: 300

How to determine the WEEKDAY for any given date YYYY-MM-DD

Greetings!

Is there a simple utility or function to determine the WEEKDAY (Monday, Tuesday, Wednesday...) from a date YYYYMMDD or 'YYYY-MM-DD' ?

GETWEEKDAY '2024-10-27'
Sunday

?

Sincere thanks!

Woody
by woody
Mon Sep 05, 2022 1:50 am
Forum: APL Chat
Topic: Mining BITCOIN with Dyalog APL and SHA256 encryption
Replies: 0
Views: 16136

Mining BITCOIN with Dyalog APL and SHA256 encryption

Greetings, APLers ! As many know, mining Bitcoin and other cyber coins can be an interesting project. From my research, the process seems simple enough. But, I need SHA256 encryption/decryption tools. PROCESS 1. Select one of the (many) Cyber coins (such as BitCoin). 2. Retrieve the current TARGET ...
by woody
Sun Jan 02, 2022 11:15 pm
Forum: APL Chat
Topic: External READ access to APL desktop log file
Replies: 1
Views: 12907

External READ access to APL desktop log file

Greetings. Is there a way that we can access (READ) the current APL Desktop Log File (session log) ? I'm working on a tool that might help monitor student APL programmers by reading their current desktop log and sending it to the instructor via Internet. Perhaps it is an external Windows file ...
by woody
Mon Sep 27, 2021 2:20 pm
Forum: Chat
Topic: HTMLRender.ExecuteJavaScript under APL program control
Replies: 3
Views: 37430

Re: HTMLRender.ExecuteJavaScript under APL program control

Thanks! That helps!!! I have been using a home-grown HTML elements to APL ARRAY mapping tool I created 4 years ago that I call "DivMapper". Every thing on the page is a unique DIV element. And, every DIV element is defined by attributes (columns) in the APL ARRAY. One of the DIV attributes is the X ...
by woody
Sat Sep 25, 2021 9:35 pm
Forum: Chat
Topic: HTMLRender.ExecuteJavaScript under APL program control
Replies: 3
Views: 37430

HTMLRender.ExecuteJavaScript under APL program control

Greetings. Can I open the HTMLRender window (aka Chromium engine) by passing it DATA that I have constructed in APL that is in the form of an HTML web page ? I have it working by referencing a WWW URL on the internet. I'd like to dynamically construct my own HTML scripts inside the APL workspace ...
by woody
Sat Sep 11, 2021 4:25 pm
Forum: MiServer
Topic: Sending emails
Replies: 15
Views: 98127

Re: Sending emails

FYI The GITHUB location for Dyalog/SMTP tools is: m Click on CODE button, and download the ZIP file. Extract the two namespace files from ZIP and place then into your MSERVER Application folder /CODE sub-folder. You can use SALT or other methods to invoke these 2 namespaces when they are needed ...
by woody
Tue Aug 03, 2021 3:52 pm
Forum: APL Chat
Topic: Download of Sharpplot documentation format
Replies: 1
Views: 5619

Download of Sharpplot documentation format

Greetings.

I noticed Sharpplot and sharpleaf are CHM formats .. not PDF.
Is this by design?

http://www.dyalog.com/documentation_180.htm

//W
by woody
Sat Jul 31, 2021 1:15 am
Forum: New to Dyalog?
Topic: Places to start
Replies: 7
Views: 108418

Re: Places to start

Good points! I guess we all learn, use and teach APL a little differently! ;-) I took a stab at a draft diagram that positions Dyalog APL Features / Tools in a way that shows some sort of context. Dyalog-Language-Circle-Mapv3.jpg It might be helpful for introducing Dyalog to newbies ... Perhaps a ...