José Manuel Cerezo

José Manuel Cerezo Moreno (born 23 June 1973 in Málaga) is a Spanish former middle-distance runner who specialised in the 800 metres.[2] He represented his country at the 2000 Summer Olympics as well as two World Championships. In addition, he reached the final at the 1994 European Championships.

José Manuel Cerezo
Personal information
Born (1973-06-23) 23 June 1973
Málaga, Spain[1]
Height1.85 m (6 ft 1 in)
Weight69 kg (152 lb)
Sport
SportAthletics
Event(s)800 metres
ClubCA Valencia Terra i Mar

International competitions

Year Competition Venue Position Event Notes
Representing  Spain
1992 World Junior Championships Seoul, South Korea 15th (sf) 800 m 1:51.23
1994 European Championships Helsinki, Finland 7th 800 m 1:47.58
1997 World Championships Athens, Greece 29th (qf) 800 m 1:48.90
1999 World Championships Seville, Spain 50th (h) 800 m 1:50.08
2000 Olympic Games Sydney, Australia 35th (h) 800 m 1:48.11

Personal bests

Outdoor

Indoor

gollark: I only need something like two routes so a full web framework is overkill.
gollark: ```nimimport optionsimport asyncdispatchimport httpximport tiny_sqliteimport macrosimport karax/[karaxdsl, vdom]import ./dbmacro includeFile(x: string): string = newStrLitNode(readFile(x.strVal))const css = includeFile("./src/style.css")let database = openDatabase("./monitoring.sqlite3")migrate(database)var threadDB {.threadvar.}: Option[DbConn]proc openDB(): DbConn = if isNone threadDB: threadDB = some openDatabase("./monitoring.sqlite3") get threadDBproc mainPage(): string = let vnode = buildHtml(html()): head: style: text css text "Bee deployed" $vnodeproc onRequest(req: Request) {.async.} = if req.httpMethod == some(HttpGet): case req.path.get() of "/": req.send(body=mainPage(), code=Http200, headers="Content-Type: text/html") else: req.send(Http404) else: req.send(Http404)echo "Starting up"run(onRequest, initSettings(Port(7800), "", 0))```This is what I have so far.
gollark: One per thread is likely sort of better ish slightly anyway.
gollark: Nope, this is probably fine.
gollark: I have a threadvar for each thread's DB connection and a function to get it.

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.