Difference between revisions of "Current events"

From David's Notebook
Jump to navigationJump to search
Line 1: Line 1:
 
== Weekly Games ==
 
== Weekly Games ==
;15 Jul
 
:No David (holiday)
 
 
 
;22 Jul
 
;22 Jul
 
:Delphine in France (not sure I can make it)
 
:Delphine in France (not sure I can make it)
Line 8: Line 5:
 
;29 Jul
 
;29 Jul
 
:Delphine in the US
 
:Delphine in the US
  +
:Henry will be late (maybe as late as 9pm)
   
 
;05 Aug
 
;05 Aug
Line 64: Line 62:
   
 
;27 Jan
 
;27 Jan
 
   
 
== Other Events ==
 
== Other Events ==

Revision as of 08:40, 20 July 2015

Weekly Games

22 Jul
Delphine in France (not sure I can make it)
29 Jul
Delphine in the US
Henry will be late (maybe as late as 9pm)
05 Aug
Delphine on holidays somewhere
12 Aug
No Craig (holiday)
Delphine on holidays somewhere
19 Aug
Delphine on holidays
26 Aug
02 Sep
09 Sep
16 Sep
23 Sep
30 Sep
07 Oct
14 Oct
21 Oct
28 Oct
04 Nov
11 Nov
18 Nov
25 Nov
02 Dec
09 Dec
16 Dec
23 Dec
30 Dec
06 Jan
13 Jan
20 Jan
27 Jan

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