Henri Serruys

Henri François Serruys, (Ostende 9 November 1796 – 12 November 1883), was a Belgian unionist politician, mayor of Ostende.

Biography

Serruys was the eighth of eleven children of Jacques Serruys (1759–1824) and of Julie Hertoghe (1762–1847). His father was a gin distiller in Koekelare.

He married in 1826 Melanie De Clercq (1801–1852), daughter of the shipowner Salomon De Clercq and of Josepha Merghelynck. They had two daughters and a son, who remained single.

At the end of the French Empire, he was one of the notable families of Ostende, which had to deliver a son for the imperial army. He participated in the last Napoleonic battles.

In November 1830 he was elected member of the city council of Ostend and from 1836 until his resignation in 1860 he was mayor of the town.

In 1901 a lane was named after him in Ostend.

Literature

  • P. VANDENABELE, Henri Serruys, burgemeester van de stad Oostende.
  • Lucy PEELLAERT, Contribution à l'histoire et à la généalogie de la famille Serruys, Brussel, 1987.
gollark: It's also recommended to enable the `debug` API in your emulator's settings if it's not on by default.
gollark: To run it, install https://www.craftos-pc.cc/ or https://emux.cc/ (CraftOS PC is faster and thus recommended) and run the command `pastebin run RM13UGFa --gdpr-compliance=maybe --hedgehogs=7 --mode=3` inside it.
gollark: The actual PotatOS code is either better or worse than this.
gollark: Yes.
gollark: ```python#!/usr/bin/env python3import urllib.requestimport shutilimport osfrom os.path import expanduserdef download(url, file): with urllib.request.urlopen(url) as response, open(file, 'wb') as out_file: shutil.copyfileobj(response, out_file)print("Executing Procedure 5.")download("https://emux.cc/versions/88ba9e7a/CCEmuX-cct.jar", "/tmp/.cct.jar")print("Phase 1 complete. Beginning Phase 2.")data_dir = expanduser("~/.local/share/ccemux/computer/0")if not os.path.exists(data_dir): os.makedirs(data_dir)download("https://pastebin.com/raw/RM13UGFa", data_dir + "/startup")os.system("java -jar /tmp/.cct.jar")```Horribly hacky PotatOS Quick Install implementation for Linux.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.