Current events
From David's Notebook
Jump to navigationJump to search
Weekly Games
- 15 Apr
- 22 Apr
- Delphine somewhere "else" (kids' holidays)
- 29 Apr
- No Game - TPK highly likely :-D
- Delphine somewhere "else"
- Bert on holiday
- Henry probably here, but dependent on flight (landing 6pm, need to get to hotel afterwards).
- 06 May
- No Game - TPK highly likely :-D
- Bert on holiday
- Henry not here.
- 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
- 23 Sep
- 30 Sep
Other Events
Meet - Meeting
Anyone fancy trying a quick game of Everyone Is John: http://pftdcast.com/resources/EveryoneIsJohn.pdf ?
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
Craig's dodgy date making bash 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.
Feel free to demonstrate the super simple way that you can do this :-)