Skip to content

Java Reference Implementation of The Lukashian Calendar

Notifications You must be signed in to change notification settings

JuliensLab/lukashian

 
 

Repository files navigation

This is a quick and dirty JS implementation of The Lukashian Calendar lukashian.org

lukashianPrecompute.js computes the year and day values based on input date range index.html lets the user select a date range to precompute. lukashian_data.json is created, and needs to be saved alongside lukashianExecute.js for further use. index.html loads lukashian_data.json, and if available, computes the current date using lukashianExecute.js lukashianExecute.js uses precomputed year/day values to compute the date given an UNIX epoch

About

Java Reference Implementation of The Lukashian Calendar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 77.4%
  • JavaScript 16.2%
  • PHP 4.5%
  • HTML 1.9%