KICR

KICR (102.3 FM) is a radio station broadcasting a country music format. Licensed to Coeur d'Alene, Idaho, United States, the station serves the Spokane and Coeur d'Alene area. It is owned by Blue Sky Broadcasting.

KICR
CityCoeur d'Alene, Idaho
Broadcast areaSpokane, Washington
Frequency102.3 MHz
BrandingK102 Country
SloganThe Inland Northwest's Country Station
Programming
FormatCountry music
Ownership
OwnerBlue Sky Broadcasting
(Great Northern Broadcasting, Inc.)
Sister stationsKIBR
History
First air date1998-07-17 (as KBIH)
Former call signsKBIH (1998-2001)
Technical information
Facility ID76431
ClassA
ERP172 watts
HAAT562 meters
Transmitter coordinates47°39′35″N 116°57′12″W
Links
Website

History

The station went on the air as KBIH on 1998-07-17. On 2001-10-02, the station changed its call sign to the current KICR.[1]

gollark: The clunky syntax for functions?
gollark: <@!330678593904443393> Serde is the de-facto Rust serialization library.
gollark: No, skynet as in my websocket messaging server for CC.
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.

References


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