• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Functions for working with the idealized calendar of Planet Xhilr


Commit MetaInfo

Révisione0a72df82f4adc07d126ccd89dc3476ffc23dd51 (tree)
l'heure2017-06-13 16:33:02
AuteurJoel Matthew Rees <joel.rees@gmai...>
CommiterJoel Matthew Rees

Message de Log

alternate version not necessary

Change Summary

Modification

--- a/c3p8
+++ b/c3p8
@@ -5,4 +5,4 @@ alternate worlds, astronomy, calendars, education methods,
55 http://joel-rees-economics.blogspot.com/2017/03/soc500-03-08-calendar-math.html
66
77
8-Chronologically, it would come in chapter five of the first draft: http://free-is-not-free.blogspot.com/2016/05/economics-101-novel-ch05-first-semester.html.
8+ Chronologically, it would come in chapter five of the first draft: http://free-is-not-free.blogspot.com/2016/05/economics-101-novel-ch05-first-semester.html.
--- a/leapmonths.bc
+++ b/leapmonths.bc
@@ -52,7 +52,7 @@ define showmonths( years ) {
5252 for ( year = 0; year < years; ++year ) {
5353 for ( month = 1; month <= 12; ++month ) {
5454 days = months[ month ];
55- if isleap( year, month ) {
55+ if ( isleap( year, month ) ) {
5656 days += 1;
5757 }
5858 sum += days;