Apt.core

Apt.Core was the side project of Will Hunt, former drummer for many CCM artists such as Rebecca St. James, Shane and Shane, as well as others.[1]

Style and Influences

Apt.core's style was described as techno/trance.[2] Both albums took different sounds and moods and mixed them with different words, usually Biblical scripture. Apt.core influences ranged from Middle Eastern to electronica to dance.

Discography

Rhythms Of Remembrance - 2001

Rocketown Records[3][4]

  1. Creed
  2. The Way
  3. Meditate
  4. 40
  5. Kingdom
  6. To Be With You
  7. E. 15
  8. Life Inverted
  9. Blessed
  10. Remain in Me

2 - 2003

Rocketown Records[3][5]

  1. No Such Thing as Time
  2. A Tent for the Sun
  3. Loved
  4. Enjoy Breathing
  5. Mystery
  6. Worth More Than It Seems
  7. I Am A Temple
  8. 19
  9. Light
  10. No End To You
gollark: ```pythonimport collectionsdef do_thing(s): if len(s) == 1: return { s[0]: True } out = {} for i, c in enumerate(s): without = s[:i] + s[i + 1:] things = do_thing(without) out[c] = things return outdef match(r, s): print(r) c = r for i, x in enumerate(s): print(x) try: c = c[x] if c == True: if i + 1 == len(s): return True # full match else: return False # characters remain except KeyError: return False # no match return False # incomplete matchentry = lambda a, b: match(do_thing(a.lower().replace(" ", "")), b.lower().replace(" ", ""))```Here is my entry (pending a port to osmarkslisp™️). This is definitely my entry.
gollark: I wish to use Mathematica in my code. Please install it. DO NOT READ, ubq.
gollark: I have a "great" way to do this which I think takes O(n²) space-time-beeite.
gollark: Perhaps it is also possible to construct some sort of regex/deterministic finite automaton to match things matching anagramatically.
gollark: Bogothings run in O(n!) time mostly. So just make `giveup`'s maximum be `math.factorial(len(remove_whitespace(s)))`.

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.