usaidwat 1.4.4 → 1.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 91d927d30d382275fbe1073f9c1e11520a6fefd7
4
- data.tar.gz: f2b7714db7e42877b3c31c015d0407280960730c
2
+ SHA256:
3
+ metadata.gz: 3541ba2a0eb6ec2c6b86a94807c9ca30ea690d1d86d4ec59d0217dd33511b8b1
4
+ data.tar.gz: f70a0a21bdec9f1264de1b99a519f45560f8055a7bf460d1ca35feb90ec0356f
5
5
  SHA512:
6
- metadata.gz: f8364e82d756ecb1c5ca892a17eb75ba42709dd5706c30f3f1f2137a660a6bd8b945cf6237e6fea9db90cdfc75b9b76600a3b58ce1568c6317220b61d98367b8
7
- data.tar.gz: f175a8dc4b5fd723ea482954976b7fbc26d7af5101559589ac6e93194be0a8217aa8c83ac7f3e6a1165ab764d87edd52d09bdaf17568260b8218b1d0a7d32bdb
6
+ metadata.gz: 6032aed8fd43ae9dc63b1eb4445907fd7db171f137a460937665ba7f02fd9b941dbe4e521f57e6d7bb560ef33cbff42e883b6a85d91058786af0530b409c1ab6
7
+ data.tar.gz: a38db0b59a919539eb43f0bd03a5ff59337d6579cd6bf0cb3340ba5cfd700314defd761e99e06cf4ecb1ebeb8babeaeeca25f79816d3b0432c5e51929725a71d
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012-2015 Michael Dippery
1
+ Copyright (c) 2012-2017 Michael Dippery
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/Rakefile CHANGED
@@ -31,9 +31,21 @@ task :release => [:tag, :build] do
31
31
  system "gem", "push", GEM
32
32
  end
33
33
 
34
+ desc "Run the test suite"
35
+ task :test do
36
+ ok = system "bundle", "exec", "rspec"
37
+ fail if !ok
38
+ system "bundle", "exec", "cucumber", "-f", "progress"
39
+ end
40
+
34
41
  desc "Clean built products"
35
42
  task :clean do
36
43
  rm Dir.glob("*.gem"), :verbose => true
37
44
  end
38
45
 
46
+ desc "Show current version number"
47
+ task :version do
48
+ puts USaidWat::VERSION
49
+ end
50
+
39
51
  task :default => :build
@@ -5,7 +5,9 @@ require 'usaidwat'
5
5
  require 'usaidwat/ext/mercenary'
6
6
 
7
7
  Mercenary.program(:usaidwat) do |p|
8
- p.version USaidWat::VERSION
8
+ version = USaidWat::VERSION
9
+ version += " (#{USaidWat::commit_hash})" if USaidWat::VERSION.end_with?('.dev')
10
+ p.version version
9
11
  p.description 'Answers the age-old question, "Where does a Redditor comment the most?"'
10
12
  p.syntax 'usaidwat <command> [options] <args>'
11
13
 
@@ -12,7 +12,7 @@ Feature: Browse comments
12
12
  """
13
13
  wikipedia
14
14
  http://www.reddit.com/r/wikipedia/comments/142t4w/z/c79peed
15
- Heisenbug: a software bug that seems to disappear or alter its behavior when one
15
+ Heisenbug: a software bug that seems to disappear or alter its behavior when one attempts to study it
16
16
  over 2 years ago • +1
17
17
 
18
18
  Yep. My first experience with a Heisenbug occurred in a C++ program, and disappeared when I tried to print a variable with printf (only to reappear when that call was removed).
@@ -20,7 +20,7 @@ Feature: Browse comments
20
20
 
21
21
  nyc
22
22
  http://www.reddit.com/r/nyc/comments/141zqc/z/c79dxg6
23
- NYC taxi roof lights get overhaul - A light simply will mean the cab is availab
23
+ NYC taxi roof lights get overhaul - A light simply will mean the cab is available. No light will mean it's not.
24
24
  over 2 years ago • +2
25
25
 
26
26
  It has a fare when the lights are off.
@@ -42,7 +42,7 @@ Feature: Browse comments
42
42
  """
43
43
  wikipedia
44
44
  http://www.reddit.com/r/wikipedia/comments/142t4w/z/c79peed
45
- Heisenbug: a software bug that seems to disappear or alter its behavior when one
45
+ Heisenbug: a software bug that seems to disappear or alter its behavior when one attempts to study it
46
46
  over 2 years ago • +1
47
47
 
48
48
  Yep. My first experience with a Heisenbug occurred in a C++ program, and disappeared when I tried to print a variable with printf (only to reappear when that call was removed).
@@ -50,7 +50,7 @@ Feature: Browse comments
50
50
 
51
51
  nyc
52
52
  http://www.reddit.com/r/nyc/comments/141zqc/z/c79dxg6
53
- NYC taxi roof lights get overhaul - A light simply will mean the cab is availab
53
+ NYC taxi roof lights get overhaul - A light simply will mean the cab is available. No light will mean it's not.
54
54
  over 2 years ago • +2
55
55
 
56
56
  It has a fare when the lights are off.
@@ -64,7 +64,7 @@ Feature: Browse comments
64
64
  """
65
65
  wikipedia
66
66
  http://www.reddit.com/r/wikipedia/comments/142t4w/z/c79peed
67
- Heisenbug: a software bug that seems to disappear or alter its behavior when one
67
+ Heisenbug: a software bug that seems to disappear or alter its behavior when one attempts to study it
68
68
  Sat, 1 Dec 2012, 12:14 PM • +1
69
69
 
70
70
  Yep. My first experience with a Heisenbug occurred in a C++ program, and disappeared when I tried to print a variable with printf (only to reappear when that call was removed).
@@ -72,7 +72,7 @@ Feature: Browse comments
72
72
 
73
73
  nyc
74
74
  http://www.reddit.com/r/nyc/comments/141zqc/z/c79dxg6
75
- NYC taxi roof lights get overhaul - A light simply will mean the cab is availab
75
+ NYC taxi roof lights get overhaul - A light simply will mean the cab is available. No light will mean it's not.
76
76
  Fri, 30 Nov 2012, 4:44 PM • +2
77
77
 
78
78
  It has a fare when the lights are off.
@@ -94,7 +94,7 @@ Feature: Browse comments
94
94
  """
95
95
  wikipedia
96
96
  http://www.reddit.com/r/wikipedia/comments/142t4w/z/c79peed
97
- Heisenbug: a software bug that seems to disappear or alter its behavior when one
97
+ Heisenbug: a software bug that seems to disappear or alter its behavior when one attempts to study it
98
98
  over 2 years ago • +1
99
99
 
100
100
  Yep. My first experience with a Heisenbug occurred in a C++ program, and disappeared when I tried to print a variable with printf (only to reappear when that call was removed).
@@ -102,7 +102,7 @@ Feature: Browse comments
102
102
 
103
103
  nyc
104
104
  http://www.reddit.com/r/nyc/comments/141zqc/z/c79dxg6
105
- NYC taxi roof lights get overhaul - A light simply will mean the cab is availab
105
+ NYC taxi roof lights get overhaul - A light simply will mean the cab is available. No light will mean it's not.
106
106
  over 2 years ago • +2
107
107
 
108
108
  It has a fare when the lights are off.
