Fruitvale School District

Fruitvale School District is a kindergarten - 8th grade public school district in Fruitvale, California.[1] The district has five schools and serves Fruitvale and Northwest Bakersfield.[2]

Fruitvale School District
Location
Fruitvale, California

United States
District information
TypePublic school district
MottoStriving for Excellence
GradesK - 8
Established1895 (1895)
SuperintendentDr. Carl Olsen
Schools5
Budget$32 M
Students and staff
Students3,237 (2009-10)
Teachers153.7 (on FTE basis)
Staff147.6 (on FTE basis)
Student–teacher ratio21.1
Other information
ScheduleNine-month
Websitehttp://www.fruitvale.k12.ca.us

Schools

gollark: It doesn't seem to be.
gollark: There seems to be an `internet_ready` signal, I'll check if that's relevant to HTTP.
gollark: I have some code doing this```lualocal function fetch(url, data) local res, err = net.request(url, json.encode(data), { ["Content-Type"] = "application/json" }) if not res then error(url .. " error: " .. err) end local out = {} while true do local chunk, err = res.read() if err then error(url .. " error: " .. err) end if chunk then table.insert(out, chunk) else return table.concat(out) end endend```but it never appears to `computer.pullSignal` at all, so my accursed bare-metal multithreading thing™ doesn't work.
gollark: Is there a way to do `internet.request` (with an internet card) and anything else whatsoever concurrently?
gollark: OC2 should have hard disk firmware so people can write rootkits for it.

References

  1. Kirkland, Jerry (2010). School District Origins in Kern County, California (PDF). Kern County Superintendent of Schools. pp. 77–80.
  2. Schools. Fruitvale School District. Accessed: 03-24-2011
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.