International cricket in 1953
The 1953 International cricket season was from April 1953 to August 1953.[1][2]
International cricket |
---|
in 1952–53 | in 1953–54 |
Season overview
International tours | ||||||
---|---|---|---|---|---|---|
Start date | Home team | Away team | Results [Matches] | |||
Test | ODI | FC | LA | |||
11 June 1953 | 1–0 [5] | — | — | — | ||
8 August 1953 | Marylebone | — | — | 0–0 [1] | — | |
13 August 1953 | — | — | 0–0 [1] | — |
June
Australia in England
The Ashes Test series | ||||||||
---|---|---|---|---|---|---|---|---|
No. | Date | Home captain | Away captain | Venue | Result | |||
Test 372 | 11–16 June | Leonard Hutton | Lindsay Hassett | Trent Bridge, Nottingham | Match drawn | |||
Test 373 | 25–30 June | Leonard Hutton | Lindsay Hassett | Lord's, London | Match drawn | |||
Test 374 | 9–14 July | Leonard Hutton | Lindsay Hassett | Old Trafford Cricket Ground, Manchester | Match drawn | |||
Test 375 | 23–28 July | Leonard Hutton | Lindsay Hassett | Headingley Cricket Ground, Leeds | Match drawn | |||
Test 376 | 15–19 August | Leonard Hutton | Lindsay Hassett | Kennington Oval, London |
August
MCC in Netherlands
Two-day Match | ||||||||
---|---|---|---|---|---|---|---|---|
No. | Date | Home captain | Away captain | Venue | Result | |||
Match | 8–9 August | Not mentioned | Not mentioned | Not mentioned | Match drawn |
Netherlands in England
One-day Match | ||||||||
---|---|---|---|---|---|---|---|---|
No. | Date | Home captain | Away captain | Venue | Result | |||
Match | 13 August | Viscount Cobham | Peter van Arkel | Hurlingham | Match drawn |
gollark: Yes.
gollark: If you want to run stuff downloaded from the interweb in a script then:```lualocal h = http.get "whatever URL"local x = h.readAll()h.close()local fn, err = load(x, "@thing")if not fn then error(err) endfn(...)```
gollark: You can actually just use `wget run [URL]` or something in the command prompt.
gollark: If you want to save it to a file then```lualocal h = http.get "whatever URL"local f = fs.open("whatever file", "w")f.write(h.readAll())h.close()```
gollark: In general something like```lualocal h = http.get "whatever URL"local text = h.readAll()h.close()```to download a file to the variable `text`.
References
- "Season 1953". ESPNcricinfo. Retrieved 12 April 2020.
- "Season 1953 overview". ESPNcricinfo. Retrieved 12 April 2020.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.