Peabody Downtown Historic District

The Peabody Downtown Historic District is a historic district which was listed on the National Register of Historic Places (NRHP) in 1998. It is located in Peabody, Kansas.

Peabody Downtown Historic District
Downtown Peabody (looking south), in 2010
Location within the state of Kansas
Location100 to 300 N Walnut St
Peabody, Kansas, 66866
Coordinates38°9′57″N 97°6′25″W
Built1874 to 1922
Architectural styleLate Victorian: Italianate, Queen Anne, Gothic, Romanesque
NRHP reference No.98000590 [1]
Added to NRHPMay 29, 1998

Significant contributing buildings in the district include:

  • City Building (1886)
  • Old Peabody Library (separately NRHP-listed)
  • Peabody Township Carnegie Library (separately NRHP-listed)
  • Morgan House (1881) (separately NRHP-listed)
  • Kansas State Bank Building (1887)[2]
gollark: And make it increment `i` itself.
gollark: You could also make it do `while #primes < tuning do`.
gollark: The `ipairs` iterator gives us `key, value` for each item of the table (in order). The key is unnecessary here, so it's just bound to `_`, the convention I've seen a lot for variables you're discarding.
gollark: As you can see, you don't actually need to explicitly compute the length anywhere.
gollark: Here's how I would do it:```lualocal function divisible_by_any(n, factors) for _, factor in ipairs(factors) do if n % factor == 0 then return true end end return falseendlocal primes = { 2, 3 }for i = 2, 100 do if not divisible_by_any(i, primes) then table.insert(primes, i) endendfor _, prime in ipairs(primes) do print(prime) end```

See also

References

Further reading

Peabody Downtown Historic District
Maps


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