A question about SPAM

12 posts / 0 new
Last post
Offline
Last seen: 19 hours 23 min ago
Joined: Nov 12 2022 - 16:50
Posts: 200
A question about SPAM

Hi!  I just subscribed to this forum and want to confess to those here who don't know me that I have a bad habit of SPAMming forums.  I am womndering what the best way to inform this community about my projects is without getting the message deleted.

Tom Owad's picture
Offline
Last seen: 5 hours 3 min ago
Joined: Dec 16 2003 - 15:14
Posts: 3349
It would be to discuss your

It would be to discuss your project in-depth, not just link to it. 
 

What are you working on?

Offline
Last seen: 19 hours 23 min ago
Joined: Nov 12 2022 - 16:50
Posts: 200
Thank you.  I'm working on

Thank you.  I'm working on the following or plannng to port them to the Apple2:

 

*  AuxMemApple, a memory extension for cc65

*  ProDOSi, an API for ProDOS under cc65

*  Fields, an UI library providing dialog-like and menu support to cc65 programs

*  printtok, a puts() substitute that prints strings containing tokens and expands the tokens to given strings

*  A2SimpleIO, a printf() substitute that uses the OS directly and performs almost no extra processing

*  AdvSkel65, a text adventure "skeleton" around which you can build a text adventure

*  MadLibApple, a MadLib program for the Apple2 containing eight stories

 

Offline
Last seen: 19 hours 23 min ago
Joined: Nov 12 2022 - 16:50
Posts: 200
I already have versions of

I already have versions of A2SimpleIO and Fields online.  They are at c65 additions - Manage /ui at SourceForge.net.  I also have the CBM version of printtok.c there, but I don't know if it will work on the Apple2.  Try them out!

MarkO's picture
Offline
Last seen: 1 week 6 hours ago
Joined: Dec 10 2011 - 16:26
Posts: 688
Re:A question about SPAM

When I got to your SourceForge Link, I tried to use GIT to clone your Repo..   It is an Empty Repo...

 Mecurial and SVN Repos are also Empty...

 

 

MarkO

 

 

Offline
Last seen: 19 hours 23 min ago
Joined: Nov 12 2022 - 16:50
Posts: 200
Just download the .zip files.

Just download the .zip files.  I apparently created the sites the wrong way.  Sorry!  :(

Offline
Last seen: 19 hours 23 min ago
Joined: Nov 12 2022 - 16:50
Posts: 200
I also have AltInput.  It is

I also have AltInput.  It is an alternate way to handle a line of input from the user.  Its support is limited, but it may be useful.  It is in the same location as Fields and A2SimpleIO.  Try it out!

macnoyd's picture
Offline
Last seen: 2 days 4 hours ago
Joined: Oct 15 2012 - 08:59
Posts: 836
Sorry, but newbies who post links...

Sorry, but newbies who post links here expecting folks to "just try it out" doesn't express a high confidence level for downloading ANYTHING without a good deal of discretion.

We do get a considerable amount of SPAM here at times.  When links are included, that's an easy red flag.

I suggest you upload a youtube video of what you have and start from there.  We can at least identify the URL with that.

Offline
Last seen: 19 hours 23 min ago
Joined: Nov 12 2022 - 16:50
Posts: 200
I can't make a YouTube video,

I can't make a YouTube video, as I don't know how, so I will try to explain AltInput here.  It is a way to get a line of input from the user other than the routines included in the ROM.  It recognizes text, delete and Enter keys.  It will get user input into a provided pointer and return the length of the input.  It's nothing special but may be a useful alternative to the OS routines.

Offline
Last seen: 5 hours 9 min ago
Joined: Jul 5 2018 - 09:44
Posts: 2536
Harry Potter wrote:I can't
Harry Potter wrote:

I can't make a YouTube video, as I don't know how, so I will try to explain AltInput here.  It is a way to get a line of input from the user other than the routines included in the ROM.  It recognizes text, delete and Enter keys.  It will get user input into a provided pointer and return the length of the input.  It's nothing special but may be a useful alternative to the OS

 

If you have a smart phone like Android or iPhone I think you can just shoot video with the normal camera function and then upload that to YouTube.  You probably have to sign up for an account there if you don't already have one.  There are some other builder project sites like hackster.io which also will host videos about software or hardware projects if you don't like YouTube.

 

 

Tom Owad's picture
Offline
Last seen: 5 hours 3 min ago
Joined: Dec 16 2003 - 15:14
Posts: 3349
Videos can be uploaded here

Videos can be uploaded here directly, using the Media Browser.

CVT
CVT's picture
Offline
Last seen: 35 min 57 sec ago
Joined: Aug 9 2022 - 00:48
Posts: 981
Tom Owad wrote:Videos can be
Tom Owad wrote:

Videos can be uploaded here directly, using the Media Browser.

 

They can, but then they don't play. (Tried with a video from my iPhone yesterday.)

Log in or register to post comments