Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lancew/ijf_ical
Perl5 to create an ical (.ics) from Judobase.
https://github.com/lancew/ijf_ical
Last synced: 14 days ago
JSON representation
Perl5 to create an ical (.ics) from Judobase.
- Host: GitHub
- URL: https://github.com/lancew/ijf_ical
- Owner: lancew
- Created: 2017-02-27T23:12:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T11:41:04.000Z (17 days ago)
- Last Synced: 2024-11-03T12:26:05.642Z (17 days ago)
- Language: Perl
- Size: 504 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Kritika Analysis Status](https://kritika.io/users/lancew/repos/9164114418542914/heads/master/status.svg)](https://kritika.io/users/lancew/repos/9164114418542914/heads/master/)
Simple script to create a Ical feed from IJF event on Judobase.
Install:
carmel installExecute:
carmel exec perl ijf_ical.pl
or
carmel exec perl ijf_ical.pl > ijf.icsTo simple use the feed, you use this url: https://raw.githubusercontent.com/lancew/ijf_ical/master/ijf.ics
To use the script that calculates the distances of the world tour.
```
carton exec perl distance_calculator.pl
```
IJF World Tour Distances and Carbon Footprint (from London)
* 3,181 km Grand Prix Portugal 2022
* 684 km Paris Grand Slam 2022
* 7,113 km Tel Aviv Grand Slam 2022
* 7,078 km Tbilisi Grand Slam 2022
* 5,823 km Antalya Grand Slam 2022
* 6,422 km Kazan Grand Slam 2022
* 960 km Dusseldorf Grand Slam 2022
* 13,945 km Ulaanbaatar Grand Slam 2022
* 2,898 km Budapest Grand Slam 2022
* 2,675 km Zagreb Grand Prix 2022
* 10,468 km Tashkent World Senior Championships 2022
* 10,950 km Abu Dhabi Grand Slam 2022
* 8,029 km Baku Grand Slam 2022
* 19,125 km Tokyo Grand Slam 2022
Total distance: 99,351 km
Carbon for the tour: 25,731 kg Co2
```