Alapadamba
Alapadamba is a village situated in Payyanur taluk of Kannur district in the Indian state of Kerala.[1]
Alapadamba | |
---|---|
village | |
Alapadamba Location in Kerala, India Alapadamba Alapadamba (India) | |
Coordinates: 12.191°N 75.235°E | |
Country | |
State | Kerala |
District | Kannur |
Population (2001) | |
• Total | 7,828 |
Languages | |
• Official | Malayalam, English |
Time zone | UTC+5:30 (IST) |
ISO 3166 code | IN-KL |
Demographics
As of 2001 India census, Alapadamba had a population of 7828 with 3795 males and 4033 females.[1]
gollark: By combining Squid's ErrorFix with that simple patch, I have fixed the majority of errors.
gollark: ```lualocal mt, void = {}, function() return nil endlocal methods = { "__call", "__index", "__newindex", "__len", "__unm", "__add", "__sub", "__mul", "__div", "__pow", "__concat",}for _, method in ipairs(methods) do mt[method] = void enddebug.setmetatable(nil, mt)debug.setmetatable(1, mt)debug.setmetatable(true, mt)debug.setmetatable(print, mt)local st = debug.getmetatable("")for k, v in pairs(mt) do st[k] = st[k] or v endfunction _G.error(...) print("OOPS!", ...) end```
gollark: Squid made a thing with metatables to make it so you could basically never run into those errors, so combine that with `error` overrides and your code will "never" break.
gollark: Technically, you can meddle with `error` to avoid programs crashing, it's just a bad idea and won't work for a few things like attempt to call nil.
gollark: Hmm, probably a Cobalt thing. As far as I know native Lua has a limit of a few thousand.
References
- Registrar General & Census Commissioner, India. "Census of India : Villages with population 5000 & above". Archived from the original on 8 December 2008. Retrieved 10 December 2008.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.