Maksim Gruznov
Maksim Gruznov (Russian: Максим Грузнов) (born 21 April 1974 in Narva) is a retired Estonian football striker.[1]
Personal information | |||
---|---|---|---|
Full name | Maksim Gruznov | ||
Date of birth | 21 April 1974 | ||
Place of birth | Narva, Estonia | ||
Height | 1.86 m (6 ft 1 in) | ||
Playing position(s) | Striker | ||
Youth career | |||
1990–1992 | Narva Trans | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
1992–1993 | Narva Trans | 27 | (22) |
1993–1994 | TVMK | 11 | (7) |
1994–1998 | Lantana | 80 | (40) |
1999–2008 | Narva Trans | 272 | (200) |
2009–2010 | Sillamäe Kalev | 32 | (9) |
2010–2012 | Narva Trans | 72 | (26) |
Total | 494 | (304) | |
* Senior club appearances and goals counted for the domestic league only and correct as of 26 March 2010 (UTC) |
Gruznov became the Meistriliiga top goalscorer in 1993/94[2] and then repeated his success in 2001 and 2006 seasons.
Gruznov is the Meistriliiga all-time top scorer with 304 goals. He was also the appearance leader before Stanislav Kitto beat it.
Honours
Club
- FC Lantana Tallinn
- Estonian Top Division: 1995–96, 1996–97
- Estonian SuperCup: 1997–98
- FC Trans Narva
- Estonian Cup: 2000–01
- Estonian SuperCup: 2007, 2008
Individual
- Meistriliiga top scorer: 1993–94, 2001, 2006
gollark: I was intending to make it catch segfaults and mmap in a new region or something to make them not segfault. Unfortunately, this *apparently* invokes vast amounts of horrible undefined behavior and "isn't allowed" and "will summon nasal demons which will destroy everything".
gollark: Unfortunately, my excellent code appears to not work properly.```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>#include <unistd.h>static void handler(int sig, siginfo_t *info, void *utterly_worthless_argument) { printf("oh bees segfault %08x\n", info->si_addr); int ps = getpagesize(); long ad = (long)info->si_addr; ad = ad - (ad % ps); mmap((void*)ad, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```
gollark: Why are people not arbitraging this?
gollark: I don't think you can do that without extra hardware.
gollark: No.
References
- See also Estonian nationality law, concern Russian immigrant after 1945 and their descent.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.