Zuzana Drdáková
Zuzana Drdáková (born June 16, 1987) is a Slovak women's ice hockey player. Currently, she is a member of Narmanspor team in Erzurum, Turkey playing as defenseman. She is 1.64 m (5 ft 4 1⁄2 in) tall at 70 kg (150 lb).[1]
Zuzana Drdáková | |||
---|---|---|---|
Born | June 16, 1987 | ||
Height | 1.64 m (5 ft 5 in) | ||
Weight | 70 kg (154 lb; 11 st 0 lb) | ||
Position | Defenseman | ||
TBHBL team Former teams |
Narmanspor 2013–2015 HK Poprad | ||
Playing career | 2013–present |
Career
Club
Zuzana Drdáková was with HK Poprad in her country before she transferred to the Erzurum-based Narmanspor in Turkey to play in the Turkish Women's Ice Hockey League (TBHBL).[1] Her team finished the 2015–16 season as the runners-up.[2]
Honors
gollark: Ridiculous. We *need* to be able to break maths in a snippet of code.
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```
gollark: Also, implementing whatever is done internally for finding free space to transfer to is hard!
gollark: I'm unlikely to have stupidly large autocrafting trees.
gollark: As long as it doesn't take more than a second it fits within my performance goals.
References
- "Zuzana Drdakova". Elite Hockey Prospects. Retrieved 2016-05-20.
- "Kadınlar Ligi Şampiyonu: Buz Korsanları" (in Turkish). Türkiye Buz Hokeyi Federasyonu. 2016-04-24. Retrieved 2016-05-20.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.