Current events

From David's Notebook
Jump to navigationJump to search

Weekly Games

05 Mar

No Henry

12 Mar

No Henry
No Bert

19 Mar

No Henry

26 Mar

No Delph
No Craig
No Hannele

02 Apr
09 Apr
16 Apr
23 Apr
30 Apr

No Bert

07 May

No Bert

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