Re: [Jprogramming] J Wiki Coordinator

2021-11-12 Thread Devon McCormick
Is there an easy way to check for dead links? The 2009 page on Literate Programming from Nikitin - https://code.jsoftware.com/wiki/User:Andrew_Nikitin/Literate - which I revamped for my GUI demo (in https://code.jsoftware.com/wiki/NYCJUG/2021-11-09) has a lot of references that either don't go any

Re: [Jprogramming] J Wiki Coordinator

2021-11-12 Thread Raul Miller
See https://meta.wikimedia.org/wiki/Category:Pages_with_broken_file_links (When that category is created, the wiki automatically populates it.) FYI, -- Raul On Fri, Nov 12, 2021 at 12:12 PM Devon McCormick wrote: > > Is there an easy way to check for dead links? The 2009 page on Literate > P

Re: [Jprogramming] J Wiki Coordinator

2021-11-12 Thread Raul Miller
Oops, that might not be quite the same thing. Well.. worst case, it wouldn't be difficult to spider the site (pulling down all of the pages with code which reports on the missing links). I'll poke around a bit more, though and see what I can find. Thanks for bearing with me, -- Raul On Fri, N

Re: [Jprogramming] J Wiki Coordinator

2021-11-12 Thread Raul Miller
Probably https://code.jsoftware.com/wiki/Special:WantedPages is what we should be using here. Thanks, -- Raul On Fri, Nov 12, 2021 at 12:12 PM Devon McCormick wrote: > > Is there an easy way to check for dead links? The 2009 page on Literate > Programming from Nikitin - > https://code.jsoftwa

[Jprogramming] JHS updated

2021-11-12 Thread Eric Iverson
Run pacman to get the latest JHS version and restart J. It is now possible to write simple gui apps (forms) without requiring any javascript programming. There are 2 new demos that are simple example apps. jijx menu>tool>demo - lists all demos rundemo_jhs_ 16 NB. explore demo 16 - link at bot

[Jprogramming] JHS - password gen app

2021-11-12 Thread Eric Iverson
Devon, Your recent interest in Andrew Nikitin's literate wiki page about a J602 app caught my eye. It seemed an excellent challenge to make use of some new JHS changes I was working on. Start JHS and run: rundemo_jhs_ 16 JHS makes use of pop ups so you will have to enable pop ups for localhos

Re: [Jprogramming] JHS - password gen app

2021-11-12 Thread Devon McCormick
Thanks! I will take a look. On Fri, Nov 12, 2021 at 1:09 PM Eric Iverson wrote: > Devon, > Your recent interest in Andrew Nikitin's literate wiki page about a J602 > app caught my eye. > > It seemed an excellent challenge to make use of some new JHS changes I was > working on. > > Start JHS and