Nikolay Ozhegin
Nikolay Ozhegin (born 4 May 1971) is a Russian judoka who was a 1995 World Champion, 1990 Junior World Champion, and multiple-time Russian Champion (1994 and 1999). He also competed at the 1996 Summer Olympics in the men's extra-lightweight (60 kg) event but did not win a medal after being defeated in the second round by the famous Japanese champion Tadahiro Nomura.
Medal record | ||
---|---|---|
Men's judo | ||
Representing | ||
Goodwill Games | ||
1994 Saint Petersburg | 60 kg | |
World Championships | ||
1995 Chiba | 60 kg |
Achievements
Year | Tournament | Place | Weight class |
---|---|---|---|
1998 | European Judo Championships | 5th | Extra lightweight (60 kg) |
1997 | World Judo Championships | 7th | Extra lightweight (60 kg) |
1996 | Olympic Games | 5th | Extra lightweight (60 kg) |
European Judo Championships | 5th | Extra lightweight (60 kg) | |
1995 | World Judo Championships | 1st | Extra lightweight (60 kg) |
1994 | Goodwill Games | 3rd | Extra lightweight (60 kg) |
1990 | Junior World Judo Championships | 1st | Extra lightweight (60 kg) |
gollark: I think it's in `infocontext.txt`: they believed people were misled into thinking the other staff were not happy with rule changes.
gollark: Indeed!
gollark: OCaml.
gollark: It can parse tuples of integers.
gollark: ```ocamlopen MParsertype expr = int * int[@@deriving show]let integer = many1_chars digit |>> int_of_stringlet parser = integer >>= (fun i -> char ',' >> (integer |>> (fun x -> (i, x))))let eval (str:string) : expr = match MParser.parse_string parser str () with | Success x -> x | Failed (msg, _e) -> failwith msglet () = Format.printf "%a\n" pp_expr (eval "0,1")```HIGHLY advanced programming language design.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.