Mark Tompkins (racehorse trainer)
Mark Tompkins is a British racehorse trainer. He is currently the chairman of the Newmarket Trainers Federation.[1] He worked as an assistant for the trainers Walter Wharton and Ryan Jarvis before working he began training independently. He has been a trainer at the Flint Cottage Stables for the past thirty years.[2]
Horses Trained
Mark Tompkins has trained the horses Smokey Oakey, Halkopous, and Staunch Friend[3] His only British Classic win race came in 1993 when Bob's Return won the St. Leger Stakes.
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
- Comments on trainers plotting strike Retrieved on 2010-11-04
- About Mark Tompkins Retrieved on 2010-11-04
- November 1, 2010 Kempton Race Retrieved on 2010-11-04
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.