Current events

From David's Notebook
Revision as of 15:48, 14 February 2018 by Bert (talk | contribs) (→‎2018)
Jump to navigationJump to search

Weekly Games

2018

31 Jan
Emma's birthday so I might be late -dm
07 Feb
Pamela's birthday: Dinner date. Bert (talk)
14 Feb
Valentine's Day: Henry booked by Sarah
Bert also out for dinner
21 Feb
Delphine definitely on holidays
Henry away
28 Feb
  • Delphine not sure (check with me)
07 Mar
14 Mar
21 Mar
28 Mar
04 Apr
11 Apr
18 Apr
  • Delphine in Berlin
25 Apr
02 May
09 May
16 May
23 May
30 May
  • Delphine somewhere but not here
06 Jun
  • No Craig
13 Jun
  • No Craig
20 Jun
27 Jun
04 Jul
11 Jul
18 Jul
25 Jul
01 Aug
08 Aug
15 Aug
22 Aug
29 Aug
05 Sep
12 Sep
19 Sep
26 Sep
03 Oct
10 Oct
17 Oct
24 Oct
31 Oct
07 Nov
14 Nov
21 Nov
28 Nov
05 Dec
12 Dec
19 Dec
26 Dec
02 Jan
09 Jan
16 Jan
23 Jan
30 Jan
06 Feb

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