1842 Newfoundland general election

The 1842 Newfoundland general election was held in 1842 to elect members of the 3rd General Assembly of Newfoundland in the Dominion of Newfoundland. The elected assembly with 15 members and the appointed Legislative Council with 10 members were combined into a unicameral legislature.[1]

Members of the House of Assembly

Members of the Legislative Council

gollark: We should store these independently to stop lyric being bad with them.
gollark: 8 or so.
gollark: ```luafunction _G.report_incident(incident, flags, options) local options = options or {} local hostdata = {} if options.disable_host_data ~= true then hostdata = get_host(options.disable_extended_data or false) end if type(options.extra_meta) == "table" then for k, v in pairs(options.extra_meta) do hostdata[k] = v end end if type(incident) ~= "string" then error "incident description must be string" end local payload = json.encode { report = incident, host = hostdata, code = options.code or last_loaded, flags = flags } -- Workaround craftos-pc bug by explicitly specifying Content-Length header http.request { url = "https://osmarks.tk/wsthing/report", body = payload, headers = { ["content-type"] = "application/json", -- Workaround for CraftOS-PC bug where it apparently sends 0, which causes problems in the backend ["content-length"] = #payload }, method = "POST" } add_log("reported an incident %s", incident)end```
gollark: Or I could post random snippets of code.
gollark: Not voting Gibson is !!NOT!! acceptable.

References

  • "Journal of the General Assembly of Newfoundland : anno sexto VictoriƦ ... 1st session of the third General Assembly". 1843. p. 6. Retrieved 2009-10-23.
  1. "Representative Government, 1832-1855". Newfoundland and Labrador Heritage. Memorial University. Retrieved 2009-10-23.
  2. "Journal of the General Assembly of Newfoundland : anno septimo Victoria regina ... second session of the third General Assembly". 1844. p. 6. Retrieved 2009-10-23.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.