Skip to content

Instantly share code, notes, and snippets.

@monkieboy
Last active December 23, 2015 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monkieboy/bf942619ff9befd86823 to your computer and use it in GitHub Desktop.
Save monkieboy/bf942619ff9befd86823 to your computer and use it in GitHub Desktop.
Top 100 Grossing Films (as of 23 December 2015) unsorted
let films :list<string*int64> =
[ ("Inside Out", 851458049L)
("Star Wars Episode III: Revenge of the Sith", 848754768L)
("Spectre", 837191062L)
("Transformers: Revenge of the Fallen", 836303693L)
("The Twilight Saga: Breaking Dawn – Part 2", 829746820L)
("Inception", 825532764L)
("Spider-Man", 821708551L)
("Independence Day", 817400891L)
("The Hobbit: An Unexpected Journey", 1021103568L)
("The Dark Knight", 1004558444L)
("The Lion King", 987483777L)
("Harry Potter and the Philosopher's Stone", 974755371L)
("Despicable Me 2", 970761885L)
("Furious 7", 1515047671L)
("Avengers: Age of Ultron", 1405035767L)
("Harry Potter and the Deathly Hallows – Part 2", 1341511219L)
("Frozen", 1279852693L)
("Iron Man 3", 1215439994L)
("The Hobbit: The Desolation of Smaug", 958366855L)
("Jurassic World", 1668912312L)
("The Avengers", 1519557910L)
("Pirates of the Caribbean: Dead Man's Chest", 1066179725L)
("Toy Story 3", 1063171911L)
("Transformers: Dark of the Moon", 1123794079L)
("The Lord of the Rings: The Return of the King", 1119929521L)
("Skyfall", 1108561013L)
("Transformers: Age of Extinction", 1104054072L)
("The Hobbit: The Battle of the Five Armies", 956019788L)
("Harry Potter and the Order of the Phoenix", 939885929L)
("Finding Nemo", 936743261L)
("Harry Potter and the Half-Blood Prince", 934416487L)
("The Lord of the Rings: The Two Towers", 926047111L)
("The Dark Knight Rises", 1084939099L)
("Pirates of the Caribbean: At World's End", 963420425L)
("Harry Potter and the Deathly Hallows – Part 1", 960283305L)
("Shrek 2", 919838758L)
("Titanic", 2186772302L)
("Pirates of the Caribbean: On Stranger Tides", 1045713802L)
("Jurassic Park", 1029939903L)
("Star Wars Episode I: The Phantom Menace", 1027044677L)
("Alice in Wonderland", 1025467110L)
("Harry Potter and the Goblet of Fire", 896911078L)
("Minions", 1157074097L)
("Avatar", 2787965087L)
("Spider-Man 3", 890871626L)
("Ice Age: Dawn of the Dinosaurs", 886686817L)
("Harry Potter and the Chamber of Secrets", 878979634L)
("Ice Age: Continental Drift", 877244782L)
("The Lord of the Rings: The Fellowship of the Ring", 871530324L)
("The Hunger Games: Catching Fire", 865011746L) ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment