Chakpikarong
Chakpikarong is a town and subdivision of Chandel district of Manipur state in northeastern India. The Anaal tribe is the majority in this region. Its history is deeply rooted with the history of the state. The literacy rate have boomed up in the recent years as transportation have developed.
Chakpikarong Duthu Kankhupam | |
---|---|
Town | |
![]() ![]() Chakpikarong Location in Manipur, India ![]() ![]() Chakpikarong Chakpikarong (India) | |
Coordinates: 24°19′N 93°59′E | |
Country | ![]() |
State | Manipur |
Founded by | Sumpi Dilthu |
Town | Chandel |
Government | |
• Type | Democracy |
• Body | Elected officials |
Area rank | 23rd |
Population (2011 census) | |
• Total | 63,730 |
Languages | |
• Official | Anaal language (Naga) |
Time zone | UTC+5:30 (IST) |
ISO 3166 code | IN-MN-BI |
Vehicle registration | MN |
Website | chandel |
Description
The place is inhabited by Anāl Naga tribe since time immemorial. Tuingan and Chapki river meet here. It is a developing area. It is the home of Yangoupokpi-Lokchao Wildlife Sanctuary, which has an area of 185 km2 (71.4 sq mi).[1]
Languages
Anaal, a Sino-Tibetan language, is spoken here. A total of 140,000 residents of India speak the language, and more people in Myanmar also speak it.[2]
gollark: One of these days I really ought to add login and CSRF prevention.
gollark: ```javascriptimport m = require("mithril")import * as RPCTypes from "../common/rpc"export const sendMessage = (msg: RPCTypes.Message): Promise<RPCTypes.MessageResponse> => { return m.request( { method: "POST", url: "./rpc/", body: msg, }).then(res => { const [ type, p1, p2 ] = res if (type === "error") { throw new RPCTypes.RPCError(p2, p1) } else if (type === "ok") { return p1 } else { throw new Error("Invalid RPC response") } })}const handler = { get: (target, prop) => (...args) => sendMessage([prop, ...args])}export const serverProxy = new Proxy({}, handler)```
gollark: The RPC thing and some JS hax on the client mean I can basically just call any function the server provides as if it's a local one (except asynchronously).
gollark: minoteaur is just plain RPC - you do `POST /rpc` with a function and its arguments as JSON.
gollark: You're forced to try and map the data/functions your thing provides onto a structure which may not really fit them well.
References
- Indian Ministry of Forests and Environment. "Protected areas: Manipur". Archived from the original on 9 October 2011. Retrieved 25 September 2011.
- M. Paul Lewis, ed. (2009). "Anaal: A language of India". Ethnologue: Languages of the World (16th ed.). Dallas, Texas: SIL International. Retrieved 28 September 2011.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.