Current events
From David's Notebook
Jump to navigationJump to search
Weekly Games
2020
- 08 Jan
- 15 Jan
- 22 Jan
Probably no Henry (USA)
- 29 Jan
Maybe no Henry (work)
- 05 Feb
Maybe no Henry (work)
- 12 Feb
Probably no Henry (USA)
- 19 Feb
- 26 Feb
- 04 Mar
- 11 Mar
- 18 Mar
- 25 Mar
- 01 Apr
- 08 Apr
- 15 Apr
- 22 Apr
- 29 Apr
- 06 May
- 13 May
- 20 May
- 27 May
- 03 Jun
- 10 Jun
- 17 Jun
- 24 Jun
- 01 Jul
- 08 Jul
- 15 Jul
- 22 Jul
- 29 Jul
- 05 Aug
- 12 Aug
- 19 Aug
- 26 Aug
- 02 Sep
- 09 Sep
- 16 Sep
Other Events
Meet - Meeting
Anyone fancy trying a quick game of Everyone Is John: https://1d4chan.org/wiki/Everyone_Is_John ?
Summary: John is insane. Each PC is a Voice in John's Head, and you compete with the other Voices to complete your obsessions. -- Henry
Date output script
count=7; for week in {1..52}; do echo -n \; ; date --date="+$count days" "+%d %b"; count=$(expr $count + 7); echo; done
Where count is the number of days to the next Wednesday.