Search found 5 matches

by IzzyB
Sat May 07, 2022 7:09 pm
Forum: Coding Questions
Topic: Displaying help like with "/?"
Replies: 9
Views: 1136

Re: Displaying help like with "/?"

If I have divined your issue correctly, Marc56us is on target.

I suggest you review the documentation.


1) Section: General Libraries, Console, second paragraph. I quote:

If your program is intended to be a pure console application (i.e. not a GUI application which sometimes opens a console ...
by IzzyB
Wed Dec 01, 2021 6:19 pm
Forum: Coding Questions
Topic: Compare text files (or sources)
Replies: 15
Views: 3486

Re: Compare text files (or sources)

There's a rather nice compare (and more) software product out there called 'Beyond Compare'. It's not free, but it's pretty strong.
by IzzyB
Wed Sep 16, 2020 4:28 am
Forum: General Discussion
Topic: Which BASICs have been you using in your life?
Replies: 61
Views: 29161

Re: Which BASICs have been you using in your life?

PureBasic
VBA/VBS
GW-Basic/QBasic
Applesoft/Integer Basic
Dartmouth Basic

Backwards... let's me segue to Dartmouth Basic on the Dartmouth Time Sharing System.

In my senility I can still see bits of it. The Teletype 33 ASR terminal, with a big ol' roll of lousy paper, foam cups for the telephone ...
by IzzyB
Wed Mar 11, 2015 9:08 pm
Forum: Coding Questions
Topic: Recording Default Audio Output
Replies: 9
Views: 3451

Re: Recording Default Audio Output

...further and fwiw

The application, Audacity, can do this and is open source and cross platform.

I just confirmed that it works at level 2.0.6 on my Win7 64 system.
by IzzyB
Mon Jun 23, 2014 2:23 pm
Forum: Coding Questions
Topic: Compare and Find
Replies: 3
Views: 1288

Re: Compare and Find

Have you looked into "Key Word In Context" (aka: KWIC) indexing?

If that's of interest, I'd point you to the Wikipedia article. I seem to recall some OpenSource/Free (think GNU and others) utilities to produce permuted indexes and concordances. There's also an example in the awk book (isbn: 978 ...