• Re: ANSI Screen

    From Exodus@21:1/144 to Geri Atricks on Sat Aug 1 14:53:40 2026
    Would like to have an ANSI screen that counts down the days till Halloween I'm guessing that it would requre some kind of JS work in it.

    Is this something that one of you might be able to do? Might also be neat have one for each upcoming holiday that I can just swap out the day after previous one. Of course, I'm sure that anyone that is good at coding could it so that it changed automatically. :)

    Parole Software has one that does Christmas ... makes a new ANSI every day. I use it. Nothing for Halloween tho.

    ... Lead, Follow, or get the H*ll out of the way...

    --- Renegade v1.44/Exp
    * Origin: The Titantic BBS Telnet - ttb.rgbbs.info (21:1/144)
  • From Geri Atricks@21:3/235 to All on Sat Aug 1 13:29:30 2026
    Would like to have an ANSI screen that counts down the days till Halloween. I'm guessing that it would requre some kind of JS work in it.

    Is this something that one of you might be able to do? Might also be neat to have one for each upcoming holiday that I can just swap out the day after the previous one. Of course, I'm sure that anyone that is good at coding could do it so that it changed automatically. :)
    ---

    -Dallas Vinson

    ... A .GIF is worth a thousand .TXT.

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: Legends of Yesteryear (21:3/235)
  • From Atreyu@21:1/176 to Exodus on Sat Aug 1 21:28:25 2026
    On 01 Aug 26 14:53:40, Exodus said the following to Geri Atricks:

    Is this something that one of you might be able to do? Might also be neat have one for each upcoming holiday that I can just swap out the day after previous one. Of course, I'm sure that anyone that is good at coding could it so that it changed automatically. :)

    Parole Software has one that does Christmas ... makes a new ANSI every day. use it. Nothing for Halloween tho.

    These sort of computations I can whip up in DOS in minutes.

    Atreyu

    --- Renegade vY2Ka2
    * Origin: Joey, do you like movies about gladiators? (21:1/176)
  • From Nightfox@21:1/137 to Geri Atricks on Sat Aug 1 19:27:30 2026
    Re: ANSI Screen
    By: Geri Atricks to All on Sat Aug 01 2026 01:29 pm

    Would like to have an ANSI screen that counts down the days till Halloween. I'm guessing that it would requre some kind of JS work in it.

    Is this something that one of you might be able to do? Might also be neat to have one for each upcoming holiday that I can just swap out the day after the previous one. Of course, I'm sure that anyone that is good at coding could do it so that it changed automatically. :)

    I know this isn't exactly what you're looking for, but somewhat related - I have a Synchronet JavaScript mod for displaying holiday screens at certain times of the year, on specific dates (month & day) or sets of screens for an entire month. It can also use users' IP location to restrict holiday screens to be displayed to only certain countries (for instance, July 4th only in the USA). This is the download link:

    http://digdist.synchro.net/files/BBS/SYNC_JS/DDHS_101.zip

    Nightfox
    --- SBBSecho 3.37-Linux
    * Origin: Digital Distortion: digdist.synchro.net (21:1/137)
  • From Geri Atricks@21:3/235 to Nightfox on Sun Aug 2 16:41:12 2026
    - I have a Synchronet JavaScript mod for displaying holiday screens at certain times of the year, on specific dates (month & day) or sets of

    That would be great if I was still running Synchro. :)
    ---

    -Dallas Vinson

    ... There are two types of people; those who finish what they start and

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: Legends of Yesteryear (21:3/235)
  • From Nightfox@21:1/137 to Geri Atricks on Sun Aug 2 18:06:53 2026
    Re: Re: ANSI Screen
    By: Geri Atricks to Nightfox on Sun Aug 02 2026 04:41 pm

    - I have a Synchronet JavaScript mod for displaying holiday screens at
    certain times of the year, on specific dates (month & day) or sets of

    That would be great if I was still running Synchro. :)

    Ah.. Since you mentioned possible JS work in your previous message, I guess I thought you were using Synchronet (since Synchronet uses JS for its mods).

    Nightfox
    --- SBBSecho 3.37-Linux
    * Origin: Digital Distortion: digdist.synchro.net (21:1/137)
  • From Geri Atricks@21:3/235 to Nightfox on Mon Aug 3 20:54:45 2026
    Ah.. Since you mentioned possible JS work in your previous message, I guess I thought you were using Synchronet (since Synchronet uses JS for its mods).

    I just mentioned that because Java and JavaScript are pretty much universal and can run on any platform. Even those CC Readers they have in stores.
    ---

    -Dallas Vinson

    ... Classic: A book which people praise but don't read. - Mark Twain

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: Legends of Yesteryear (21:3/235)
  • From Adept@21:2/108 to Geri Atricks on Tue Aug 4 09:02:45 2026
    Would like to have an ANSI screen that counts down the days till Halloween. I'm guessing that it would requre some kind of JS work in it.

    I guess this might be my area of expertise, for at least some version of this.

    Making a Python script that runs on Mystic that prints out a text message that says how many days until Halloween would be easy.

    Creating something with a font would be hard, unless you're aware of something that could be used to create said font.

    Manually making ANSIs for each individual day, and then displaying the correct ANSI would be something I've already done. Though, admittedly, might get a bit weird when counting down something from February to March, where a leap day would create an off-by-1 error.

    Is this something that one of you might be able to do? Might also be
    neat to have one for each upcoming holiday that I can just swap out the day after the previous one. Of course, I'm sure that anyone that is good at coding could do it so that it changed automatically. :)

    I think it'd be fairly simple (famous last words) to have whatever set of ANSIs for the holidays you want to look forward to, have a thing that finds the next available holiday, calculates the day until that holiday, and using the file name for the holiday name, outputs a line of text that says how many days until that holiday. And/or, outputs an ANSI when it's that particular holiday.

    But, yeah, I can imagine a variety of ways to tackle this. Not sure if I want to volunteer for it, but further specifying what you're hoping for would certainly make the task difficulty more obvious.

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: Storm BBS (21:2/108)