Louis Mexandeau

Louis Mexandeau (born 6 July 1931) is a French politician.[1] He served as Minister of the Postal Services from 1981 to 1986 under François Mitterrand, and as Secretary for Veteran Affairs from 1991 to 1993.[1]

Louis Mexandeau
Mexandeau in 2008
Member of the National Assembly for Calvados's 2nd constituency
In office
1973–2002
Preceded byHenri Buot
Succeeded byRodolphe Thomas
French Minister of Posts
In office
1981–1986
PresidentFrançois Mitterrand
Prime MinisterPierre Mauroy
Laurent Fabius
Preceded byPierre Ribes
Succeeded byAlain Madelin
Personal details
Born (1931-07-06) 6 July 1931
Wanquetin, France
NationalityFrench
Political partySocialist Party
ProfessionTeacher

Biography

Louis Mexandeau was born on 6 July 1931 in Wanquetin, France.[1] He received the agrégation, and started his career as a teacher.[1] He was a Socialist member of the National Assembly of France from 1973 to 1981, 1986 to 1991, and 1993 to 2002.[1] He was also Minister of the Postal Services from 1981 to 1986, and Secretary of State for Veteran Affairs from 1991 to 1993.[1] He ran for Mayor of Caen five times and lost.[2]

Bibliography

  • Nous, nous ne verrons pas la fin : Un enfant dans la guerre, 1939-1945 (2003)
  • Histoire du parti socialiste (1905-2005) (2005)
  • François Mitterrand, le militant : Trente années de complicité (2006)
  • Histoire de France (2011)
gollark: With Express.js the server thing would look *very roughly* like this:```javascriptconst express = require("express")const multer = require("multer")const app = express()const upload = multer({ storage: multer.memoryStorage(), limits: { fileSize: 2**22 // 4MiB maximum filesize }})app.get("/image", (req, res) => { res.send(loadImageFromSomewhere())})// send upload form HTML - you would need to write this tooapp.get("/upload", (req, res) => res.sendFile("upload.html"))app.post("/upload", upload.single("file"), (req, res) => { saveImageSomewhere(req.file.buffer)})app.listen(8700, () => console.log("listening")) // listen on port 8700```
gollark: I mean, you could use PHP too. I don't like it. But you could.
gollark: What I might do, though there are probably many ways to: make a program in Node.js or whatever (personal preference) which responds with whatever image is set to any requests for that, and which allows you to upload an image, converts it to the right format, then saves it to be sent when the ESP requests it.
gollark: And you want to be able to upload pictures to some sort of web thing to send to the ESP?
gollark: That... sounds possible though I don't know exactly what you mean.

References

  1. National Assembly webpage
  2. Bertrand Fizel, 'Louis Mexandeau à l'assaut de Caen', in Le Parisien, 25.05.2000
Political offices
Preceded by
André Méric
Secretary of State for Veterans and War Victims
1991–1993
Succeeded by
Philippe Mestre
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.