forked from klazuka/Kal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added 2011 holidays to the Holidays demo app.
- Loading branch information
Showing
9 changed files
with
562 additions
and
333 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/bin/bash | ||
# data preprocessing for Kal Holidays example | ||
# Keith Lazuka 2011-01-22 | ||
# If you want to add new holidays, add them to holidays.txt in the existing format. | ||
# Please make sure that the country name has a corresponding flag image. | ||
|
||
./holidays_preprocessor.py json < holidays.txt > holidays.json | ||
./holidays_preprocessor.py sqlite < holidays.txt > holidays_setup.sql | ||
rm ../holidays.db | ||
sqlite3 -init holidays_setup.sql ../holidays.db |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.