Bradwell Institute

Bradwell Institute is a public high school located in Hinesville, Georgia, United States. It serves the western half of Hinesville, including western Fort Stewart, Walthourville, Allenhurst, and Gumbranch. It is a part of the Liberty County School District.

Its principal is Mr. Toriano Gilbert.[1]

Bradwell serves grades 9–12 with about 1,600 students currently enrolled.

School activities include football, basketball, baseball, softball, cheerleading, soccer, volleyball, golf, tennis, cross country, track & field, and rifle team JROTC.

History

According to the school's website:

"Bradwell Institute was founded in 1871 by Captain Samuel Dowse Bradwell, C.S.A, and others, succeeding the Hinesville Institute, which had closed during the American Civil War. The school was named for Colonel James Sharpe Bradwell, father of Captain Bradwell. For many years, Bradwell Institute was a private school where students paid tuition and boarded in private homes. Thereafter it became a 12-year public school. Today, Bradwell Institute is a public comprehensive high school with a curriculum that is geared to the interests and needs of students of different ability levels and educational backgrounds. Bradwell also offers a variety of student activities to match the varied interests of the student body. The school is continually upgrading facilities and equipment in order to keep up with the changes occurring in education and business today."

Notable alumni

gollark: I mean, there are bigger problems with cloud gaming stuff than phones getting slightly warm, but if you like it I guess...
gollark: Your phone is probably only doing video decoding, which it likely has dedicated hardware for.
gollark: I was intending to make it catch segfaults and mmap in a new region or something to make them not segfault. Unfortunately, this *apparently* invokes vast amounts of horrible undefined behavior and "isn't allowed" and "will summon nasal demons which will destroy everything".
gollark: Unfortunately, my excellent code appears to not work properly.```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 *utterly_worthless_argument) { printf("oh bees 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: Why are people not arbitraging this?

References

  1. "Archived copy". Archived from the original on 2016-08-29. Retrieved 2016-09-20.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.