Skip to content

Commit

Permalink
Normalize format to not break tests, remove unauthorized quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsantos committed Apr 6, 2018
1 parent 49c47e2 commit f1142f9
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions src/Inspiring.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,21 +222,19 @@ public static function quote()
"Empty your memory, with a free(), like a pointer.\nIf you cast a pointer to a integer, it becomes the integer.\nIf you cast a pointer to a struct, it becomes the struct.\nThe pointer can crash, and can overflow.\nBe a pointer my friend. - Dennis Ritchie",
"Uuuuuuuuuur Ahhhhrrrrrr\nUhrrrr Ahhhhrrrrrr\nAaaarhg... - Chewbacca",
"Freedom of expression is like the air we breathe, we don't feel it, until people take it away from us.\n\nFor this reason, Je suis Charlie, not because I endorse everything they published, but because I cherish the right to speak out freely without risk even when it offends others.\nAnd no, you cannot just take someone's life for whatever he/she expressed.\n\nHence this \"Je suis Charlie\" edition.\n - #JeSuisCharlie",
"I always wanted to be somebody, but now I realize I should have been more specific. Lily Tomlin",
"If at first you don’t succeed, then skydiving definitely isn’t for you. Steven Wright",
"I find television very educational. Every time someone turns it on, I go in the other room and read a book. Groucho Marx",
"Opportunity does not knock, it presents itself when you beat down the door. Kyle Chandler",
"Don’t worry about the world coming to an end today. It is already tomorrow in Australia. Charles Schulz",
"Age is of no importance unless you’re a cheese. Billie Burke",
"Never put off until tomorrow what you can do the day after tomorrow. Mark Twain",
"People often say that motivation doesn’t last. Well, neither does bathing; that’s why we recommend it daily. Zig Ziglar",
"I always wanted to be somebody, but now I realize I should have been more specific. - Lily Tomlin",
"If at first you don’t succeed, then skydiving definitely isn’t for you. - Steven Wright",
"I find television very educational. Every time someone turns it on, I go in the other room and read a book. - Groucho Marx",
"Opportunity does not knock, it presents itself when you beat down the door. - Kyle Chandler",
"Don’t worry about the world coming to an end today. It is already tomorrow in Australia. - Charles Schulz",
"Age is of no importance unless you’re a cheese. - Billie Burke",
"Never put off until tomorrow what you can do the day after tomorrow. - Mark Twain",
"People often say that motivation doesn’t last. Well, neither does bathing; that’s why we recommend it daily. - Zig Ziglar",
"The cleaner and nicer the program, the faster it’s going to run. And if it doesn’t, it’ll be easy to make it fast. - Joshua Bloch",
"Think about it; and think about it carefully. Nothing happens in our society without software. Nothing. -Uncle Bob Martin",
"Talk is cheap. Show me the code.- Linus Torvalds",
"Think about it; and think about it carefully. Nothing happens in our society without software. Nothing. - Uncle Bob Martin",
"Talk is cheap. Show me the code. - Linus Torvalds",
"It's all talk until the code runs. - Ward Cunningha",
"Good software, like wine, takes time.- Joel Spolsky",
"My bed is a magical place where I suddenly remember everything I forgot to do.",
"The difference between stupidity and genius is that genius has its limits.",
"Good software, like wine, takes time. - Joel Spolsky",

])->random();
}
Expand Down

0 comments on commit f1142f9

Please sign in to comment.