Last active
July 26, 2018 01:11
-
-
Save halfnibble/93f777fd7ad46cbbe84e19f7db9c83d2 to your computer and use it in GitHub Desktop.
Test data for NSA hacking challege
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var data = [ | |
{ | |
name: 'Bob Smith', | |
text: 'Hello, I want to eat a pineapple.' | |
}, | |
{ | |
name: 'Sally Smith', | |
text: 'I lit a firework, and it went kabooom!' | |
}, | |
{ | |
name: 'Shawn Smith', | |
text: 'Honey, the milk man left his socks by the bed again.' | |
}, | |
{ | |
name: 'Gary Smith', | |
text: 'Want to eat pineapple pizza while blowing up the building?' | |
}, | |
{ | |
name: 'John Smith', | |
text: 'This AC/DC concert is the boombbb!!!' | |
}, | |
{ | |
name: 'Patty Smith', | |
text: 'Do not go in the restroom. I laid a bomb.' | |
}, | |
{ | |
name: 'Jeremy Smith', | |
text: 'Please take out the trash. It smells like rotten pizza in here.' | |
}, | |
{ | |
name: 'Banana Smith', | |
text: 'I gotta split. That shish kabob is making me peel!' | |
}, | |
{ | |
name: 'Bernard Smith', | |
text: 'I was having some awesome pineple pizza while poisening the water supply.' | |
}, | |
{ | |
name: 'Mocha Smith', | |
text: 'You wanna grab some pepperoni pizza?' | |
}, | |
{ | |
name: 'Andy Smith', | |
text: 'Angela is my flower in bloom!' | |
}, | |
{ | |
name: 'Michael Scott Smith', | |
text: 'Thats what SHE said!' | |
}, | |
{ | |
name: 'Creed Smith', | |
text: 'You have the $20 ready, and I will have the bomb ready' | |
}, | |
{ | |
name: 'Angela Smith', | |
text: 'I put some pine apple pizza in the oven.' | |
}, | |
{ | |
name: 'Dwight Schrute Smith', | |
text: 'Wrong. First I would stuff you with beets. And then I would give you to the mob.' | |
}, | |
{ | |
name: 'Jim Smith', | |
text: 'Did you need me to get pineapple and pickles?' | |
}, | |
{ | |
name: 'Ryan Smith', | |
text: 'I sold my stock and quit. Ka-boom!' | |
}, | |
{ | |
name: 'Stanly Smith', | |
text: 'Im gonna have my pinneappl pizza and there is nothing you can do about it.' | |
}, | |
{ | |
name: 'Meredith Smith', | |
text: 'Yeah, I like pineapple pizza.' | |
}, | |
{ | |
name: 'Chris Smith', | |
text: 'I went to the store to get pineapples. Want to eat pizza?' | |
}, | |
{ | |
name: 'Kylie Smith', | |
text: 'Ka, want to go to the store and get a broom?' | |
}, | |
{ | |
name: 'John Smith', | |
text: 'Want to go get another bong?' | |
}, | |
{ | |
name: 'Cynthia Smith', | |
text: 'Wanna go grab some coffee?' | |
}, | |
{ | |
name: 'Fred Smith', | |
text: 'I got a rad ride and the engine goes ka boom boom!' | |
}, | |
{ | |
name: 'Gerald Smith', | |
text: 'Wanna to do some good ole fashioned boom boom?' | |
}, | |
{ | |
name: 'Suzan Smith', | |
text: 'We placed a bomb in there. FYI.' | |
}, | |
{ | |
name: 'Cory Smith', | |
text: 'This is fine.' | |
}, | |
{ | |
name: 'Samantha Smith', | |
text: 'I think I want to eat more pineaple pizza this quarter. For reasons.' | |
} | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment