Shamrock Independent School District

Shamrock Independent School District is a public school district based in Shamrock, Texas (USA). Located in Wheeler County, a small portion of the district extends into Collingsworth County.

On July 1, 1991, Lela Independent School District stopped operations, and Shamrock ISD, along with Samnorwood Independent School District, educated Lela ISD students until that district was formally merged into Shamrock ISD on July 1, 1992.[1]

Schools

Shamrock ISD has three campuses -

  • Shamrock High School (Grades 9-12),
  • Shamrock Middle School (Grades 6-8), and
  • Shamrock Elementary School (Grades PK-5).

In 2009, the school district was rated "academically acceptable" by the Texas Education Agency.[2]

gollark: ```rust#[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>}#[derive(Serialize, Deserialize, Debug)]#[serde(tag = "type")]enum MessageFromClient { #[serde(rename = "open")] Open { channel: skynet::Channel }, #[serde(rename = "close")] Close { channel: skynet::Channel }, #[serde(rename = "message")] Message(skynet::RawMsg)}#[derive(Serialize)]#[serde(tag = "type")]enum MessageToClient<'a> { #[serde(rename = "message")] Message(skynet::Msg), #[serde(rename = "channels")] OpenChannels { channels: &'a HashSet<skynet::Channel> }}```WIP Rust notreallyconversion of the Skynet protocol.
gollark: ```goconst( zero = iota; /* iota starts as zero */ one = iota; /* ...and is incremented every semicolon */ two; /* the last expression is repeated if you omit it */ three;)```
gollark: ```govar numbers map[string]int;numbers["One"] = 1;numbers["Two"] = 2;numbers["Three"] = 3;print(numbers["Four"]);```A small example of wrong.
gollark: Slightly sane*r*.
gollark: Ah, but Lua is slightly sane.

References

  1. "CONSOLIDATIONS, ANNEXATIONS AND NAME CHANGES FOR TEXAS PUBLIC SCHOOLS" (PDF). Texas Education Agency. 2018-09-10. Retrieved 2019-10-30.
  2. "2009 Accountability Rating System". Texas Education Agency. Archived from the original on 2015-10-25.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.