Ivar Nergaard

Ivar Nergaard (born July 13, 1964) is a Norwegian actor and writer, born in Rena, Norway.[1]

Ivar Nergaard
Born (1964-07-13) July 13, 1964
NationalityNorwegian
OccupationActor
Partner(s)Hilde Borg Nesbakk

Career

Nergaard has performed in several venues, including the Trøndelag Theater,[1] and has had roles in the television series Ca. Lykkelig and Ran.[2] He was the presenter for TVNorge's program Skjult kamera (Hidden Camera) in 1999,[3] and in 2001 he was a member of the musical group Adamseplene in the series Adamseplene: Full pupp on NRK.[4] In addition to his work as an actor and copywriter with Adamseplene, Nergaard has also written lyrics for and performed in the rock band Ompakara.[5][6] In the early 2000s he was engaged as a writer for the newspaper Byavisa in Trondheim.

Since he started narrating weekly magazines for the Norwegian Association of the Blind in Trondheim in the 1990s,[1] Nergaard has also made a career as an narrator of audiobooks. In 2001 he won the Lydbokforlaget (Audio Book Publishers) narrator prize for both children's and adult books.[7]

Discography

Adamseplene

  • Adamseplene.no (1999)

Ompakara

  • Heller væra cowboy enn indianer! (2008)
  • Gangsterpolka (2008)

Participated in

  • Shitty: Happy Again (1997)
  • Hallo i uken: Et rop om hjelp: Hallo i uken 199099 (2000)
  • Bo Kamskjells Orkester: Fisboblefest (2004)
  • Various artists: Norge Midt-Norge "Norge 1905" Fra Trøndelag Teaters revy (2005)
  • Famntak: Leirfivellandet (2006)
  • Various artists: Fight Apathy 46 artister, 31 nyinnspillinger (2009)
  • DumDum Boys: Tidsmaskin (2009)
  • Various artists: Supersanger med Fantorangen og Kuraffen (2010)
gollark: String center: this is pretty CC-specific.
gollark: Table length: `#table`.
gollark: Any specific thingies it's missing?
gollark: You can use luadash.
gollark: ```rust#[macro_use] extern crate serenity;extern crate dotenv;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { dotenv::dotenv().ok(); // Load bot token from environment, let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token unavailable"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { eprintln!("An error occured: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```Fun with discord bots, and yes this is literally the example code.

References

  1. Ringseth, Birger (November 17, 2012). "Er dette Norges beste stemme?". Adresseavisen. Retrieved December 30, 2017.
  2. "Ivar Nergaard". IMDb. Retrieved December 30, 2017.
  3. "Skjult kamera". IMDb. Retrieved December 30, 2017.
  4. "Adamseplene: Full pupp". IMDb. Retrieved December 30, 2017.
  5. Søgård, Kristin (October 14, 2014). "Dette bør du få med deg". Ostlendingen. Retrieved December 30, 2017.
  6. Wollamo, Heidi Oliv (July 1, 2008). "Ompa for dansefoten". Adresseavisen. Retrieved December 30, 2017.
  7. Antonsen, Magnus Torp (November 16, 2012). "Ivar Nergaard kåret til årets innleser". Østlendingen. Retrieved December 31, 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.