Johntown, Georgia

Johntown is an extinct town in Dawson County, in the U.S. state of Georgia.[1]

History

A post office called Johntown was established in 1879, and remained in operation until 1944.[2] The community was named after John S. Holden, an early postmaster.[3]

gollark: ```lua-- hacky magic to run our code and not the BIOS stuff-- this terminates the shell, which crashes the BIOS, which then causes an error, which is printed with printErrorlocal old_printError = _G.printErrorfunction _G.printError() _G.printError = old_printError -- Multishell must die. term.redirect(term.native()) multishell = nil term.setTextColor(colors.yellow) term.setBackgroundColor(colors.black) term.setCursorPos(1,1) term.clear() _G.polychoron = {version = version, process = process} polychoron.polychoron = polychoron polychoron.BSOD = BSOD for n, p in pairs(base_processes) do process.spawn(p, n) end os.queueEvent "event" -- so that processes get one free "tick" run_loop()end os.queueEvent "terminate"```
gollark: PotatOS's potatoscheduler uses a TLCO thing to escape this and run its own main loop.
gollark: Your ĸode is run in `parallel` along with `rednet.run` by default.
gollark: Why not write your own CC emulator in assembly?
gollark: %d deploy laser bees

References

  1. U.S. Geological Survey Geographic Names Information System: Johntown (historical)
  2. "Post Offices". Jim Forte Postal History. Retrieved 9 January 2019.
  3. Krakow, Kenneth K. (1975). Georgia Place-Names: Their History and Origins (PDF). Macon, GA: Winship Press. p. 122. ISBN 0-915430-00-2.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.