Difference between revisions of "Current events"

From David's Notebook
Jump to navigationJump to search
Line 1: Line 1:
 
== Weekly Games ==
 
== Weekly Games ==
;24 Feb
 
 
;02 Mar
 
:Probably no Henry
 
 
;09 Mar
 
:Probably no Henry
 
 
;16 Mar
 
:No Bert
 
 
;23 Mar
 
:Definitely no Henry
 
 
;30 Mar
 
 
 
;06 Apr
 
;06 Apr
   

Revision as of 17:15, 4 April 2016

Weekly Games

06 Apr
13 Apr
20 Apr
27 Apr
Bert unavailable
04 May
Bert unavailable
11 May
18 May
25 May
01 Jun
08 Jun
15 Jun
22 Jun
Definitely no Henry
29 Jun
Definitely no Henry
06 Jul
13 Jul
20 Jul
27 Jul

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