Christopher Lawrence (DJ)
Christopher Lawrence is an American DJ and producer, specializing in progressive trance music. He has released 10 mix CDs since 1997. Lawrence has an international audience and makes frequent appearances worldwide with a career spanning twenty years. His dedication to an underground style yet precise selection have earned him the respect of both industry and fans. He is widely considered to be America's top trance DJ export.
Christopher Lawrence | |
---|---|
Background information | |
Origin | United States |
Genres |
|
Occupation(s) | DJ and record producer |
Years active | 1996–present |
Labels | Pharmacy Music[1] |
Website | www.christopherlawrence.com |
Awards
- Voted the 110th DJ in the world by DJ Magazine Top 100 poll for 2008.[2]
- Voted the #4 DJ in the world by DJ Magazine's prestigious ‘Top 100’ poll for 2006
- "Best DJ" award at the Dancestar US Awards
- Winner of the "Best American DJ" at the IDMA's at WMC 2005
- Winner of "America's Best DJ" 2008 held by DJ Times Magazine
Discography
Albums
- 2004 All or Nothing
- 2004 Un-Hooked: The Hook Sessions
Singles & EPs
- 1997 "Interceptor/Geoscape"
- 1997 "Navigator"
- 1998 "Shredder"
- 1999 "Renegade/Wasteland""
- 2000 "Cruise Control"
- 2000 "Rush Hour/Ride The Light"
- 2002 "Mind Eraser"
- 2002 "Nitro"
- 2002 "October's Child"
- 2003 "Warp/Acid People"
- 2004 "Primer"
- 2005 "Scorcher" (with Nicholas Bennison)
- 2005 "Attention" (with John 00 Fleming)
- 2008 "Gotham"
- 2008 "Beyond the Limit" (with John 00 Fleming)
- 2009 "Continuation" (with Nicholas Bennison)
- 2009 "Lie to Ourselves" (with Dave Audé & Jen Lasher)
- 2010 "A Little Rush" (feat. Suzie del Vecchio)
- 2011 "Tremor"
- 2011 "Rock It"
- 2012 "Faith In The Future"
- 2012 "OK To GO"
- 2013 "Beyond The Limit (2013 Mixes)"
- 2013 "Dark on Fire"
- 2013 "Libra"
- 2014 "The Dark"
- 2014 "Whatever You Dream"
- 2015 "The Whip"
- 2015 "Unbroken"
Remixes
- 1998 Pure Nova - "Awakening"
- 1999 Electroland - "Cheyenne"
- 2002 Mile High - "Night Fever"
- 2008 Enrique Iglesias - "Hero"
- 2009 U2 - "I'll Go Crazy If I Don't Go Crazy Tonight"
- 2011 LMFAO - "Party Rock Anthem"
- 2011 Lords of Acid - "Little Mighty Rabbit"
- 2012 Reaky - "Magnum Orca" (with Sean J. Morris)
- 2014 Lisa Lashes - "Virus"
DJ Compilations
- 1999 Christopher Lawrence Presents:Hook Recordings
- 1999 Rise
- 1999 Temptation
- 2000 Trilogy Part One: Empire
- 2001 United States of Trance
- 2002 Christopher Lawrence - Around The World
- 2002 Christopher Lawrence - Exposure IV
- 2006 Christopher Lawrence - Subculture 01
- 2006 Christopher Lawrence - Gatecrasher: Live in Moscow
- 2008 Unfold 2
- 2008 Global Trance Grooves Vol. 1: Two Tribes(with John 00 Fleming)
- 2010 Rush Hour
gollark: Esobot... hurry up.
gollark: <@435756251205468160> esowiki WHY
gollark: It was to prove to <@!341618941317349376> that COMPILED DOES NOT MEAN FAST.
gollark: Yep!
gollark: Execute THIS!```pythonimport argparseimport subprocessparser = argparse.ArgumentParser(description="Compile a WHY program")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")args = parser.parse_args()def build_C(args): template = """#define QUITELONG long long intconst QUITELONG max = @max@;int main() { QUITELONG i = 0; while (i < max) { i++; } @code@} """ for k, v in args.items(): template = template.replace(f"@{k}@", str(v)) return templateinput = args.inputoutput = args.outputtemp = "ignore-this-please"with open(input, "r") as f: contents = f.read() looplen = max(1000, (2 ** -args.optimize) * 1000000000) code = build_C({ "code": contents, "max": looplen }) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```
References
- "Christopher Lawrence". Pharmacy Music. Retrieved 2020-03-25.
- "djmag.com". djmag.com. Retrieved 2014-08-09.
- "Awards". Retrieved 17 January 2018.
- DJ Mag=news "Speak Out" Check
|url=
value (help). Retrieved 17 January 2018.
External links
- http://www.christopherlawrence.com
- http://www.myspace.com/djchristopherlawrence
- Interview with Trance Hub, March 2012
- TranceSound interview, March 2011
- Download Rush Hour Radioshows
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.