Grab It for a Second
Grab It for a Second is an album by Dutch rock band Golden Earring, released in 1978.
Review scores | |
---|---|
Source | Rating |
Allmusic | ![]() ![]() ![]() ![]() ![]() |
Smash Hits | 7/10[1] |
Grab It for a Second | ||||
---|---|---|---|---|
![]() | ||||
Studio album by | ||||
Released | 1978 | |||
Recorded | DMC Baarn Netherlands, Record Plant, New York City | |||
Genre | Rock | |||
Length | 34:43 | |||
Label | Polydor | |||
Producer | Jimmy Iovine | |||
Golden Earring chronology | ||||
|
Track listing
All songs written by Hay and Kooymans.
- "Roxanne" - 3:39
- "Leather" - 5:01
- "Tempting" - 3:43
- "U-Turn Time" - 3:25
- "Movin' Down Life" - 3:31
- "Against the Grain" - 4:35
- "Grab It for a Second" - 4:10
- "Cell-29" - 6:39
Personnel
- Barry Hay - vocals
- George Kooymans - guitar, Arp synthesizer guitar, vocals
- Eelco Gelling - guitar, slide guitar
- Rinus Gerritsen - bass guitar, Moog Bison synth bass
- Cesar Zuiderwijk - drums
Additional personnel
- Lani Groves - backing vocals
- Jimmy Maelen - percussion
- Kevin Nance - keyboards
- John Zangrando - saxophone on "Against the Grain"
Production
- Producer: Jimmy Iovine
- Engineer: Shelly Yakus
- Assistant engineers: John Kriek, Thom Panunzio
- Mastering: Greg Calbi
- String arrangements: Kenny Ascher
- Design: Barry Hay, Mick Rock, Ernst Thormahlen
- Photography: Anton Corbijn, Mick Rock
- Illustrations: Ernst Thormahlen
gollark: ```nimproc pollTargets(ctx: Ctx) {.async.} = for row in ctx.db.all("SELECT * FROM sites"): var (id, url, rollingTotalPings, rollingSuccessfulPings, rollingLatency, rollingDataSince) = row.unpack((int64, string, int64, int64, int64, Option[Time])) let res = await ctx.pollTarget(url) let threshold = getTime() # drop old data from rolling counters if rollingDataSince.isSome: for row in ctx.db.iterate("SELECT status, latency FROM reqs WHERE timestamp >= ? AND timestamp <= ? AND site = ?", rollingDataSince.get, threshold, id): let (statusRaw, latency) = row.unpack((int, int)) rollingTotalPings -= 1 rollingLatency -= latency if statusRaw <= 0: rollingSuccessfulPings -= 1 # add new data rollingTotalPings += 1 rollingLatency += res.latency if int(res.rtype) <= 0: rollingSuccessfulPings += 1 ctx.db.transaction: ctx.db.exec("UPDATE sites SET rc_total = ?, rc_success = ?, rc_latency = ?, rc_data_since = ? WHERE sid = ?", rollingTotalPings, rollingSuccessfulPings, rollingLatency, threshold, id) ctx.db.exec("INSERT INTO reqs (site, timestamp, status, latency) VALUES (?, ?, ?, ?)", id, getTime(), int(res.rtype), res.latency)```This is the core algorithm.
gollark: Actually, æææææ who even knows.
gollark: The boundary conditions could be wrong on this query.
gollark: Hmm. I think I might know what this is maybe?
gollark: I think that might just have been a bug I introduced by accident.
References
- Starr, Red. "Albums". Smash Hits (May 31 - June 13 1979): 25.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.