James King (Maryland politician)
James Joseph King (born August 23, 1974) is a politician and former member of the Republican Party in the U.S. State of Maryland. He represented district 33A in Anne Arundel County in the Maryland House of Delegates.
James J. King | |
---|---|
Member of the Maryland House of Delegates from the 33A district | |
In office January 10, 2007 – January 12, 2011 | |
Personal details | |
Born | Washington, D.C., US | August 23, 1974
Political party | Republican |
Election results
2006
Voters to choose two:
Party | Candidate | Votes | % | |
---|---|---|---|---|
Republican | James King | 18,542 | 29.0 | |
Republican | Tony McConkey | 16,655 | 26.0 | |
Democratic | Patricia Weathersbee | 15,226 | 23.8 | |
Democratic | Paul G. Rudolph | 13,461 | 21.0 | |
Write-in | 73 | 0.1 |
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
- "House of Delegates Results". Maryland State Board of Elections. Retrieved on Aug. 11, 2007
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.