@@ -124,7 +124,7 @@ Feature: Browse comments
124
124
  """
125
125
  wikipedia
126
126
  http://www.reddit.com/r/wikipedia/comments/142t4w/z/c79peed
127
- Heisenbug: a software bug that seems to disappear or alter its behavior when one
127
+ Heisenbug: a software bug that seems to disappear or alter its behavior when one attempts to study it
128
128
  over 2 years ago • +1
129
129
 
130
130
  Yep. My first experience with a Heisenbug occurred in a C++ program, and disappeared when I tried to print a variable with printf (only to reappear when that call was removed).
@@ -132,7 +132,7 @@ Feature: Browse comments
132
132
 
133
133
  nyc
134
134
  http://www.reddit.com/r/nyc/comments/141zqc/z/c79dxg6
135
- NYC taxi roof lights get overhaul - A light simply will mean the cab is availab
135
+ NYC taxi roof lights get overhaul - A light simply will mean the cab is available. No light will mean it's not.
136
136
  over 2 years ago • +2
137
137
 
138
138
  It has a fare when the lights are *off.*
@@ -154,7 +154,7 @@ Feature: Browse comments
154
154
  """
155
155
  Games
156
156
  http://www.reddit.com/r/Games/comments/13xc2o/z/c784qj8
157
- The True Story of Battlefield 3, the Battlefield Franchise, Its Community, & EA/
157
+ The True Story of Battlefield 3, the Battlefield Franchise, Its Community, & EA/DICE
158
158
  over 2 years ago • +2
159
159
 
160
160
  That's exactly how I feel. There are times when I have a ton of fun playing BF3…but it always feels like it has so much more potential to be an awesome game.
@@ -164,7 +164,7 @@ Feature: Browse comments
164
164
 
165
165
  books
166
166
  http://www.reddit.com/r/books/comments/13vijv/z/c77stm8
167
- I was saddened hearing this story on the Takeaway this morning- "Is literature n
167
+ I was saddened hearing this story on the Takeaway this morning- "Is literature necessary?" discussing the new common core standards dictating that 70% of reading be non-fiction.
168
168
  over 2 years ago • +1
169
169
 
170
170
  I went to a public school.
@@ -180,7 +180,7 @@ Feature: Browse comments
180
180
 
181
181
  books
182
182
  http://www.reddit.com/r/books/comments/13vijv/z/c77n2hg
183
- I was saddened hearing this story on the Takeaway this morning- "Is literature n
183
+ I was saddened hearing this story on the Takeaway this morning- "Is literature necessary?" discussing the new common core standards dictating that 70% of reading be non-fiction.
184
184
  over 2 years ago • +11
185
185
 
186
186
  Yeah, I'm disappointed that some people only enjoyed two books. I didn't like all of the stuff I read in high school, but I got to read great things like Animal Farm, 1984, Night, Raisin in the Sun, The Glass Menagerie, Shakespeare, King Arthur, A Doll's House, Death of a Salesman, and probably more.
@@ -194,7 +194,7 @@ Feature: Browse comments
194
194
  """
195
195
  Games
196
196
  http://www.reddit.com/r/Games/comments/13xc2o/z/c784qj8
197
- The True Story of Battlefield 3, the Battlefield Franchise, Its Community, & EA/
197
+ The True Story of Battlefield 3, the Battlefield Franchise, Its Community, & EA/DICE
198
198
  over 2 years ago • +2
199
199
 
200
200
  That's exactly how I feel. There are times when I have a ton of fun playing BF3…but it always feels like it has so much more potential to be an awesome game.
@@ -204,7 +204,7 @@ Feature: Browse comments
204
204
 
205
205
  books
206
206
  http://www.reddit.com/r/books/comments/13vijv/z/c77stm8
207
- I was saddened hearing this story on the Takeaway this morning- "Is literature n
207
+ I was saddened hearing this story on the Takeaway this morning- "Is literature necessary?" discussing the new common core standards dictating that 70% of reading be non-fiction.
208
208
  over 2 years ago • +1
209
209
 
210
210
  I went to a public school.
@@ -220,7 +220,7 @@ Feature: Browse comments
220
220
 
221
221
  books
222
222
  http://www.reddit.com/r/books/comments/13vijv/z/c77n2hg
223
- I was saddened hearing this story on the Takeaway this morning- "Is literature n
223
+ I was saddened hearing this story on the Takeaway this morning- "Is literature necessary?" discussing the new common core standards dictating that 70% of reading be non-fiction.
224
224
  over 2 years ago • +11
225
225
 
226
226
  Yeah, I'm disappointed that some people only enjoyed two books. I didn't like all of the stuff I read in high school, but I got to read great things like Animal Farm, 1984, Night, Raisin in the Sun, The Glass Menagerie, Shakespeare, King Arthur, A Doll's House, Death of a Salesman, and probably more.
@@ -234,7 +234,7 @@ Feature: Browse comments
234
234
  """
235
235
  Games
236
236
  http://www.reddit.com/r/Games/comments/13xc2o/z/c784qj8
237
- The True Story of Battlefield 3, the Battlefield Franchise, Its Community, & EA/
237
+ The True Story of Battlefield 3, the Battlefield Franchise, Its Community, & EA/DICE
238
238
  over 2 years ago • +2
239
239
 
240
240
  That's exactly how I feel. There are times when I have a ton of fun playing BF3…but it always feels like it has so much more potential to be an awesome game.
@@ -244,7 +244,7 @@ Feature: Browse comments
244
244
 
245
245
  books
246
246
  http://www.reddit.com/r/books/comments/13vijv/z/c77stm8
247
- I was saddened hearing this story on the Takeaway this morning- "Is literature n
247
+ I was saddened hearing this story on the Takeaway this morning- "Is literature necessary?" discussing the new common core standards dictating that 70% of reading be non-fiction.
248
248
  over 2 years ago • +1
249
249
 
250
250
  I went to a public school.
@@ -260,7 +260,7 @@ Feature: Browse comments
260
260
 
261
261
  books
262
262
  http://www.reddit.com/r/books/comments/13vijv/z/c77n2hg
263
- I was saddened hearing this story on the Takeaway this morning- "Is literature n
263
+ I was saddened hearing this story on the Takeaway this morning- "Is literature necessary?" discussing the new common core standards dictating that 70% of reading be non-fiction.
264
264
  over 2 years ago • +11
265
265
 
266
266
  Yeah, I'm disappointed that some people only enjoyed two books. I didn't like all of the stuff I read in high school, but I got to read great things like Animal Farm, 1984, Night, Raisin in the Sun, The Glass Menagerie, Shakespeare, King Arthur, A Doll's House, Death of a Salesman, and probably more.
@@ -272,8 +272,8 @@ Feature: Browse comments
272
272
  When I run `usaidwat log --oneline mipadi`
273
273
  Then it should pass with:
274
274
  """
275
- wikipedia Heisenbug: a software bug that seems to disappear or alter its behavio
276
- nyc NYC taxi roof lights get overhaul - A light simply will mean the cab is ava
275
+ wikipedia Heisenbug: a software bug that seems to disappear or alter its behavior when one attempts to study it
276
+ nyc NYC taxi roof lights get overhaul - A light simply will mean the cab is available. No light will mean it's not.
277
277
  worldnews Palestinians win upgraded UN status by wide margin
278
278
  """
279
279
 
@@ -283,8 +283,8 @@ Feature: Browse comments
283
283
  When I run `usaidwat log --oneline -n 2 mipadi`
284
284
  Then it should pass with:
285
285
  """
286
- wikipedia Heisenbug: a software bug that seems to disappear or alter its behavio
287
- nyc NYC taxi roof lights get overhaul - A light simply will mean the cab is ava
286
+ wikipedia Heisenbug: a software bug that seems to disappear or alter its behavior when one attempts to study it
287
+ nyc NYC taxi roof lights get overhaul - A light simply will mean the cab is available. No light will mean it's not.
288
288
  """
289
289
 
290
290
  Scenario: One-line comments should be collapsed into unique titles
