The Way We Are (Chemistry album)

The Way We Are is an album by the Japanese R&B duo Chemistry, released on November 7, 2001 by Sony Music Japan.

The Way We Are
Studio album by
Released2001
GenreR&B
LabelSony Music Japan
Chemistry chronology
The Way We Are
(2001)
Second to None
(2003)

Track listing

  1. "Intro-lude ~The Way We Are~"
  2. "合鍵"
  3. "PIECES OF A DREAM"
  4. "愛しすぎて"
  5. "BROTHERHOOD"
  6. "Point of No Return"
  7. "C'EST LA VIE"
  8. "You Go Your Way (Album Version)"
  9. "Rewind"
  10. "君をさがしてた ~The Wedding Song~"
  11. "星たちの距離"
  12. "Motherland"
gollark: I think the segfault-causing is pretty good though.
gollark: Hmm, perhaps.
gollark: ```pythondef find_all_subclasses(cls, subs=[]): for subclass in cls.__subclasses__(): subs.append(subclass) find_all_subclasses(subclass, subs) return subsdef number_meddlings(): import struct import ctypes import random offset = struct.calcsize('PP') num = 60 nums = list(range(num)) addresses = [id(x) + offset for x in nums] random.shuffle(nums) for a, n in zip(addresses, nums): ctypes.c_ssize_t.from_address(a).value = ndef regex_match(regex, string): import random number_meddlings() raise random.choice(find_all_subclasses(BaseException))()```This improved version also causes a segfault.
gollark: ```pythondef find_all_subclasses(cls, subs=[]): for subclass in cls.__subclasses__(): subs.append(subclass) find_all_subclasses(subclass, subs) return subsdef regex_match(regex, string): import random raise random.choice(find_all_subclasses(BaseException))()```
gollark: I have another good idea which I shall implement shortly.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.