Current events: Difference between revisions
From David's Notebook
Jump to navigationJump to search
Line 2: | Line 2: | ||
;17 Aug |
;17 Aug |
||
:Henry's game starts: level 1. |
:Henry's game starts: level 1. |
||
:David not here. |
|||
;24 Aug |
;24 Aug |
Revision as of 19:49, 16 August 2016
Weekly Games
- 17 Aug
- Henry's game starts: level 1.
- David not here.
- 24 Aug
- Henry is a "maybe"
- 31 Aug
- 07 Sep
- 14 Sep
- no Delphine (in SF)
- no Henry (gin tasting)
- 21 Sep
- 28 Sep
- 05 Oct
- 12 Oct
- 19 Oct
- 26 Oct
- 02 Nov
- Possibly no Craig
- 09 Nov
- Likely no Delphine (in SF)
- 16 Nov
- Likely no Delphine (in SF)
- 23 Nov
- 30 Nov
- 07 Dec
- 14 Dec
- 21 Dec
- 28 Dec
- 04 Jan
- 11 Jan
- no Delphine (in SF)
- 18 Jan
- 25 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
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 :-)