Current events

From David's Notebook
Jump to navigationJump to search

Weekly Games

07 Jan
  • Craig on a course (last one!), hopefully home before 8 pm
  • Henry working in Belgium, but hopefully available.
14 Jan
21 Jan
28 Jan
  • Henry away (skiing)
04 Feb
11 Feb
18 Feb
25 Feb
04 Mar
11 Mar
18 Mar
25 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 :-)