Indian Hills, Indiana
Indian Hills is an unincorporated community in Jackson Township, Steuben County, in the U.S. state of Indiana.[2]
Indian Hills, Indiana | |
---|---|
![]() ![]() Indian Hills ![]() ![]() Indian Hills | |
Coordinates: 41°37′27″N 85°09′26″W | |
Country | United States |
State | Indiana |
County | Steuben |
Township | Jackson |
Elevation | 1,014 ft (309 m) |
Time zone | UTC-5 (Eastern (EST)) |
• Summer (DST) | UTC-4 (EDT) |
ZIP code | 46703 |
Area code(s) | 260 |
GNIS feature ID | 451892 |
Geography
Indian Hills is located at 41°37′27″N 85°09′26″W.
gollark: https://pastebin.com/Frv3xkB9Full badly-commented thing.
gollark: I *did* test this, you know.
gollark: ```lua-- Convert path to canonical formlocal function canonicalize(path) return fs.combine(path, "")endlocal function path_in(p, dir) return starts_with(canonicalize(p), canonicalize(dir))end-- Resolve a path with the given root - if you go outside it, loops you back inlocal function resolve_path(path, root) if path_in(path, "/rom") then -- allow access to shared ROM return path end local new_path = fs.combine(root, path) if not path_in(new_path, root) then return resolve_path(new_path, root) else return new_path endend```Relevant code.
gollark: FS overrides can create some really "fun" filesystem messes.
gollark: If you try to cd .. it just puts you in the same directory for funlolz.
References
- "US Board on Geographic Names". United States Geological Survey. October 25, 2007. Retrieved 2016-10-06.
- "Indian Hills, Indiana". Geographic Names Information System. United States Geological Survey. Retrieved August 2, 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.