Teja Kalan
Teja Kalan is a village in Batala in Gurdaspur district of Punjab State, India. It is located 20 kilometres (12 mi) from sub district headquarter, 50 kilometres (31 mi) from district headquarter and 10 kilometres (6.2 mi) from Sri Hargobindpur. The village is administrated by Sarpanch an elected representative of the village.
Teja Kalan | |
---|---|
Village | |
Country | India |
State | Punjab |
District | Gurdaspur |
Tehsil | Batala |
Region | Majha |
Government | |
• Type | Panchayat raj |
• Body | Gram panchayat |
Area | |
• Total | 151 ha (373 acres) |
Population (2011) | |
• Total | 1,206 635/571 ♂/♀ |
• Scheduled Castes | 564 302/262 ♂/♀ |
• Total Households | 220 |
Languages | |
• Official | Punjabi |
Time zone | UTC+5:30 (IST) |
Telephone | 01871 |
ISO 3166 code | IN-PB |
Vehicle registration | PB-18 |
Website | gurdaspur |
Demography
As of 2011, The village has a total number of 220 houses and the population of 1206 of which 635 are males while 571 are females.[1] According to the report published by Census India in 2011, out of the total population of the village 564 people are from Schedule Caste and the village does not have any Schedule Tribe population so far.[1][2][1]
gollark: It was to prove to <@!341618941317349376> that COMPILED DOES NOT MEAN FAST.
gollark: Yep!
gollark: Execute THIS!```pythonimport argparseimport subprocessparser = argparse.ArgumentParser(description="Compile a WHY program")parser.add_argument("input", help="File containing WHY source code")parser.add_argument("-o", "--output", help="Filename of the output executable to make", default="./a.why")parser.add_argument("-O", "--optimize", help="Optimization level", type=int, default="0")args = parser.parse_args()def build_C(args): template = """#define QUITELONG long long intconst QUITELONG max = @max@;int main() { QUITELONG i = 0; while (i < max) { i++; } @code@} """ for k, v in args.items(): template = template.replace(f"@{k}@", str(v)) return templateinput = args.inputoutput = args.outputtemp = "ignore-this-please"with open(input, "r") as f: contents = f.read() looplen = max(1000, (2 ** -args.optimize) * 1000000000) code = build_C({ "code": contents, "max": looplen }) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```
gollark: Length limits, you know.
gollark: But this is shorter.
See also
- List of villages in India
References
- "DCHB Village Release". Census of India, 2011.
- "Child Sex Ratio in India (2001-2011)". pib.nic.in.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.