Pollachi (state assembly constituency)

Pollachi is the legislative assembly in Coimbatore district, which includes the city, Pollachi.[1] Attur assembly constituency was part of Pollachi (Lok Sabha constituency).

Madras State

Year Winner Party
1952 N. Mahalingam and P. K. Thirumurthy Indian National Congress
1957 K. Ponniah and N. Mahalingam Indian National Congress
1962 N. Mahalingam Indian National Congress
1967 A. P. S. Gounder Dravida Munnetra Kazhagam

Tamil Nadu

Assembly Duration Winner Party
Fifth 1971-77 A. P. Shanmugasundara Goundar Dravida Munnetra Kazhagam
Sixth 1977-80 O. P. Somasundaram All India Anna Dravida Munnetra Kazhagam
Seventh 1980-84 M. V. Rathinam All India Anna Dravida Munnetra Kazhagam
Eighth 1984-89 M. V. Rathinam All India Anna Dravida Munnetra Kazhagam
Ninth 1989-91 V. P. Chandrasekar All India Anna Dravida Munnetra Kazhagam (Jayalalitha)
Tenth 1991-96 V. P. Chandrasekar All India Anna Dravida Munnetra Kazhagam
Eleventh 1996-01 S. Raju Dravida Munnetra Kazhagam
Twelfth 2001-06 V. Jayaraman All India Anna Dravida Munnetra Kazhagam
Thirteenth 2006-2011 V. Jayaraman All India Anna Dravida Munnetra Kazhagam
Fourteenth 2011-2016 M. K. Muthukaruppannasamy All India Anna Dravida Munnetra Kazhagam
Fifteenth 2016 - V. Jayaraman All India Anna Dravida Munnetra Kazhagam
gollark: ... was? is.
gollark: Well, this was for ND research, and I didn't want to refresh random eggs constantly.
gollark: ```javascript// ==UserScript==// @name DC Egg Time Getter// @namespace http://tampermonkey.net/// @match https://dragcave.net/view/*// @grant none// ==/UserScript==function getCapture(text, regex, def) { const result = text.match(regex); if (result === null || result === undefined) { if (def === undefined) { throw new Error("Text did not match regex."); } else { return def; } } else { return result[1]; }}const text = document.body.textContent;const days = parseInt(getCapture(text, /in: (\d+) day/, 0));const hours = parseInt(getCapture(text, /and (\d+) hour/, 0));const allHours = (days * 24) + hours;const storage = window.localStorage;const lastTime = storage.remainingTime;console.log("Time Remaining:", allHours);// check for low-ER timesif (allHours < 72) { console.log("Egg/Hatchling in low ER!"); if (lastTime !== allHours.toString()) { const d = new Date(); localStorage.changeTime = d.getTime().toString(); console.log("WAS", lastTime, "NOW", allHours) console.log("Hour Change Time FOUND!"); } else { storage.remainingTime = allHours; setTimeout(() => window.location.reload(), 2000); }}```Probably suboptimal, but I was in a hurry.
gollark: It worked quite well, though I did have to manually narrow them down a bit.
gollark: To get around all the work of refreshing for an hour, I made a userscript to refresh every few seconds and check if the time changes.

References

  1. "Tamil Nadu Legislative Assembly Constituency Map". Tamil Nadu Legislative Assembly. Retrieved 23 January 2017.

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