@@ -293,79 +293,79 @@ Feature: Browse comments
293
293
  When I run `usaidwat log --oneline mipadi`
294
294
  Then it should pass with exactly:
295
295
  """
296
- wikipedia Heisenbug: a software bug that seems to disappear or alter its behavio
297
- nyc NYC taxi roof lights get overhaul - A light simply will mean the cab is ava
296
+ wikipedia Heisenbug: a software bug that seems to disappear or alter its behavior when one attempts to study it
297
+ nyc NYC taxi roof lights get overhaul - A light simply will mean the cab is available. No light will mean it's not.
298
298
  worldnews Palestinians win upgraded UN status by wide margin
299
- AskReddit Do colleges actually teach students how to think critically? Or even t
300
- AskReddit I'm from Tennessee and most of our jokes are geared toward Mississippi
301
- AskReddit Today I was going 80mph in a 55 when an unmarked police car pulled up
302
- AskReddit Why should I pay for a college degree when all of the information they
299
+ AskReddit Do colleges actually teach students how to think critically? Or even to think/question at all?
300
+ AskReddit I'm from Tennessee and most of our jokes are geared toward Mississippi and Alabama. Where are you from, and who are your jokes geared toward?
301
+ AskReddit Today I was going 80mph in a 55 when an unmarked police car pulled up next to me. Rather than pull me over, the officer simply mouthed "SLOW DOWN" and drove away. Reddit, when has the law made you crap your pants and then immediately made you day?
302
+ AskReddit Why should I pay for a college degree when all of the information they will teach me is probably available for free on the web? Why not set up some sort of accreditation program where people just take tests and get a degree?
303
303
  apple iTunes 11 finally available for download - The Verge
304
- Games The True Story of Battlefield 3, the Battlefield Franchise, Its Community,
305
- AskReddit Professors/Students of Reddit- What are your feelings towards shit Pro
306
- books I was saddened hearing this story on the Takeaway this morning- "Is litera
307
- AskReddit My friends give me crap about not watching "good" movies. Such as I've
304
+ Games The True Story of Battlefield 3, the Battlefield Franchise, Its Community, & EA/DICE
305
+ AskReddit Professors/Students of Reddit- What are your feelings towards shit Professors?
306
+ books I was saddened hearing this story on the Takeaway this morning- "Is literature necessary?" discussing the new common core standards dictating that 70% of reading be non-fiction.
307
+ AskReddit My friends give me crap about not watching "good" movies. Such as I've never seen any of the James Bonds movies. Reddit what movies do I need to see before I die?
308
308
  AskReddit Reddit, what is the worst thing about your city?
309
309
  AskReddit What is it like to own a decommissioned police car?
310
- AskReddit When Microsoft was found guilty of violating antitrust law by bundling
310
+ AskReddit When Microsoft was found guilty of violating antitrust law by bundling Internet Explorer with Windows, how was the average user supposed to download a browser to begin with if IE wasn't there?
311
311
  django I need a little help understanding billing and payment
312
312
  programming Why software engineers are vastly undervalued
313
313
  AskReddit Is Germany racist?
314
- apple Report: Apple bumps Android from top spot in U.S. smartphone market on str
315
- AskReddit I got stood up by a girl for the first date. I have to go to work tomm
314
+ apple Report: Apple bumps Android from top spot in U.S. smartphone market on strength of iPhone 5
315
+ AskReddit I got stood up by a girl for the first date. I have to go to work tommorrow with her. How should I handle it?
316
316
  AskReddit How much does 'life' costs in your country/city/area?
317
317
  programming Apple's proposal for modules in C(++) [PDF slides]
318
- AskReddit Half of my facebook newsfeed is of people posting this quoted copyrigh
319
- AskReddit I'm lying in my warm bed with my fiance as my jetpack while Redditing
320
- AskReddit I found out tonight that my dad's great grandfather was a Civil War PO
321
- AskReddit This morning on the way home from walking my dogs I shit myself. What'
318
+ AskReddit Half of my facebook newsfeed is of people posting this quoted copyright protection statement to supposedly keep facebook from using their data. Am I right in assuming that this completely pointless?
319
+ AskReddit I'm lying in my warm bed with my fiance as my jetpack while Redditing and am perfectly, blissfully content. So tell me Reddit, what are some of your moments of contentment where you realized "hey, life doesn't suck."?
320
+ AskReddit I found out tonight that my dad's great grandfather was a Civil War POW. He was a union soldier from NY by way of MI, held captive by the confederate army in City Center at Richmond, VA and released at the end of the war. Reddit what have you found in your family's history that has surprised you?
321
+ AskReddit This morning on the way home from walking my dogs I shit myself. What's the most embarrassing kid thing you've done as an adult?
322
322
  AskReddit Is it just me or do women have less genuine friendships than men?
323
323
  programming RubyMonk
324
- AskReddit How many government officials would have to die in an accident or atta
324
+ AskReddit How many government officials would have to die in an accident or attack, before a common citizen would be appointed or elected to the office of the United States?
325
325
  programming The X.Org CodingStyle
326
- AskReddit How would you stop people from pushing others into oncoming subways? C
327
- worldnews How Israeli Drone Pilots Made Their Life-and-Death Choices Over Gaza -
328
- AskReddit This entire semester I thought my TA was a girl named Kayla...it's a b
329
- AskReddit Why is it that mathematical "illiteracy" is ok, but being unable to re
326
+ AskReddit How would you stop people from pushing others into oncoming subways? Create something.
327
+ worldnews How Israeli Drone Pilots Made Their Life-and-Death Choices Over Gaza - “When you see a target, all you want to do is attack. But it’s not that simple.”
328
+ AskReddit This entire semester I thought my TA was a girl named Kayla...it's a boy named Caleb. My prof just forwarded him an e-mail where I referred to my TA "Kayla" and now I want to crawl into a hole and die. Has anything similar ever happened to you Reddit?
329
+ AskReddit Why is it that mathematical "illiteracy" is ok, but being unable to read or write is unacceptable?
330
330
  AskReddit What's your brand of cigarette, and why?
331
- AskReddit Accomplished Adults of Reddit: Honestly, is it more important to do wh
332
- AskReddit I m a nutritionist. I often over hear people talk about nutrition like
331
+ AskReddit Accomplished Adults of Reddit: Honestly, is it more important to do what you love, even if it means making little money or is it more important to do something you may enjoy less, but will make lots of money from?
332
+ AskReddit I m a nutritionist. I often over hear people talk about nutrition like they are an expert, but they couldn't be farther from the truth. Reddit, what are some things in your profession that the lay person gets wrong?
333
333
  personalfinance What's the most expensive mistake you ever made financially?
334
- AskReddit I want to quit college and enlist in the Air Force. Am I throwing away
335
- AskReddit Reddit, my boyfriend is abroad for a year. I'm trying to subtly work f
336
- AskReddit Why is everyone naming Israel as the "aggressor"?? Am I missing someth
334
+ AskReddit I want to quit college and enlist in the Air Force. Am I throwing away my future?
335
+ AskReddit Reddit, my boyfriend is abroad for a year. I'm trying to subtly work fake slang into our conversations with the hope of convincing him to use it when he gets back in the US. Give me your suggestions!
336
+ AskReddit Why is everyone naming Israel as the "aggressor"?? Am I missing something?
337
337
  programming Why Brit Ruby 2013 was cancelled and why this is not ok — Gist
338
338
  battlefield3 Can't argue with those rules..
339
- AskReddit Who thinks "Mens Gift Ideas" are always super lame? Men of reddit what
339
+ AskReddit Who thinks "Mens Gift Ideas" are always super lame? Men of reddit what lame "guy" gifts are you tired of receiving? How would you edit these lists your wives, mothers, sisters are reading?
340
340
  redditcasual Submissions for new clan tag...
341
341
  programming How To Package Your Python Code - The Right Way…
342
342
  programming Hounded By Recruiters, Coders Put Themselves Up For Auction - Forbes
343
343
  photography Do you travel? If so, what camera do you use/prefer?
344
- AskReddit I want to go to college for music even though it's not the most financ
345
- AskReddit Reddit, what popular opinions about films do you think the complete op
346
- AskReddit If someone writes "Should of" instead of "Should have", I immediately
347
- AskReddit I'm A Mixed Race Teen (Black Dad, White Mum) And I Constantly Get Peop
348
- AskReddit Do the James Bond films features occur in any sort of chronological or
344
+ AskReddit I want to go to college for music even though it's not the most financially stable. Is it better to study your passion rather than a more financially stable option?
345
+ AskReddit Reddit, what popular opinions about films do you think the complete opposite of?
346
+ AskReddit If someone writes "Should of" instead of "Should have", I immediately read the rest of the post like it's a retarded person speaking. Yet I can't do anything about it. What other small annoyances are so widespread that it's beyond fixing?
347
+ AskReddit I'm A Mixed Race Teen (Black Dad, White Mum) And I Constantly Get People Incorrectly Guessing What My Ethnicity Is. Does This Happen To Anyone Else? If So, What Is Your Ethnicity And What Do People Guess You Are?
348
+ AskReddit Do the James Bond films features occur in any sort of chronological order? How severe are any continuity breaks?
349
349
  apple iMessage down?
350
- AskReddit Reddit, how old were you when you officially moved out? I'm 24 and fee
350
+ AskReddit Reddit, how old were you when you officially moved out? I'm 24 and feel like a total loser...
351
351
  AskReddit Guys, what do girls wear that you absolutely can't stand?
352
- AskReddit Looking into getting Windows 8 (Don't really like the looks of it from
353
- AskReddit My stepdaughter is acting (sexually) inappropriately around me - what
352
+ AskReddit Looking into getting Windows 8 (Don't really like the looks of it from what I've seen in screenshots, but I figured I'd give it a chance). Should I go 32-bit or 64-bit? Why?
353
+ AskReddit My stepdaughter is acting (sexually) inappropriately around me - what actions should I take?
354
354
  programming FizzBuzz Still Works
355
355
  AskReddit Reddit, what is your most expensive mistake?
356
356
  AskReddit Were you a part of the Occupy Wall Street movement?
357
- AskReddit I'm coming up on my 6th year free from cocaine. Anybody else had or h
357
+ AskReddit I'm coming up on my 6th year free from cocaine. Anybody else had or have a significant milestone this year?
358
358
  programming UserManager.isUserAGoat() -- Oh you silly goat
359
- AskReddit in regards to choosing a future career, should salary or enjoy-ability
360
- AskReddit Guy I like asks me out to have coffee; gives me tips on how to get a b
359
+ AskReddit in regards to choosing a future career, should salary or enjoy-ability be a more important deciding factor?
360
+ AskReddit Guy I like asks me out to have coffee; gives me tips on how to get a boyfriend. Reddit, when did you realize that you have been friendzoned?
361
361
  AskReddit Men of Reddit: How much pressure is there for you guys to look good?
362
362
  AskReddit Reddit, what custom ringtone do you use?
363
- AskReddit Reddit: A lot of talk happens here about taxing the rich at a higher p
364
- AskReddit I'm dropping out of college and joining the workforce for a while, hav
363
+ AskReddit Reddit: A lot of talk happens here about taxing the rich at a higher percentage and is generally approved of. But how high should it actually be?
364
+ AskReddit I'm dropping out of college and joining the workforce for a while, have you dropped out and if so, how did it go?
365
365
  AskReddit What ever happened to the cent sign (¢)?
366
- AskReddit I ask you this reddit, what is your most prized possession in this wor
367
- AskReddit Reddit seems to hate Papa Johns and Chik-Fil-A with a passion. What ar
368
- AskReddit Men of Reddit: Do you get turned off when a girl says she is a feminis
366
+ AskReddit I ask you this reddit, what is your most prized possession in this world. Doesn't necessarily have to be expensive, just important to you.
367
+ AskReddit Reddit seems to hate Papa Johns and Chik-Fil-A with a passion. What are some businesses that we love?
368
+ AskReddit Men of Reddit: Do you get turned off when a girl says she is a feminist?
369
369
  """
370
370
 
371
371
  Scenario: Search for a specific comment
@@ -376,7 +376,7 @@ Feature: Browse comments
376
376
  """
377
377
  wikipedia
378
378
  http://www.reddit.com/r/wikipedia/comments/142t4w/z/c79peed
379
- Heisenbug: a software bug that seems to disappear or alter its behavior when one
379
+ Heisenbug: a software bug that seems to disappear or alter its behavior when one attempts to study it
380
380
  over 2 years ago • +1
381
381
 
382
382
  Yep. My first experience with a Heisenbug occurred in a C++ program, and disappeared when I tried to print a variable with printf (only to reappear when that call was removed).
@@ -390,12 +390,529 @@ Feature: Browse comments
390
390
  """
391
391
  wikipedia
392
392
  http://www.reddit.com/r/wikipedia/comments/142t4w/z/c79peed
393
- Heisenbug: a software bug that seems to disappear or alter its behavior when one
393
+ Heisenbug: a software bug that seems to disappear or alter its behavior when one attempts to study it
394
394
  over 2 years ago • +1
395
395
 
396
396
  Yep. My first experience with a Heisenbug occurred in a C++ program, and disappeared when I tried to print a variable with printf (only to reappear when that call was removed).
397
397
  """
398
398
 
399
+ Scenario: Search for a specific comment in a specific subreddit
400
+ Given the Reddit service returns comments for the user "mipadi"
401
+ And time is frozen at Jun 24, 2015 11:05 AM
402
+ When I run `usaidwat log --grep='heisenbug' mipadi wikipedia`
403
+ Then it should pass with:
404
+ """
405
+ wikipedia
406
+ http://www.reddit.com/r/wikipedia/comments/142t4w/z/c79peed
407
+ Heisenbug: a software bug that seems to disappear or alter its behavior when one attempts to study it
408
+ over 2 years ago • +1
409
+
410
+ Yep. My first experience with a Heisenbug occurred in a C++ program, and disappeared when I tried to print a variable with printf (only to reappear when that call was removed).
411
+ """
412
+
413
+ Scenario: Exclude a subreddit
414
+ Given the Reddit service returns comments for the user "mipadi"
415
+ And time is frozen at Apr 10, 2017 12:08 PM
416
+ When I run `usaidwat log -- mipadi -AskReddit`
417
+ Then it should pass with exactly:
418
+ """
419
+ wikipedia
420
+ http://www.reddit.com/r/wikipedia/comments/142t4w/z/c79peed
421
+ Heisenbug: a software bug that seems to disappear or alter its behavior when one attempts to study it
422
+ over 4 years ago • +1
423
+
424
+ Yep. My first experience with a Heisenbug occurred in a C++ program, and disappeared when I tried to print a variable with printf (only to reappear when that call was removed).
425
+
426
+
427
+ nyc
428
+ http://www.reddit.com/r/nyc/comments/141zqc/z/c79dxg6
429
+ NYC taxi roof lights get overhaul - A light simply will mean the cab is available. No light will mean it's not.
430
+ over 4 years ago • +2
431
+
432
+ It has a fare when the lights are off.
433
+
434
+
435
+ worldnews
436
+ http://www.reddit.com/r/worldnews/comments/140mra/z/c797jq4
437
+ Palestinians win upgraded UN status by wide margin
438
+ over 4 years ago • +1
439
+
440
+ The Judgment of Solomon Accords.
441
+
442
+
443
+ apple
444
+ http://www.reddit.com/r/apple/comments/1405el/z/c78zb9q
445
+ iTunes 11 finally available for download - The Verge
446
+ over 4 years ago • +1
447
+
448
+ I just got rid of the ones "in the cloud". I don't want to lose the play counts on the old (protected) files, and I don't use the iTunes Match service anyway.
449
+
450
+
451
+ apple
452
+ http://www.reddit.com/r/apple/comments/1405el/z/c78zas6
453
+ iTunes 11 finally available for download - The Verge
454
+ over 4 years ago • +1
455
+
456
+ Let's just say I'm writing checks my body can't cash.
457
+
458
+
459
+ apple
460
+ http://www.reddit.com/r/apple/comments/1405el/z/c78qp8s
461
+ iTunes 11 finally available for download - The Verge
462
+ over 4 years ago • +3
463
+
464
+ Is there anything wrong with just deleting them? I get a warning about their being deleted from iCloud, but I don't really care because these duplicates tend to mess with syncing on my iPhone anyway. (They're tracks I downloaded from iTMS as much as 8 years ago, and in some cases I've changed the ID3 tags which seems to confuse iTunes to no end. Or maybe it's because they're the old protected AAC files, I dunno.)
465
+
466
+ Edit: Ah yes, it appears to happen for protected AAC files.
467
+
468
+
469
+ apple
470
+ http://www.reddit.com/r/apple/comments/1405el/z/c78p6wa
471
+ iTunes 11 finally available for download - The Verge
472
+ over 4 years ago • +28
473
+
474
+ Oh cool, it even duplicated my songs <http://i.imgur.com/8BSE9.png>—for free!
475
+
476
+
477
+ Games
478
+ http://www.reddit.com/r/Games/comments/13xc2o/z/c784qj8
479
+ The True Story of Battlefield 3, the Battlefield Franchise, Its Community, & EA/DICE
480
+ over 4 years ago • +2
481
+
482
+ That's exactly how I feel. There are times when I have a ton of fun playing BF3…but it always feels like it has so much more potential to be an awesome game.
483
+
484
+ And that feeling comes even when the game isn't completely fucking frustrating because some admin is kicking you for using some arbitrary weapon he doesn't like, or switching you to the losing team because he doesn't like getting his ass kicked. Or when the game is simply crashing.
485
+
486
+
487
+ books
488
+ http://www.reddit.com/r/books/comments/13vijv/z/c77stm8
489
+ I was saddened hearing this story on the Takeaway this morning- "Is literature necessary?" discussing the new common core standards dictating that 70% of reading be non-fiction.
490
+ over 4 years ago • +1
491
+
492
+ I went to a public school.
493
+
494
+
495
+ django
496
+ http://www.reddit.com/r/django/comments/13p9ez/z/c77n56i
497
+ I need a little help understanding billing and payment
498
+ over 4 years ago • +2
499
+
500
+ I have a lot of experience working with Satchmo. I don't recommend it. It's over-engineered, hard to adapt to your own needs, and, while buggy, it's rarely updated anymore.
501
+
502
+
503
+ books
504
+ http://www.reddit.com/r/books/comments/13vijv/z/c77n2hg
505
+ I was saddened hearing this story on the Takeaway this morning- "Is literature necessary?" discussing the new common core standards dictating that 70% of reading be non-fiction.
506
+ over 4 years ago • +11
507
+
508
+ Yeah, I'm disappointed that some people only enjoyed two books. I didn't like all of the stuff I read in high school, but I got to read great things like Animal Farm, 1984, Night, Raisin in the Sun, The Glass Menagerie, Shakespeare, King Arthur, A Doll's House, Death of a Salesman, and probably more.
509
+
510
+
511
+ programming
512
+ http://www.reddit.com/r/programming/comments/13ug2x/z/c77msa1
513
+ Why software engineers are vastly undervalued
514
+ over 4 years ago • +4
515
+
516
+ A conductor just collects your tickets.
517
+
518
+
519
+ apple
520
+ http://www.reddit.com/r/apple/comments/13vgrv/z/c77ksqn
521
+ Report: Apple bumps Android from top spot in U.S. smartphone market on strength of iPhone 5
522
+ over 4 years ago • +13
523
+
524
+ I foresee this being on the "Things That Didn't Get More Than 2 Upvotes in /r/technology" list.
525
+
526
+
527
+ programming
528
+ http://www.reddit.com/r/programming/comments/13t868/z/c77jtox
529
+ Apple's proposal for modules in C(++) [PDF slides]
530
+ over 4 years ago • +1
531
+
532
+ I am aware of that. I think that only underscores my point.
533
+
534
+
535
+ programming
536
+ http://www.reddit.com/r/programming/comments/13t868/z/c77jjo6
537
+ Apple's proposal for modules in C(++) [PDF slides]
538
+ over 4 years ago • +1
539
+
540
+ Well, yes; I'm just pointing out that OS X led to a resurgence in interest and usage of Objective-C, years before the iPhone.
541
+
542
+
543
+ programming
544
+ http://www.reddit.com/r/programming/comments/13t868/z/c776z4r
545
+ Apple's proposal for modules in C(++) [PDF slides]
546
+ over 4 years ago • +1
547
+
548
+ OS X wasn't out yet in 1999, so most Objective-C programmers would've been from the NeXTSTEP days.
549
+
550
+
551
+ programming
552
+ http://www.reddit.com/r/programming/comments/13t868/z/c772epw
553
+ Apple's proposal for modules in C(++) [PDF slides]
554
+ over 4 years ago • +3
555
+
556
+ Objective-C's clunky import system is due to its need to be backwards-compatible with C.
557
+
558
+
559
+ programming
560
+ http://www.reddit.com/r/programming/comments/13t868/z/c772dux
561
+ Apple's proposal for modules in C(++) [PDF slides]
562
+ over 4 years ago • +7
563
+
564
+ Anyone who wrote software for OS X (or NeXTSTEP, even) had used Objective-C before the iPhone. ;)
565
+
566
+
567
+ programming
568
+ http://www.reddit.com/r/programming/comments/13t868/z/c7729jt
569
+ Apple's proposal for modules in C(++) [PDF slides]
570
+ over 4 years ago • -3
571
+
572
+ u mad bro?
573
+
574
+
575
+ programming
576
+ http://www.reddit.com/r/programming/comments/13rnu0/z/c77071r
577
+ RubyMonk
578
+ over 4 years ago • +3
579
+
580
+ Proggit: Where knowledge is made up and the karma points don't matter!
581
+
582
+
583
+ programming
584
+ http://www.reddit.com/r/programming/comments/13rnu0/z/c7706ho
585
+ RubyMonk
586
+ over 4 years ago • +5
587
+
588
+ I took the wink to mean that the comment was tongue-in-cheek. (The site's owners may have asked for a comment from Matz himself, and that's what he gave as a joke.)
589
+
590
+
591
+ programming
592
+ http://www.reddit.com/r/programming/comments/13pp8j/z/c76gi00
593
+ The X.Org CodingStyle
594
+ over 4 years ago • +2
595
+
596
+ Exactly. You can make a "tabs for indentation, spaces for alignment" rule, but some dingback invariably screws it up (uses tabs for both or something like that), which inevitably makes the alignment/indentation wrong for everyone but him. (This is especially true on open source projects, where it's hard to tell Random J. Contributor to uses "tabs for indentation, spaces for alignment"). Using spaces for everything is just easier, and it's not really a that big of a deal if indents aren't in your preferred size. (Prefer 8-space tabs to 4-space tabs? Too bad, you can live with 4-space tabs?)
597
+
598
+
599
+ programming
600
+ http://www.reddit.com/r/programming/comments/13pp8j/z/c76gg04
601
+ The X.Org CodingStyle
602
+ over 4 years ago • +3
603
+
604
+ It is pretty unreadable, but that's not the X.Org coding style. X.Org would do:
605
+
606
+ static int
607
+ nameofthefunction(int arg1,
608
+ int arg2,
609
+ int arg3);
610
+
611
+
612
+ worldnews
613
+ http://www.reddit.com/r/worldnews/comments/13mdw2/z/c758qos
614
+ How Israeli Drone Pilots Made Their Life-and-Death Choices Over Gaza - “When you see a target, all you want to do is attack. But it’s not that simple.”
615
+ over 4 years ago • -3
616
+
617
+ Since when did Wired start publishing PR pieces for the Israeli military?
618
+
619
+
620
+ personalfinance
621
+ http://www.reddit.com/r/personalfinance/comments/13iea3/z/c74b9j1
622
+ What's the most expensive mistake you ever made financially?
623
+ over 4 years ago • +2
624
+
625
+ It's not just money for a piece of paper. If you're serious about writing, studying it puts you in contact with serious writers, lets you focus on your craft, and provides valuable networking opportunities. And a lot of MFA programs are funded.
626
+
627
+ It's not necessarily the most pragmatic option (especially not now), and sure, you can write without it, but it's about far more than the degree itself.
628
+
629
+
630
+ programming
631
+ http://www.reddit.com/r/programming/comments/13f783/z/c740nlq
632
+ Why Brit Ruby 2013 was cancelled and why this is not ok — Gist
633
+ over 4 years ago • +1
634
+
635
+ Not different at all. Implying that they didn't bother to ask anyone is the consequence of being ignorant about the situation.
636
+
637
+
638
+ programming
639
+ http://www.reddit.com/r/programming/comments/13f783/z/c73zda5
640
+ Why Brit Ruby 2013 was cancelled and why this is not ok — Gist
641
+ over 4 years ago • +1
642
+
643
+ Neither. It's not uncommon, though, for the promotional material and even the speaker lineup for programming conventions to be aimed at heterosexual white males. I don't think that the organizers are actually racist or sexist or homophobic; rather, I think they're in a field were most people are straight white males, and fail to realize that not everyone is like them.
644
+
645
+ This article <http://devblog.avdi.org/2012/11/19/on-britruby/> has a provocative analysis. The key point (and obviously I agree with the blogger) is this:
646
+
647
+ | I fully believe them when they say that they set out to create a diverse conference. However, I think some implicit bias crept into their selection process.
648
+ |
649
+ | …
650
+ |
651
+ | I’m not accusing the BritRuby organizers of being racist, sexist, or misogynistic. And I don’t think anyone else involved in this conversation is accusing them of those things either, despite misguided claims to the contrary. But I don’t think it’s farfetched to suggest that in their process for coming up with names to invite, their brain VMs might have been over-optimized for the common case: white dudes.
652
+
653
+
654
+ battlefield3
655
+ http://www.reddit.com/r/battlefield3/comments/13d64e/z/c73vgqr
656
+ Can't argue with those rules..
657
+ over 4 years ago • +1
658
+
659
+ I haven't used the AK-74M since I unlocked other weapons (I only have 1h5m of play time on it), but you inspired me to give it another try.
660
+
661
+
662
+ redditcasual
663
+ http://www.reddit.com/r/redditcasual/comments/13fxv8/z/c73rp5l
664
+ Submissions for new clan tag...
665
+ over 4 years ago • +1
666
+
667
+ RDDT was used a lot back in the Black Ops days.
668
+
669
+
670
+ programming
671
+ http://www.reddit.com/r/programming/comments/13f4tu/z/c73r5l1
672
+ How To Package Your Python Code - The Right Way…
673
+ over 4 years ago • +2
674
+
675
+ Python is a little bit like a Reese's Peanut Butter Cup: there's no right way to package Python code.
676
+
677
+
678
+ programming
679
+ http://www.reddit.com/r/programming/comments/13f8y8/z/c73r0ok
680
+ Hounded By Recruiters, Coders Put Themselves Up For Auction - Forbes
681
+ over 4 years ago • +3
682
+
683
+ I get at least one email per week, sometimes from a rep at the company, and sometimes just from a random recruiter. I'm not even on LinkedIn—these are from people who happen to find me on Stack Overflow or GitHub. During some periods, I even get 2-4 emails per week. (I've actually stopped responding to them, because it's become a bit burdensome to write back.)
684
+
685
+
686
+ programming
687
+ http://www.reddit.com/r/programming/comments/13f783/z/c73qhxi
688
+ Why Brit Ruby 2013 was cancelled and why this is not ok — Gist
689
+ over 4 years ago • +11
690
+
691
+ Welcome to the wonderful world of Python drama!
692
+
693
+
694
+ programming
695
+ http://www.reddit.com/r/programming/comments/13f783/z/c73qhq1
696
+ Why Brit Ruby 2013 was cancelled and why this is not ok — Gist
697
+ over 4 years ago • +2
698
+
699
+ | Turns out, a lot of the prominent Rubyists are white guys and all of the ones who said they'd like to come were, indeed, white guys.
700
+
701
+ I do have to wonder if they even bothered to ask anyone who wasn't white and male.
702
+
703
+
704
+ photography
705
+ http://www.reddit.com/r/photography/comments/13fsog/z/c73qesj
706
+ Do you travel? If so, what camera do you use/prefer?
707
+ over 4 years ago • +1
708
+
709
+ I usually take my Olympus EP-3 and/or my Fujifilm FinePix X100. The X100 is great, but it has a fixed lens, so if need something with zoom or a certain kind of lens, I take the EP-3.
710
+
711
+
712
+ apple
713
+ http://www.reddit.com/r/apple/comments/13erfl/z/c73e3re
714
+ iMessage down?
715
+ over 4 years ago • +3
716
+
717
+ Reporting in from New York. I can't message another person who lives in New York, so it could just be regional. Who knows.
718
+
719
+
720
+ battlefield3
721
+ http://www.reddit.com/r/battlefield3/comments/13d64e/z/c72wwhw
722
+ Can't argue with those rules..
723
+ over 4 years ago • +16
724
+
725
+ I'm still burned that one time I was tearing up an admin (and other people) with the M39, and I got kicked for "being a n00b" (yes, the guy sent me a message to tell me that). Thing was, the M39 wasn't even listed as a banned weapon in the "rules".
726
+
727
+
728
+ programming
729
+ http://www.reddit.com/r/programming/comments/138od3/z/c71xla4
730
+ FizzBuzz Still Works
731
+ over 4 years ago • +2
732
+
733
+ Haskell and Erlang are two languages that don't use `%` as a modulus operator (Haskell just doesn't, and in Erlang `%` is the comment sigil).
734
+
735
+
736
+ programming
737
+ http://www.reddit.com/r/programming/comments/136mxi/z/c71ecky
738
+ UserManager.isUserAGoat() -- Oh you silly goat
739
+ over 4 years ago • +9
740
+
741
+ Of course, why else would they have the function?
742
+
743
+
744
+ programming
745
+ http://www.reddit.com/r/programming/comments/136mxi/z/c71davt
746
+ UserManager.isUserAGoat() -- Oh you silly goat
747
+ over 4 years ago • +6
748
+
749
+ Or if they just lit the computer on fire manually, I suppose.
750
+ """
751
+
752
+ Scenario: Exclude multiple subreddits
753
+ Given the Reddit service returns comments for the user "mipadi"
754
+ And time is frozen at Apr 10, 2017 12:08 PM
755
+ When I run `usaidwat log -- mipadi -AskReddit -programming`
756
+ Then it should pass with exactly:
757
+ """
758
+ wikipedia
759
+ http://www.reddit.com/r/wikipedia/comments/142t4w/z/c79peed
760
+ Heisenbug: a software bug that seems to disappear or alter its behavior when one attempts to study it
761
+ over 4 years ago • +1
762
+
763
+ Yep. My first experience with a Heisenbug occurred in a C++ program, and disappeared when I tried to print a variable with printf (only to reappear when that call was removed).
764
+
765
+
766
+ nyc
767
+ http://www.reddit.com/r/nyc/comments/141zqc/z/c79dxg6
768
+ NYC taxi roof lights get overhaul - A light simply will mean the cab is available. No light will mean it's not.
769
+ over 4 years ago • +2
770
+
771
+ It has a fare when the lights are off.
772
+
773
+
774
+ worldnews
775
+ http://www.reddit.com/r/worldnews/comments/140mra/z/c797jq4
776
+ Palestinians win upgraded UN status by wide margin
777
+ over 4 years ago • +1
778
+
779
+ The Judgment of Solomon Accords.
780
+
781
+
782
+ apple
783
+ http://www.reddit.com/r/apple/comments/1405el/z/c78zb9q
784
+ iTunes 11 finally available for download - The Verge
785
+ over 4 years ago • +1
786
+
787
+ I just got rid of the ones "in the cloud". I don't want to lose the play counts on the old (protected) files, and I don't use the iTunes Match service anyway.
788
+
789
+
790
+ apple
791
+ http://www.reddit.com/r/apple/comments/1405el/z/c78zas6
792
+ iTunes 11 finally available for download - The Verge
793
+ over 4 years ago • +1
794
+
795
+ Let's just say I'm writing checks my body can't cash.
796
+
797
+
798
+ apple
799
+ http://www.reddit.com/r/apple/comments/1405el/z/c78qp8s
800
+ iTunes 11 finally available for download - The Verge
801
+ over 4 years ago • +3
802
+
803
+ Is there anything wrong with just deleting them? I get a warning about their being deleted from iCloud, but I don't really care because these duplicates tend to mess with syncing on my iPhone anyway. (They're tracks I downloaded from iTMS as much as 8 years ago, and in some cases I've changed the ID3 tags which seems to confuse iTunes to no end. Or maybe it's because they're the old protected AAC files, I dunno.)
804
+
805
+ Edit: Ah yes, it appears to happen for protected AAC files.
806
+
807
+
808
+ apple
809
+ http://www.reddit.com/r/apple/comments/1405el/z/c78p6wa
810
+ iTunes 11 finally available for download - The Verge
811
+ over 4 years ago • +28
812
+
813
+ Oh cool, it even duplicated my songs <http://i.imgur.com/8BSE9.png>—for free!
814
+
815
+
816
+ Games
817
+ http://www.reddit.com/r/Games/comments/13xc2o/z/c784qj8
818
+ The True Story of Battlefield 3, the Battlefield Franchise, Its Community, & EA/DICE
819
+ over 4 years ago • +2
820
+
821
+ That's exactly how I feel. There are times when I have a ton of fun playing BF3…but it always feels like it has so much more potential to be an awesome game.
822
+
823
+ And that feeling comes even when the game isn't completely fucking frustrating because some admin is kicking you for using some arbitrary weapon he doesn't like, or switching you to the losing team because he doesn't like getting his ass kicked. Or when the game is simply crashing.
824
+
825
+
826
+ books
827
+ http://www.reddit.com/r/books/comments/13vijv/z/c77stm8
828
+ I was saddened hearing this story on the Takeaway this morning- "Is literature necessary?" discussing the new common core standards dictating that 70% of reading be non-fiction.
829
+ over 4 years ago • +1
830
+
831
+ I went to a public school.
832
+
833
+
834
+ django
835
+ http://www.reddit.com/r/django/comments/13p9ez/z/c77n56i
836
+ I need a little help understanding billing and payment
837
+ over 4 years ago • +2
838
+
839
+ I have a lot of experience working with Satchmo. I don't recommend it. It's over-engineered, hard to adapt to your own needs, and, while buggy, it's rarely updated anymore.
840
+
841
+
842
+ books
843
+ http://www.reddit.com/r/books/comments/13vijv/z/c77n2hg
844
+ I was saddened hearing this story on the Takeaway this morning- "Is literature necessary?" discussing the new common core standards dictating that 70% of reading be non-fiction.
845
+ over 4 years ago • +11
846
+
847
+ Yeah, I'm disappointed that some people only enjoyed two books. I didn't like all of the stuff I read in high school, but I got to read great things like Animal Farm, 1984, Night, Raisin in the Sun, The Glass Menagerie, Shakespeare, King Arthur, A Doll's House, Death of a Salesman, and probably more.
848
+
849
+
850
+ apple
851
+ http://www.reddit.com/r/apple/comments/13vgrv/z/c77ksqn
852
+ Report: Apple bumps Android from top spot in U.S. smartphone market on strength of iPhone 5
853
+ over 4 years ago • +13
854
+
855
+ I foresee this being on the "Things That Didn't Get More Than 2 Upvotes in /r/technology" list.
856
+
857
+
858
+ worldnews
859
+ http://www.reddit.com/r/worldnews/comments/13mdw2/z/c758qos
860
+ How Israeli Drone Pilots Made Their Life-and-Death Choices Over Gaza - “When you see a target, all you want to do is attack. But it’s not that simple.”
861
+ over 4 years ago • -3
862
+
863
+ Since when did Wired start publishing PR pieces for the Israeli military?
864
+
865
+
866
+ personalfinance
867
+ http://www.reddit.com/r/personalfinance/comments/13iea3/z/c74b9j1
868
+ What's the most expensive mistake you ever made financially?
869
+ over 4 years ago • +2
870
+
871
+ It's not just money for a piece of paper. If you're serious about writing, studying it puts you in contact with serious writers, lets you focus on your craft, and provides valuable networking opportunities. And a lot of MFA programs are funded.
872
+
873
+ It's not necessarily the most pragmatic option (especially not now), and sure, you can write without it, but it's about far more than the degree itself.
874
+
875
+
876
+ battlefield3
877
+ http://www.reddit.com/r/battlefield3/comments/13d64e/z/c73vgqr
878
+ Can't argue with those rules..
879
+ over 4 years ago • +1
880
+
881
+ I haven't used the AK-74M since I unlocked other weapons (I only have 1h5m of play time on it), but you inspired me to give it another try.
882
+
883
+
884
+ redditcasual
885
+ http://www.reddit.com/r/redditcasual/comments/13fxv8/z/c73rp5l
886
+ Submissions for new clan tag...
887
+ over 4 years ago • +1
888
+
889
+ RDDT was used a lot back in the Black Ops days.
890
+
891
+
892
+ photography
893
+ http://www.reddit.com/r/photography/comments/13fsog/z/c73qesj
894
+ Do you travel? If so, what camera do you use/prefer?
895
+ over 4 years ago • +1
896
+
897
+ I usually take my Olympus EP-3 and/or my Fujifilm FinePix X100. The X100 is great, but it has a fixed lens, so if need something with zoom or a certain kind of lens, I take the EP-3.
898
+
899
+
900
+ apple
901
+ http://www.reddit.com/r/apple/comments/13erfl/z/c73e3re
902
+ iMessage down?
903
+ over 4 years ago • +3
904
+
905
+ Reporting in from New York. I can't message another person who lives in New York, so it could just be regional. Who knows.
906
+
907
+
908
+ battlefield3
909
+ http://www.reddit.com/r/battlefield3/comments/13d64e/z/c72wwhw
910
+ Can't argue with those rules..
911
+ over 4 years ago • +16
912
+
913
+ I'm still burned that one time I was tearing up an admin (and other people) with the M39, and I got kicked for "being a n00b" (yes, the guy sent me a message to tell me that). Thing was, the M39 wasn't even listed as a banned weapon in the "rules".
914
+ """
915
+
399
916
  Scenario: Search for a specific comment with no matches
400
917
  Given the Reddit service returns comments for the user "mipadi"
401
918
  And time is frozen at Jun 24, 2015 11:05 AM
@@ -405,6 +922,42 @@ Feature: Browse comments
405
922
  mipadi has no comments matching /oogabooga/.
406
923
  """
