Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes to memelist.php #11

Merged
merged 2 commits into from
Jul 24, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 16 additions & 17 deletions memelist.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
$memlist=array("This is Bill.\n\n"
. "Doesn't mind if you like pineapple on pizza or not.\n"
. "He knows that different people like different things.\n"
. "He knows that different people like different things.\n\n"
. "Bill is smart.\n"
. "Be like Bill.",
"This is Bill.\n\n"
Expand All @@ -11,14 +11,14 @@
. "Bill is smart.\n"
. "Be like Bill.",
"This is Bill.\n\n"
. "Bill is on the internet,\n"
. "Bill is on the internet.\n"
. "Bill sees something that offends him.\n"
. "Bill moves on.\n\n"
. "Bill is smart.\n"
. "Be like Bill.",
"This is Bill.\n\n"
. "Bill likes to play games with his nephew\n"
. "Bill lets him win almost everytime\n\n"
. "Bill likes to play games with his nephew.\n"
. "Bill lets him win almost everytime.\n\n"
. "Bill cares.\n"
. "Be like Bill.",
"This is Bill.\n\n"
Expand All @@ -29,10 +29,10 @@
. "Bill is smart.\n"
. "Be like Bill.",
"This is Bill.\n\n"
. "Bill wakes up and sees snowing outside\n"
. "Bill doesn't feel the urge to post status\n"
. "Bill wakes up and sees that it's snowing outside.\n"
. "Bill doesn't feel the urge to post a status\n"
. "about it on Facebook because\n"
. "he knows his friends also have windows\n\n"
. "he knows his friends also have windows.\n\n"
. "Bill is smart.\n"
. "Be like Bill.",
"This is Bill.\n\n"
Expand All @@ -43,19 +43,19 @@
. "Be like Bill.",
"This is Bill.\n\n"
. "Bill proofreads his Facebook posts\n"
. "before he sends them\n\n"
. "Bill is awesome.\n"
. "before he sends them.\n\n"
. "Bill is smart.\n"
. "Be like Bill.",
"This is Bill.\n\n"
. "Bill meets Della\n"
. "Bill loves Della\n"
. "Della loves Bill\n"
. "Bill meets Della.\n"
. "Bill loves Della.\n"
. "Della loves Bill.\n"
. "Bill and Della dumps social networks.\n\n"
. "Bill and Della are happy.\n"
. "Be like Bill and Della.",
"This is Bill.\n\n"
. "Bill isn't an online dating creep\n"
. "Bill likes the romantic way\n"
. "Bill likes the romantic way.\n"
. "\n\nBill is gentleman.\n"
. "Be like Bill.",
"This is Bill.\n\n"
Expand Down Expand Up @@ -132,15 +132,14 @@
. "Be like Bill.\n"
. "Bill cares.",
"This is Bill.\n\n"
. "Bill says\n"
. "FRIENDS\n"
. "Bill says FRIENDS\n"
. "is not a good TV Show.\n\n"
. "Bill is IDIOT.\n"
. "Bill is an idiot..\n"
. "Don't Be like Bill",
"This is Bill.\n\n"
. "Bill knows that online games \n"
. "cannot be paused.\n"
. "So Bill dont't play it.\n\n"
. "So Bill doesn't play them.\n\n"
. "Bill is smart.\n"
. "Be like Bill.",
"This is Bill.\n\n"
Expand Down