Stinnett, Kentucky

Stinnett is an unincorporated community in Leslie County, Kentucky, United States.

Stinnett, Kentucky
Stinnett
Stinnett
Coordinates: 37°5′24″N 83°23′42″W
CountryUnited States
StateKentucky
CountyLeslie
Elevation
909 ft (277 m)
Time zoneUTC-5 (Eastern (EST))
  Summer (DST)UTC-4 (EDT)
ZIP code
40868
Area code(s)606

Geography

Stinnett is located at 37°5′24″N 83°23′42″W (37.09, -83.39500).[1]

gollark: ...
gollark: Done.
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.

References



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