Carlos Thompson (American football)

Carlos Thompson (born February 16, 1992) is an American football outside linebacker who is currently a free agent. He was signed by the Houston Texans as an undrafted free agent in 2015. He played college football at Ole Miss as a defensive end.

Carlos Thompson
Free agent
Position:linebacker
Personal information
Born: (1992-02-16) February 16, 1992
Greenville, Mississippi
Height:6 ft 5 in (1.96 m)
Weight:243 lb (110 kg)
Career information
High school:Simmons
(Hollandale, Mississippi)
College:Ole Miss
Undrafted:2015
Career history
Career NFL statistics
Player stats at NFL.com

Professional career

Houston Texans

Thompson signed with the Houston Texans after going undrafted in the 2015 NFL Draft.[1]

On August 30, 2016, Thompson was waived by the Texans.[2]

Los Angeles Rams

On April 5, 2017, Thompson signed with the Los Angeles Rams.[3] He was waived on September 2, 2017 and was signed to the Rams' practice squad the next day.[4][5] He was promoted to the active roster on December 2, 2017.[6]

On May 14, 2018, Thompson was waived/injured by the Rams and placed on injured reserve.[7] He was released on October 3, 2018.

gollark: ```rustuse std::collections::HashMap;use serde_cbor::Value;use chrono;use std::collections::HashSet;use actix::prelude::*;#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}pub fn complete(raw: RawMsg) -> Msg { Msg { channel: raw.channel, meta: raw.meta, timestamp: chrono::Utc::now(), message: raw.message }}#[derive(Serialize, Deserialize, Debug)]#[serde(rename_all = "snake_case")]pub enum MessageFromClient { Open(Channel), Close(Channel), Message(RawMsg), Query}#[derive(Serialize)]#[serde(rename_all = "snake_case")]pub enum MessageToClient<'a> { Message(Msg), QueryResult { channels: &'a HashSet<Channel> }}```Skynet!
gollark: No, actually, HQ9+ is better.
gollark: And cratesio squatting.
gollark: I mean, unless you count the borrow checker being unable to properly distinguish between access to, I don't know, parts of a vector.
gollark: Actually, Lua has flaws, flawlessness is unique to Rust.

References

  1. Ganguli, Tania (May 10, 2015). "2015 Houston Texans undrafted free agents". ESPN.com. Retrieved April 5, 2017.
  2. "TRANSACTIONS: Texans trim roster to 75". HoustonTexans.com. August 30, 2016. Archived from the original on September 3, 2017.
  3. Kremenjas, Sosa (April 5, 2017). "Rams Sign LB Carlos Thompson". TurfShowTimes.com.
  4. Han, Jamie (September 2, 2017). "Rams Announce Roster Moves". TheRams.com. Archived from the original on February 8, 2018.
  5. Simmons, Myles (September 3, 2017). "Rams Waive Three, Announce Practice Squad". TheRams.com. Archived from the original on October 7, 2017.
  6. Simmons, Myles (December 2, 2017). "Rams Promote Carlos Thompson, Waive Ejuan Price". TheRams.com.
  7. Simmons, Myles (May 14, 2018). "Rams Sign Six College Free Agents, Waive Thompson". TheRams.com. Archived from the original on May 16, 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.