Current events
From David's Notebook
Jump to navigationJump to search
Weekly Games
- 27 Aug
- 03 Sep
- 10 Sep
- Henry a maybe - possible late meeting at work.
- Delphine in Munich
- 17 Sep
- Henry travelling.
- 24 Sep
- 01 Oct
- 08 Oct
- Bert in Toronto
- 15 Oct
- 22 Oct
- 29 Oct
- 05 Nov
- 12 Nov
- 19 Nov
- Delphine in SF
- 26 Nov
- Delphine not here
- 03 Dec
- 10 Dec
- 17 Dec
- 24 Dec
- 31 Dec
- 07 Jan
- 14 Jan
- 21 Jan
- 28 Jan
- 04 Feb
- 11 Feb
- 18 Feb
- 25 Feb
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 :-)