Algorithms to compute the day of the week from a given date (Conway's Doomsday Rule, Sakamoto's method, Zeller's congruence)
-
Updated
Jan 5, 2019 - J
Algorithms to compute the day of the week from a given date (Conway's Doomsday Rule, Sakamoto's method, Zeller's congruence)
Ce programme permet de trouver le jour de la semaine d'une date donnée.
A Linux-style calendar utility for Elf/OS
Program for computing Zeller's Congruence", my first GitHub upload
Functional Programming, Assignment I.
A Go library which implements Zeller's Congruence
Web app for running simple C# console apps. First demo: calculate the weekday of any date using Zeller’s congruence.
Date2Day is a C program that calculates the day of the week for any given date using Zeller's Congruence. It accepts date, month (as a string), and year from the user and outputs the corresponding weekday.
Add a description, image, and links to the zeller-congruence topic page so that developers can more easily learn about it.
To associate your repository with the zeller-congruence topic, visit your repo's landing page and select "manage topics."