Dariusz Zgutczyński

Dariusz Zgutczyński (born 13 February 1965) is a former Polish footballer who played primarily as a midfielder but also had spells playing as a forward.

Dariusz Zgutczyński
Personal information
Full name Dariusz Zgutczyński
Date of birth (1965-02-13) 13 February 1965
Place of birth Ełk, Poland
Height 1.83 m (6 ft 0 in)
Playing position(s) Midfielder, Forward
Youth career
–1982 Mazur Ełk
Senior career*
Years Team Apps (Gls)
1982–1983 Bałtyk Gdynia 1 (0)
1984–1986 Mazur Ełk 46 (26)
1986–1991 Bałtyk Gdynia 143 (35)
1992–1994 Stal Stalowa Wola 44 (8)
1994–1995 Lechia Gdańsk 29 (1)
Total 263 (70)
* Senior club appearances and goals counted for the domestic league only

Biography

Zgutczyński started his career playing in the academy sides of his local team, Mazur Ełk.[1] His first professional move came 1982 when he moved to Bałtyk Gdynia, where he played only once over the course of two seasons. He moved back to Mazur Ełk in 1984, going on to play 46 games and scoring 26 goals for his boyhood club.[2] Zgutczyński returned to Bałtyk Gdynia in 1986, playing with the club for the next six seasons. The team mainly played in the II liga during his spell, but had one year in the I liga, where he played 28 times scoring 3 goals,[3] and one seasons in the third tier, which was Zgutczyński's most successful goal scoring season with 17 goals.[4] Zgutczyński joined Stal Stalowa Wola in 1992, winning promotion to the I liga in 1993, playing a further 31 times in the top tier. He joined Lechia Gdańsk for the 1994–95 season, in what would be his final season before his retirement. His final game was against Pogoń Oleśnica.[5]

Personal life

His brother is former Poland international Andrzej Zgutczyński.[6]

gollark: I want a *different* set of "OPERATIONS ON RELEVANT NODE THING" and no HTML generation at the end, and it would be bees to just copy-paste the function here.
gollark: As of now, my code does```nimproc renderToHtml*(input: string): string = let wlRegex = re"\[\[([^:\]]+):?([^\]]+)?\]\]" let opt = CMARK_OPT_UNSAFE or CMARK_OPT_FOOTNOTES or CMARK_OPT_STRIKETHROUGH_DOUBLE_TILDE or CMARK_OPT_TABLE_PREFER_STYLE_ATTRIBUTES # create parser instance let str: cstring = input len: csize_t = len(input).csize_t parser: ParserPtr = cmark_parser_new(opt.cint) if parser == nil: raise newException(CatchableError, "failed to initialize parser") defer: cmark_parser_free(parser) [further initialization stuff] # parse document, get AST cmark_parser_feed(parser, str, len) let doc = cmark_parser_finish(parser) defer: cmark_node_free(doc) if doc == nil: raise newException(CatchableError, "parsing failed - should not occur") # iterate over AST using built-in cmark-gfm AST iteration thing for (evType, node) in cmarkTree(doc): # if it is a text node [OPERATIONS ON RELEVANT NODE THING] let html: cstring = cmark_render_html(doc, opt.cint, cmark_parser_get_syntax_extensions(parser)) defer: free(html) result = $html```
gollark: cmark. I will explain.
gollark: Hmm. Gibson, you use nim, yes? How can I nicely™ abstract this C library?
gollark: Hi.

References

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