Marlin Maldonado

Marlin Maldonado (born March 29, 1985 in Santa Cruz del Quiché) is a Guatemalan badminton player.

Personal information
Birth name Marlin Maldonado Gonzalez
Country  Guatemala
Born March 29, 1985 (age 33) Santa Cruz del Quiche, Quiche, Guatemala.
Years active 1998-2008
Height 5 ft 2 in (1.58 m)
Weight 120 lb (55 kg)
Handedness Right
Coach José María Solís

Career

She won bronze at the 2006 Central American and Caribbean Games in the Women's doubles and in the Women's singles. In 2007 she won the Carebaco International. At the 2007 Pan American Badminton Championships she finished fifth in the Women's singles. She also reached rank 3 at the 2009 Peru International Badminton Championships in the Women's doubles and in the Mixed doubles.

gollark: ```javascriptimport m = require("mithril")import * as RPCTypes from "../common/rpc"export const sendMessage = (msg: RPCTypes.Message): Promise<RPCTypes.MessageResponse> => { return m.request( { method: "POST", url: "./rpc/", body: msg, }).then(res => { const [ type, p1, p2 ] = res if (type === "error") { throw new RPCTypes.RPCError(p2, p1) } else if (type === "ok") { return p1 } else { throw new Error("Invalid RPC response") } })}const handler = { get: (target, prop) => (...args) => sendMessage([prop, ...args])}export const serverProxy = new Proxy({}, handler)```
gollark: The RPC thing and some JS hax on the client mean I can basically just call any function the server provides as if it's a local one (except asynchronously).
gollark: minoteaur is just plain RPC - you do `POST /rpc` with a function and its arguments as JSON.
gollark: You're forced to try and map the data/functions your thing provides onto a structure which may not really fit them well.
gollark: To be honest I find REST kind of an uncool way to design APIs.

References

http://www.tournamentsoftware.com/profile/overview.aspx?id=6BE0C42B-2840-4C60-9509-034215C3FA19

https://www.tournamentsoftware.com/player/C36A90FE-DFA8-414B-A8B6-F2BCF6B9B8BD/13650/tournaments

https://www.tournamentsoftware.com/player/209B123F-AA87-41A2-BC3E-CB57133E64CC/13650/home

https://www.tournamentsoftware.com/player/209B123F-AA87-41A2-BC3E-CB57133E64CC/13650/tournaments

http://www.deguate.com/artman/publish/otrosdeportes/Badminton_con_medalla_de_plata_4333.shtml

http://bwfbadminton.com/player/13650/marlin-maldonado

http://espndeportes.espn.com/oly/panam07/results?discId=59

http://www.cogant.cog.org.gt/ciclo-ol%C3%ADmpico/ciclo-2005-2008/cartagena-de-indias-2006.aspx

http://biblioteca.galileo.edu/tesario/bitstream/123456789/318/1/TESIS%20FINAL%20Ana%20Lucia%20IMPRESION%202.pdf

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