Vichairachanon Khadpo
Vichairachanon Khadpo (Thai: วิชัย ราชานนท์; born March 3, 1968) is a Thai boxer. At the 1996 Summer Olympics he won a bronze medal in the men's bantamweight division, together with Raimkul Malakhbekov of Russia.
Personal information | |
---|---|
Full name | วิชัย ขัดโพธิ์ วิชัย ราชานนท์ |
Nickname(s) | "Vichai" |
Nationality | |
Born | Nong Ruea District, Khon Kaen Province | March 3, 1968
Height | 1.63 m (5 ft 4 in) |
Weight | 51 kg (112 lb) |
Sport | |
Sport | Boxing |
Weight class | Bantamweight |
Club | Chankasem Teachers College Royal Thai Air Force |
in Muay thai his name is Chingchai lookphraatit (Thai: ชิงชัย ลูกพระอาทิตย์)
1988 Olympic results
Below is the record of Vichairachanon Khadpo, a Thai flyweight boxer who competed at the 1988 Seoul Olympics:
- Round of 64: lost to Andy Agosto (Puerto Rico) by decision, 0-5
1996 Olympic results
Below is the record of Vichairachanon Khadpo, a Thai bantamweight boxer who competed at the 1996 Atlanta Olympics:
- Round of 32: Defeated Claude Lambert (Canada) 12-2
- Round of 16: Defeated Carlos Barreto (Venezuela) 14-6
- Quarterfinal: Defeated Hicham Nafil (Morocco) 13-4
- Semifinal: Lost to István Kovács (Hungary) 7-12 (was awarded bronze medal)
gollark: ```pythonimport thesaurusimport randomimport concurrent.futures as futureswords_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 fetch_word(word): results = concat(thesaurus.Word(word).synonyms("all")) return resultsdef add_words(words): with futures.ThreadPoolExecutor(max_workers=50) as executor: word_futures = {executor.submit(fetch_word, word): word for word in words} for future in futures.as_completed(word_futures): word = word_futures[future] try: data = future.result() except Exception as exc: print(f"Error fetching {word}: {exc}") else: add_synonyms(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__)__builtins__.engrave("Hi!")```
gollark: Ah yes. Global Interpreter Lock. Right. This may be hard.
gollark: On the plus side, you should be able to use `zilch` in place of `None` now.
gollark: The python thesaurus-izer may need some parallelization to be effective.
gollark: We could use this; it seems a cool idea.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.