https://github.com/vasnake/weekends
Weekends and holidays from http://data.gov.ru/opendata/7708660670-proizvcalendar
https://github.com/vasnake/weekends
Last synced: about 1 month ago
JSON representation
Weekends and holidays from http://data.gov.ru/opendata/7708660670-proizvcalendar
- Host: GitHub
- URL: https://github.com/vasnake/weekends
- Owner: vasnake
- License: gpl-3.0
- Created: 2016-11-28T06:32:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-28T06:39:22.000Z (over 9 years ago)
- Last Synced: 2025-08-09T03:57:58.146Z (12 months ago)
- Language: Scala
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Weekends and holidays table
First, you need data from http://data.gov.ru/opendata/7708660670-proizvcalendar
Производственный календарь
Then, you can run program:
```
java -cp ~/code/weekends/target/scala-2.12/weekends-assembly-1.0.jar \
ps.csv.weekends \
/media/sf_t/data-20161107T1038-structure-20161107T1038.csv > weekends.lst
```
To compile the program, use sbt:
`sbt assembly`