pilha 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (43) hide show
  1. data/lib/pilha.rb +7 -10
  2. data/lib/pilha/stack_overflow/answer.rb +7 -8
  3. data/lib/pilha/stack_overflow/badge.rb +8 -6
  4. data/lib/pilha/stack_overflow/base.rb +27 -0
  5. data/lib/pilha/stack_overflow/comment.rb +21 -9
  6. data/lib/pilha/stack_overflow/question.rb +41 -0
  7. data/lib/pilha/stack_overflow/statistics.rb +7 -6
  8. data/lib/pilha/stack_overflow/user.rb +5 -8
  9. data/pilha.gemspec +8 -21
  10. data/spec/fixtures/answer_comments.json +37 -0
  11. data/spec/fixtures/answers_by_question_id.json +430 -0
  12. data/spec/fixtures/answers_by_question_id.json.gz +0 -0
  13. data/spec/fixtures/badges_name.json +400 -0
  14. data/spec/fixtures/badges_name.json.gz +0 -0
  15. data/spec/fixtures/comments_by_mentioned_user_id.json +117 -0
  16. data/spec/fixtures/comments_by_mentioned_user_id.json.gz +0 -0
  17. data/spec/fixtures/comments_by_question_id.json +22 -0
  18. data/spec/fixtures/comments_by_question_id.json.gz +0 -0
  19. data/spec/fixtures/comments_by_user_id.json +464 -0
  20. data/spec/fixtures/comments_by_user_id.json.gz +0 -0
  21. data/spec/fixtures/comments_by_user_id_to_mentioned_user_id.json.gz +0 -0
  22. data/spec/fixtures/comments_by_user_to_mentioned_user.json +29 -0
  23. data/spec/fixtures/comments_by_user_to_mentioned_user.json.gz +0 -0
  24. data/spec/fixtures/comments_by_user_to_mentioned_user_id.json.gz +0 -0
  25. data/spec/fixtures/question_by_id.json +162 -0
  26. data/spec/fixtures/question_by_id.json.gz +0 -0
  27. data/spec/fixtures/question_by_id_with_body.json +169 -0
  28. data/spec/fixtures/question_by_id_with_body.json.gz +0 -0
  29. data/spec/fixtures/question_by_user_id.json.gz +0 -0
  30. data/spec/fixtures/questions.json +1773 -0
  31. data/spec/fixtures/questions.json.gz +0 -0
  32. data/spec/fixtures/questions.part +859 -0
  33. data/spec/fixtures/questions_by_user_id.json +35 -0
  34. data/spec/fixtures/questions_by_user_id.json.gz +0 -0
  35. data/spec/fixtures/users.json +983 -0
  36. data/spec/fixtures/users_by_id.json +40 -0
  37. data/spec/fixtures/users_by_id.json.gz +0 -0
  38. data/spec/pilha/stack_overflow/badge_spec.rb +3 -3
  39. data/spec/pilha/stack_overflow/comment_spec.rb +52 -1
  40. data/spec/pilha/stack_overflow/question_spec.rb +63 -0
  41. data/spec/pilha/stack_overflow/stack_overflow_spec.rb +2 -4
  42. data/spec/spec_helper.rb +7 -1
  43. metadata +53 -22
