Jelenska Reber

Jelenska Reber (pronounced [jɛˈleːnska ˈɾeːbəɾ]) is a settlement northwest of Dole pri Litiji in the Municipality of Litija in central Slovenia. The area is part of the traditional region of Lower Carniola. It is now included with the rest of the municipality in the Central Sava Statistical Region; until January 2014 the municipality was part of the Central Slovenia Statistical Region.[2]

Jelenska Reber
Jelenska Reber
Location in Slovenia
Coordinates: 46°2′20.24″N 15°0′43.71″E
Country Slovenia
Traditional regionLower Carniola
Statistical regionCentral Sava
MunicipalityLitija
Area
  Total0.76 km2 (0.29 sq mi)
Elevation
750.9 m (2,463.6 ft)
Population
 (2002)
  Total21
[1]

History

Jelenska Reber was a hamlet of Dole pri Litiji until 1995, when it became a separate settlement.[3]

gollark: You can get the time/date in UTC and localtime with `os.date` or something, and Unix time, but I don't think there's a way to parse dates.
gollark: The rest of `pastebin` is mostly just argument parsing. Well, and handling other stuff like `put` and `run`.
gollark: The *important* bit is just that it downloads the *raw* file from pastebin, then writes it to startup.
gollark: ```lualocal function update() local h, err = http.get("https://pastebin.com/raw/whatever") if not h then printError(err) return end local f = fs.open("startup", "w") f.write(h.readAll()) f.close() h.close()end```
gollark: You could use the idea of it instead of downloading it using `pastebin`, I mean.

References


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