State Highway 16 (Kerala)
State Highway 16 (SH 16) is a State Highway in Kerala that starts from Aluva and ends at Northern outlet road. The highway is 57.3 km long.[1]
Route information | |
---|---|
Maintained by Kerala Public Works Department | |
Length | 57.3 km (35.6 mi) |
Major junctions | |
From | Aluva |
To | Northern outlet road |
Highway system | |
|
The Route Map
Aluva - Ponjasseri - Kizhakkambalam road starts - Mannoor - Ponjasseri road ends - Perumbavoor - MC Road crosses - Koovapady - (Kuruppumpady - Kootickal) Road Crosses - (Paneli - Muvattupuzha) road crosses - Kothamangalam - Neriamangalam junction - Cheeyappara waterfalls - Deviyar bridge - Adimali junction (Adimali - Chithirapuram road starts) - Kallar river - Pallivasal - Munnar town - Northern outlet road starts
gollark: ```lualocal function has_cycles(x) local o, e = pcall(textutils.serialise, x) return not o and e:match "recursive"end```
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```
See also
- Roads
- List of State Highways in Kerala
References
- "Kerala PWD - State Highways". Kerala State Public Works Department. Retrieved 26 February 2010.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.