Current events: Difference between revisions
From David's Notebook
Jump to navigationJump to search
No edit summary |
|||
Line 1: | Line 1: | ||
== Weekly Games == |
== Weekly Games == |
||
;07 Jan |
|||
* No game (DM not ready) |
|||
* Craig on a course (last one!), hopefully home before 8 pm |
|||
* Henry working in Belgium, but hopefully available. |
|||
;14 Jan |
|||
;21 Jan |
|||
;28 Jan |
|||
* No game (DM busy) |
|||
* Henry away (skiing) |
|||
;05 Feb |
;05 Feb |
||
Revision as of 19:52, 5 February 2014
Weekly Games
- 05 Feb
- 12 Feb
- Henry moving house - maybe not online
- 19 Feb
- 26 Feb
- 05 Mar
- 12 Mar
- 19 Mar
- 26 Mar
- 02 Apr
- 09 Apr
- 16 Apr
- 23 Apr
- 30 Apr
- 07 May
- 14 May
- 21 May
- 28 May
- 04 Jun
- 11 Jun
- 18 Jun
- 25 Jun
- 02 Jul
- 09 Jul
- 16 Jul
- 23 Jul
- 30 Jul
- 06 Aug
- 13 Aug
- 20 Aug
- 27 Aug
- 03 Sep
- 10 Sep
- 17 Sep
- 24 Sep
- 01 Oct
- 08 Oct
- 15 Oct
Other Events
Meet - Meeting
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 :-)