Pestovo, Nizhneshardengsky Selsoviet, Velikoustyugsky District, Vologda Oblast
Pestovo (Russian: Пестово) is a rural locality (a village) in Nizhneshardengskoye Rural Settlement, Velikoustyugsky District, Vologda Oblast, Russia. The population was 8 as of 2002.[1]
Pestovo Пестово | |
---|---|
Village | |
Pestovo Pestovo | |
Coordinates: 60°32′N 46°13′E | |
Country | Russia |
Region | Vologda Oblast |
District | Velikoustyugsky District |
Time zone | UTC+3:00 |
Geography
The distance to Veliky Ustyug is 26 km, to Peganovo is 1 km. Gerasimovo is the nearest rural locality.
gollark: It's Turing-complete, and demonstrates the principle of compiled languages maybe being slow.
gollark: ```pythonimport sysimport subprocesstemplate = """int main() { long long i = 0; while (i < 10000000000) { i++; } @CODE@}"""input = sys.argv[1]output = sys.argv[2]temp = "ignore-this-please"with open(input, "r") as f: contents = f.read() code = template.replace("@CODE@", contents) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```
gollark: I finished my super-slow compiler!
gollark: Though GHC probably does optimize quite well, by now.
gollark: Compiled != magically efficient
References
- Данные переписи 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.