Binary file
@@ -0,0 +1,859 @@
1
+ {
2
+ "total": 695804,
3
+ "page": 1,
4
+ "pagesize": 30,
5
+ "questions": [
6
+ {
7
+ "tags": [
8
+ "wordpress",
9
+ ".htaccess",
10
+ "mod-rewrite",
11
+ "permalink"
12
+ ],
13
+ "answer_count": 1,
14
+ "favorite_count": 0,
15
+ "question_timeline_url": "/questions/2909915/timeline",
16
+ "question_comments_url": "/questions/2909915/comments",
17
+ "question_answers_url": "/questions/2909915/answers",
18
+ "question_id": 2909915,
19
+ "owner": {
20
+ "user_id": 342611,
21
+ "user_type": "registered",
22
+ "display_name": "poer",
23
+ "reputation": 16,
24
+ "email_hash": "b69673eee9ebd542a95433a490f19a26"
25
+ },
26
+ "creation_date": 1274843860,
27
+ "last_activity_date": 1274978924,
28
+ "up_vote_count": 0,
29
+ "down_vote_count": 0,
30
+ "view_count": 9,
31
+ "score": 0,
32
+ "community_owned": false,
33
+ "title": "Using - Instead of + in WordPress Search Permalink"
34
+ },
35
+ {
36
+ "tags": [
37
+ "optimization",
38
+ "levenshtein",
39
+ "edit-distance"
40
+ ],
41
+ "answer_count": 1,
42
+ "favorite_count": 0,
43
+ "question_timeline_url": "/questions/2918771/timeline",
44
+ "question_comments_url": "/questions/2918771/comments",
45
+ "question_answers_url": "/questions/2918771/answers",
46
+ "question_id": 2918771,
47
+ "owner": {
48
+ "user_id": 133535,
49
+ "user_type": "registered",
50
+ "display_name": "Matt",
51
+ "reputation": 599,
52
+ "email_hash": "5b3dcf4a8e32964235d8e66450801df5"
53
+ },
54
+ "creation_date": 1274939659,
55
+ "last_activity_date": 1274978919,
56
+ "up_vote_count": 0,
57
+ "down_vote_count": 0,
58
+ "view_count": 25,
59
+ "score": 0,
60
+ "community_owned": false,
61
+ "title": "Optimizing Levenshtein Distance Algorithm"
62
+ },
63
+ {
64
+ "tags": [
65
+ "javascript",
66
+ "cross-browser",
67
+ "conditional-statements"
68
+ ],
69
+ "answer_count": 7,
70
+ "favorite_count": 2,
71
+ "question_timeline_url": "/questions/2922948/timeline",
72
+ "question_comments_url": "/questions/2922948/comments",
73
+ "question_answers_url": "/questions/2922948/answers",
74
+ "question_id": 2922948,
75
+ "owner": {
76
+ "user_id": 254528,
77
+ "user_type": "registered",
78
+ "display_name": "John Hartsock",
79
+ "reputation": 2144,
80
+ "email_hash": "74e7ac83b5de18dc1ab6b2cd6bb67cb5"
81
+ },
82
+ "creation_date": 1274977855,
83
+ "last_edit_date": 1274978823,
84
+ "last_activity_date": 1274978910,
85
+ "up_vote_count": 0,
86
+ "down_vote_count": 0,
87
+ "view_count": 66,
88
+ "score": 0,
89
+ "community_owned": false,
90
+ "title": "switch vs. if...else if...else"
91
+ },
92
+ {
93
+ "tags": [
94
+ "c++",
95
+ "stl",
96
+ "stack"
97
+ ],
98
+ "answer_count": 3,
99
+ "favorite_count": 0,
100
+ "question_timeline_url": "/questions/2923018/timeline",
101
+ "question_comments_url": "/questions/2923018/comments",
102
+ "question_answers_url": "/questions/2923018/answers",
103
+ "question_id": 2923018,
104
+ "owner": {
105
+ "user_id": 335340,
106
+ "user_type": "registered",
107
+ "display_name": "petercartagena",
108
+ "reputation": 6,
109
+ "email_hash": "dd4d8213b6fb800462d71509918a703c"
110
+ },
111
+ "creation_date": 1274978351,
112
+ "last_activity_date": 1274978910,
113
+ "up_vote_count": 1,
114
+ "down_vote_count": 0,
115
+ "view_count": 32,
116
+ "score": 1,
117
+ "community_owned": false,
118
+ "title": "Stack STL with 2 params"
119
+ },
120
+ {
121
+ "tags": [
122
+ "c#",
123
+ "asp.net",
124
+ "asp.net-mvc"
125
+ ],
126
+ "answer_count": 5,
127
+ "favorite_count": 4,
128
+ "bounty_closes_date": 1275064084,
129
+ "bounty_amount": 200,
130
+ "question_timeline_url": "/questions/2867440/timeline",
131
+ "question_comments_url": "/questions/2867440/comments",
132
+ "question_answers_url": "/questions/2867440/answers",
133
+ "question_id": 2867440,
134
+ "owner": {
135
+ "user_id": 134754,
136
+ "user_type": "registered",
137
+ "display_name": "Rob Levine",
138
+ "reputation": 3880,
139
+ "email_hash": "b4802eba1d4d72e4c210c942d49258ee"
140
+ },
141
+ "creation_date": 1274286173,
142
+ "last_activity_date": 1274978908,
143
+ "up_vote_count": 11,
144
+ "down_vote_count": 0,
145
+ "view_count": 151,
146
+ "score": 11,
147
+ "community_owned": false,
148
+ "title": "How to make one ASP.NET MVC site \"derive\" from another."
149
+ },
150
+ {
151
+ "tags": [
152
+ "delphi",
153
+ "image-processing",
154
+ "thumbnail",
155
+ "delphi7",
156
+ "jp4"
157
+ ],
158
+ "answer_count": 1,
159
+ "favorite_count": 0,
160
+ "question_timeline_url": "/questions/2921309/timeline",
161
+ "question_comments_url": "/questions/2921309/comments",
162
+ "question_answers_url": "/questions/2921309/answers",
163
+ "question_id": 2921309,
164
+ "owner": {
165
+ "user_id": 231181,
166
+ "user_type": "registered",
167
+ "display_name": "Edelcom",
168
+ "reputation": 974,
169
+ "email_hash": "8743728db137a8006875ea09dc8e2438"
170
+ },
171
+ "creation_date": 1274965410,
172
+ "last_activity_date": 1274978900,
173
+ "up_vote_count": 0,
174
+ "down_vote_count": 0,
175
+ "view_count": 27,
176
+ "score": 0,
177
+ "community_owned": false,
178
+ "title": "How to display a thumb image or first frame from a MP4 file using Delphi 7"
179
+ },
180
+ {
181
+ "tags": [
182
+ "c",
183
+ "null",
184
+ "intel"
185
+ ],
186
+ "answer_count": 1,
187
+ "favorite_count": 0,
188
+ "question_timeline_url": "/questions/2923067/timeline",
189
+ "question_comments_url": "/questions/2923067/comments",
190
+ "question_answers_url": "/questions/2923067/answers",
191
+ "question_id": 2923067,
192
+ "owner": {
193
+ "user_id": 229072,
194
+ "user_type": "registered",
195
+ "display_name": "Derek",
196
+ "reputation": 76,
197
+ "email_hash": "394284441ac7e9f3cd8a8bfbeb4d59d3"
198
+ },
199
+ "creation_date": 1274978752,
200
+ "last_activity_date": 1274978870,
201
+ "up_vote_count": 1,
202
+ "down_vote_count": 0,
203
+ "view_count": 7,
204
+ "score": 1,
205
+ "community_owned": false,
206
+ "title": "how to return NULL for double function with Intel C compiler?"
207
+ },
208
+ {
209
+ "tags": [
210
+ "coldfusion",
211
+ "cfml",
212
+ "cfpop"
213
+ ],
214
+ "answer_count": 0,
215
+ "favorite_count": 0,
216
+ "question_timeline_url": "/questions/2923072/timeline",
217
+ "question_comments_url": "/questions/2923072/comments",
218
+ "question_answers_url": "/questions/2923072/answers",
219
+ "question_id": 2923072,
220
+ "owner": {
221
+ "user_id": 217294,
222
+ "user_type": "registered",
223
+ "display_name": "Deepak ",
224
+ "reputation": 132,
225
+ "email_hash": "a052e5e84a7eeb2af1adffbfebed6ed2"
226
+ },
227
+ "creation_date": 1274978780,
228
+ "last_edit_date": 1274978870,
229
+ "last_activity_date": 1274978870,
230
+ "up_vote_count": 0,
231
+ "down_vote_count": 0,
232
+ "view_count": 2,
233
+ "score": 0,
234
+ "community_owned": false,
235
+ "title": "An exception occurred when setting up mail server parameters.: cfpop"
236
+ },
237
+ {
238
+ "tags": [
239
+ "iphone",
240
+ "interface-builder",
241
+ "iphone-simulator",
242
+ "uibutton"
243
+ ],
244
+ "answer_count": 2,
245
+ "favorite_count": 0,
246
+ "question_timeline_url": "/questions/2922567/timeline",
247
+ "question_comments_url": "/questions/2922567/comments",
248
+ "question_answers_url": "/questions/2922567/answers",
249
+ "question_id": 2922567,
250
+ "owner": {
251
+ "user_id": 315594,
252
+ "user_type": "registered",
253
+ "display_name": "Taimur Hamza",
254
+ "reputation": 6,
255
+ "email_hash": "9f061dbeaf9b9fd70f41f6c2b07ed86d"
256
+ },
257
+ "creation_date": 1274974854,
258
+ "last_activity_date": 1274978868,
259
+ "up_vote_count": 0,
260
+ "down_vote_count": 0,
261
+ "view_count": 11,
262
+ "score": 0,
263
+ "community_owned": false,
264
+ "title": "Changing Size of Text on a UIButton ..."
265
+ },
266
+ {
267
+ "tags": [
268
+ "php",
269
+ "file",
270
+ "files",
271
+ "directory",
272
+ "name"
273
+ ],
274
+ "answer_count": 5,
275
+ "favorite_count": 0,
276
+ "question_timeline_url": "/questions/2922954/timeline",
277
+ "question_comments_url": "/questions/2922954/comments",
278
+ "question_answers_url": "/questions/2922954/answers",
279
+ "question_id": 2922954,
280
+ "owner": {
281
+ "user_id": 323929,
282
+ "user_type": "registered",
283
+ "display_name": "Greelmo",
284
+ "reputation": 330,
285
+ "email_hash": "969983b092e76c42d82380da3ecec1c7"
286
+ },
287
+ "creation_date": 1274977869,
288
+ "last_activity_date": 1274978867,
289
+ "up_vote_count": 0,
290
+ "down_vote_count": 0,
291
+ "view_count": 21,
292
+ "score": 0,
293
+ "community_owned": false,
294
+ "title": "Getting the names of all files in a directory with PHP"
295
+ },
296
+ {
297
+ "tags": [
298
+ "f#"
299
+ ],
300
+ "answer_count": 0,
301
+ "favorite_count": 0,
302
+ "question_timeline_url": "/questions/2923082/timeline",
303
+ "question_comments_url": "/questions/2923082/comments",
304
+ "question_answers_url": "/questions/2923082/answers",
305
+ "question_id": 2923082,
306
+ "owner": {
307
+ "user_id": 323582,
308
+ "user_type": "registered",
309
+ "display_name": "Roman Kuzmin",
310
+ "reputation": 450,
311
+ "email_hash": "cef2090176ab4ef172efab00b54ac73f"
312
+ },
313
+ "creation_date": 1274978865,
314
+ "last_activity_date": 1274978865,
315
+ "up_vote_count": 0,
316
+ "down_vote_count": 0,
317
+ "view_count": 1,
318
+ "score": 0,
319
+ "community_owned": false,
320
+ "title": "F# PowerPack 2.0.0.0 issue: The task \"…\\fslex.exe\" is invalid"
321
+ },
322
+ {
323
+ "tags": [
324
+ "html",
325
+ "css",
326
+ "background"
327
+ ],
328
+ "answer_count": 0,
329
+ "favorite_count": 0,
330
+ "question_timeline_url": "/questions/2923081/timeline",
331
+ "question_comments_url": "/questions/2923081/comments",
332
+ "question_answers_url": "/questions/2923081/answers",
333
+ "question_id": 2923081,
334
+ "owner": {
335
+ "user_id": 267945,
336
+ "user_type": "registered",
337
+ "display_name": "Cody.Stewart",
338
+ "reputation": 18,
339
+ "email_hash": "508aeb41ecccc7f86d72dae483e81729"
340
+ },
341
+ "creation_date": 1274978863,
342
+ "last_activity_date": 1274978863,
343
+ "up_vote_count": 0,
344
+ "down_vote_count": 0,
345
+ "view_count": 1,
346
+ "score": 0,
347
+ "community_owned": false,
348
+ "title": "Background not filling in completely"
349
+ },
350
+ {
351
+ "tags": [
352
+ "c#",
353
+ ".net",
354
+ "asp.net",
355
+ "regex"
356
+ ],
357
+ "answer_count": 2,
358
+ "favorite_count": 0,
359
+ "question_timeline_url": "/questions/2922730/timeline",
360
+ "question_comments_url": "/questions/2922730/comments",
361
+ "question_answers_url": "/questions/2922730/answers",
362
+ "question_id": 2922730,
363
+ "owner": {
364
+ "user_id": 259881,
365
+ "user_type": "registered",
366
+ "display_name": "HasanGursoy",
367
+ "reputation": 253,
368
+ "email_hash": "ef44f444d737c62ba6a047d7ccdf187c"
369
+ },
370
+ "creation_date": 1274976141,
371
+ "last_edit_date": 1274977011,
372
+ "last_activity_date": 1274978838,
373
+ "up_vote_count": 0,
374
+ "down_vote_count": 0,
375
+ "view_count": 33,
376
+ "score": 0,
377
+ "community_owned": false,
378
+ "title": "Replace {tag} with a value or completely remove {any-tag}"
379
+ },
380
+ {
381
+ "tags": [
382
+ "php",
383
+ "mysql"
384
+ ],
385
+ "answer_count": 4,
386
+ "favorite_count": 0,
387
+ "question_timeline_url": "/questions/2922950/timeline",
388
+ "question_comments_url": "/questions/2922950/comments",
389
+ "question_answers_url": "/questions/2922950/answers",
390
+ "question_id": 2922950,
391
+ "owner": {
392
+ "user_id": 342391,
393
+ "user_type": "registered",
394
+ "reputation": 76,
395
+ "email_hash": "e483bd4544cfadccc341170c20c4a2d1"
396
+ },
397
+ "creation_date": 1274977862,
398
+ "last_activity_date": 1274978836,
399
+ "up_vote_count": 0,
400
+ "down_vote_count": 0,
401
+ "view_count": 26,
402
+ "score": 0,
403
+ "community_owned": false,
404
+ "title": "How do stop form posting to mysql if database contains a specific ID?"
405
+ },
406
+ {
407
+ "tags": [
408
+ "java",
409
+ "java-ee",
410
+ "annotations"
411
+ ],
412
+ "answer_count": 3,
413
+ "favorite_count": 0,
414
+ "question_timeline_url": "/questions/2922342/timeline",
415
+ "question_comments_url": "/questions/2922342/comments",
416
+ "question_answers_url": "/questions/2922342/answers",
417
+ "question_id": 2922342,
418
+ "owner": {
419
+ "user_id": 187206,
420
+ "user_type": "registered",
421
+ "display_name": "Tom Tresansky",
422
+ "reputation": 279,
423
+ "email_hash": "08c1ae65039303accc2d3d184be4c539"
424
+ },
425
+ "creation_date": 1274973143,
426
+ "last_activity_date": 1274978835,
427
+ "up_vote_count": 2,
428
+ "down_vote_count": 0,
429
+ "view_count": 33,
430
+ "score": 2,
431
+ "community_owned": false,
432
+ "title": "Dealing With Java Default Level Access Specifiers"
433
+ },
434
+ {
435
+ "tags": [
436
+ "sql",
437
+ "mysql",
438
+ "datetime"
439
+ ],
440
+ "answer_count": 1,
441
+ "favorite_count": 0,
442
+ "question_timeline_url": "/questions/2922720/timeline",
443
+ "question_comments_url": "/questions/2922720/comments",
444
+ "question_answers_url": "/questions/2922720/answers",
445
+ "question_id": 2922720,
446
+ "owner": {
447
+ "user_id": 49478,
448
+ "user_type": "registered",
449
+ "display_name": "Anthony",
450
+ "reputation": 4505,
451
+ "email_hash": "9363be2e07f2c3702d3ad1ffb1b70ad6"
452
+ },
453
+ "creation_date": 1274976061,
454
+ "last_edit_date": 1274977788,
455
+ "last_activity_date": 1274978834,
456
+ "up_vote_count": 0,
457
+ "down_vote_count": 0,
458
+ "view_count": 13,
459
+ "score": 0,
460
+ "community_owned": false,
461
+ "title": "Adding relative week number column to MySQl results"
462
+ },
463
+ {
464
+ "tags": [
465
+ "xcode"
466
+ ],
467
+ "answer_count": 0,
468
+ "favorite_count": 0,
469
+ "question_timeline_url": "/questions/2923079/timeline",
470
+ "question_comments_url": "/questions/2923079/comments",
471
+ "question_answers_url": "/questions/2923079/answers",
472
+ "question_id": 2923079,
473
+ "owner": {
474
+ "user_id": 350532,
475
+ "user_type": "registered",
476
+ "display_name": "Bala",
477
+ "reputation": 1,
478
+ "email_hash": "1fca6c3063e6ea63931ce83faaeee687"
479
+ },
480
+ "creation_date": 1274978832,
481
+ "last_activity_date": 1274978832,
482
+ "up_vote_count": 0,
483
+ "down_vote_count": 0,
484
+ "view_count": 1,
485
+ "score": 0,
486
+ "community_owned": false,
487
+ "title": "How can i open camer in one tabitem like this image in iphone xcode?"
488
+ },
489
+ {
490
+ "tags": [
491
+ "c#",
492
+ ".net",
493
+ "unit-testing",
494
+ "mocking",
495
+ "moq"
496
+ ],
497
+ "answer_count": 0,
498
+ "favorite_count": 0,
499
+ "question_timeline_url": "/questions/2923078/timeline",
500
+ "question_comments_url": "/questions/2923078/comments",
501
+ "question_answers_url": "/questions/2923078/answers",
502
+ "question_id": 2923078,
503
+ "owner": {
504
+ "user_id": 229081,
505
+ "user_type": "registered",
506
+ "display_name": "Padu Merloti",
507
+ "reputation": 588,
508
+ "email_hash": "f627c0498a446e582612be5e09c8cc7b"
509
+ },
510
+ "creation_date": 1274978807,
511
+ "last_activity_date": 1274978807,
512
+ "up_vote_count": 0,
513
+ "down_vote_count": 0,
514
+ "view_count": 2,
515
+ "score": 0,
516
+ "community_owned": false,
517
+ "title": "Intelligent serial port mocks with Moq"
518
+ },
519
+ {
520
+ "tags": [
521
+ "windows",
522
+ "windows-mobile",
523
+ "development",
524
+ "installation"
525
+ ],
526
+ "answer_count": 1,
527
+ "favorite_count": 1,
528
+ "question_timeline_url": "/questions/2922864/timeline",
529
+ "question_comments_url": "/questions/2922864/comments",
530
+ "question_answers_url": "/questions/2922864/answers",
531
+ "question_id": 2922864,
532
+ "owner": {
533
+ "user_id": 271334,
534
+ "user_type": "registered",
535
+ "reputation": 478,
536
+ "email_hash": "d44aa2287ae541babd4f594874f3093f"
537
+ },
538
+ "creation_date": 1274977187,
539
+ "last_activity_date": 1274978804,
540
+ "up_vote_count": 0,
541
+ "down_vote_count": 0,
542
+ "view_count": 14,
543
+ "score": 0,
544
+ "community_owned": false,
545
+ "title": "Developing for Windows 6.5"
546
+ },
547
+ {
548
+ "tags": [
549
+ "asp.net",
550
+ "asp.net-mvc"
551
+ ],
552
+ "answer_count": 0,
553
+ "favorite_count": 0,
554
+ "question_timeline_url": "/questions/2923076/timeline",
555
+ "question_comments_url": "/questions/2923076/comments",
556
+ "question_answers_url": "/questions/2923076/answers",
557
+ "question_id": 2923076,
558
+ "owner": {
559
+ "user_id": 268349,
560
+ "user_type": "registered",
561
+ "display_name": "kumar",
562
+ "reputation": 243,
563
+ "email_hash": "8cc884def7c32e685ed99084fbac8c47"
564
+ },
565
+ "creation_date": 1274978796,
566
+ "last_activity_date": 1274978796,
567
+ "up_vote_count": 0,
568
+ "down_vote_count": 0,
569
+ "view_count": 3,
570
+ "score": 0,
571
+ "community_owned": false,
572
+ "title": "How to add multiple values to the ViewData using asp.net MVC"
573
+ },
574
+ {
575
+ "tags": [
576
+ "c++",
577
+ "winapi"
578
+ ],
579
+ "answer_count": 4,
580
+ "favorite_count": 0,
581
+ "question_timeline_url": "/questions/2918579/timeline",
582
+ "question_comments_url": "/questions/2918579/comments",
583
+ "question_answers_url": "/questions/2918579/answers",
584
+ "question_id": 2918579,
585
+ "owner": {
586
+ "user_id": 327021,
587
+ "user_type": "unregistered",
588
+ "display_name": "ganuke",
589
+ "reputation": 6,
590
+ "email_hash": "41ad63e9b69226b7073eafde32a16431"
591
+ },
592
+ "creation_date": 1274936220,
593
+ "last_edit_date": 1274936283,
594
+ "last_activity_date": 1274978791,
595
+ "up_vote_count": 0,
596
+ "down_vote_count": 0,
597
+ "view_count": 34,
598
+ "score": 0,
599
+ "community_owned": false,
600
+ "title": "Read all files inside a folder including files in subfolders using C++"
601
+ },
602
+ {
603
+ "tags": [
604
+ "c#",
605
+ "3rd-party-library",
606
+ "writefile"
607
+ ],
608
+ "answer_count": 2,
609
+ "favorite_count": 0,
610
+ "question_timeline_url": "/questions/2923020/timeline",
611
+ "question_comments_url": "/questions/2923020/comments",
612
+ "question_answers_url": "/questions/2923020/answers",
613
+ "question_id": 2923020,
614
+ "owner": {
615
+ "user_id": 269841,
616
+ "user_type": "registered",
617
+ "display_name": "stout",
618
+ "reputation": 62,
619
+ "email_hash": "6046225182d9044d206e8bd53c64c3be"
620
+ },
621
+ "creation_date": 1274978377,
622
+ "last_activity_date": 1274978789,
623
+ "up_vote_count": 1,
624
+ "down_vote_count": 0,
625
+ "view_count": 23,
626
+ "score": 1,
627
+ "community_owned": false,
628
+ "title": "Is it possible to \"intercept\" a 3rd party library's \"WriteFile\" operation"
629
+ },
630
+ {
631
+ "tags": [
632
+ "asp.net-mvc"
633
+ ],
634
+ "answer_count": 0,
635
+ "favorite_count": 0,
636
+ "question_timeline_url": "/questions/2923071/timeline",
637
+ "question_comments_url": "/questions/2923071/comments",
638
+ "question_answers_url": "/questions/2923071/answers",
639
+ "question_id": 2923071,
640
+ "owner": {
641
+ "user_id": 352017,
642
+ "user_type": "registered",
643
+ "display_name": "tom",
644
+ "reputation": 1,
645
+ "email_hash": "c28b04d8053dc195eb2bc4f122e2a152"
646
+ },
647
+ "creation_date": 1274978767,
648
+ "last_activity_date": 1274978767,
649
+ "up_vote_count": 0,
650
+ "down_vote_count": 0,
651
+ "view_count": 2,
652
+ "score": 0,
653
+ "community_owned": false,
654
+ "title": "ASP.Net MVC - Losing DropDownList client validation styles and new SelectList default not working"
655
+ },
656
+ {
657
+ "tags": [
658
+ "javascript",
659
+ "jquery",
660
+ "rtf"
661
+ ],
662
+ "answer_count": 0,
663
+ "favorite_count": 0,
664
+ "question_timeline_url": "/questions/2922986/timeline",
665
+ "question_comments_url": "/questions/2922986/comments",
666
+ "question_answers_url": "/questions/2922986/answers",
667
+ "question_id": 2922986,
668
+ "owner": {
669
+ "user_id": 352178,
670
+ "user_type": "unregistered",
671
+ "display_name": "Jose Jose",
672
+ "reputation": 1,
673
+ "email_hash": "22ae9720b4fdc0622765f5c3bfbb24a6"
674
+ },
675
+ "creation_date": 1274978074,
676
+ "last_edit_date": 1274978764,
677
+ "last_activity_date": 1274978764,
678
+ "up_vote_count": 0,
679
+ "down_vote_count": 0,
680
+ "view_count": 7,
681
+ "score": 0,
682
+ "community_owned": false,
683
+ "title": "jQuery RTF Editor"
684
+ },
685
+ {
686
+ "tags": [
687
+ "html",
688
+ "deployment",
689
+ "object",
690
+ "activex"
691
+ ],
692
+ "answer_count": 0,
693
+ "favorite_count": 0,
694
+ "question_timeline_url": "/questions/2920463/timeline",
695
+ "question_comments_url": "/questions/2920463/comments",
696
+ "question_answers_url": "/questions/2920463/answers",
697
+ "question_id": 2920463,
698
+ "owner": {
699
+ "user_id": 28004,
700
+ "user_type": "registered",
701
+ "display_name": "balexandre",
702
+ "reputation": 6105,
703
+ "email_hash": "24523bd2464ad941089147b6ab6056ea"
704
+ },
705
+ "creation_date": 1274957895,
706
+ "last_edit_date": 1274978762,
707
+ "last_activity_date": 1274978762,
708
+ "up_vote_count": 0,
709
+ "down_vote_count": 0,
710
+ "view_count": 8,
711
+ "score": 0,
712
+ "community_owned": false,
713
+ "title": "ActiveX Deployment"
714
+ },
715
+ {
716
+ "tags": [
717
+ "javascript",
718
+ "javascript-events"
719
+ ],
720
+ "answer_count": 3,
721
+ "favorite_count": 0,
722
+ "question_timeline_url": "/questions/2923004/timeline",
723
+ "question_comments_url": "/questions/2923004/comments",
724
+ "question_answers_url": "/questions/2923004/answers",
725
+ "question_id": 2923004,
726
+ "owner": {
727
+ "user_id": 120457,
728
+ "user_type": "registered",
729
+ "display_name": "joe",
730
+ "reputation": 3475,
731
+ "email_hash": "56abbd59ee5a0cd86c8c14a4664dd83e"
732
+ },
733
+ "creation_date": 1274978207,
734
+ "last_activity_date": 1274978759,
735
+ "up_vote_count": 0,
736
+ "down_vote_count": 0,
737
+ "view_count": 16,
738
+ "score": 0,
739
+ "community_owned": false,
740
+ "title": "Copying data from one text box to another using Java Script"
741
+ },
742
+ {
743
+ "tags": [
744
+ "jquery",
745
+ "json",
746
+ "eval",
747
+ "javascriptserializer"
748
+ ],
749
+ "answer_count": 1,
750
+ "favorite_count": 0,
751
+ "question_timeline_url": "/questions/2922741/timeline",
752
+ "question_comments_url": "/questions/2922741/comments",
753
+ "question_answers_url": "/questions/2922741/answers",
754
+ "question_id": 2922741,
755
+ "owner": {
756
+ "user_id": 111435,
757
+ "user_type": "registered",
758
+ "display_name": "Prasad",
759
+ "reputation": 616,
760
+ "email_hash": "3d7de11fb1c0a98dc2aee865c558f7cc"
761
+ },
762
+ "creation_date": 1274976194,
763
+ "last_activity_date": 1274978758,
764
+ "up_vote_count": 0,
765
+ "down_vote_count": 0,
766
+ "view_count": 8,
767
+ "score": 0,
768
+ "community_owned": false,
769
+ "title": "eval \"the serialized object using JavaScriptSerializer()\" after removing special characters"
770
+ },
771
+ {
772
+ "tags": [
773
+ "c#",
774
+ "asp.net-mvc-2",
775
+ "long-polling"
776
+ ],
777
+ "answer_count": 3,
778
+ "favorite_count": 0,
779
+ "question_timeline_url": "/questions/2889776/timeline",
780
+ "question_comments_url": "/questions/2889776/comments",
781
+ "question_answers_url": "/questions/2889776/answers",
782
+ "question_id": 2889776,
783
+ "owner": {
784
+ "user_id": 191835,
785
+ "user_type": "registered",
786
+ "display_name": "robert_d",
787
+ "reputation": 36,
788
+ "email_hash": "7ec8b5b752e6b966984cbaf16d2cb9db"
789
+ },
790
+ "creation_date": 1274562551,
791
+ "last_edit_date": 1274978755,
792
+ "last_activity_date": 1274978755,
793
+ "up_vote_count": 0,
794
+ "down_vote_count": 0,
795
+ "view_count": 58,
796
+ "score": 0,
797
+ "community_owned": false,
798
+ "title": "How to send data many times to web browser in response to one request?"
799
+ },
800
+ {
801
+ "tags": [
802
+ "mysql",
803
+ "mysql-query"
804
+ ],
805
+ "answer_count": 6,
806
+ "favorite_count": 0,
807
+ "question_timeline_url": "/questions/2922637/timeline",
808
+ "question_comments_url": "/questions/2922637/comments",
809
+ "question_answers_url": "/questions/2922637/answers",
810
+ "question_id": 2922637,
811
+ "owner": {
812
+ "user_id": 316515,
813
+ "user_type": "unregistered",
814
+ "display_name": "Kenan",
815
+ "reputation": 35,
816
+ "email_hash": "dbe34e48594ed2820c870028e952c490"
817
+ },
818
+ "creation_date": 1274975366,
819
+ "last_edit_date": 1274977615,
820
+ "last_activity_date": 1274978753,
821
+ "up_vote_count": 4,
822
+ "down_vote_count": 0,
823
+ "view_count": 41,
824
+ "score": 4,
825
+ "community_owned": false,
826
+ "title": "MySql selecting default value if there are no results?"
827
+ },
828
+ {
829
+ "tags": [
830
+ "python",
831
+ "math",
832
+ "geolocation",
833
+ "tiff",
834
+ "gdal"
835
+ ],
836
+ "answer_count": 1,
837
+ "favorite_count": 0,
838
+ "question_timeline_url": "/questions/2922532/timeline",
839
+ "question_comments_url": "/questions/2922532/comments",
840
+ "question_answers_url": "/questions/2922532/answers",
841
+ "question_id": 2922532,
842
+ "owner": {
843
+ "user_id": 318709,
844
+ "user_type": "registered",
845
+ "display_name": "Mikee",
846
+ "reputation": 6,
847
+ "email_hash": "c7cee3dc0ef030f5ac2c4fe328d33e55"
848
+ },
849
+ "creation_date": 1274974609,
850
+ "last_activity_date": 1274978746,
851
+ "up_vote_count": 0,
852
+ "down_vote_count": 0,
853
+ "view_count": 5,
854
+ "score": 0,
855
+ "community_owned": false,
856
+ "title": "Obtain Latitude and Longitude from a GeoTIFF File"
857
+ }
858
+ ]
859
+ }