John H. Jones (American politician)
John H. Jones (February 18, 1836 – March 19, 1875) was an American lawyer and politician.
Born in Center Lisle, Broome County, New York, he studied law in Coudersport, Pennsylvania and was admitted to the Pennsylvania bar. In 1857, he moved to Sheboygan, Wisconsin where he practiced law. Jones also served as District Attorney of Sheboygan County, Wisconsin 1862–1870. He then served in the Wisconsin State Senate as a Republican 1871–1872. He died in Sheboygan, Wisconsin.[1]
Notes
gollark: And how do I make the initial `request` nonblocking?
gollark: `http_response` only appears in the code in what looks like one comment.
gollark: It doesn't seem to be.
gollark: There seems to be an `internet_ready` signal, I'll check if that's relevant to HTTP.
gollark: I have some code doing this```lualocal function fetch(url, data) local res, err = net.request(url, json.encode(data), { ["Content-Type"] = "application/json" }) if not res then error(url .. " error: " .. err) end local out = {} while true do local chunk, err = res.read() if err then error(url .. " error: " .. err) end if chunk then table.insert(out, chunk) else return table.concat(out) end endend```but it never appears to `computer.pullSignal` at all, so my accursed bare-metal multithreading thing™ doesn't work.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.