Slobodan Karalić
Slobodan Karalić (Serbian Cyrillic: Слободан Каралић, 14 May 1956 – 26 November 2013) was a Yugoslav association footballer.
Personal information | |||
---|---|---|---|
Full name | Slobodan Karalić | ||
Date of birth | 14 May 1956 | ||
Place of birth | Banja Luka, FPR Yugoslavia | ||
Date of death | 26 November 2013 57) | (aged||
Playing position(s) | Goalkeeper | ||
Youth career | |||
1968–1974 | Borac Banja Luka | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
1974–1983 | Borac Banja Luka | ||
1983–1984 | Red Star Belgrade | 0 | (0) |
1984–1987 | Ethnikos Piraeus | 55 | (0) |
1987–1991 | Borac Banja Luka | ||
Teams managed | |||
1991 | Ethnikos Piraeus (gk coach) | ||
1992 | Ethnikos Piraeus (ass´t coach) | ||
1994–1995 | Olympiacos (ass´t coach) | ||
1995 | Evagoras Paphos | ||
1996–1998 | Nea Salamina | ||
2002 | Borac Banja Luka | ||
* Senior club appearances and goals counted for the domestic league only |
Club career
Karalić played for Borac Banja Luka in the Yugoslav First League. While playing for this club, in 1988, he won Yugoslav Cup. He was also a member of FK Crvena Zvezda in 1983/84 season, but he did not play in any league match.
Coaching career
After retiring he had a coaching career in Greece, Cyprus and Bosnia and Herzegovina.[1]
Death
After a long and serious illness, Slobodan Karalić died, 26 November 2013.[2]
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.
gollark: Why are you not just... using an actual IRC client?
References
- Career story Archived 2016-03-03 at the Wayback Machine at slobodan karalic.multiply.com
- http://www.nezavisne.com/sport/fudbal/Preminuo-Slobodan-Karalic/219840
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.