Arthur Ranken

The Very Rev Arthur Ranken (23 October 1806 – 24 September 1886) was Dean of Aberdeen and Orkney from 1880 to 1886.[1]

He was born at Tyrie, Aberdeenshire in 1806, and educated at Marischal College and the University of Aberdeen and ordained in 1829. After a curacy at Portsoy he was the incumbent at Mintlaw and then at Old Deer until his death, holding the appointment as Dean in addition for the last six years of his life.[2]

He died on 24 September 1886.[3]

Notes

  1. "Scottish Episcopal Clergy, 1689-2000" p517 Bertie, D.M: Edinburgh T & T Clark ISBN 0-567-08746-8
  2. "Ecclesiastical" Aberdeen Weekly Journal (Aberdeen, Scotland), Wednesday, 24 November 1880; Issue 8034
  3. Obituary The Times (London, England), Saturday, 25 Sep 1886; pg. 9; Issue 31874
gollark: The performance is great too. It's not O(n²), it's an even more biggerer and thus superior order.
gollark: Of course.
gollark: I'm not entirely sure how, but it seems to construct a tree/maybe deterministic finite automaton/finite state machine/I don't know theoretical CS which matches anagrams and unmatches unanagrams.
gollark: ```pythonimport collectionsdef do_thing(s): if len(s) == 1: return { s[0]: True } out = {} for i, c in enumerate(s): without = s[:i] + s[i + 1:] things = do_thing(without) out[c] = things return outdef match(r, s): print(r) c = r for i, x in enumerate(s): print(x) try: c = c[x] if c == True: if i + 1 == len(s): return True # full match else: return False # characters remain except KeyError: return False # no match return False # incomplete matchentry = lambda a, b: match(do_thing(a.lower().replace(" ", "")), b.lower().replace(" ", ""))```Here is my entry (pending a port to osmarkslisp™️). This is definitely my entry.
gollark: I wish to use Mathematica in my code. Please install it. DO NOT READ, ubq.

Works written by or about Arthur Ranken at Wikisource


Religious titles
Preceded by
David Wilson
Dean of Aberdeen and Orkney
18801886
Succeeded by
Alexander Harvey


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.