Emine Bilgin
Emine Bilgin (born July 15, 1984) is a female Turkish European champion in weightlifting competing in the 53 kg and 58 kg division.[1][2]
Personal information | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Nationality | Turkish | ||||||||||||||||
Born | July 15, 1984 | ||||||||||||||||
Sport | |||||||||||||||||
Country | Turkey | ||||||||||||||||
Sport | Weightlifting | ||||||||||||||||
Event(s) | 53 kg, 58 kg | ||||||||||||||||
Medal record
|
Anti doping
While training in Çorum for the upcoming 2010 European Weightlifting Championships, Emine Bilgin was tested positive to banned substance in a routine check.[3] She was later officially suspended from competition until March 28, 2014.[4]
Medals
Rank | Discipline | Snatch | Clean&Jerk | Total | Place | Date |
![]() | 58 kg | 95.0 | Warsaw, POL | Nov 19, 2002 |
Rank | Discipline | Snatch | Clean&Jerk | Total | Place | Date |
![]() | 53 kg | Trenčín, SVK | 2001 | |||
![]() | 53 kg | Antalya, TUR | 2002 | |||
![]() | 58 kg | Loutraki, GRE | Apr 15, 2003 | |||
![]() | 53 kg | 83.0 | Bucharest, ROM | Apr 6, 2009[5][6] | ||
![]() | 103.0 | |||||
![]() | 186.0 |
Mediterranean Games
Rank | Discipline | Snatch | Clean&Jerk | Total | Place | Date |
![]() | 58 kg | 91.0 | Almería, ESP | Jun 26, 2005 | ||
![]() | 110.0 | |||||
![]() | 201.0 | |||||
![]() | 53 kg | Pescara, ITA | 2009 |
gollark: RAM!
gollark: Yes.
gollark: @@@@@@<@236831708354314240><@&453380648611348500>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@<@!330678593904443393>@@@@@@@@@@@@@@@@@@@@@@@@@''''
gollark: Okay, I managed to compress the WHYJIT compiler into a single discord message.
gollark: ```pythonimport argparse,subprocess,random,stringparser = argparse.ArgumentParser(description="Compile a WHY program using WHYJIT.")parser.add_argument("input",help="File containing WHY source code")parser.add_argument("-o","--output",help="Filename of the output executable to make",default="./a.why")parser.add_argument("-O","--optimize",help="Optimization level",type=int,default="0")#parser.add_argument("-d","--drawkcab",help=".sdrawkcab elif ecruos YHW eht ssecorP")args = parser.parse_args()def randomword(length): letters = string.ascii_lowercase return ''.join(random.choice(letters) for i in range(length))def which(program): proc = subprocess.run(["which",program],stdout=subprocess.PIPE) if proc.returncode == 0: return proc.stdout.replace(b"\n",b"") else: return Nonedef find_C_compiler(): compilers = ["gcc","clang","tcc","cc"] for compiler in compilers: path = which(compiler) if path != None: return pathdef build_output(code,max): #if args.drawkcab: code = code[::-1] C_code = f"""#define QUITELONG long long intconst QUITELONG max = {max};int main() {{ volatile QUITELONG i = 0; // disable some "optimizations" that RUIN OUR BEAUTIFUL CODE! while (i < max) {{ i++; }} {code}}} """ heredoc = randomword(100) devnull = "2>/dev/null" shell_script = f"""#!/bin/shTMP1=/tmp/ignore-meTMP2=/tmp/ignore-me-tooTMP3=/tmp/dont-look-here cat << {heredoc} > $TMP1{C_code}{heredoc}sed -e '1,/^exit \$?$/d' "$0" > $TMP3chmod +x $TMP3$TMP3 -x c -o $TMP2 $TMP1chmod +x $TMP2$TMP2exit $?""".encode("utf-8") with open(find_C_compiler(),"rb") as f: return shell_script + f.read()with open(args.input,"r") as f: contents = f.read() looplen = max(1000,(2 ** -args.optimize) * 1000000000) code = build_output( contents, looplen ) with open(args.output,"wb") as out: out.write(code)```
References
- Ergu, Elif (2001-10-15). "Halter güzelleşti!". Sabah (in Turkish). Retrieved 2011-10-27.
- "Emine Bilgin" (in Turkish). Titanos. Archived from the original on 2012-04-25. Retrieved 2011-10-27.
- "Milli halterci Emine Bilgin'de doping çıktı". Star (in Turkish). 2010-04-04. Retrieved 2011-10-28.
- "List of competitors suspended in 2010". IWF. Retrieved 2011-10-28.
- "Emine Bilgin'den Gümüş, Aylin Daşdelen'den bronz". iddaa (in Turkish). Archived from the original on 2012-04-25. Retrieved 2011-10-27.
- "Halter Şampiyonası'nda Madalya Yağdı". Haberdar (in Turkish). Archived from the original on 2012-04-04. Retrieved 2011-10-27.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.