Nagoronovo

Nagoronovo (Russian: Нагорново) is a rural locality (a village) in Novlenskoye Rural Settlement, Vologodsky District, Vologda Oblast, Russia. The population was 12 as of 2002.[2]

Nagoronovo

Нагорново
Village
Nagoronovo
Nagoronovo
Coordinates: 59°43′N 39°08′E[1]
CountryRussia
RegionVologda Oblast
DistrictVologodsky District
Time zoneUTC+3:00

Geography

The distance to Vologda is 76 km, to Novlenskoye is 16 km. Vladychnevo is the nearest rural locality.

gollark: It needs to be pastebin.com/**raw**/whatever.
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```

References

  1. Карта Вологодский района Вологодской области
  2. Данные переписи 2002 года: таблица 2С. М.: Федеральная служба государственной статистики, 2004.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.