Butterley
Butterley is a village in the English county of Derbyshire near to Ripley. It is the site of the Midland Railway – Butterley, as well as the old Butterley Brickworks.
Butterley | |
---|---|
![]() Butterley - works entrance | |
![]() ![]() Butterley Location within Derbyshire | |
OS grid reference | SK401517 |
District | |
Shire county | |
Region | |
Country | England |
Sovereign state | United Kingdom |
Post town | RIPLEY |
Postcode district | DE5 |
Police | Derbyshire |
Fire | Derbyshire |
Ambulance | East Midlands |
Notable residents
- Sir James Outram, hero of the Indian Mutiny, was born at Butterley Hall in 1803.[1]
- Harry Storer, Sr., goalkeeper for Arsenal FC and Liverpool F.C., was born here in 1870.[2]
- William Storer, professional cricketer for Derbyshire, was born here in 1867.
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.
gollark: I have a "great" way to do this which I think takes O(n²) space-time-beeite.
References
- Sir James Outram at History of War accessed June 2007
- Profile on LFC History
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.