407
924
 
925
+ Scenario: Search for a specific comment in a specific subreddit with no matches
926
+ Given the Reddit service returns comments for the user "mipadi"
927
+ And time is frozen at Jun 24, 2015 11:05 AM
928
+ When I run `usaidwat log --grep='oogabooga' mipadi wikipedia`
929
+ Then it should pass with:
930
+ """
931
+ mipadi has no comments matching /oogabooga/ in /r/wikipedia.
932
+ """
933
+
934
+ Scenario: Search for a specific comment in a specific subreddit that does not exist in that subreddit but exists elsewhere
935
+ Given the Reddit service returns comments for the user "mipadi"
936
+ And time is frozen at Jun 24, 2015 11:05 AM
937
+ When I run `usaidwat log --grep='heisenbug' mipadi programming`
938
+ Then it should pass with:
939
+ """
940
+ mipadi has no comments matching /heisenbug/ in /r/programming.
941
+ """
942
+
943
+ Scenario: Search for a specific comment in two subreddits with no matches
944
+ Given the Reddit service returns comments for the user "mipadi"
945
+ And time is frozen at Jun 24, 2015 11:05 AM
946
+ When I run `usaidwat log --grep='oogabooga' mipadi programming wikipedia`
947
+ Then it should pass with:
948
+ """
949
+ mipadi has no comments matching /oogabooga/ in /r/programming or /r/wikipedia.
950
+ """
951
+
952
+ Scenario: Search for a specific comment in three subreddits with no matches
953
+ Given the Reddit service returns comments for the user "mipadi"
954
+ And time is frozen at Jun 24, 2015 11:05 AM
955
+ When I run `usaidwat log --grep='oogabooga' mipadi programming wikipedia AskReddit`
956
+ Then it should pass with:
957
+ """
958
+ mipadi has no comments matching /oogabooga/ in /r/programming, /r/wikipedia, or /r/askreddit.
959
+ """
960
+
408
961
  Scenario: List all comments for a user that does not exist
