Skip to content

Instantly share code, notes, and snippets.

@levonlloyd
Last active March 8, 2023 22:19
Show Gist options
  • Save levonlloyd/dc197cfdb850cf010b18 to your computer and use it in GitHub Desktop.
Save levonlloyd/dc197cfdb850cf010b18 to your computer and use it in GitHub Desktop.
List of tweets
"Kickers changed the #NFL. Here's why: http://53eig.ht/1CvEg2D"
"Hey hey #LA, we are doing this"
"@TamronHall's Throwback Thursday song pick: @MCHammer's \"U Can't Touch This\" #tbt"
"#tbt The blue label lets you know it's the first pressing. The link in the IG bio takes you to what's http://instagram.com/p/ycZz6UhOBW/"
"Most underrated athlete of all time? #TBT"
"#TBT Golden Gate Bridge #SanFrancisco One of my favorite places in the West Coast is San Francisco. http://instagram.com/p/ycc4-mr1x7/"
"The calm before the storm #SB49"
"Skill has #Patriots in #SuperBowl, but their smarts play an important role, too http://ow.ly/I94BV "
"Boston from above as @NateGilbert heads to #SB49"
"7 #SuperBowl ads to check out before the big game! http://on.today.com/1BtNlVF"
"\"I think maybe Seattle wins this game.\" -Kevin Costner gives @MLauer his #SuperBowl prediction."
"Also on TODAY...Exclusive sneak peeks at #SuperBowl ads, & we'll catch up with stars of some of the most popular #SuperBowl ads of all time!"
"On my to Phoenix for the weekend! #SuperBowlXLIX"
"The calm before the @AZSuperBowl storm. #SB49"
"No #Drone Zone' placed over #SuperBowl XLIX http://on.rt.com/gvyx8h"
"#tbt to last winter, braving a blizzard in NYC to see our bish @bettywho. There was screaming. http://instagram.com/p/ycgSLMjiFs/ "
"President Ronald Reagan and First Lady Nancy Reagan board Marine One en route to Camp David in 1982 #tbt "
"#tbt A 1966 Swiss stamp in honour of CERN: http://cds.cern.ch/record/1787374 Read more on p.27 of http://cds.cern.ch/record/1728779 "
"2003 #SuperBowl Halftime Show! #TBT"
"TBT Gotta practice good form from the start! "
======================== JAVA ===========================
ArrayList<String> tweets = new ArrayList<String>();
tweets.add("Kickers changed the #NFL. Here's why: http://53eig.ht/1CvEg2D");
tweets.add("Hey hey #LA, we are doing this");
tweets.add("@TamronHall's Throwback Thursday song pick: @MCHammer's \"U Can't Touch This\" #tbt");
tweets.add("#tbt The blue label lets you know it's the first pressing. The link in the IG bio takes you to what's http://instagram.com/p/ycZz6UhOBW/");
tweets.add("Most underrated athlete of all time? #TBT");
tweets.add("#TBT Golden Gate Bridge #SanFrancisco One of my favorite places in the West Coast is San Francisco. http://instagram.com/p/ycc4-mr1x7/");
tweets.add("The calm before the storm #SB49");
tweets.add("Skill has #Patriots in #SuperBowl, but their smarts play an important role, too http://ow.ly/I94BV ");
tweets.add("Boston from above as @NateGilbert heads to #SB49");
tweets.add("7 #SuperBowl ads to check out before the big game! http://on.today.com/1BtNlVF");
tweets.add("\"I think maybe Seattle wins this game.\" -Kevin Costner gives @MLauer his #SuperBowl prediction.");
tweets.add("Also on TODAY...Exclusive sneak peeks at #SuperBowl ads, & we'll catch up with stars of some of the most popular #SuperBowl ads of all time!");
tweets.add("On my to Phoenix for the weekend! #SuperBowlXLIX");
tweets.add("The calm before the @AZSuperBowl storm. #SB49");
tweets.add("No #Drone Zone' placed over #SuperBowl XLIX http://on.rt.com/gvyx8h");
tweets.add("#tbt to last winter, braving a blizzard in NYC to see our bish @bettywho. There was screaming. http://instagram.com/p/ycgSLMjiFs/ ");
tweets.add("President Ronald Reagan and First Lady Nancy Reagan board Marine One en route to Camp David in 1982 #tbt ");
tweets.add("#tbt A 1966 Swiss stamp in honour of CERN: http://cds.cern.ch/record/1787374 Read more on p.27 of http://cds.cern.ch/record/1728779 ");
tweets.add("2003 #SuperBowl Halftime Show! #TBT");
tweets.add("TBT Gotta practice good form from the start! ");
class TopHashtags {
public void accept(String tweet){
}
public List<String> getTopHashtags(int n){
}
}
======================================= PYTHON ==============================================
tweets = [ "Kickers changed the #NFL. Here's why: http://53eig.ht/1CvEg2D"
, "Hey hey #LA, we are doing this"
, "@TamronHall's Throwback Thursday song pick: @MCHammer's \"U Can't Touch This\" #tbt"
, "#tbt The blue label lets you know it's the first pressing. The link in the IG bio takes you to what's http://instagram.com/p/ycZz6UhOBW/"
, "Most underrated athlete of all time? #TBT"
, "#TBT Golden Gate Bridge #SanFrancisco One of my favorite places in the West Coast is San Francisco. http://instagram.com/p/ycc4-mr1x7/"
, "The calm before the storm #SB49"
, "Skill has #Patriots in #SuperBowl, but their smarts play an important role, too http://ow.ly/I94BV "
, "Boston from above as @NateGilbert heads to #SB49"
, "7 #SuperBowl ads to check out before the big game! http://on.today.com/1BtNlVF"
, "\"I think maybe Seattle wins this game.\" -Kevin Costner gives @MLauer his #SuperBowl prediction."
, "Also on TODAY...Exclusive sneak peeks at #SuperBowl ads, & we'll catch up with stars of some of the most popular #SuperBowl ads of all time!"
, "On my to Phoenix for the weekend! #SuperBowlXLIX"
, "The calm before the @AZSuperBowl storm. #SB49"
, "No #Drone Zone' placed over #SuperBowl XLIX http://on.rt.com/gvyx8h"
, "#tbt to last winter, braving a blizzard in NYC to see our bish @bettywho. There was screaming. http://instagram.com/p/ycgSLMjiFs/ "
, "President Ronald Reagan and First Lady Nancy Reagan board Marine One en route to Camp David in 1982 #tbt "
, "#tbt A 1966 Swiss stamp in honour of CERN: http://cds.cern.ch/record/1787374 Read more on p.27 of http://cds.cern.ch/record/1728779 "
, "2003 #SuperBowl Halftime Show! #TBT"
, "TBT Gotta practice good form from the start! " ]
class HashtagCounter:
def accept(self, tweet):
pass
def topN(self, n):
pass
======================================= C++ =================================================================
vector<string> tweets = { "Kickers changed the #NFL. Here's why: http://53eig.ht/1CvEg2D"
, "Hey hey #LA, we are doing this"
, "@TamronHall's Throwback Thursday song pick: @MCHammer's \"U Can't Touch This\" #tbt"
, "#tbt The blue label lets you know it's the first pressing. The link in the IG bio takes you to what's http://instagram.com/p/ycZz6UhOBW/"
, "Most underrated athlete of all time? #TBT"
, "#TBT Golden Gate Bridge #SanFrancisco One of my favorite places in the West Coast is San Francisco. http://instagram.com/p/ycc4-mr1x7/"
, "The calm before the storm #SB49"
, "Skill has #Patriots in #SuperBowl, but their smarts play an important role, too http://ow.ly/I94BV "
, "Boston from above as @NateGilbert heads to #SB49"
, "7 #SuperBowl ads to check out before the big game! http://on.today.com/1BtNlVF"
, "\"I think maybe Seattle wins this game.\" -Kevin Costner gives @MLauer his #SuperBowl prediction."
, "Also on TODAY...Exclusive sneak peeks at #SuperBowl ads, & we'll catch up with stars of some of the most popular #SuperBowl ads of all time!"
, "On my to Phoenix for the weekend! #SuperBowlXLIX"
, "The calm before the @AZSuperBowl storm. #SB49"
, "No #Drone Zone' placed over #SuperBowl XLIX http://on.rt.com/gvyx8h"
, "#tbt to last winter, braving a blizzard in NYC to see our bish @bettywho. There was screaming. http://instagram.com/p/ycgSLMjiFs/ "
, "President Ronald Reagan and First Lady Nancy Reagan board Marine One en route to Camp David in 1982 #tbt "
, "#tbt A 1966 Swiss stamp in honour of CERN: http://cds.cern.ch/record/1787374 Read more on p.27 of http://cds.cern.ch/record/1728779 "
, "2003 #SuperBowl Halftime Show! #TBT"
, "TBT Gotta practice good form from the start! " };
class HashtagCounter {
private:
public:
void addTweet(string tweet);
vector<string> computeTopNHashTags(int n);
}
======================================= C# =================================================================
List<string> tweets = new List<string> {
"Kickers changed the #NFL. Here's why: http://53eig.ht/1CvEg2D",
"Hey hey #LA, we are doing this",
"@TamronHall's Throwback Thursday song pick: @MCHammer's \"U Can't Touch This\" #tbt",
"#tbt The blue label lets you know it's the first pressing. The link in the IG bio takes you to what's http://instagram.com/p/ycZz6UhOBW/",
"Most underrated athlete of all time? #TBT",
"#TBT Golden Gate Bridge #SanFrancisco One of my favorite places in the West Coast is San Francisco. http://instagram.com/p/ycc4-mr1x7/",
"The calm before the storm #SB49",
"Skill has #Patriots in #SuperBowl, but their smarts play an important role, too http://ow.ly/I94BV ",
"Boston from above as @NateGilbert heads to #SB49",
"7 #SuperBowl ads to check out before the big game! http://on.today.com/1BtNlVF",
"\"I think maybe Seattle wins this game.\" -Kevin Costner gives @MLauer his #SuperBowl prediction.",
"Also on TODAY...Exclusive sneak peeks at #SuperBowl ads, & we'll catch up with stars of some of the most popular #SuperBowl ads of all time!",
"On my to Phoenix for the weekend! #SuperBowlXLIX",
"The calm before the @AZSuperBowl storm. #SB49",
"No #Drone Zone' placed over #SuperBowl XLIX http://on.rt.com/gvyx8h",
"#tbt to last winter, braving a blizzard in NYC to see our bish @bettywho. There was screaming. http://instagram.com/p/ycgSLMjiFs/ ",
"President Ronald Reagan and First Lady Nancy Reagan board Marine One en route to Camp David in 1982 #tbt ",
"#tbt A 1966 Swiss stamp in honour of CERN: http://cds.cern.ch/record/1787374 Read more on p.27 of http://cds.cern.ch/record/1728779 ",
"2003 #SuperBowl Halftime Show! #TBT",
"TBT Gotta practice good form from the start! "
};
============ Objective - C ========================
NSArray<NSString*> *things = @[@"Kickers changed the #NFL. Here's why: http://53eig.ht/1CvEg2D ",
@"Hey hey #LA, we are doing this ",
@"@TamronHall's Throwback Thursday song pick: @MCHammer's \"U Can't Touch This\" #tbt ",
@"#tbt The blue label lets you know it's the first pressing. The link in the IG bio takes you to what's http://instagram.com/p/ycZz6UhOBW/ ",
@"Most underrated athlete of all time? #TBT ",
@"#TBT Golden Gate Bridge #SanFrancisco One of my favorite places in the West Coast is San Francisco. http://instagram.com/p/ycc4-mr1x7/ ",@"The calm before the storm #SB49 ",
@"Skill has #Patriots in #SuperBowl, but their smarts play an important role, too http://ow.ly/I94BV ",
@"Boston from above as @NateGilbert heads to #SB49 ",
@"7 #SuperBowl ads to check out before the big game! http://on.today.com/1BtNlVF ",
@"\"I think maybe Seattle wins this game.\" -Kevin Costner gives @MLauer his #SuperBowl prediction. ",
@"Also on TODAY...Exclusive sneak peeks at #SuperBowl ads, & we'll catch up with stars of some of the most popular #SuperBowl ads of all time! ",@"On my to Phoenix for the weekend! #SuperBowlXLIX ",
@"The calm before the @AZSuperBowl storm. #SB49 ",
@"No #Drone Zone' placed over #SuperBowl XLIX http://on.rt.com/gvyx8h ",
@"#tbt to last winter, braving a blizzard in NYC to see our bish @bettywho. There was screaming. http://instagram.com/p/ycgSLMjiFs/ ",
@"President Ronald Reagan and First Lady Nancy Reagan board Marine One en route to Camp David in 1982 #tbt ",
@"#tbt A 1966 Swiss stamp in honour of CERN: http://cds.cern.ch/record/1787374 Read more on p.27 of http://cds.cern.ch/record/1728779 ",
@"2003 #SuperBowl Halftime Show! #TBT ",
@"TBT Gotta practice good form from the start! "];
======================= Javascript =====================
const tweets = [
"Kickers changed the #NFL. Here's why: http://53eig.ht/1CvEg2D",
"Hey hey #LA, we are doing this",
"@TamronHall's Throwback Thursday song pick: @MCHammer's \"U Can't Touch This\" #tbt",
"#tbt The blue label lets you know it's the first pressing. The link in the IG bio takes you to what's http://instagram.com/p/ycZz6UhOBW/",
"Most underrated athlete of all time? #TBT",
"#TBT Golden Gate Bridge #SanFrancisco One of my favorite places in the West Coast is San Francisco. http://instagram.com/p/ycc4-mr1x7/",
"The calm before the storm #SB49",
"Skill has #Patriots in #SuperBowl, but their smarts play an important role, too http://ow.ly/I94BV ",
"Boston from above as @NateGilbert heads to #SB49",
"7 #SuperBowl ads to check out before the big game! http://on.today.com/1BtNlVF",
"\"I think maybe Seattle wins this game.\" -Kevin Costner gives @MLauer his #SuperBowl prediction.",
"Also on TODAY...Exclusive sneak peeks at #SuperBowl ads, & we'll catch up with stars of some of the most popular #SuperBowl ads of all time!",
"On my to Phoenix for the weekend! #SuperBowlXLIX",
"The calm before the @AZSuperBowl storm. #SB49",
"No #Drone Zone' placed over #SuperBowl XLIX http://on.rt.com/gvyx8h",
"#tbt to last winter, braving a blizzard in NYC to see our bish @bettywho. There was screaming. http://instagram.com/p/ycgSLMjiFs/ ",
"President Ronald Reagan and First Lady Nancy Reagan board Marine One en route to Camp David in 1982 #tbt ",
"#tbt A 1966 Swiss stamp in honour of CERN: http://cds.cern.ch/record/1787374 Read more on p.27 of http://cds.cern.ch/record/1728779 ",
"2003 #SuperBowl Halftime Show! #TBT",
"TBT Gotta practice good form from the start! "
];
=============== SWIFT ==========================
let tweets = ["Kickers changed the #NFL. Here's why: http://53eig.ht/1CvEg2D",
"Hey hey #LA, we are doing this",
"@TamronHall's Throwback Thursday song pick: @MCHammer's \"U Can't Touch This\" #tbt",
"#tbt The blue label lets you know it's the first pressing. The link in the IG bio takes you to what's http://instagram.com/p/ycZz6UhOBW/",
"Most underrated athlete of all time? #TBT",
"#TBT Golden Gate Bridge #SanFrancisco One of my favorite places in the West Coast is San Francisco. http://instagram.com/p/ycc4-mr1x7/",
"The calm before the storm #SB49",
"Skill has #Patriots in #SuperBowl, but their smarts play an important role, too http://ow.ly/I94BV ",
"Boston from above as @NateGilbert heads to #SB49",
"7 #SuperBowl ads to check out before the big game! http://on.today.com/1BtNlVF",
"\"I think maybe Seattle wins this game.\" -Kevin Costner gives @MLauer his #SuperBowl prediction.",
"Also on TODAY...Exclusive sneak peeks at #SuperBowl ads, & we'll catch up with stars of some of the most popular #SuperBowl ads of all time!",
"On my to Phoenix for the weekend! #SuperBowlXLIX",
"The calm before the @AZSuperBowl storm. #SB49",
"No #Drone Zone' placed over #SuperBowl XLIX http://on.rt.com/gvyx8h",
"#tbt to last winter, braving a blizzard in NYC to see our bish @bettywho. There was screaming. http://instagram.com/p/ycgSLMjiFs/ ",
"President Ronald Reagan and First Lady Nancy Reagan board Marine One en route to Camp David in 1982 #tbt ",
"#tbt A 1966 Swiss stamp in honour of CERN: http://cds.cern.ch/record/1787374 Read more on p.27 of http://cds.cern.ch/record/1728779 ",
"2003 #SuperBowl Halftime Show! #TBT",
"TBT Gotta practice good form from the start! "]
class HashtagCounter {
func inputTweet(_ tweet: String) {
}
func getMostFrequentHashtags(topNumber: Int) -> [String] {
}
}
=============== RUBY ==========================
tweets = [ "Kickers changed the #NFL. Here's why: http://53eig.ht/1CvEg2D" \
, "Hey hey #LA, we are doing this" \
, "@TamronHall's Throwback Thursday song pick: @MCHammer's \"U Can't Touch This\" #tbt" \
, "#tbt The blue label lets you know it's the first pressing. The link in the IG bio takes you to what's http://instagram.com/p/ycZz6UhOBW/" \
, "Most underrated athlete of all time? #TBT" \
, "#TBT Golden Gate Bridge #SanFrancisco One of my favorite places in the West Coast is San Francisco. http://instagram.com/p/ycc4-mr1x7/"\
, "The calm before the storm #SB49" \
, "Skill has #Patriots in #SuperBowl, but their smarts play an important role, too http://ow.ly/I94BV " \
, "Boston from above as @NateGilbert heads to #SB49" \
, "7 #SuperBowl ads to check out before the big game! http://on.today.com/1BtNlVF" \
, "\"I think maybe Seattle wins this game.\" -Kevin Costner gives @MLauer his #SuperBowl prediction." \
, "Also on TODAY...Exclusive sneak peeks at #SuperBowl ads, & we'll catch up with stars of some of the most popular #SuperBowl ads of all time!" \
, "On my to Phoenix for the weekend! #SuperBowlXLIX" \
, "The calm before the @AZSuperBowl storm. #SB49" \
, "No #Drone Zone' placed over #SuperBowl XLIX http://on.rt.com/gvyx8h" \
, "#tbt to last winter, braving a blizzard in NYC to see our bish @bettywho. There was screaming. http://instagram.com/p/ycgSLMjiFs/ " \
, "President Ronald Reagan and First Lady Nancy Reagan board Marine One en route to Camp David in 1982 #tbt " \
, "#tbt A 1966 Swiss stamp in honour of CERN: http://cds.cern.ch/record/1787374 Read more on p.27 of http://cds.cern.ch/record/1728779 " \
, "2003 #SuperBowl Halftime Show! #TBT" \
, "TBT Gotta practice good form from the start! " ]
class TopHashtags
def initialize
end
def accept(tweet_text)
end
def top(n)
end
end
=============== Go ==========================
tweets := []string{
"Kickers changed the #NFL. Here's why: http://53eig.ht/1CvEg2D",
"Hey hey #LA, we are doing this",
"@TamronHall's Throwback Thursday song pick: @MCHammer's \"U Can't Touch This\" #tbt",
"#tbt The blue label lets you know it's the first pressing. The link in the IG bio takes you to what's http://instagram.com/p/ycZz6UhOBW/",
"Most underrated athlete of all time? #TBT",
"#TBT Golden Gate Bridge #SanFrancisco One of my favorite places in the West Coast is San Francisco. http://instagram.com/p/ycc4-mr1x7/",
"The calm before the storm #SB49",
"Skill has #Patriots in #SuperBowl, but their smarts play an important role, too http://ow.ly/I94BV ",
"Boston from above as @NateGilbert heads to #SB49",
"7 #SuperBowl ads to check out before the big game! http://on.today.com/1BtNlVF",
"\"I think maybe Seattle wins this game.\" -Kevin Costner gives @MLauer his #SuperBowl prediction.",
"Also on TODAY...Exclusive sneak peeks at #SuperBowl ads, & we'll catch up with stars of some of the most popular #SuperBowl ads of all time!",
"On my to Phoenix for the weekend! #SuperBowlXLIX",
"The calm before the @AZSuperBowl storm. #SB49",
"No #Drone Zone' placed over #SuperBowl XLIX http://on.rt.com/gvyx8h",
"#tbt to last winter, braving a blizzard in NYC to see our bish @bettywho. There was screaming. http://instagram.com/p/ycgSLMjiFs/ ",
"President Ronald Reagan and First Lady Nancy Reagan board Marine One en route to Camp David in 1982 #tbt ",
"#tbt A 1966 Swiss stamp in honour of CERN: http://cds.cern.ch/record/1787374 Read more on p.27 of http://cds.cern.ch/record/1728779 ",
"2003 #SuperBowl Halftime Show! #TBT",
"TBT Gotta practice good form from the start! ",
}
type TopHashTags struct {
}
func (t *TopHashTags) Accept(s string) {
}
func (t *TopHashTags) Top(n int) []string {
}
=============== PHP ==========================
$tweets = array("Kickers changed the #NFL. Here's why: http://53eig.ht/1CvEg2D"
, "Hey hey #LA, we are doing this"
, "@TamronHall's Throwback Thursday song pick: @MCHammer's \"U Can't Touch This\" #tbt"
, "#tbt The blue label lets you know it's the first pressing. The link in the IG bio takes you to what's http://instagram.com/p/ycZz6UhOBW/"
, "Most underrated athlete of all time? #TBT"
, "#TBT Golden Gate Bridge #SanFrancisco One of my favorite places in the West Coast is San Francisco. http://instagram.com/p/ycc4-mr1x7/"
, "The calm before the storm #SB49"
, "Skill has #Patriots in #SuperBowl, but their smarts play an important role, too http://ow.ly/I94BV "
, "Boston from above as @NateGilbert heads to #SB49"
, "7 #SuperBowl ads to check out before the big game! http://on.today.com/1BtNlVF"
, "\"I think maybe Seattle wins this game.\" -Kevin Costner gives @MLauer his #SuperBowl prediction."
, "Also on TODAY...Exclusive sneak peeks at #SuperBowl ads, & we'll catch up with stars of some of the most popular #SuperBowl ads of all time!"
, "On my to Phoenix for the weekend! #SuperBowlXLIX"
, "The calm before the @AZSuperBowl storm. #SB49"
, "No #Drone Zone' placed over #SuperBowl XLIX http://on.rt.com/gvyx8h"
, "#tbt to last winter, braving a blizzard in NYC to see our bish @bettywho. There was screaming. http://instagram.com/p/ycgSLMjiFs/ "
, "President Ronald Reagan and First Lady Nancy Reagan board Marine One en route to Camp David in 1982 #tbt "
, "#tbt A 1966 Swiss stamp in honour of CERN: http://cds.cern.ch/record/1787374 Read more on p.27 of http://cds.cern.ch/record/1728779 "
, "2003 #SuperBowl Halftime Show! #TBT"
, "TBT Gotta practice good form from the start! ");
//method takes single string which is a tweet
//second method inputs N, outputs top N hashtags
class TopHashTags {
public function addTweet($tweet) {
}
public function outputNTopHashTags($n) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment