Dariusz Kłus

Dariusz Kłus (born October 11, 1981 in Jastrzębie-Zdrój) is a Polish midfielder who plays for Olimpia Grudziądz.

Dariusz Kłus
Personal information
Full name Dariusz Kłus
Date of birth (1981-10-11) October 11, 1981
Place of birth Jastrzębie-Zdrój, Poland
Height 1.87 m (6 ft 2 in)
Playing position(s) Midfielder
Club information
Current team
Olimpia Grudziądz
Senior career*
Years Team Apps (Gls)
1998–1999 GKS Jastrzębie
2000–2003 Odra Wodzisław 26 (1)
2004–2006 ŁKS Łódź 83 (7)
2007–2009 Cracovia 75 (3)
2010 Zagłębie Sosnowiec 14 (3)
2010–2012 ŁKS Łódź 39 (5)
2012– Olimpia Grudziądz 124 (4)
* Senior club appearances and goals counted for the domestic league only and correct as of 24 February 2017

Career

Club

In February 2010, he moved to Zagłębie Sosnowiec on a half year deal.[1]

In June 2010, he joined ŁKS Łódź on a one-year contract.[2]

gollark: I just run microG/Yalp, so very little data goes to google.
gollark: I doubt the second part is true.
gollark: People that have iPhones: buy sensible phones.
gollark: Yes; it's *very hard* to go around editing the FS API such that other stuff isn't affected.
gollark: ```pythonfrom requests_futures.sessions import FuturesSessionimport concurrent.futures as futuresimport randomtry: import cPickle as pickleexcept ImportError: import pickletry: words_to_synonyms = pickle.load(open(".wtscache")) synonyms_to_words = pickle.load(open(".stwcache"))except: words_to_synonyms = {} synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def add_words(words): s = FuturesSession(max_workers=100) future_to_word = {s.get("https://api.datamuse.com/words", params={"ml": word}): word for word in words} future_to_word.update({s.get("https://api.datamuse.com/words", params={"ml": word, "v": "enwiki"}): word for word in words}) for future in futures.as_completed(future_to_word): word = future_to_word[future] try: data = future.result().json() except Exception as exc: print(f"{exc} fetching {word}") else: add_synonyms([w["word"] for w in data], word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)raise __builtins__.quibble()```

References

  1. Dariusz Kłus w Zagłębiu Sosnowiec 19.02.2010, interia.pl
  2. Kłus, Seweryn, Romańczuk i nowe koszulki w ŁKS 23.06.2010, lodz.naszemiasto.pl


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