Matilda of Hesse
Mathilde of Hesse (4 July 1473 in Blankenstein – 19 February 1505 in Cologne) was the daughter of Henry III, Landgrave of Upper Hesse (1441-1483) and his wife Anna of Katzenelnbogen (1443-1494).
Mathilde of Hesse | |
---|---|
Born | 4 July 1473 Blankenstein |
Died | 19 February 1505 31) Cologne | (aged
Noble family | Hesse |
Spouse(s) | John II, Duke of Cleves |
Father | Henry III, Landgrave of Upper Hesse |
Mother | Anna of Katzenelnbogen |
Marriage and issue
She married on 3 November 1489 in Soest to John II, Duke of Cleves, nicknamed "the Babymaker" (1458-1521). He was son of John I, Duke of Cleves and Elizabeth of Nevers. John and Mathilde had three children:
- John (1490–1539), succeeded as Duke of Cleves and Count of the Marck
- Anna (1495–1567), married in 1518 with count Philip III of Waldeck-Eisenberg
- Adolf (1498–1525), appointed by his father's cousin Philip of Cleves, Lord of Ravenstein and Wijnendale, as his successor, but died before Philip did in 1528
gollark: than making it compile in a `main` function and `subprocess`ing it.
gollark: Anyway, it compiles your entry to a shared library then invokes it via ctypes. I thought that this would be more elegant and efficient a
gollark: And yet it has GLOBALS in it?
gollark: ```pythondef c_wrapper(file): print("Compiling", file) temp = tempfile.mktemp(prefix="lib-compile-") print(temp) if subprocess.run(["gcc", file, "-o", temp, "-shared"]).returncode != 0: raise ValueError("compilation failed") library = ctypes.CDLL(temp) entry = library.entry entry.restype = ctypes.POINTER(ctypes.c_int)```Here's a bit of the *excellent* code.
gollark: Your entry is a function, it doesn't start up a process on every iteration or it would go slower.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.