The Delinquents (group)

The Delinquents are a rap group from Oakland, California, composed of two members, Glen Jones a.k.a. G-Stack, Vidal Prevost a.k.a. V-White (formerly known as V-Dal) and Ghost Producer Gregory Turner a.k.a. Lord Gregory(formerly known as G-Black. They were established in July 1991 and were known for their playful brand of gangsta rap. G-Stack is a member of Thizz Entertainment.

The Delinquents
OriginOakland, California, U.S.
GenresWest Coast hip hop, gangsta rap
Years active1992–Current
LabelsDank Or Die
Thizz Entertainment
Associated actsRhythm & Green, 3X Krazy, Mistah F.A.B., The Whoridas, Luniz, Ant Banks
WebsiteThe Delinquents at MySpace
MembersG-Stack
V-White and also G-Black

Discography

Studio albums

Compilation albums

  • The Audio Biography: 1992–2000 Vol. 1 (2001)
  • The Dominion (2001)
  • The Dominion Continues... (2002)

Mixtapes

  • Delinquents – Mix CD Vol. 1 (2003)
  • The Purple Project – Mix CD Vol. 2 (2003)
  • Have Money, Have Heart Part 1 – Mix CD Vol. 3 (2005)

Extended plays

  • Insane (1992)
  • The Alleyway (1994)
  • Outta Control (1995)

Solo projects

G-Stack

  • Thizz Nation, Vol. 18 with Mistah F.A.B. (2007)
  • Welcome to Purple City – Vol. 1 (2007)
  • Tha Color Purple – Vol. 2 (2007)
  • Dr. Purp Thumb (2009)

V-White

  • Perfect Timin (2007)
  • Stimulus Package with The Politician (2010)
  • Streets Can Vouch with The Politician (2010)
  • The Gas Station with The Politician (2011)
gollark: <@152960219390017538> PHP is bad.
gollark: Somehow!
gollark: Well, combined with the rest of the code, it does!
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.strategies;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.loop.LoopContext;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.loop.LoopRunner;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.loop.LoopPayloadExecution;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.strategies.FizzBuzzSolutionStrategy;@Servicepublic class EnterpriseGradeFizzBuzzSolutionStrategy implements FizzBuzzSolutionStrategy { private final LoopPayloadExecution _loopPayloadExecution; @Autowired public EnterpriseGradeFizzBuzzSolutionStrategy(final LoopPayloadExecution _loopPayloadExecution) { super(); this._loopPayloadExecution = _loopPayloadExecution; } @Override public void runSolution(final int nFizzBuzzUpperLimit) { final LoopContext loopContext = new LoopContext(nFizzBuzzUpperLimit); final LoopRunner loopRunner = new LoopRunner(loopContext, loopContext, this._loopPayloadExecution); loopRunner.runLoop(); }}```
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.stringreturners;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.stringreturners.StringStringReturner;@Servicepublic class BuzzStringReturner implements StringStringReturner { public String getReturnString() { final StringBuilder myStringBuilder = new StringBuilder( com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.Constants.BUZZ); final String myString = myStringBuilder.toString(); return new String(myString); }}```


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