409
962
  Given the Reddit service does not have a user "testuser"
410
963
  When I run `usaidwat log testuser`
@@ -445,7 +998,7 @@ Feature: Browse comments
445
998
  """
446
999
  AskReddit
447
1000
  http://www.reddit.com/r/AskReddit/comments/141kt9/z/c795rwz
448
- Do colleges actually teach students how to think critically? Or even to think/qu
1001
+ Do colleges actually teach students how to think critically? Or even to think/question at all?
449
1002
  over 2 years ago • +1
450
1003
 
451
1004
  I think it depends on where you go and what you study, but yes, I think they do teach you to think critically, especially in humanities courses and seminars. Maybe it's just because I went to a small, private liberal arts college rather than a huge school, but critical thinking was definitely a part of my education.
@@ -453,7 +1006,7 @@ Feature: Browse comments
453
1006
 
454
1007
  AskReddit
455
1008
  http://www.reddit.com/r/AskReddit/comments/140t5c/z/c795nw3
456
- I'm from Tennessee and most of our jokes are geared toward Mississippi and Alaba
1009
+ I'm from Tennessee and most of our jokes are geared toward Mississippi and Alabama. Where are you from, and who are your jokes geared toward?
457
1010
  over 2 years ago • +1
458
1011
 
459
1012
  You're from New Jersey? Which exit?
@@ -461,7 +1014,7 @@ Feature: Browse comments
461
1014
 
462
1015
  AskReddit
463
1016
  http://www.reddit.com/r/AskReddit/comments/140h3z/z/c795muo
464
- Today I was going 80mph in a 55 when an unmarked police car pulled up next to me
1017
+ Today I was going 80mph in a 55 when an unmarked police car pulled up next to me. Rather than pull me over, the officer simply mouthed "SLOW DOWN" and drove away. Reddit, when has the law made you crap your pants and then immediately made you day?
465
1018
  over 2 years ago • +1
466
1019
 
467
1020
  You didn't slow down for very long though, did you?
@@ -475,7 +1028,7 @@ Feature: Browse comments
475
1028
  """
