Re: [M100] - Text Sweet 2.3 Release

2023-03-03 Thread B 9
On Fri, Mar 3, 2023 at 1:44 AM John R. Hogerhuis wrote: > > Modern structured programming language designers endeavor to make > them context free. Which just means they can be described fully by a > context free grammar, like BNF. Programming languages are all parseable, > but where they deviate

[M100] Portable Computing with the Model 100 by George Stewart - Part 2: Application Programs

2023-03-03 Thread Greg Swallow
Anyone, Picked up a copy of Portable Computing with the Model 100 (26-3820) with no tape. Still looking on Club100.org, but not finding the programs from the book. Thought I had them, but unable to find on my system(s) here. Is there a .ZIP of the programs from this book somewhere in the MT arc

Re: [M100] Interfacing Model 100 with the Real World

2023-03-03 Thread Bert Put
Have a look at some of the archived issues of Portable-100 magazine. The OWL was advertised there. It consisted of a M-100 and interface package all mounted in a weatherproof housing. Arduino wasn't even a glimmer in its inventors eye when OWL was around. :-) Regards,Bert On 3/2/23 11:4

Re: [M100] - Backpack

2023-03-03 Thread Fisher
He’s got the t-shirt. We’ve all got the t-shirt! :D > On Mar 3, 2023, at 3:07 PM, John R. Hogerhuis wrote: > > You can hook it but the dinner bell is a non maskable interrupt where I live, > no kidding. > > -- John. > > On Fri, Mar 3, 2023, 10:30 AM Joshua O'Keefe

Re: [M100] - Backpack

2023-03-03 Thread John R. Hogerhuis
You can hook it but the dinner bell is a non maskable interrupt where I live, no kidding. -- John. On Fri, Mar 3, 2023, 10:30 AM Joshua O'Keefe wrote: > > On Mar 2, 2023, at 3:45 PM, John R. Hogerhuis wrote: > > The dinner bell interrupts you. > > Is there a vector I can hook a routine to? I

Re: [M100] - Backpack

2023-03-03 Thread Joshua O'Keefe
> On Mar 2, 2023, at 3:45 PM, John R. Hogerhuis wrote: > The dinner bell interrupts you. Is there a vector I can hook a routine to? I have a ton of code I'd love to run at interrupt if it won't disrupt the dinner timing itself.

Re: [M100] - Backpack

2023-03-03 Thread John R. Hogerhuis
On Fri, Mar 3, 2023 at 4:02 AM Francois Gurin wrote: > > > On Thu, Mar 2, 2023, 6:45 PM John R. Hogerhuis wrote: > >> Tap the machine 3 times, proclaim "no whammies!," sacrifice a chicken and >> move on. >> > > > Does where you tap affect the outcome? What about how hard. > > It's not critical.

Re: [M100] - Backpack ...[The dinner bell interrupt]

2023-03-03 Thread John R. Hogerhuis
On Fri, Mar 3, 2023, 5:56 AM Fisher wrote: > > The dinner bell interrupt: when you switch-off the memory backup > power and give it an hour or so (to digest the chicken.) > Exactly! The deities need the chicken. But a experience user will throw in a cold start for good measure. "Death t

Re: [M100] Removing DVI Disk Basic

2023-03-03 Thread Mike Stein
Got it; tnx On Fri, Mar 3, 2023 at 6:34 AM Brian White wrote: > In my first post in this thread I linked DVI.CAT and the directory it > sits in, the peripherals dir in m100sig, and pointed to a couple files > described in DVI.CAT, then just noticed more files from the same place > that apply to

Re: [M100] - Backpack ...[The dinner bell interrupt]

2023-03-03 Thread Fisher
The dinner bell interrupt: when you switch-off the memory backup power and give it an hour or so (to digest the chicken.) > No.. TS-DOS never got away with it, really. > > The dysfunction created is insidious. The immediate thing the user may see is > that the file inloaded is corr

Re: [M100] - Text Sweet 2.3 Release

2023-03-03 Thread Brian White
basic is parsable, obviously the interpreter has to do it, but the difference is to parse basic you pretty much need a state machine, pretty much the same way the actual interpreter works. You can't really determine what any given digit or double-quote or almost anything is, except by starting fro

Re: [M100] - Backpack

2023-03-03 Thread Francois Gurin
On Thu, Mar 2, 2023, 6:45 PM John R. Hogerhuis wrote: > Tap the machine 3 times, proclaim "no whammies!," sacrifice a chicken and > move on. > Does where you tap affect the outcome? What about how hard. My accent is a little thick but I don't expect an issue unless this is a sensitive step. I

Re: [M100] Removing DVI Disk Basic

2023-03-03 Thread Brian White
In my first post in this thread I linked DVI.CAT and the directory it sits in, the peripherals dir in m100sig, and pointed to a couple files described in DVI.CAT, then just noticed more files from the same place that apply to this question. bkw On Thu, Mar 2, 2023, 9:18 PM MikeS wrote: > What

Re: [M100] - Text Sweet 2.3 Release

2023-03-03 Thread John R. Hogerhuis
On Fri, Mar 3, 2023 at 12:47 AM B 9 wrote: > On Wed, Mar 1, 2023 at 11:00 PM John R. Hogerhuis > wrote: > >> >> You know a heckuva lot more than I do, John. I had just presumed any > computer language was parsable. > > Modern structured programming language designers endeavor to make them contex

Re: [M100] - Text Sweet 2.3 Release

2023-03-03 Thread B 9
On Wed, Mar 1, 2023 at 11:00 PM John R. Hogerhuis wrote: > Well, for ANSI C 99 lex is probably the best way. C doesn't (didn't?) have > any regex engine. I don't know what's in modern C, it might have libraries > for regex. > I've used the PCRE library in C, which works but is not as nice as a l