1964 in Denmark
| |||||
Decades: |
| ||||
---|---|---|---|---|---|
See also: | Other events of 1964 List of years in Denmark |
Events from the year 1964 in Denmark.
Incumbents
- Monarch – Frederick IX[1]
- Prime minister – Jens Otto Krag
Events
- 21 March – Denmark hosts the Eurovision Song Contest and finishes in 9th place.
- 22 September – The 1964 parliamentary election is held.
Sport
- January–February – Denmark participates in the 1964 Winter Olympics.
- 17–20 June – Denmark participates in 1964 European Nations' Cup in France.
- 17 June – Denmark is defeated by the Soviet Union in the semi-final.
- 20 June – Denmark is defeated by Hungary in the bronze match.
- October – Denmark participates in the 1964 Summer Olympics and wins six medals.
Births
- 1 June – Marianne Florman, handball player
- 15 June – Michael Laudrup, football player
- 11 October – Christian Dyrvig, businessman
Deaths
- 27 March – Emil Reesen, composer, conductor and pianist (born 1887)
- 10 May – Harald Tandrup, writer (born 1874)
- 21 October – Carl Johan Hviid, actor (born 1899)
Date unknown
- September – Arild Rosenkrantz, nobleman, painter, sculptor, stained-glass artist and illustrator (born 1870)
gollark: Basically, modems/rednet but more flexible, cross-server, and without actual modems.
gollark: It's a websocket-based inter-computer cross-server message relay.
gollark: ```rust#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}#[derive(Serialize, Deserialize, Debug)]#[serde(tag = "type")]enum MessageFromClient { #[serde(rename = "open")] Open { channel: skynet::Channel }, #[serde(rename = "close")] Close { channel: skynet::Channel }, #[serde(rename = "message")] Message(skynet::RawMsg)}#[derive(Serialize)]#[serde(tag = "type")]enum MessageToClient<'a> { #[serde(rename = "message")] Message(skynet::Msg), #[serde(rename = "channels")] OpenChannels { channels: &'a HashSet<skynet::Channel> }}```WIP Rust notreallyconversion of the Skynet protocol.
gollark: ```goconst( zero = iota; /* iota starts as zero */ one = iota; /* ...and is incremented every semicolon */ two; /* the last expression is repeated if you omit it */ three;)```
gollark: ```govar numbers map[string]int;numbers["One"] = 1;numbers["Two"] = 2;numbers["Three"] = 3;print(numbers["Four"]);```A small example of wrong.
See also
References
- "Frederick IX | king of Denmark". Encyclopedia Britannica. Retrieved 16 June 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.