Best of Scotch

Best of Scotch is a greatest-hits album by italo-disco band Scotch. It was released in 1992.

Best of Scotch
Studio album by
Released1992
Genreitalo disco
LabelZYX (Germany)
Scotch chronology
Pictures of Old Days
(1987)
Best of Scotch
(1992)

Track listing

No.TitleLength
1."Disco Band"5:07
2."Take Me Up"3:33
3."Mirage"3:50
4."Money Runner"6:20
5."Man in the Man"4:08
6."Delirio Mind"5:10
7."Loving Is Easy"4:45
8."Drink a Scotch"6:16
9."Pictures"5:22
10."Plus Plus"5:01
11."Caribean Lady"4:46
12."Primitive Man"4:18
13."Take Me Up" (Long Remix Version)6:12
14."Penguins' Invasion"6:23

Charts

Chart (1993) Peak
position
Swedish Albums (Sverigetopplistan)[1] 38
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```
gollark: Also, implementing whatever is done internally for finding free space to transfer to is hard!
gollark: I'm unlikely to have stupidly large autocrafting trees.
gollark: As long as it doesn't take more than a second it fits within my performance goals.
gollark: RandomTwentyLineAlgorithmIWrote.

References

  1. "Swedishcharts.com – Scotch – Best Of Scotch". Hung Medien. Retrieved 2019-12-19.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.