doomsday-algorithm
There are 19 repositories under doomsday-algorithm topic.
ajcr/doomsday
Algorithms to compute the day of the week from a given date (Conway's Doomsday Rule, Sakamoto's method, Zeller's congruence)
25zcj01/doomsday
Day of the week calculator
TheBdouilleur/Doomsday-Trainer
Application to train to the Doomsday algorithm.
eric-ycw/doomsday-trainer
Trainer for the doomsday algorithm
made2591/doomsday
The Doomsday is an algorithm of determination of the day of the week for a given date by the English mathematician John Conway.
nkiernan/Y3-Project-DoomsdayPrototype
Prototype app for final year project
paramrathour/CS-101
Practice Problems for CS101 (Computer Programming and Utilization)
andrewkronser/doomsday-rule
A Kattis-format programming problem for John Conway's Doomsday Algorithm
bartekjaszczak/practicestuff
CLI app designed to help you practice skills by asking questions and checking your answers
BionicCat27/Doomsday-Calculator-Web
A website that uses John Conway's Doomsday calculations to find the day of week of any day.
liamvdv/doomsdaytutor
Practice the doomsday algorithm in your terminal.
lowlevelware/meta-calendar-app
Taking calendars a bit too far
Ryo112358/college-portfolio
A collection of my work in various languages
se7enack/Day-of-the-Week-Champ
Game that tests your knowledge of a given date's day-of-the-week
Entze/whatday-pt
🗓 A CL utility for calculating the weekday of dates
nkiernan/Y3-Project-DateGenerator
Java code to test the Doomsday algorithm and a random date generator
Rayraegah/doomsday
Algorithm to calculate day of the week
SamuelSoNChino/Doomsday-Website
This project is a simple web application that generates random dates and quizzes users on the day of the week for those dates. It includes a Flask backend and an HTML-based frontend.
Williamarnoclement/tp-doomsday-rule
Implementation of the Doomsday algorithm