Skip to content

Instantly share code, notes, and snippets.

View polyGeek's full-sized avatar

Dan Gardner polyGeek

View GitHub Profile
@polyGeek
polyGeek / 1994-top-250-movies.cvs
Created July 4, 2021 18:59
Movies in the IMDb top 250 from 1994
rank,title
1,The Shawshank Redemption
8,Pulp Fiction
13,Forrest Gump
44,Léon: The Professional
45,The Lion King
rank title
6 12 Angry Men
84 Witness for the Prosecution
85 Paths of Glory
188 Wild Strawberries
189 The Seventh Seal
class FileStorage {
Future<bool> doesUserHavePreviousID() async {
/// If you need to test your code that runs when an existing
/// user IS FOUND then uncomment the lines below
/*oldUserID = 167081;
Init.gotUserID = true; // static int where userID is stored if found.
return true;*/