test_case | run_at_date | expected_date |
---|---|---|
run_at_day | 2023-12-05 | 2023-12-05 |
run_at_week_start | 2023-12-17 | 2023-12-17 |
run_at_week_middle | 2023-12-21 | 2023-12-17 |
run_at_week_end | 2023-12-23 | 2023-12-17 |
run_at_month_start | 2023-12-01 | 2023-12-01 |
run_at_month_middle | 2023-12-15 | 2023-12-01 |
run_at_month_end | 2023-12-31 | 2023-12-01 |
This file contains hidden or 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
# LearnDoLearn Project Guide | |
## Project Overview | |
LearnDoLearn is a platform for creating and following structured learning journeys with a focus on hands-on learning and practical application. The platform uses a trail map/adventure theme to make learning feel like an epic quest while maintaining professional aesthetics. | |
### Target Users | |
- Job seekers wanting to acquire technical data skills | |
- Professionals looking to upskill in technical areas | |
- People trying to enter the tech industry |
This file contains hidden or 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
let blacklists = ["https://theoldreader.com/*"] | |
let hintcharacters = "asdfgpwertzxcvb" | |
set nativelinkorder | |
site 'http*://theoldreader.com/*' { | |
unmap o | |
} |