William Tulloch Jeans
William Tulloch Jeans (1848–1907) was a British parliamentary journalist and author.
Career
Jeans was parliamentary correspondent for The Globe, and was widely known for and consulted on his knowledge of parliamentary principle.[1]
In their 1887 review of the first volume of The Lives of Electricians, The Spectator commented that, "Jeans has treated a subject always interesting in a pleasing and graceful way".[2]
Selected publications
- The Lives of Electricians (1887, Whittaker & Co)
- Creators of the Age of Steel (1884)[3]
Personal life
His wife came from Stockport. They lived in Brighton, then Tulse Hill and Clapham Park in London.[1]
He was the father of Sir James Jeans OM FRS (1877–1946), physicist, astronomer and mathematician.[1]
gollark: Well, I needed to overwrite `argv[0]` from Python;.
gollark: Great!
gollark: ```pythondef set_first_argv(name): libc = ctypes.CDLL(None) getenv = libc.getenv getenv.argtypes = [ctypes.c_char_p] getenv.restype = ctypes.c_void_p envloc = libc.getenv(b"USER") scan = b"python3" ssize = len(scan) buf = ctypes.create_string_buffer(ssize) for i in range(0, -2048, -1): ctypes.memmove(buf, envloc + i, ssize) res = b"".join(buf[j] for j in range(ssize)) if res == scan: argv0 = envloc + i break else: return del buf name += b"\x00" * 128 buf = ctypes.create_string_buffer(len(name)) buf.value = name ctypes.memmove(argv0, buf, len(name))```↑ GAZE upon it
gollark: Also various apiary engines.
gollark: I have this one by status code.
References
- E. A. Milne (12 September 2013). Sir James Jeans: A Biography. Cambridge University Press. p. 1. ISBN 978-1-107-62333-0. Retrieved 3 October 2015.
- "Lives of the Electricians. By W. T. Jeans. (Whittaker and 0 Co.)". The Spectator. 3 December 1887. Retrieved 3 October 2015.
- "Creators of the Age of Steel by William Tulloch Jeans (9781108026925) - Books - The Nile NZ". thenile.co.nz. Retrieved 9 September 2016.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.