Lee Filer

Lee R. Filer[1] (born January 14, 1980 in Cheyenne, Wyoming) is an American politician and a Democratic member of the Wyoming House of Representatives representing District 12 since January 8, 2013.[2]

Lee Filer
Member of the Wyoming House of Representatives
from the 12th district
In office
January 8, 2013  January 5, 2015
Preceded byAmy Edmonds
Succeeded byHarlan Edmonds
Personal details
Born (1980-01-14) January 14, 1980
Cheyenne, Wyoming
NationalityAmerican
Political partyDemocratic
ResidenceCheyenne, Wyoming

Education

Filer attended the Community College of the Air Force.

Elections

  • 2012 When Republican Representative Amy Edmonds retired and left the District 12 seat open, Filer was unopposed for the August 21, 2012 Republican Primary, winning with 384 votes,[3] and won the November 6, 2012 General election with 1,578 votes (48.00%) against Republican candidate David Kniseley.[4]
gollark: ``` func AddInt32(addr *int32, delta int32) (new int32) func AddInt64(addr *int64, delta int64) (new int64) func AddUint32(addr *uint32, delta uint32) (new uint32) func AddUint64(addr *uint64, delta uint64) (new uint64) func AddUintptr(addr *uintptr, delta uintptr) (new uintptr) func CompareAndSwapInt32(addr *int32, old, new int32) (swapped bool) func CompareAndSwapInt64(addr *int64, old, new int64) (swapped bool) func CompareAndSwapPointer(addr *unsafe.Pointer, old, new unsafe.Pointer) (swapped bool) func CompareAndSwapUint32(addr *uint32, old, new uint32) (swapped bool) func CompareAndSwapUint64(addr *uint64, old, new uint64) (swapped bool) func CompareAndSwapUintptr(addr *uintptr, old, new uintptr) (swapped bool) func LoadInt32(addr *int32) (val int32) func LoadInt64(addr *int64) (val int64) func LoadPointer(addr *unsafe.Pointer) (val unsafe.Pointer) func LoadUint32(addr *uint32) (val uint32) func LoadUint64(addr *uint64) (val uint64) func LoadUintptr(addr *uintptr) (val uintptr) func StoreInt32(addr *int32, val int32) func StoreInt64(addr *int64, val int64) func StorePointer(addr *unsafe.Pointer, val unsafe.Pointer) func StoreUint32(addr *uint32, val uint32) func StoreUint64(addr *uint64, val uint64) func StoreUintptr(addr *uintptr, val uintptr) func SwapInt32(addr *int32, new int32) (old int32) func SwapInt64(addr *int64, new int64) (old int64) func SwapPointer(addr *unsafe.Pointer, new unsafe.Pointer) (old unsafe.Pointer) func SwapUint32(addr *uint32, new uint32) (old uint32) func SwapUint64(addr *uint64, new uint64) (old uint64) func SwapUintptr(addr *uintptr, new uintptr) (old uintptr)```Seen in standard library docs.
gollark: Fun fact: that function cannot be written with a sane type in Go.
gollark: Esolang where multiple different garbage collectors run at the same time.
gollark: When you make an esolang in which it isn't!
gollark: "GCs are actually deterministic"? I smell an overgeneralization!

References

  1. "Representative Lee R. Filer". Cheyenne, Wyoming: Wyoming Legislature. Retrieved December 10, 2013.
  2. "Lee Filer's Biography". Project Vote Smart. Retrieved December 10, 2013.
  3. "Statewide House Candidates Official Summary Wyoming Primary Election - August 21, 2012" (PDF). Cheyenne, Wyoming: Secretary of State of Wyoming. p. 12. Retrieved December 10, 2013.
  4. "Statewide House Candidates Official Summary Wyoming General Election - November 6, 2012" (PDF). Cheyenne, Wyoming: Secretary of State of Wyoming. p. 12. Retrieved December 10, 2013.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.