Jirighat

Jirighat is a block headquarters in Cachar district, Assam, India. Jirighat is a tea estate.[2]

Jirighat
Village
Jirighat
Location in Assam, India
Jirighat
Jirighat (India)
Coordinates: 24°47′0″N 93°6′0″E
Country India
StateAssam
DistrictCachar
Government
  BodyGram panchayat
Elevation
28 m (92 ft)
Languages
  OfficialBengali; Sylheti[1]
Time zoneUTC+5:30 (IST)
PIN
788104
ISO 3166 codeIN-AS
Vehicle registrationAS
Coastline0 kilometres (0 mi)

Geography

It is located at an elevation of 28 m above MSL.[3]

Location

National Highway 37 (old NH 53) passes through Jirighat.

gollark: It's not very efficient. It was, as I said, basically a port of EWO to Node with networking and multiplayer hacked on top.
gollark: If it had a list of "visible entities" the rendering would be much faster. There isn't one.
gollark: You can't just trust clients.
gollark: ```javascriptconst getEnemy = (x, y) => { for (let i = 0; i < enemies.length; i++) { let other = enemies[i] if (other.x == x && other.y == y) return i } return -1}const getPlayer = (x, y) => { for (let i = 0; i < active_players.length; i++) { if (active_players[i]) { if (players[i].x == x && players[i].y == y) return i } } return -1}const getBonus = (x, y) => { for (let i = 0; i < bonuses.length; i++) { if (x == bonuses[i].x && y == bonuses[i].y) return i } return -1}```
gollark: This is for rendering the area around a player.

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.