Ramón Jufresa

Ramón Jufresa Lluch[lower-alpha 1] (born 18 April 1970 in Barcelona, Catalonia) is a former field hockey goalkeeper from Spain. He won the silver medal with the Men's National Team at the 1996 Summer Olympics in Atlanta, Georgia. He also participated in the 1992, and the 2000 Summer Olympics.[1]

Ramón Jufresa
Personal information
Full name Ramón Jufresa Lluch
Born (1970-04-18) 18 April 1970
Barcelona, Spain
Playing position Goalkeeper
Senior career
Years Team Apps (Gls)
Club Egara
National team
Years Team Apps (Gls)
Spain

Notes

  1. This name uses Spanish naming customs: the first or paternal family name is Jufresa and the second or maternal family name is Lluch.
gollark: Seems sensible.
gollark: This example code responds to ~ping with Pong!
gollark: ACTUAL feature suggestions?
gollark: It's glorious.
gollark: ```rust#[macro_use] extern crate serenity;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { // Login with a bot token from the environment let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { println!("An error occurred while running the client: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```This is the example code, admittedly, yes.

References

  1. Evans, Hilary; Gjerde, Arild; Heijmans, Jeroen; Mallon, Bill; et al. "Ramón Jufresa". Olympics at Sports-Reference.com. Sports Reference LLC. Archived from the original on 3 December 2016. Retrieved 30 October 2018.


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