Ceadîr-Lunga
Ceadîr-Lunga (Romanian pronunciation: [t͡ʃaˈdɨr ˈluŋɡa], also spelled Ceadâr-Lunga; Gagauz: Çadır-Lunga) is a city and municipality[2] in Gagauzia, Moldova.
Ceadîr-Lunga | |
---|---|
Church of Theotokos of Kazan in Çadır-Lunga | |
Coat of arms | |
Ceadîr-Lunga | |
Coordinates: 46°03′N 28°50′E | |
Country | Moldova |
District | Gagauzia |
Population | |
• Total | 16,605 |
Time zone | UTC+2 (EET) |
• Summer (DST) | UTC+3 (EEST) |
Climate | Cfb |
Website | http://ceadir-lunga.md/ |
Demographics
The city's population is 19,401, of which 14,294 Gagauzians, 1,552 Russians, 1,510 Bulgarians, 734 Moldovans, 951 Ukrainians, 166 Gypsies, 8 Poles, 7 Jews, and 179 other/undeclared.
Gallery
- Girls from Ceadîr-Lunga (1960). Mihai Grecu.
- Ceadîr-Lunga, women Monastery
- House of Culture and monument of Mihail Ciachir
- Church of Our Lady of Kazan
gollark: ```rustuse std::collections::HashMap;use serde_cbor::Value;use chrono;use std::collections::HashSet;use actix::prelude::*;#[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>}pub fn complete(raw: RawMsg) -> Msg { Msg { channel: raw.channel, meta: raw.meta, timestamp: chrono::Utc::now(), message: raw.message }}#[derive(Serialize, Deserialize, Debug)]#[serde(rename_all = "snake_case")]pub enum MessageFromClient { Open(Channel), Close(Channel), Message(RawMsg), Query}#[derive(Serialize)]#[serde(rename_all = "snake_case")]pub enum MessageToClient<'a> { Message(Msg), QueryResult { channels: &'a HashSet<Channel> }}```Skynet!
gollark: No, actually, HQ9+ is better.
gollark: And cratesio squatting.
gollark: I mean, unless you count the borrow checker being unable to properly distinguish between access to, I don't know, parts of a vector.
gollark: Actually, Lua has flaws, flawlessness is unique to Rust.
References
- Results of Population and Housing Census in the Republic of Moldova in 2014: "Characteristics - Population (population by communes, religion, citizenship)" (XLS). National Bureau of Statistics of the Republic of Moldova. 2017. Retrieved 2017-05-01.
- LEGE Nr. 248 din 03.11.2016 pentru modificarea și completarea Legii nr. 764-XV din 27 decembrie 2001 privind organizarea administrativ-teritorială a Republicii Moldova (in Romanian)
- "Kardeş Şehirler". Bursa Büyükşehir Belediyesi Basın Koordinasyon Merkez. Tüm Hakları Saklıdır. Retrieved 2013-07-27.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.