2001 Croatian Figure Skating Championships
The 2001 Croatian Figure Skating Championships (Croatian: Prvenstvo Hrvatske za 2001) were the National Championships of the 2000–01 figure skating season. Skaters competed in the disciplines of men's singles, ladies' singles, and Ice dancing.
2001 Croatian Figure Skating Championships | |
---|---|
Type: | National Championship |
Season: | 2000–01 |
Champions | |
Men's singles: Karlo Požgajčić | |
Ladies' singles: Idora Hegel | |
Ice dance: Kamilla Szolnoki / Dejan Illes | |
Previous: 2000 Croatian Championships | |
Next: 2002 Croatian Championships |
Senior results
Men
Rank | Name |
---|---|
1 | Karlo Požgajčić |
2 | Michael Bahoric |
Ladies
Rank | Name |
---|---|
1 | Idora Hegel |
2 | Ines Pavlekovic |
Ice dance
Rank | Name |
---|---|
1 | Kamilla Szolnoki / Dejan Illes |
Junior results
Ladies
Rank | Name |
---|---|
1 | Željka Krizmanić |
2 | Mirna Grubisic |
3 | Ivana Pavokovic |
gollark: It's not like there's 2 hours of homework per day.
gollark: I may actually be overestimating it, because averaged out I only have 4 hours of lessons a day (free periods + sports + etc).
gollark: I counted that, yes.
gollark: It filters out one guild on which I discuss somewhat real-world things, filters out DMs, removes pings, and reads the messages.csv files, as well as producing a CSV output for aitextgen.
gollark: ```python#!/usr/bin/env python3import os, os.path, json, csv, reOUT = "/tmp/messages.csv"with open(OUT, "w") as g: outwriter = csv.writer(g) DATA_ROOT = "/tmp/messages" for x in os.listdir(DATA_ROOT): dir = os.path.join(DATA_ROOT, x) if os.path.isdir(dir): with open(os.path.join(dir, "channel.json")) as f: meta = json.load(f) if meta["type"] == 0 and ("guild" not in meta or meta["guild"]["id"] != "771081279403065344"): print(x, meta.get("name", "???"), meta.get("guild", "???")) with open(os.path.join(dir, "messages.csv")) as f: r = csv.reader(f) for row in r: channel, timestamp, message, _ = row message = re.sub("<@[0-9]+>", "", message) outwriter.writerow((message, ))```
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.