Usmanovsky

Usmanovsky (Russian: Усмановский) is a rural locality (a village) in Kuzeyevsky Selsoviet, Buzdyaksky District, Bashkortostan, Russia. The population was 103 as of 2010.[2] There is 1 street.

Usmanovsky

Усмановский
Village
Usmanovsky
Usmanovsky
Coordinates: 54°49′N 54°42′E[1]
CountryRussia
RegionBashkortostan
DistrictBuzdyaksky District
Time zoneUTC+5:00

Geography

It is located 52 km from Buzdyak, 7 km from Kuzeyevo.

gollark: Well, if you want to know just for serializing things, you can just `pcall` textutils.serialise.
gollark: Changes I made:- check reactor methods in the loop- make the only thing in the `if` statement be setting `txt`, so that it runs the rest of the code for *both*- pass `print` multiple parameters, since it can use that happily- inline calls to stuff- `term` calls directly instead of `shell.run "clear"`, which is mildly more efficient- indentation
gollark: Here is the fixed version.
gollark: ```lualocal r = peripheral.wrap("back")while true do term.clear() term.setCursorPos(1, 1) local txt if r.getActive() then txt = "Aktiv" else txt = "Inaktiv" end print("Der Reaktor ist", txt) print(r.getEnergyStored(), "RF gespeichert") sleep(1)end```
gollark: Also, please use local variables and do indentation.

References

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