Barkin House (Long Beach, New York)
The Barkin House is a historic house located at 84 East Olive Street in Long Beach, Nassau County, New York.
Barkin House | |
The William Barkin House in November 2017. | |
Location | 84 E. Olive St., Long Beach, New York |
---|---|
Coordinates | 40°35′12″N 73°39′49″W |
Area | 0.14 acres (0.057 ha) |
Built | c. 1946 | -1947
Built by | William Barkin |
Architect | S. Walter Katz |
Architectural style | International Style |
NRHP reference No. | 15000234[1] |
Added to NRHP | May 18, 2015 |
Description and history
It was built in 1946-1947 by William Barkin, and is a multi-story International Style, stuccoed concrete block dwelling with a flat roof. It consists of a three-bay wide, two-story section, an entry bay, and a three-bay wide, one-story section. The house features sun porches with tubular metal railing and playful nautical touches.[2]
It was listed on the National Register of Historic Places on May 18, 2015.[1]
gollark: _continues futile attempts to optimize stuff_
gollark: getItemMeta returns a thing with stackSize, right?
gollark: Also, in that version there, patterns got fed in as a table with numeric indices from 1-9 representing each slot of the crafting table plus an optional qty key for how much the recipe produces.
gollark: Ridiculous. We *need* to be able to break maths in a snippet of code.
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```
References
- "National Register of Historic Places Listings". Weekly List of Actions Taken on Properties: 5/18/15 through 5/22/15. National Park Service. 2015-05-29.
- "Cultural Resource Information System (CRIS)" (Searchable database). New York State Office of Parks, Recreation and Historic Preservation. Retrieved 2016-02-01. Note: This includes Jennifer Betsworth and Alexandra Karafinas (January 2015). "National Register of Historic Places Registration Form: Barkin House" (PDF). Retrieved 2016-02-01. and Accompanying photographs
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.