St. Albans General Store

St. Albans General Store, also known as Head's Store, is a historic commercial building located at St. Albans, Franklin County, Missouri. It was built in 1892, and is a two-story frame building with a large one-story ell. It features a one-story, wrap-around porch. The main block has a steeply-pitched truncated hip roof. Also on the property is a contributing blacksmith shop constructed in the 1920s. It is a significant example of a rural general store and residence.[2]:5, 12

St. Albans General Store
St. Albans General Store, May 2016
Location3516 St. Albans Rd., St. Albans, Missouri
Coordinates38°34′48″N 90°46′19″W
Arealess than one acre
Built1892 (1892)
NRHP reference No.03000204[1]
Added to NRHPApril 11, 2003

It was listed on the National Register of Historic Places in 2003.[1]


Origins

The store was built by a group of 10 area residents. Each resident contributed 60 dollars to finance the store. The details of the agreement were documented in the "Day Book of the St. Albans Store Building" which was kept by Charles Becker. [1] :14

gollark: I should assign unique IDs to the other sandbox escape bugs.
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?
gollark: Fixed, but I don't really know how or why.
gollark: ... should I create a bug report?
gollark: It returns two, actually. The second one. I don't know *what* the first one is doing.

References

  1. "National Register Information System". National Register of Historic Places. National Park Service. July 9, 2010.
  2. Debble Sheals (December 2002). "National Register of Historic Places Inventory Nomination Form: St. Albans General Store" (PDF). Missouri Department of Natural Resources. Retrieved 2016-12-01. (includes 14 photographs from 2002)


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