Marina Ristić

Marina Ristić (Serbian Cyrillic: Марина Ристић; born 1974) is a politician in Serbia. She has served in the National Assembly of Serbia since 2016 as a member of the far-right Serbian Radical Party.

Private career

Ristić is an administrative worker based in Belgrade.[1]

Political career

Ristić was included on the Radical Party's electoral lists in the 2012 and 2014 Serbian parliamentary elections.[2] The party did not cross the electoral threshold to win representation in the assembly on either occasion.

She received the twelfth position on the Radical Party's electoral list in the 2016 parliamentary election and was on this occasion elected when the list won twenty-two mandates.[3] She currently serves as an opposition member. Ristić is a member of the assembly committee on spatial planning, transport, infrastructure, and telecommunications; a deputy member of the foreign affairs committee, the health and family committee, and the committee on the rights of the child; a deputy member of Serbia's delegation to the Parliamentary Assembly of the Mediterranean; and a member of the parliamentary friendship groups with Cyprus and Morocco.[4]

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.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.