Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ba1dr/days.cpp
Reminder for important dates (MSDOS)
https://github.com/ba1dr/days.cpp
Last synced: 18 days ago
JSON representation
Reminder for important dates (MSDOS)
- Host: GitHub
- URL: https://github.com/ba1dr/days.cpp
- Owner: ba1dr
- License: gpl-2.0
- Created: 2015-03-04T00:38:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-04T00:56:33.000Z (over 9 years ago)
- Last Synced: 2024-07-31T22:58:57.737Z (3 months ago)
- Language: C
- Size: 301 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# days.cpp - Reminder for important dates
## Intro
This program was my proud in former days.
I was growing up as a programmer while creating it. At first 3 releases it was written with Turbo Pascal, being completely rewritten each time with new approach. Versions 4 and 5 were created with C++ - with functions and then object-oriented.
I am storing it here as some kind of portfolio but also to keep it in my memory :) .
## Description
This is the MS-DOS program intended to run and display a colorful notification about some ongoing holidays/birthdays/any dates.
The dates are stored in the file 'days.txd' and can be processed with some kind of interpreted language.
The description (on Russian, in CP866 encoding - I am sorry) is provided in the text file 'days.doc'.
Whole project is stored in MSDOS cyrillic encoding CP866 including some comments inside.
Versions 4 and 5 are stored in subfolder 'old'.
Compiled version is available in the file 'days_compiled.zip' .
# License
You can use any parts of the code (cannot imagine why you'll need it), but you should follow the GPLv2 rules.