Zoubir Ouasti

Zoubir Ouasti (born February 28, 1981 in Oran, Algeria) is an Algerian former international football player.[1]

Zoubir Ouasti
Personal information
Full name Zoubir Ouasti
Date of birth (1981-02-28) February 28, 1981
Place of birth Oran, Algeria
Height 1.80 m (5 ft 11 in)
Playing position(s) Defender
Club information
Current team
MC Oran
Senior career*
Years Team Apps (Gls)
1999–2005 MC Oran 72 (1)
2005–2007 CR Belouizdad 25 (0)
2007–2008 USM Annaba - (-)
2008–2011 MC Oran - (-)
2011–2012 ASM Oran - (-)
2012–2013 MC Oran - (-)
2013–2014 RC Relizane - (-)
2014–2015 MC Oran - (-)
National team
2003 Algeria 1 (0)
* Senior club appearances and goals counted for the domestic league only and correct as of January 2014
‡ National team caps and goals correct as of January 2014

Club career

Honours

gollark: Dwarf Fortress!
gollark: We need some sort of Rust-based RPG, because Rust is good, all Hail Rust Rust Rust, Rust Rust, Rust... Rust.
gollark: ```rustuse wasm_bindgen::prelude::*;#[derive(Default)]pub struct Counter { value: i32,}pub enum Message { Increment, Decrement, Reset,}impl draco::App for Counter { type Message = Message; fn update(&mut self, _: &draco::Mailbox<Message>, message: Self::Message) { use self::Message::*; match message { Increment => self.value += 1, Decrement => self.value -= 1, Reset => self.value = 0, } } fn render(&self) -> draco::Node<Self::Message> { use draco::html as h; h::div() .push(h::button().push("-").on("click", |_| Message::Decrement)) .push(self.value) .push(h::button().push("+").on("click", |_| Message::Increment)) .push(h::button().push("Reset").on("click", |_| Message::Reset)) .into() }}#[wasm_bindgen]pub fn start() { draco::start( Counter::default(), draco::select("main").expect("main").into(), );}pub fn main() {}```RUSTRUSTRUSTRUST
gollark: General ignorethisU Role Playing System.
gollark: Gurp gurp.

References

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