Find the word definition

Wikipedia
Qore (PlayStation Network)

Qore (pronounced like "core") was a monthly subscription-based interactive online magazine for the PlayStation Network and replaces the Jampack series of disks offered by PlayStation Underground. Available only in North America, the service offered high definition videos, interviews, and behind-the-scenes footage pertaining to upcoming and recently released PlayStation games. It also offered exclusive access to game demos and betas. The product was available to download to the PlayStation 3 from the PlayStation Store, where users were able to choose to purchase individual episodes or an annual, 13-episode subscription. PlayStation Plus subscribers received Qore free of charge for the duration of their subscription. The magazine was presented by Veronica Belmont & Audrey Cleo and later Jesse 'Blaze' Snider & Tiffany Smith.

Qore aired its 47th and final episode on April 10, 2012.

Qore

Qore may refer to:

  • Qore, a monarch of the Kingdom of Kush
  • Qore (PlayStation Network), an interactive online magazine for the PlayStation Network
  • Qore (programming language), an embeddable multithreaded programming language
Qore (programming language)

Qore is an interpreted, high-level, general-purpose, garbage collected dynamic programming language, featuring support for code embedding and sandboxing with optional strong typing and a focus on fundamental support for multithreading and SMP scalability.

Qore is unique because it is an interpreted scripting language with fundamental support for multithreading (meaning more than one part of the same code can run at the same time), and additionally because it features automatic memory management (meaning programmers do not have to allocate and free memory explicitly) while also supporting the RAII idiom with destructors for scope-based resource management and exception-safe programming. This is due to Qore's unique prompt collection implementation for garbage collection.