John Rugge

John Rugge was an English Anglican priest in the 16th century.[1]

Langworth was educated at the University of Oxford.[2] He held livings at Winsford and Chedzoy. Rugge was appointed Archdeacon of Wells in 1572 and a Canon of Westminster in 1576, holding both positions until his death in 1581.[3]

Notes

  1. "Catalogue of the Lansdowne Manuscripts in the British Museum" p246: London; British Museum ; 1819
  2. Alumni Oxonienses 1500-1714, Rabbetts-Rhodes
  3. Horn, Joyce M.; Bailey, Derrick Sherwin (1979), Fasti Ecclesiae Anglicanae 1541–1857, 5, pp. 9–11
gollark: ```x86asmBITS 64GLOBAL _startSECTION .textmsg: db "Hello, World!"len: equ $-msg_start: ; initialize stuff for `write` syscall mov rax, 1 ; write mov rdi, 1 ; fd 1 (stdout) mov rsi, $msg ; write from `msg` mov rdx, 512 ; write `len` bytes syscall ; exit mov rax, 60 mov rdi, 0 syscall```observe my idiomatic assembly code.
gollark: Make sure to set `bufsize` to a very large number so you can have !!FUN!! uninitialized memory.
gollark: You must put the informations into a registron.
gollark: It's wonderfully easy to remember.
gollark: In x86_64 you use `syscall` to do syscalls.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.