476
1029
  AskReddit
477
1030
  http://www.reddit.com/r/AskReddit/comments/140t5c/z/c795nw3
478
- I'm from Tennessee and most of our jokes are geared toward Mississippi and Alaba
1031
+ I'm from Tennessee and most of our jokes are geared toward Mississippi and Alabama. Where are you from, and who are your jokes geared toward?
479
1032
  over 2 years ago • +1
480
1033
 
481
1034
  You're from New Jersey? Which exit?
@@ -489,7 +1042,7 @@ Feature: Browse comments
489
1042
  """
490
1043
  AskReddit
491
1044
  http://www.reddit.com/r/AskReddit/comments/140t5c/z/c795nw3
492
- I'm from Tennessee and most of our jokes are geared toward Mississippi and Alaba
1045
+ I'm from Tennessee and most of our jokes are geared toward Mississippi and Alabama. Where are you from, and who are your jokes geared toward?
493
1046
  over 2 years ago • +1
494
1047
 
495
1048
  You're from New Jersey? Which exit?
@@ -503,7 +1056,7 @@ Feature: Browse comments
503
1056
  """
504
1057
  AskReddit
505
1058
  http://www.reddit.com/r/AskReddit/comments/141kt9/z/c795rwz
506
- Do colleges actually teach students how to think critically? Or even to think/qu
1059
+ Do colleges actually teach students how to think critically? Or even to think/question at all?
507
1060
  over 2 years ago • +1
