Christophe Laigneau

Christophe Laigneau (11 January 1965 – 23 December 2011) was a French professional footballer who played as a midfielder.

Christophe Laigneau
Personal information
Date of birth (1965-01-11)11 January 1965
Place of birth Clichy-sous-Bois, France
Date of death 23 December 2011(2011-12-23) (aged 46)
Place of death Troyes, France
Playing position(s) Midfielder
Senior career*
Years Team Apps (Gls)
1984–1986 Laval 5 (0)
1986–1987 Chaumont
1987–1988 Maubeuge
1988–1989 Le Puy 18 (1)
1989–1995 Troyes 147 (8)
Total 170 (9)
* Senior club appearances and goals counted for the domestic league only

Career

Born in Clichy-sous-Bois, Laigneau played for Laval, Chaumont, Maubeuge, Le Puy and Troyes.[1][2]

Death

Laigneau died on 23 December 2011, at the age of 46.[2][3]

gollark: ```javascript// ==UserScript==// @name DC Egg Time Getter// @namespace http://tampermonkey.net/// @match https://dragcave.net/view/*// @grant none// ==/UserScript==function getCapture(text, regex, def) { const result = text.match(regex); if (result === null || result === undefined) { if (def === undefined) { throw new Error("Text did not match regex."); } else { return def; } } else { return result[1]; }}const text = document.body.textContent;const days = parseInt(getCapture(text, /in: (\d+) day/, 0));const hours = parseInt(getCapture(text, /and (\d+) hour/, 0));const allHours = (days * 24) + hours;const storage = window.localStorage;const lastTime = storage.remainingTime;console.log("Time Remaining:", allHours);// check for low-ER timesif (allHours < 72) { console.log("Egg/Hatchling in low ER!"); if (lastTime !== allHours.toString()) { const d = new Date(); localStorage.changeTime = d.getTime().toString(); console.log("WAS", lastTime, "NOW", allHours) console.log("Hour Change Time FOUND!"); } else { storage.remainingTime = allHours; setTimeout(() => window.location.reload(), 2000); }}```Probably suboptimal, but I was in a hurry.
gollark: It worked quite well, though I did have to manually narrow them down a bit.
gollark: To get around all the work of refreshing for an hour, I made a userscript to refresh every few seconds and check if the time changes.
gollark: I did *almost* that.
gollark: Free, want ND or 2G prize.

References

  1. "Profile". Footballdatabase.eu.
  2. "Décès de Christophe Laigneau ancien joueur de l'ATAC" (in French). L'est-éclair. 26 December 2011. Archived from the original on 12 January 2012.
  3. "Christophe Laigneau nous a quittés" (in French). Troyes AC. 26 December 2011. Archived from the original on 14 July 2014.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.