Current events

From David's Notebook
Jump to navigationJump to search

Weekly Games

2017

04 Jan
11 Jan
no game (Henry away)
18 Jan
25 Jan
1 Feb
8 Feb
15 Feb
22 Feb
no Delphine (Brazil)
1 March

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

Looks OK -- Craig (talk)

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 :-)