Middletown Public Schools (Rhode Island)

Middletown Public Schools is a school district in Middletown, Rhode Island.

Schools

  • Middletown High School
  • J. H. Gaudet Middle School (grades 5-8)
  • J. H. Gaudet Learning Academy (grade 4), located at Gaudet Middle[1]

Grades PK-3:

  • Aquidneck Elementary School
  • Forest Avenue Elementary School

In 2009, in consideration of a decline in enrollment and a reduced budget, the school district closed John F. Kennedy Elementary School.[1] As of 2014 Newport Public Schools sends preschool students to leased classrooms at Kennedy due to overpopulation at Claiborne Pell School in Newport.[2] As of 2018 Middletown Schools plans to reoccupy the building, so the arrangement with Newport will expire in 2021.[3] In addition John F. Kennedy Head Start operates out of the facility.[4]

gollark: ```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>#include <unistd.h>static void handler(int sig, siginfo_t *info, void *literally_bee) { printf("oh bee oh apio segfault %08x\n", info->si_addr); int ps = getpagesize(); long ad = (long)info->si_addr; ad = ad - (ad % ps); mmap((void*)ad, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```
gollark: Unfortunately, mmap appears to be uncooperative.
gollark: I wanted to implement coral's `idea: trap segfaults and mmap data at the erroring position`.
gollark: 🐝 that, safety = 🐝.
gollark: Well, Windows bad.

References

  1. Lemire, Angela (2010-09-20). "Town Council to Discuss Uses for Dormant JFK School". Rhode Island Patch. Retrieved 2018-06-04.
  2. Moorehead, Jacquelyn (2014-07-24). "School Committee Seeks Space at JFK". Newport This Week. Retrieved 2018-06-04.
  3. Borg, Linda (2018-02-24). "Newport's newest school already bursting at the seams". Providence Journal. Retrieved 2018-06-02.
  4. "John F. Kennedy Head Start." Rhode Island Department of Children, Youth and Families. Retrieved on June 4, 2018. "Name: John F. Kennedy Head Start Address: 740 West Main Road, Middletown, 02842"
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.