New Hope, Missouri

New Hope is an unincorporated community in Lincoln County, in the U.S. state of Missouri.[1]

History

New Hope was platted in 1837.[2] A post office called New Hope was established in 1837, and remained in operation until 1908.[3]

gollark: ...
gollark: Yes, it's right in the majority of your cases.
gollark: Go```javascriptconst WebSocket = require("ws")const msgpack = require("@msgpack/msgpack")require("dotenv").config()const ws = new WebSocket(process.argv[2] || "ws://localhost:6086/v4?enc=msgpack")const send = x => ws.send(msgpack.encode(x))ws.on("message", msg => { const data = msgpack.decode(msg) const mtype = data.type if (mtype === "ping") { console.log("ping", data.seq) send({ type: "pong", seq: data.seq }) } else if (mtype === "error") { console.warn(`${data.error} ${data.for}: ${data.detail}`) } else if (mtype === "ok") { console.log(`${data.for}:`, data.result) }})ws.on("open", () => { send({ type: "identify", key: process.env.CLIENT_KEY }) send({ type: "set_channels", channels: [ "ShutdownOS" ] })})```yourself.
gollark: Because they're simpler?
gollark: muahahaha

References

  1. U.S. Geological Survey Geographic Names Information System: New Hope, Missouri
  2. "Lincoln County Place Names, 1928–1945 (archived)". The State Historical Society of Missouri. Archived from the original on 24 June 2016. Retrieved 26 October 2016.CS1 maint: BOT: original-url status unknown (link)
  3. "Post Offices". Jim Forte Postal History. Retrieved 26 October 2016.



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