Edward Maurice

The Right Reverend Edward Maurice was an Anglican bishop in Ireland, Bishop of Ossory from 1755 to 1756[1]

He was educated at Trinity College, Dublin, after which he was Rector of Armagh. He died on 11 February 1756.[2]

Notes

  1. “Handbook of British Chronology” By Fryde, E. B;. Greenway, D.E;Porter, S; Roy, I: Cambridge, CUP, 1996 ISBN 0-521-56350-X, 9780521563505
  2. "Fasti Ecclesiae Hibernicae: The succession of the prelates Volume 2" Cotton,H. p285 Dublin, Hodges & Smith, 1848-1878
Church of Ireland titles
Preceded by
Michael Cox
Bishop of Ossory
1755–1756
Succeeded by
Richard Pococke


gollark: The bridge is via IRC and very hacky.
gollark: Greetings, octachoron #17.
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
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.