Antenna (song)
"Antenna" is a single by British Ghanaian singer-rapper Fuse ODG. The song was released in the United Kingdom as a digital download on 2 June 2013. The song peaked at number 7 on the UK Singles Chart and at number 9 in Scotland.
"Antenna" | ||||
---|---|---|---|---|
Single by Fuse ODG | ||||
from the album TINA | ||||
Released | 31 May 2013 | |||
Recorded | 2012 | |||
Genre | ||||
Length | 3:04 | |||
Label | 3 Beat Productions | |||
Songwriter(s) | Nana Richard Abiona | |||
Producer(s) | Killbeatz | |||
Fuse ODG singles chronology | ||||
|
Music video
A music video to accompany the release of "Antenna" was first released onto YouTube on 16 December 2012 at a total length of four minutes and ten seconds.[1]
Track listing
No. | Title | Length |
---|---|---|
1. | "Antenna" (UK Radio Edit) | 3:04 |
2. | "Antenna" (UK Club Mix) | 3:43 |
3. | "Antenna" (Steve Smart & Westfunk Radio Edit) | 2:53 |
4. | "Antenna" (Steve Smart & Westfunk Remix) | 4:48 |
5. | "Antenna" (TS7 Remix) | 3:40 |
6. | "Antenna" (ft. Wyclef Jean) (Remix) | 3:44 |
Charts
Chart (2013) | Peak positions |
---|---|
Ireland (IRMA)[2] | 85 |
Scotland (Official Charts Company)[3] | 9 |
UK Singles (Official Charts Company)[4] | 7 |
Release history
Country | Date | Format | Label |
---|---|---|---|
United Kingdom | 2 June 2013 | Digital download | 3 Beat Productions |
gollark: ```nimimport optionsimport asyncdispatchimport httpximport tiny_sqliteimport macrosimport karax/[karaxdsl, vdom]import ./dbmacro includeFile(x: string): string = newStrLitNode(readFile(x.strVal))const css = includeFile("./src/style.css")let database = openDatabase("./monitoring.sqlite3")migrate(database)var threadDB {.threadvar.}: Option[DbConn]proc openDB(): DbConn = if isNone threadDB: threadDB = some openDatabase("./monitoring.sqlite3") get threadDBproc mainPage(): string = let vnode = buildHtml(html()): head: style: text css text "Bee deployed" $vnodeproc onRequest(req: Request) {.async.} = if req.httpMethod == some(HttpGet): case req.path.get() of "/": req.send(body=mainPage(), code=Http200, headers="Content-Type: text/html") else: req.send(Http404) else: req.send(Http404)echo "Starting up"run(onRequest, initSettings(Port(7800), "", 0))```This is what I have so far.
gollark: One per thread is likely sort of better ish slightly anyway.
gollark: Nope, this is probably fine.
gollark: I have a threadvar for each thread's DB connection and a function to get it.
gollark: Nope, I think I have a solution.
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.