Janka, Contai

Janka is a village, in Khejuri II CD block in Contai subdivision of Purba Medinipur district in the state of West Bengal, India. Khejuri police station is located at Janka.

Janka
Village
Janka
Location in West Bengal, India
Janka
Janka (India)
Coordinates: 21°50′51.0″N 87°54′05.4″E
Country India
StateWest Bengal
DistrictPurba Medinipur
Population
 (2011)
  Total2,804
Languages
  OfficialBengali, English
Time zoneUTC+5:30 (IST)
Lok Sabha constituencyKanthi
Vidhan Sabha constituencyKhejuri
Websitepurbamedinipur.gov.in

Geography

Cities and towns in Contai subdivision of Purba Medinipur district
M: municipal city/ town, CT: census town, R: rural/ urban centre, S: port, sea-beach
Owing to space constraints in the small map, the actual locations in a larger map may vary slightly

Police station

Khejuri police station is located at Janka. It has jurisdiction over Khejuri I and Khejuri II CD Blocks. It covers an area of 268.47 km2 with a population of 231,777.[1]

CD block HQ

The headquarters of Khejuri II CD block are located at Janka.[2]

Urbanisation

93.55% of the population of Contai subdivision live in the rural areas. Only 6.45% of the population live in the urban areas and it is considerably behind Haldia subdivision in urbanization, where 20.81% of the population live in urban areas.[3]

Note: The map alongside presents some of the notable locations in the subdivision. All places marked in the map are linked in the larger full screen map.

Demographics

As per 2011 Census of India Janka had a total population of 2,804 of which 1,452 (52%) were males and 1,352 (48%) were females. Population below 6 years was 347. The total number of literates in Janka was 2,214 (90.11% of the population over 6 years).[4]

Healthcare

There is a primary health centre at Janka (with 10 beds).[5]

gollark: _continues WHYJIT development_
gollark: ```python#!/usr/bin/env python3import 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_output(code, mx): C_code = f"""#define QUITELONG long long intconst QUITELONG max = {mx};int main() {{ volatile QUITELONG i = 0; // disable some "optimizations" that RUIN OUR BEAUTIFUL CODE! while (i < max) {{ i++; }} {code}}} """ shell_script = f"""#!/bin/shTMP1=/tmp/ignore-meTMP2=/tmp/ignore-me-too cat << EOF > $TMP1{C_code}EOF gcc -x c -o $TMP2 $TMP1 chmod +x $TMP2 $TMP2 """ return shell_scriptinput = args.inputoutput = args.outputwith open(input, "r") as f: contents = f.read() looplen = max(1000, (2 ** -args.optimize) * 1000000000) code = build_output( contents, looplen ) with open(output, "w") as out: out.write(code)```
gollark: I give you... WHYJIT.
gollark: Trouble is that bundling TCC would require *building* it and that'd increase WHY compile times significantly.
gollark: So how does one actually go around packaging binaries with the program?

References

  1. "Khejuri PS". Purba Medinipur District Police. Archived from the original on 12 November 2016. Retrieved 10 November 2016.
  2. "District Census Handbook: Purba Medinipur" (PDF). Map of Purba Medinipur with CD Block HQs and Police Stations. Directorate of Census Operations, West Bengal, 2011. Retrieved 9 November 2016.
  3. "District Statistical Handbook 2014 Purba Medinipur". Table 2.2. Department of Planning and Statistics, Government of West Bengal. Retrieved 22 April 2019.
  4. "2011 Census – Primary Census Abstract Data Tables". West Bengal – District-wise. Registrar General and Census Commissioner, India. Retrieved 10 November 2016.
  5. "Health & Family Welfare Department". Health Statistics. Government of West Bengal. Retrieved 16 April 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.