Rozsochatec

Rozsochatec is a village and municipality (obec) in Havlíčkův Brod District in the Vysočina Region of the Czech Republic.

Rozsochatec
Municipality
Flag
Coat of arms
Rozsochatec
Coordinates: 49°40′50″N 15°37′59″E
Country Czech Republic
RegionVysočina
DistrictHavlíčkův Brod
Area
  Total9.23 km2 (3.56 sq mi)
Elevation
480 m (1,570 ft)
Population
 (2006)
  Total519
  Density56/km2 (150/sq mi)
Postal code
580 01 to 582 72
Websitehttp://www.rozsochatec.cz/

The municipality covers an area of 9.23 square kilometres (3.56 sq mi), and has a population of 519 (as at 28 August 2006).

Rozsochatec lies approximately 10 kilometres (6 mi) north-east of Havlíčkův Brod, 32 km (20 mi) north of Jihlava, and 98 km (61 mi) south-east of Prague.

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.
gollark: Paths are canonicalized before checking.
gollark: Nope, that's patched.

References



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