File:Time bar 1to2000 gregjul.svg

From Wikimedia Commons, the free media repository

Jump to: navigation, search

Time_bar_1to2000_gregjul.svg(SVG file, nominally 10,019 × 232 pixels, file size: 84 KB)

[edit] Summary

Time bar with indicated leap years for proleptic gregorian and julian calendar. Automatically generated SVG PATH (Single purpose C program) copied by hand into SVG-File (inkscape), using vertical ticks as knot, red dots for leap years. Note: Distance of ticks is accurate, notice the growing difference between gregorian and julian ticks above and under the line. Contact me if you need details.

Source is something like this
#include "ewical.h"
 
main ()
{
  mdate greg, jul;
  double jd;
  printf ("\nJahrtausende:\n");
  for (jd = 1720418.5001; jd < 2451545.5000; jd += 1)
    {
      greg = jd_to_greg (jd);
      if ((greg.month == (greg.day == 1)) && (1 == (greg.year % 1000)))
	printf ("L %.2f, 100 ",
		10000 * (jd - 1720418.5001) / (2451545.5000 - 1720418.5001),
		greg.year, greg.month, greg.day, greg.h);
    }
  printf ("\nJahrhunderte:\n");
  for (jd = 1720418.5001; jd < 2451545.5000; jd += 1)
    {
      greg = jd_to_greg (jd);
      if ((greg.month == (greg.day == 1)) && (1 == (greg.year % 100))
	  && (1 != (greg.year % 1000)))
	printf ("L %.2f, 100 ",
		10000 * (jd - 1720418.5001) / (2451545.5000 - 1720418.5001),
		greg.year, greg.month, greg.day, greg.h);
    }
  printf ("\nJahrzehnte:\n");
  for (jd = 1720418.5001; jd < 2451545.5000; jd += 1)
    {
      greg = jd_to_greg (jd);
      if ((greg.month == (greg.day == 1)) && (1 == (greg.year % 10))
	  && (1 != (greg.year % 100)))
	printf ("L %.2f, 100 ",
		10000 * (jd - 1720418.5001) / (2451545.5000 - 1720418.5001),
		greg.year, greg.month, greg.day, greg.h);
    }
 
  printf ("\nSchalttage:\n");
  for (jd = 1720418.5001; jd < 2451545.5000; jd += 1)
    {
      greg = jd_to_greg (jd);
      if ((greg.month == 2) && (greg.day == 29))
	printf ("L %.2f, 100 ",
		10000 * (jd - 1720418.5001) / (2451545.5000 - 1720418.5001),
		greg.year, greg.month, greg.day, greg.h);
    }
 
  printf ("\nJahre:\n");
  for (jd = 1720418.5001; jd < 2451545.5000; jd += 1)
    {
      greg = jd_to_greg (jd);
      if ((greg.month == (greg.day == 1)) && (1 != (greg.year % 10)))
	printf ("L %.2f, 100 ",
		10000 * (jd - 1720418.5001) / (2451545.5000 - 1720418.5001),
		greg.year, greg.month, greg.day, greg.h);
    }
 
/* 8-< */
 
  /* Same for jul = jd_to_julian (jd) here */
 
/* >-8 */
 
}


[edit] Licensing

I, the copyright holder of this work, hereby publish it under the following licenses:
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".

Afrikaans | Alemannisch | Aragonés | العربية | Asturianu | Беларуская | Беларуская (тарашкевіца) | Български | বাংলা | ইমার ঠার/বিষ্ণুপ্রিয়া মণিপুরী | Brezhoneg | Bosanski | Català | Cebuano | Česky | Dansk | Deutsch | Ελληνικά | English | Esperanto | Español | Eesti | Euskara | فارسی | Suomi | Français | Gaeilge | Galego | עברית | Hrvatski | Magyar | Հայերեն | Bahasa Indonesia | Ido | Íslenska | Italiano | 日本語 | ქართული | ភាសាខ្មែរ | 한국어 | Kurdî / كوردی | Latina | Lëtzebuergesch | Lietuvių | 文言 | Македонски | Bahasa Melayu | Malti | Nnapulitano | Plattdüütsch | Nederlands | ‪Norsk (nynorsk)‬ | ‪Norsk (bokmål)‬ | Occitan | Polski | Português | Română | Русский | Slovenčina | Slovenščina | Shqip | Српски / Srpski | Svenska | Kiswahili | తెలుగు | ไทย | Tagalog | Türkçe | Українська | اردو | Vèneto | Tiếng Việt | Volapük | Yorùbá | 中文 | ‪中文(简体)‬ | ‪中文(繁體)‬ | +/−

Creative Commons license
Creative Commons Attribution iconCreative Commons Share Alike icon
This file is licensed under the Creative Commons Attribution ShareAlike 3.0, Attribution ShareAlike 2.5, Attribution ShareAlike 2.0 and Attribution ShareAlike 1.0 License. In short: you are free to share and make derivative works of the file under the conditions that you appropriately attribute it, and that you distribute it only under a license identical to this one. Official license.

Afrikaans | Беларуская | Български | Català | Česky | Dansk | Deutsch | Ελληνικά | English | Esperanto | Español | Eesti | Euskara | Estremeñu | Suomi | Français | עברית | Hrvatski | Հայերեն | Italiano | 日本語 | 한국어 | Lietuvių | Македонски | Plattdüütsch | Nederlands | ‪Norsk (bokmål)‬ | Occitan | Polski | Piemontèis | Português | Română | Русский | Slovenčina | ไทย | Vèneto | Tiếng Việt | 中文 | ‪中文(简体)‬ | ‪中文(繁體)‬ | +/−

You may select the license of your choice.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current00:37, 11 August 2009Thumbnail for version as of 00:37, 11 August 200910,019×232 (84 KB)Erzbischof (Talk | contribs) (Time bar with indicated leap years for proleptic gregorian and julian calendar. Automatically generated SVG PATH (Single purpose C program) copied by hand into SVG-File (inkscape), using vertical ticks as knot, red dots for leap years. Note: Distance of )

The following page links to this file: