Syience
Reginald "Reggie" Perry, better known as Syience, is a Grammy Award-winning American songwriter, record producer and musician from Flint, Michigan. He has worked with a number of recognizable and respected artists, including Beyoncé, Cheryl Cole, Jay-Z, John Legend, Mary J. Blige, Ne-Yo and more. Syience won two Grammys for his work on Mary J. Blige's Growing Pains and Ne-Yo's Because of You.
Syience | |
---|---|
Birth name | Reginald Perry |
Genres | |
Occupation(s) | Producer, musician, songwriter |
Instruments | Guitar, bass, drums, brass instruments, keyboards |
Years active | 2002–present |
Production credits
2007
- 10. "Angel"
- 15. "Smoke"
- 13. "Key to My Heart""
- 16. "Slow Down" (featuring Chrisette Michelle) (UK Bonus Track)
2008
- 02. "So You Can Cry"
- 10. "Take Me Away"
- 01. "If I Were a Boy" (Additional drums, guitar by Syience)
2009
- 15. "Stay" (featuring Marsha Ambrosius)
- Cheryl Cole – 3 Words
- 02. "Parachute"
- 09. "Don't Talk About This Love"
- 11. "Contemplate" (featuring Rihanna)
- "Can I Live"
- "Fit of Love"
2010
- 08. "Give It To Me Now"
- 02. "Welcome Back" (featuring Marsha Ambrosius)
- "2Face"
- J. Cole – American Dreamin' Mixtape (unused track)
- "I'm on It"
- 07. "Genuine Only"
2011
- 11. "Chasing Clouds"
- 12. "Never Forget You" (featuring John Legend) (produced with Jerry Duplessis & Arden Altino)
- Donnis – Southern Lights
- 00. "Ring My Bell" (featuring Dev)
2012
- Delilah – From The Roots Up
- 3. "I Can Feel You"
- 7. "21"
- 9. "Shades of Grey
- 10. "Love You So"
- 11. "Insecure"
Frank Ocean Channel Orange
1. "Fertilizer"
2013
- Gabrielle – Now And Always
- 20 Years of Dreaming
- 4. "Knew Me"
- 14. "Holding On For You"
- J. Cole – Born Sinner
Interlude
gollark: I would quite like to implement this on osmarks.net using an inbrowser Lua VM.
gollark: ```scheme(define (take n xs) (let loop ((n n) (xs xs) (zs (list))) (if (or (zero? n) (null? xs)) (reverse zs) (loop (- n 1) (cdr xs) (cons (car xs) zs)))))(define (zip . xss) (apply map list xss))(define actually-forgiving-grudge (lambda (x y) (let* ( (defection-count (length (filter (lambda (m) (= m 1)) x))) (lookback (+ 1 (inexact->exact (floor (expt 1.8 defection-count))))) (result (if (member '(1 0) (take lookback (zip x y))) 1 0)) ) result)))```if you want to add it to your stuff.
gollark: Do you like `actually-forgiving-grudge`?!
gollark: https://github.com/cristal-smac/ipd - huh
gollark: > [Edit] Worth to note is that Gradual was designed to be a strategy that outperforms Tit for Tat. It has similar properties in that it is willing to cooperate and retaliates against a defecting opponent. Unlike Tit for Tat, which only has a memory of the last round played, Gradual will remember the complete interaction and defect the number of times the opponent has defected so far. It will offer mutual cooperation afterwards again, though.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.