Kings

Kings or King's may refer to:

  • Monarchs: The sovereign heads of states and/or nations, with the male being kings
  • One of several works known as the "Book of Kings":
    • The Books of Kings part of the Bible, divided into two parts
    • The Shahnameh, an 11th-century epic Persian poem
    • The Morgan Bible, a French medieval picture Bible
    • The Pararaton, a 16th-century Javanese history of southeast Asia
  • The plural of any king

Business

Education

Electoral districts

Entertainment

  • Kings (game), a popular drinking game also known as King's Cup

Film and television

Music

  • "Kings" (The Pierces song), a song by The Pierces on the album Creation
  • "Kings" (Steely Dan song), a song by rock group Steely Dan on the album Can't Buy a Thrill
  • The Kings, a Canadian rock band formed in 1977
  • Kings (musician), a New Zealand producer, rapper and singer-songwriter
  • Kings (album), by I Am Empire

Places

Sports

gollark: It is truly glorious.
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.math.arithmetics;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.ApplicationContextHolder;import javax.annotation.PostConstruct;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.context.ApplicationContext;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.strategies.comparators.integercomparator.IntegerForEqualityComparator;@Servicepublic class NumberIsMultipleOfAnotherNumberVerifier { private static IntegerDivider integerDivider; @Autowired private ApplicationContextHolder applicationContextHolder; @PostConstruct public void init() { final ApplicationContext applicationContext = applicationContextHolder.getApplicationContext(); this.integerDivider = applicationContext.getBean(IntegerDivider.class); } public static boolean numberIsMultipleOfAnotherNumber(final int nFirstNumber, final int nSecondNumber) { try { final int nDivideFirstIntegerBySecondIntegerResult = (NumberIsMultipleOfAnotherNumberVerifier.integerDivider.divide(nFirstNumber, nSecondNumber)); final int nMultiplyDivisionResultBySecondIntegerResult = nDivideFirstIntegerBySecondIntegerResult * nSecondNumber; if (IntegerForEqualityComparator.areTwoIntegersEqual(nMultiplyDivisionResultBySecondIntegerResult, nFirstNumber)) { return true; } else { return false; } } catch (final ArithmeticException ae) { return false; } }}```
gollark: `https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition
gollark: Not enterprise enough. Try again.
gollark: No `ModuleFactoryBuilderStrategyImpls`.

See also

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