So Fresh: The Hits of Winter 2010

So Fresh: The Hits of Winter 2010 is an Australian compilation album. It was released on 18 June 2010.[1]

So Fresh: The Hits of Winter 2010
Compilation album by
Various Artists
Released18 June 2010 (2010-06-18)
GenrePop
LabelSony BMG
So Fresh chronology
So Fresh: The Hits of Autumn 2010
(2010)
So Fresh: The Hits of Winter 2010
(2010)
So Fresh: The Hits of Spring 2010
(2010)

Track listing

  1. Usher featuring will.i.am – "OMG" (4:30)
  2. Brian McFadden featuring Kevin Rudolf – "Just Say So" (3:17)
  3. Christina Aguilera – "Not Myself Tonight" (3:05)
  4. Rihanna – "Te Amo" (3:20)
  5. Vanessa Amorosi featuring Seany B – "Mr. Mysterious" (3:44)
  6. Taio Cruz featuring Ludacris – "Break Your Heart" (3:06)
  7. Train – "Hey, Soul Sister" (3:36)
  8. Lady Gaga – "Alejandro" (The Sound of Arrows Remix) (3:58)
  9. Kesha – "Your Love Is My Drug" (3:07)
  10. Adam Lambert – "If I Had You" (3:45)
  11. Justin Bieber featuring Ludacris – "Baby" (3:36)
  12. Timbaland featuring Katy Perry – "If We Ever Meet Again" (3:59)
  13. Cheryl Cole – "Fight for This Love" (3:42)
  14. Stan Walker – "Unbroken" (4:34)
  15. The Black Eyed Peas – "Imma Be" (3:53)
  16. Scouting for Girls – "This Ain't a Love Song" (3:08)
  17. John Mayer – "Heartbreak Warfare" (4:27)
  18. Amy Meredith – "Lying" (2:56)
  19. Florence and the Machine – "Dog Days Are Over" (4:11)
  20. Scarlett Belle – "Closure" (3:37)

DVD

  1. Usher featuring will.i.am – "OMG"
  2. Brian McFadden featuring Kevin Rudolf – "Just Say So"
  3. Christina Aguilera – "Not Myself Tonight"
  4. Taio Cruz featuring Ludacris – "Break Your Heart"
  5. Vanessa Amorosi featuring Seany B – "Mr. Mysterious"
  6. Train – "Hey, Soul Sister"
  7. Black Eyed Peas – "Imma Be"
  8. Kesha – "Your Love Is My Drug"
  9. John Mayer – "Heartbreak Warfare"
  10. Justin Bieber featuring Ludacris – "Baby"
  11. Cheryl Cole – "Fight For This Love"
  12. Stan Walker – "Unbroken"

Charts

Year-end charts

Chart (2010) Peak

position

Australian ARIA Compilations Chart[2] 5

Certifications

Region CertificationCertified units/sales
Australia (ARIA)[3] Platinum 70,000^

*sales figures based on certification alone
^shipments figures based on certification alone

gollark: I mean, I really only need to change the implementations, or specifically the specific implementation which happens to run on my laptop.
gollark: Well, I intend for it to work differently, so obviously glibc or something is wrong. Maybe I can muck with the program counter somehow.
gollark: * syscalls and whatever
gollark: So I should work out some way to live-patch the kernel to increase the amount of signal-safe functions?
gollark: ```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>#include <unistd.h>static void handler(int sig, siginfo_t *info, void *literally_bee) { printf("oh bee oh apio segfault %08x\n", info->si_addr); int ps = getpagesize(); long ad = (long)info->si_addr; ad = ad - (ad % ps); mmap((void*)ad, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```

References

  1. "SO FRESH: THE HITS OF WINTER 2010 (CD/DVD) | Music , Music Genres, Pop/Rock : JB HI-FI". 2010-06-12. Retrieved 2018-06-13.
  2. "ARIA Top 50 Compilations 2010". www.aria.com.au. Retrieved 2018-06-13.
  3. "ARIA Charts Accreditations 2010". ARIA. Retrieved 13 June 2016.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.