Gordon Forbes (figure skater)

Gordon Forbes (born c. 1959)[1] is a Canadian former competitive figure skater. He is the 1979 Nebelhorn Trophy champion, the 1979 Prague Skate champion, and a six-time Canadian national medallist (silver in 1980, bronze in 1979, 1981, 1983–85). He finished 9th at the 1984 World Championships in Ottawa and 17th at the 1985 World Championships in Tokyo. He is originally from Brockville and represented the Minto Skating Club.[1][2] As of 2016, he works as a coach at the same club.[3]

Gordon Forbes
Personal information
Country representedCanada
Bornc. 1959 (age 6061)
Skating clubMinto Skating Club
Retired1985

Competitive highlights

International[1][2]
Event 73–74 76–77 78–79 79–80 80–81 81–82 82–83 83–84 84–85
Worlds9th17th
Ennia Challenge2nd
Nebelhorn Trophy1st
NHK Trophy8th
Prague Skate1st
Skate America8th6th
Skate CanadaWD
St. Gervais2nd
National[2]
Canadian Champ.3rd N2nd J3rd2nd3rd3rd3rd3rd
Levels – N: Novice; J: Junior
WD: Withdrew
gollark: Should I make the random code thinger random instead?
gollark: My code is `O(lots)`.
gollark: Even gets around the evil Global Interpreter Lock for maximum performance.
gollark: Enterprise-level, fully deterministic execution of random code. Totally secure!
gollark: ```pythonimport itertoolsimport multiprocessing as mchars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sif __name__ == "__main__": def start(func): proc = m.Process(target=func) proc.start() io_queue = m.Queue(maxsize=128) def printer(): while True: print(io_queue.get()) code_queue = m.Queue(maxsize=128) def generator(): for x in generate(): code_queue.put(x) def executor(): while True: code = code_queue.get() result = None try: result = repr(exec(code)) except Exception as e: result = repr(e) if result != None: io_queue.put(code + ": " + result) start(generator) for _ in range(4): start(executor) printer()```

References

  1. Cleary, Martin (November 21, 1979). "The Dream Is Over. It's Back To Work For Figure Skater Gordon Forbes". Ottawa Citizen. Google News.
  2. "Results Book, Volume 2: 1974–current" (PDF). Skate Canada. Archived from the original (PDF) on September 20, 2009.
  3. "Coach - Gordon Forbes". Minto Skating Club. Archived from the original on April 30, 2016.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.