forked from filipg/zjfz-2020
28 lines
513 B
Plaintext
28 lines
513 B
Plaintext
PREFIX=zjfz-2020
|
|
|
|
DEFAULT_POINT_LIMIT=15
|
|
POINT_LIMIT=15
|
|
|
|
# 1 - intro/
|
|
# 2 - regexp/
|
|
# 3 - automata/
|
|
|
|
typeset -A TIME_LIMITS
|
|
set -A TIME_LIMITS \
|
|
"1" "2020-12-29 16:00:00 +0100" \
|
|
"2" "2021-01-31 23:59:59 +0100" \
|
|
"3" "2021-01-25 13:00:00 +0100"
|
|
|
|
typeset -A HOME_TIME_LIMITS
|
|
set -A HOME_TIME_LIMITS \
|
|
"1" "2020-12-29 10:45:00 +0100" \
|
|
"2" "2021-01-31 23:59:59 +0100" \
|
|
"3" "2021-01-25 13:00:00 +0100"
|
|
|
|
|
|
typeset -A HOME_POINT_LIMITS
|
|
set -A HOME_POINT_LIMITS \
|
|
"1" "6" \
|
|
"2" "0" \
|
|
"3" "0"
|