VIC listing program

You need an actual VIC.

Moderator: Moderators

Post Reply
Merytsetesh
Vic 20 Amateur
Posts: 40
Joined: Sat Mar 02, 2024 8:57 pm
Location: Canada

VIC listing program

Post by Merytsetesh »

Hello all,

Though I've quite literally just joined Denial -- I only found it today -- I've been a VIC user on and off for all of my life. (Quick intro: my parents bought me one, brand new, back in 1981 or thereabouts, when I was... ahem... younger than I am now.)

Well, here I am. And I wanted to begin by offering you a little application I wrote a few years ago when I returned to poking at the VIC after a time away. Basically, it generates PDF listings of programs. That's all. Nothing very exciting. But I find it useful for digging into things, and it pleases the nostalgic side of me with memories of typing in print listings in various levels of generational decay.

If you're interested, please feel free to download it here. https://github.com/Merytsetesh/VIC-List/

Thank you, and best wishes,

~M
User avatar
javierglez
Vic 20 Hobbyist
Posts: 107
Joined: Sat Jun 03, 2017 3:33 pm

Re: VIC listing program

Post by javierglez »

There seems to be more functionalities in the repository tools other than just list programs to pdf.
For the record VICE can print listings to bmp if you configure the printer, and can copy and paste text to and from the editor (as long as there are no control characters). But your approach looks more flexible.
Thanks for sharing
User avatar
srowe
Vic 20 Scientist
Posts: 1340
Joined: Mon Jun 16, 2014 3:19 pm

Re: VIC listing program

Post by srowe »

Merytsetesh wrote: Sat Mar 02, 2024 9:07 pm Hello all,

Though I've quite literally just joined Denial -- I only found it today -- I've been a VIC user on and off for all of my life. (Quick intro: my parents bought me one, brand new, back in 1981 or thereabouts, when I was... ahem... younger than I am now.)

Well, here I am. And I wanted to begin by offering you a little application I wrote a few years ago when I returned to poking at the VIC after a time away. Basically, it generates PDF listings of programs. That's all. Nothing very exciting. But I find it useful for digging into things, and it pleases the nostalgic side of me with memories of typing in print listings in various levels of generational decay.

If you're interested, please feel free to download it here. https://github.com/Merytsetesh/VIC-List/

Thank you, and best wishes,

~M
Thanks, I'll certainly take a look.

You might be interested in one of the modules I've written to manipulate BASIC files

https://pypi.org/project/cbmfiles/

https://eden.mose.org.uk/gitweb/?p=pyth ... ;a=summary
Merytsetesh
Vic 20 Amateur
Posts: 40
Joined: Sat Mar 02, 2024 8:57 pm
Location: Canada

Re: VIC listing program

Post by Merytsetesh »

javierglez wrote: Sun Mar 03, 2024 7:57 am There seems to be more functionalities in the repository tools other than just list programs to pdf.
Yes: I was still new to Git at the time and just threw everything up there.

It also occurred to me that the extra modules might come in useful to others, so I never went back to remove them.
javierglez wrote: Sun Mar 03, 2024 7:57 am For the record VICE can print listings to bmp if you configure the printer, and can copy and paste text to and from the editor (as long as there are no control characters). But your approach looks more flexible.
Thanks for sharing
I didn't know either of those things: thank you. :-)

And, my pleasure. It's nice to find a group of people at last who might find a use for it. :-)
Merytsetesh
Vic 20 Amateur
Posts: 40
Joined: Sat Mar 02, 2024 8:57 pm
Location: Canada

Re: VIC listing program

Post by Merytsetesh »

srowe wrote: Sun Mar 03, 2024 10:20 am Thanks, I'll certainly take a look.

You might be interested in one of the modules I've written to manipulate BASIC files

https://pypi.org/project/cbmfiles/

https://eden.mose.org.uk/gitweb/?p=pyth ... ;a=summary
Thank you: I shall go and take a look straight away. With my afternoon tea, no less! :-)
User avatar
Orangeman96
Vic 20 Amateur
Posts: 45
Joined: Tue Jan 16, 2024 3:42 pm
Location: U.S.A.

Re: VIC listing program

Post by Orangeman96 »

You're in good hands. srowe is a Denial legend, Merytsetesh. (At least he should be! :D ) -OGM
Post Reply