Steven Harris (wide receiver)

Steven Harris is a former American football wide receiver. He was signed by the Washington Redskins as an undrafted free agent in 2005. He played college football at Arkansas.

Steven Harris
No. 12
Position:Wide receiver
Personal information
Born: (1981-11-10) November 10, 1981
Miami, Florida
Height:5 ft 11 in (1.80 m)
Weight:185 lb (84 kg)
Career information
College:Arkansas
Undrafted:2005
Career history
  • Washington Redskins (2005–2007)
Career NFL statistics
Player stats at NFL.com

Professional career

Washington Redskins

Harris was placed on the injured reserve for the 2007 season after suffering a knee injury.[1] He was waived by the team on March 17, 2008.

gollark: What I need to do is make the escape bit handle `\uXXXX` sequences...
gollark: ```luafunction parseString(str) str = str:sub(2) local s = "" while str:sub(1,1) ~= "\"" do local next = str:sub(1,1) str = str:sub(2) assert(next ~= "\n", "Unclosed string") if next == "\\" then local escape = str:sub(1,1) str = str:sub(2) next = assert(decodeControls[next..escape], "Invalid escape character") end s = s .. next end return s, removeWhite(str:sub(2))end```
gollark: Okay, this is hand-rolled parsing code, I have no idea how it works.
gollark: *But* this is a bug in the JSON handling, which I should really fix *anyway*.
gollark: Ah, base64 should do it, yes.

References

  1. "Archived copy". Archived from the original on 2007-06-07. Retrieved 2007-09-10.CS1 maint: archived copy as title (link)


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