508
1061
 
509
1062
  I think it depends on where you go and what you study, but yes, I think they do teach you to think critically, especially in humanities courses and seminars. Maybe it's just because I went to a small, private liberal arts college rather than a huge school, but critical thinking was definitely a part of my education.
@@ -511,7 +1064,7 @@ Feature: Browse comments
511
1064
 
512
1065
  AskReddit
513
1066
  http://www.reddit.com/r/AskReddit/comments/140t5c/z/c795nw3
514
- I'm from Tennessee and most of our jokes are geared toward Mississippi and Alaba
1067
+ I'm from Tennessee and most of our jokes are geared toward Mississippi and Alabama. Where are you from, and who are your jokes geared toward?
515
1068
  over 2 years ago • +1
516
1069
 
517
1070
  You're from New Jersey? Which exit?
@@ -519,7 +1072,7 @@ Feature: Browse comments
519
1072
 
520
1073
  AskReddit
521
1074
  http://www.reddit.com/r/AskReddit/comments/140h3z/z/c795muo
522
- Today I was going 80mph in a 55 when an unmarked police car pulled up next to me
1075
+ Today I was going 80mph in a 55 when an unmarked police car pulled up next to me. Rather than pull me over, the officer simply mouthed "SLOW DOWN" and drove away. Reddit, when has the law made you crap your pants and then immediately made you day?
523
1076
  over 2 years ago • +1
524
1077
 
525
1078
  You didn't slow down for very long though, did you?