2011 national electoral calendar

This national electoral calendar for the year 2011 lists the national/federal direct elections held in 2011 in the de jure and de facto sovereign states and their dependent territories. By-elections are excluded, though national referendums are included.

January

February

March

April

May

June

July

August

September

October

November

December

gollark: A link-local one.
gollark: As I said, it should be a multicast address.
gollark: It's on my laptop, which isn't currently on WiFi or anything, so yes.
gollark: ```rust let multicast_addr: Ipv6Addr = "ff02::aeae".parse().unwrap(); let socket = Socket::new(Domain::ipv6(), Type::dgram(), Some(Protocol::udp()))?; socket.set_only_v6(true)?; socket.set_multicast_loop_v6(false)?; socket.join_multicast_v6(&multicast_addr, 0).with_context(|| "join multicast failed")?; socket.bind(&SocketAddr::from((Ipv6Addr::UNSPECIFIED, PORT)).into())?;```
gollark: It's likely that my code is just setting up the socket wrong somehow, since I mostly just used the multicast-looking things in the docs and rearranged the calls until it stopped saying stupid things like "OS error 22".
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.