Mr. Jones (Tom Jones album)
Mr. Jones is a studio album by Welsh musician Tom Jones. It was released in 2002 by V2 Records.
Mr. Jones | ||||
---|---|---|---|---|
![]() | ||||
Studio album by | ||||
Released | December 10, 2002 | |||
Genre | Pop rock | |||
Label | V2 | |||
Producer | Jerry Wonder Duplessis Wyclef Jean | |||
Tom Jones chronology | ||||
|
Track listing
- "Tom Jones International" (3:19)
- Written by Jerry Wonder Duplessis, Wyclef Jean and Tom Jones
- Backing vocals: Governor Washington, Melkie Jean
- "Younger Days" (5:23)
- Written by Jerry Wonder Duplessis, Wyclef Jean and Tom Jones
- Saxophone: Robert Aaron
- "Holiday" (3:29)
- Written by Jerry Wonder Duplessis, Wyclef Jean and Tom Jones
- Keyboards: Teflon
- "Whatever It Takes" (3:59)
- Written by Jerry Wonder Duplessis, Wyclef Jean and Tom Jones
- "Heaven's Been a Long Time Coming" (3:26)
- Written by Jerry Wonder Duplessis and Wyclef Jean
- Vocals: Curtis King, Dennis Collins, Alfonso Thornton, Ken Williams
- Written by Anne Stokes, Jim Sells, Mark T. Jordan
- "Black Betty" (3:10)
- Guitar: Keith Airey
- Written by Huddie Ledbetter
- "Jezebel" (3:58)
- Written by Tom Jones, Wyclef Jean and Jerry Wonder Duplessis
- Saxophone: Robert Aaron
- Trombone, arranged by Clark Gayton
- Trumpet: John Walsh, Raul Agraz
- "The Letter" (3:48)
- Written by Tom Jones, Wyclef Jean and Jerry Wonder Duplessis
- Backing vocals: Alfonso Thornton, Curtis King, Dennis Collins, Shelton Becton
- Vocals: Allure
- "This Is My Life" (3:30)
- Written by Jerry Wonder Duplessis and Wyclef Jean
- Keyboards: Shea Taylor
- "We've Got Tonight" (3:35)
- Written by Robert Clark Seger
- "Feel The Rain" (3:23)
- Written by Tom Jones, Wyclef Jean and Jerry Wonder Duplessis
- Backing vocals: Governor Washington
- "I (Who Have Nothing)" (3:43)
- Written by C. Donida, Mogol, J. Leiber, M. Stoller
Charts
Chart (2002) | Peak position |
---|---|
Austrian Top 40[1] | 58 |
Swiss Albums Chart[2] | 62 |
French Albums Chart[3] | 95 |
German Albums Chart[4] | 78 |
Swedish Sverigetopplistan[5] | 31 |
Portuguese Albums Chart[6] | 21 |
gollark: @@@@@@<@236831708354314240><@&453380648611348500>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@<@!330678593904443393>@@@@@@@@@@@@@@@@@@@@@@@@@''''
gollark: Okay, I managed to compress the WHYJIT compiler into a single discord message.
gollark: ```pythonimport argparse,subprocess,random,stringparser = argparse.ArgumentParser(description="Compile a WHY program using WHYJIT.")parser.add_argument("input",help="File containing WHY source code")parser.add_argument("-o","--output",help="Filename of the output executable to make",default="./a.why")parser.add_argument("-O","--optimize",help="Optimization level",type=int,default="0")#parser.add_argument("-d","--drawkcab",help=".sdrawkcab elif ecruos YHW eht ssecorP")args = parser.parse_args()def randomword(length): letters = string.ascii_lowercase return ''.join(random.choice(letters) for i in range(length))def which(program): proc = subprocess.run(["which",program],stdout=subprocess.PIPE) if proc.returncode == 0: return proc.stdout.replace(b"\n",b"") else: return Nonedef find_C_compiler(): compilers = ["gcc","clang","tcc","cc"] for compiler in compilers: path = which(compiler) if path != None: return pathdef build_output(code,max): #if args.drawkcab: code = code[::-1] C_code = f"""#define QUITELONG long long intconst QUITELONG max = {max};int main() {{ volatile QUITELONG i = 0; // disable some "optimizations" that RUIN OUR BEAUTIFUL CODE! while (i < max) {{ i++; }} {code}}} """ heredoc = randomword(100) devnull = "2>/dev/null" shell_script = f"""#!/bin/shTMP1=/tmp/ignore-meTMP2=/tmp/ignore-me-tooTMP3=/tmp/dont-look-here cat << {heredoc} > $TMP1{C_code}{heredoc}sed -e '1,/^exit \$?$/d' "$0" > $TMP3chmod +x $TMP3$TMP3 -x c -o $TMP2 $TMP1chmod +x $TMP2$TMP2exit $?""".encode("utf-8") with open(find_C_compiler(),"rb") as f: return shell_script + f.read()with open(args.input,"r") as f: contents = f.read() looplen = max(1000,(2 ** -args.optimize) * 1000000000) code = build_output( contents, looplen ) with open(args.output,"wb") as out: out.write(code)```
gollark: (and so, code gold was invented)
gollark: Maybe if I compress it manually a bit...
See also
References
- Steffen Hung. "Tom Jones - Mr. Jones". austriancharts.at. Retrieved 2012-01-07.
- Steffen Hung. "Tom Jones - Mr. Jones". hitparade.ch. Retrieved 2012-01-07.
- Steffen Hung. "Tom Jones - Mr. Jones". lescharts.com. Retrieved 2012-01-07.
- "Tom Jones - Mr. Jones". Offizelle Deutsche Charts. Retrieved 13 May 2020.
- Steffen Hung. "Tom Jones - Mr. Jones". swedishcharts.com. Retrieved 2012-01-07.
- http://portuguesecharts.com/showitem.asp?interpret=Tom+Jones&titel=Mr%2E+Jones&cat=a
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.