Pete Seppälä
Pete Seppälä (born 1 March 1978) is a Finnish singer who rose to popularity after placing third in Idols Finland 2, the Finnish version of Pop Idol. He was born in Espoo, Finland.
Idols Finland 2 performances
Helsinki Auditions: Leave Right Now by Will Young
Semi Finals: When Susannah Cries by Espen Lind
Top 7: Hold The Line by Toto
Top 6: You Give Love A Bad Name by Bon Jovi
Top 5: F-F-Falling by The Rasmus
Top 5: Unihiekkaa by Egotrippi
Top 4: How Deep Is Your Love? by Bee Gees
Top 4: Disco Inferno by Tina Turner
Top 3: Have A Nice Day by Bon Jovi
Top 3: Real To Me by Brian McFadden
Top 3: Armo by Apulanta
Discography
- Idols: Finalistit 2005 (December 2005)
gollark: I'm fairly sure it only runs on NvIDIa GPus.
gollark: is probably better since it's not nVidia-specific.
gollark: ***OpenCL***
gollark: I wanted a hyperapp-like state management thing with no view for skynet (it's a long story...) so I made this, because Javascript microlibraries are trendy.```javascriptconst R = require("ramda")module.exports = (initialState, actions, context = {}, expose) => { let state = initialState const wired = R.map(action => (...args) => { const result = action(...args)(state, actions, context) if (typeof result === "object") { state = R.merge(state, result) } }, actions) if ("init" in wired) { wired.init() } if (expose) { return R.pick(expose, wired) } else { return wired }}```
gollark: Er, how do I uninvert it?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.