Icon script to make calendars

For discussions about programming, and for programming questions and advice


Moderator: Forum moderators

Post Reply
User avatar
puppy_apprentice
Posts: 661
Joined: Tue Oct 06, 2020 8:43 pm
Location: land of bigos and schabowy ;)
Has thanked: 4 times
Been thanked: 107 times

Icon script to make calendars

Post by puppy_apprentice »

Calendar Maker is an Icon programming language script

Keys:
p/m/c - switch to picture/mask/calendar mode
Left/Right Arrow Keys - choose picture/mask/month
d - erase picture description
s - save actual calendar page as XPM
q - quit

Console:
calmaker - default language english, current year
calmaker -l pl -y 2024 - use Polish language and year 2024, languages: de, en, es, fr, pl, ru

The events file contains holiday and full moon (M) dates. Each line is one month. Each line ends with a space.
The dimensions of the images (XPM) and masks (GIF with a layer of transparency) are 552x392 pixels.

calmaker.jpg
calmaker.jpg (259.35 KiB) Viewed 1031 times

Icon Programmin Language
Download Page expires after 7 days.

Last edited by puppy_apprentice on Sun Jan 07, 2024 10:23 am, edited 1 time in total.
Burunduk
Posts: 244
Joined: Thu Jun 16, 2022 6:16 pm
Has thanked: 6 times
Been thanked: 122 times

Re: Icon script to make calendars

Post by Burunduk »

Dziękuję za wskazówkę. I've compiled Icon 9.5.23a on my Fossapup64-9.5 without a problem. It seems to work:

A successful graphics build confirmed
A successful graphics build confirmed
colrbook.png (12.78 KiB) Viewed 963 times

Don't really know what to do with this language next but it looks interesting.

User avatar
puppy_apprentice
Posts: 661
Joined: Tue Oct 06, 2020 8:43 pm
Location: land of bigos and schabowy ;)
Has thanked: 4 times
Been thanked: 107 times

Re: Icon script to make calendars

Post by puppy_apprentice »

milu
Posts: 6
Joined: Fri Jan 05, 2024 4:36 am
Has thanked: 1 time

Re: Icon script to make calendars

Post by milu »

puppy_apprentice wrote: Sun Nov 12, 2023 2:28 pm

Calendar Maker is an Icon programming language script

calmaker package

I'm interested in this program but the link seems to be broken, a place to dowload it would be appreciated

User avatar
Flash
Moderator
Posts: 897
Joined: Tue Dec 03, 2019 3:13 pm
Location: Arizona, U.S.
Has thanked: 46 times
Been thanked: 105 times

Re: Icon script to make calendars

Post by Flash »

For what it's worth, I'd like to mention that there are only 14 possible calendars: One for each day of the week that the year starts with (1 Jan is a Monday, a Tuesday, etc.) and one for each day of the week that a leap year starts with. So save your old calendars and just scratch out the year.

Chaos coordinator :?
User avatar
puppy_apprentice
Posts: 661
Joined: Tue Oct 06, 2020 8:43 pm
Location: land of bigos and schabowy ;)
Has thanked: 4 times
Been thanked: 107 times

Re: Icon script to make calendars

Post by puppy_apprentice »

milu wrote: Sat Jan 06, 2024 11:01 pm

I'm interested in this program but the link seems to be broken, a place to dowload it would be appreciated

I've send you message about new download link.
But you probably haven't read it.
The new link is valid until January 14.

Post Reply

Return to “Programming”