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
@@ -0,0 +1,29 @@
1
+ {
2
+ "total": 1,
3
+ "page": 1,
4
+ "pagesize": 30,
5
+ "comments": [
6
+ {
7
+ "comment_id": 2289139,
8
+ "creation_date": 1266949196,
9
+ "owner": {
10
+ "user_id": 77814,
11
+ "user_type": "registered",
12
+ "display_name": "nickyt",
13
+ "reputation": 1130,
14
+ "email_hash": "243668a44dc257d64fa88656beb94469"
15
+ },
16
+ "reply_to_user": {
17
+ "user_id": 549,
18
+ "user_type": "registered",
19
+ "display_name": "Josh Kodroff",
20
+ "reputation": 1542,
21
+ "email_hash": "9e7ef08258f04dab37b43842d261aea8"
22
+ },
23
+ "post_id": 2320184,
24
+ "post_type": "answer",
25
+ "score": 0,
26
+ "body": "@Josh - why not use a pagemethod then? You can just pass back the selected value and then your dependent picklist can use that value to populate itself. Might mean you need to change your approach, but less stuff goes down the wire this way."
27
+ }
28
+ ]
29
+ }
@@ -0,0 +1,162 @@
1
+ {
2
+ "total": 1,
3
+ "page": 1,
4
+ "pagesize": 30,
5
+ "questions": [
6
+ {
7
+ "tags": [
8
+ "csla"
9
+ ],
10
+ "answer_count": 6,
11
+ "answers": [
12
+ {
13
+ "answer_id": 1239,
14
+ "accepted": true,
15
+ "answer_comments_url": "/answers/1239/comments",
16
+ "question_id": 1234,
17
+ "owner": {
18
+ "user_id": 34,
19
+ "user_type": "registered",
20
+ "display_name": "Karl Seguin",
21
+ "reputation": 4770,
22
+ "email_hash": "6f448664cd294829b9ed0cd356f91cb1"
23
+ },
24
+ "creation_date": 1217857822,
25
+ "last_edit_date": 1232473322,
26
+ "last_activity_date": 1232473322,
27
+ "up_vote_count": 12,
28
+ "down_vote_count": 10,
29
+ "view_count": 1081,
30
+ "score": 2,
31
+ "community_owned": false,
32
+ "title": "CSLA Master Class"
33
+ },
34
+ {
35
+ "answer_id": 1445,
36
+ "accepted": false,
37
+ "answer_comments_url": "/answers/1445/comments",
38
+ "question_id": 1234,
39
+ "owner": {
40
+ "user_id": 296,
41
+ "user_type": "registered",
42
+ "display_name": "jdecuyper",
43
+ "reputation": 1189,
44
+ "email_hash": "21ae3e5f2968bc957b7a6fa709bea2a0"
45
+ },
46
+ "creation_date": 1217871521,
47
+ "last_activity_date": 1217871521,
48
+ "up_vote_count": 0,
49
+ "down_vote_count": 0,
50
+ "view_count": 1081,
51
+ "score": 0,
52
+ "community_owned": false,
53
+ "title": "CSLA Master Class"
54
+ },
55
+ {
56
+ "answer_id": 39971,
57
+ "accepted": false,
58
+ "answer_comments_url": "/answers/39971/comments",
59
+ "question_id": 1234,
60
+ "owner": {
61
+ "user_id": 4271,
62
+ "user_type": "registered",
63
+ "display_name": "Rik Garner",
64
+ "reputation": 538,
65
+ "email_hash": "de7f3a6aa3dbcbe615ff38b3efde0006"
66
+ },
67
+ "creation_date": 1220373092,
68
+ "last_activity_date": 1220373092,
69
+ "up_vote_count": 8,
70
+ "down_vote_count": 0,
71
+ "view_count": 1081,
72
+ "score": 8,
73
+ "community_owned": false,
74
+ "title": "CSLA Master Class"
75
+ },
76
+ {
77
+ "answer_id": 103291,
78
+ "accepted": false,
79
+ "answer_comments_url": "/answers/103291/comments",
80
+ "question_id": 1234,
81
+ "owner": {
82
+ "user_id": 5027,
83
+ "user_type": "registered",
84
+ "display_name": "fuzzbone",
85
+ "reputation": 926,
86
+ "email_hash": "d47d5591225b924e78918e891fcf1855"
87
+ },
88
+ "creation_date": 1221840401,
89
+ "last_activity_date": 1221840401,
90
+ "up_vote_count": 27,
91
+ "down_vote_count": 0,
92
+ "view_count": 1081,
93
+ "score": 27,
94
+ "community_owned": false,
95
+ "title": "CSLA Master Class"
96
+ },
97
+ {
98
+ "answer_id": 487881,
99
+ "accepted": false,
100
+ "answer_comments_url": "/answers/487881/comments",
101
+ "question_id": 1234,
102
+ "owner": {
103
+ "user_id": 59749,
104
+ "user_type": "registered",
105
+ "reputation": 88,
106
+ "email_hash": "8fd4b27c718c131641bdbe26b5ddf248"
107
+ },
108
+ "creation_date": 1233154058,
109
+ "last_activity_date": 1233154058,
110
+ "up_vote_count": 3,
111
+ "down_vote_count": 0,
112
+ "view_count": 1081,
113
+ "score": 3,
114
+ "community_owned": false,
115
+ "title": "CSLA Master Class"
116
+ },
117
+ {
118
+ "answer_id": 629101,
119
+ "accepted": false,
120
+ "answer_comments_url": "/answers/629101/comments",
121
+ "question_id": 1234,
122
+ "owner": {
123
+ "user_id": 27779,
124
+ "user_type": "registered",
125
+ "display_name": "Gregory Higley",
126
+ "reputation": 1641,
127
+ "email_hash": "0eca43470168ac27b7d006ab3c75848f"
128
+ },
129
+ "creation_date": 1236665990,
130
+ "last_activity_date": 1236665990,
131
+ "up_vote_count": 4,
132
+ "down_vote_count": 0,
133
+ "view_count": 1081,
134
+ "score": 4,
135
+ "community_owned": false,
136
+ "title": "CSLA Master Class"
137
+ }
138
+ ],
139
+ "accepted_answer_id": 1239,
140
+ "favorite_count": 1,
141
+ "question_timeline_url": "/questions/1234/timeline",
142
+ "question_comments_url": "/questions/1234/comments",
143
+ "question_answers_url": "/questions/1234/answers",
144
+ "question_id": 1234,
145
+ "owner": {
146
+ "user_id": 296,
147
+ "user_type": "registered",
148
+ "display_name": "jdecuyper",
149
+ "reputation": 1189,
150
+ "email_hash": "21ae3e5f2968bc957b7a6fa709bea2a0"
151
+ },
152
+ "creation_date": 1217857235,
153
+ "last_activity_date": 1236665990,
154
+ "up_vote_count": 2,
155
+ "down_vote_count": 0,
156
+ "view_count": 1081,
157
+ "score": 2,
158
+ "community_owned": false,
159
+ "title": "CSLA Master Class"
160
+ }
161
+ ]
162
+ }
@@ -0,0 +1,169 @@
1
+ {
2
+ "total": 1,
3
+ "page": 1,
4
+ "pagesize": 30,
5
+ "questions": [
6
+ {
7
+ "tags": [
8
+ "csla"
9
+ ],
10
+ "answer_count": 6,
11
+ "answers": [
12
+ {
13
+ "answer_id": 1239,
14
+ "accepted": true,
15
+ "answer_comments_url": "/answers/1239/comments",
16
+ "question_id": 1234,
17
+ "owner": {
18
+ "user_id": 34,
19
+ "user_type": "registered",
20
+ "display_name": "Karl Seguin",
21
+ "reputation": 4770,
22
+ "email_hash": "6f448664cd294829b9ed0cd356f91cb1"
23
+ },
24
+ "creation_date": 1217857822,
25
+ "last_edit_date": 1232473322,
26
+ "last_activity_date": 1232473322,
27
+ "up_vote_count": 12,
28
+ "down_vote_count": 10,
29
+ "view_count": 1081,
30
+ "score": 2,
31
+ "community_owned": false,
32
+ "title": "CSLA Master Class",
33
+ "body": "<p>I guess if you have to do CSLA it might be worth it, but if you're looking to enforce your OO knowledge, look elsewhere. CLSA doesn't promote TDD or BDD. It's hard to unit test. Your \"object\" get completely loaded with data access - doesn't seem OO to me.</p>\n\n<p>CSLA is a narrow perspective on how systems ought to be built. It doesn't teach you OO, it teaches you Rocky's vision of OO. I know the ALT.NET crowd has been a little hard on CSLA, but I think it's for good reason. It was a great framework back in VB days -ahead of its time even - but it's very long in the tooth. </p>\n\n<p>If you want to learn OO, go with an o/r mapper, get <a href=\"http://domaindrivendesign.org/books/index.html#DDD_apply\" rel=\"nofollow\">Evans' DDD book</a>, and the free <a href=\"http://tinyurl.com/5jaae2\" rel=\"nofollow\">Foundations</a> series. You'll be considerably better off - have a more fundamental understanding of DDD, and most importantly won't be boxed in with a single vision. You'll have the agility to pick an ActiveRecord implementation if that suits your projects needs, or a full blown o/r mapper. Most importantly, you'll actually be able to unit test your code!</p>\n"
34
+ },
35
+ {
36
+ "answer_id": 1445,
37
+ "accepted": false,
38
+ "answer_comments_url": "/answers/1445/comments",
39
+ "question_id": 1234,
40
+ "owner": {
41
+ "user_id": 296,
42
+ "user_type": "registered",
43
+ "display_name": "jdecuyper",
44
+ "reputation": 1189,
45
+ "email_hash": "21ae3e5f2968bc957b7a6fa709bea2a0"
46
+ },
47
+ "creation_date": 1217871521,
48
+ "last_activity_date": 1217871521,
49
+ "up_vote_count": 0,
50
+ "down_vote_count": 0,
51
+ "view_count": 1081,
52
+ "score": 0,
53
+ "community_owned": false,
54
+ "title": "CSLA Master Class",
55
+ "body": "<p>Wow, thanks a lot for your detailed answer. <br>\r\nI will certainly have a second thought now :)</p>"
56
+ },
57
+ {
58
+ "answer_id": 39971,
59
+ "accepted": false,
60
+ "answer_comments_url": "/answers/39971/comments",
61
+ "question_id": 1234,
62
+ "owner": {
63
+ "user_id": 4271,
64
+ "user_type": "registered",
65
+ "display_name": "Rik Garner",
66
+ "reputation": 538,
67
+ "email_hash": "de7f3a6aa3dbcbe615ff38b3efde0006"
68
+ },
69
+ "creation_date": 1220373092,
70
+ "last_activity_date": 1220373092,
71
+ "up_vote_count": 8,
72
+ "down_vote_count": 0,
73
+ "view_count": 1081,
74
+ "score": 8,
75
+ "community_owned": false,
76
+ "title": "CSLA Master Class",
77
+ "body": "<p>Couple of quick points : \nI have used TDD on a CSLA project - works like a charm.</p>\n\n<p>You are free to implement any data access method within a CSLA project - the data access code doesn't have to be inside a CSLA class.</p>\n\n<p>CSLA <em>is</em> BDD - it's a very pragmatic approach to building a business layer for your application. </p>\n"
78
+ },
79
+ {
80
+ "answer_id": 103291,
81
+ "accepted": false,
82
+ "answer_comments_url": "/answers/103291/comments",
83
+ "question_id": 1234,
84
+ "owner": {
85
+ "user_id": 5027,
86
+ "user_type": "registered",
87
+ "display_name": "fuzzbone",
88
+ "reputation": 926,
89
+ "email_hash": "d47d5591225b924e78918e891fcf1855"
90
+ },
91
+ "creation_date": 1221840401,
92
+ "last_activity_date": 1221840401,
93
+ "up_vote_count": 27,
94
+ "down_vote_count": 0,
95
+ "view_count": 1081,
96
+ "score": 27,
97
+ "community_owned": false,
98
+ "title": "CSLA Master Class",
99
+ "body": "<p>I would consider second and third thoughts on using CSLA - but I wouldn't base it on the \"accepted\" answer above because it is completely inacurate.</p>\n\n<p>Particularly this comment:</p>\n\n<blockquote>\n <p>was a great framework back in VB days -ahead of it's time even - but it's very long in the tooth. </p>\n</blockquote>\n\n<p>The .NET CSLA framework is completely rewritten from the ground up and bears little to no relationship with the VB version (other than some very high-level philosophy). Calling it \"long in tooth\" because the author wrote a different version in a different language would be like saying \"Don't Use VB.NET because it's VB3 was a great lanaguage in it's day - but it's very long in tooth....\"</p>\n\n<p>Thee are a lot of good and bad reasons to use or not use CSLA - but as Rik points out you definitely can do TDD with CSLA. CSLA has a lot of really good features and for a lot of environments it is an excellent choice. I'll admit a biase up front -I work for Magenic (Rocky's firm)...</p>\n\n<p>That said - the accurate answer about \"The Alt.Net crowd\" - is that CSLA does impose some limitations (because of the use the \"Data Portal\" in some of the tools that \"the Alt.Net crowd\" considers critical - particular depency injection. If you believe the only way to do TDD is to use dependency injection - only then would I say that you can't do TDD with CSLA.</p>\n\n<p>Furthermore - mock frameworks like RhinoMocks use Dependcy injection can't be used as well. Typemock does not - so you CAN use mocking with CSLA. </p>\n\n<p>So if you can't live without dependency injection and a particular Mock Framework (other than TypeMock) - you probably don't want to consider CSLA - but neither of those is a requirment to \"Learn OO\"...</p>\n"
100
+ },
101
+ {
102
+ "answer_id": 487881,
103
+ "accepted": false,
104
+ "answer_comments_url": "/answers/487881/comments",
105
+ "question_id": 1234,
106
+ "owner": {
107
+ "user_id": 59749,
108
+ "user_type": "registered",
109
+ "reputation": 88,
110
+ "email_hash": "8fd4b27c718c131641bdbe26b5ddf248"
111
+ },
112
+ "creation_date": 1233154058,
113
+ "last_activity_date": 1233154058,
114
+ "up_vote_count": 3,
115
+ "down_vote_count": 0,
116
+ "view_count": 1081,
117
+ "score": 3,
118
+ "community_owned": false,
119
+ "title": "CSLA Master Class",
120
+ "body": "<p>The latest version of CSLA is specifically for Silverlight so to say it's \"long in the tooth\" is simply untrue. I've used Visual Studio's testing facilities perfectly well with CSLA. It's really an amazing platform and I don't work for Magenic. I have attended the 3 day CSLA class and found it helpful but best for people with little to no experience at all using the framework. I'm also interested in the Masterclass but have yet to take it.</p>\n"
121
+ },
122
+ {
123
+ "answer_id": 629101,
124
+ "accepted": false,
125
+ "answer_comments_url": "/answers/629101/comments",
126
+ "question_id": 1234,
127
+ "owner": {
128
+ "user_id": 27779,
129
+ "user_type": "registered",
130
+ "display_name": "Gregory Higley",
131
+ "reputation": 1641,
132
+ "email_hash": "0eca43470168ac27b7d006ab3c75848f"
133
+ },
134
+ "creation_date": 1236665990,
135
+ "last_activity_date": 1236665990,
136
+ "up_vote_count": 4,
137
+ "down_vote_count": 0,
138
+ "view_count": 1081,
139
+ "score": 4,
140
+ "community_owned": false,
141
+ "title": "CSLA Master Class",
142
+ "body": "<p>The way to use CSLA with TDD is simple: You have to realize that CSLA is <em>not</em> an ORM. (Repeat 100 times, because so many people miss this critical fact.) An ORM is something you might use <em>inside</em> CSLA's <code>DataPortal_XYZ</code> or <code>Child_XYZ</code> methods.</p>\n\n<p>Let's take the popular Repository pattern, which is excellent for testing. The important thing to realize is that your repository is <em>not</em> a repository of CSLA objects. Rather, your CSLA objects <em>consume</em> your repository, i.e., they use your repository for performing data access operations.</p>\n\n<p>So, how does this make CSLA testable? In the classic Repository pattern, you swap out your \"real\" repository with a test repository in your unit tests. This is exactly what you would do in a CSLA scenario. It's a bit of a pain to pass parameters to a CSLA object to tell it which repository to instantiate, so that would have to be configuration-driven, but the principle is perfectly valid. You can then unit-test your CSLA objects without worrying that they are hitting a live database.</p>\n\n<p>As others have said, CSLA is not a data access technology. It sits between your UI and your persistence layer and provides services like validation, two-way binding, etc. It has methods to invoke various persistence operations, but those operations can be anything you like.</p>\n"
143
+ }
144
+ ],
145
+ "accepted_answer_id": 1239,
146
+ "favorite_count": 1,
147
+ "question_timeline_url": "/questions/1234/timeline",
148
+ "question_comments_url": "/questions/1234/comments",
149
+ "question_answers_url": "/questions/1234/answers",
150
+ "question_id": 1234,
151
+ "owner": {
152
+ "user_id": 296,
153
+ "user_type": "registered",
154
+ "display_name": "jdecuyper",
155
+ "reputation": 1189,
156
+ "email_hash": "21ae3e5f2968bc957b7a6fa709bea2a0"
157
+ },
158
+ "creation_date": 1217857235,
159
+ "last_activity_date": 1236665990,
160
+ "up_vote_count": 2,
161
+ "down_vote_count": 0,
162
+ "view_count": 1081,
163
+ "score": 2,
164
+ "community_owned": false,
165
+ "title": "CSLA Master Class",
166
+ "body": "<p>Hi guys!\r\nAs anyone ever assisted the CSLA Master Class from Rockford Lhotka? (<a href=\"http://www.dunntraining.com/training/cslamasterclass.htm\" rel=\"nofollow\">www</a>).\r\n<br><br>\r\nIt seems a good way to enforce my OO knowledge in the asp.net field, but since I have to consider the flight to Atlanta and the course's price ($ 2.500), I'm not convinced yet. <br>\r\n<br>\r\nAlso, I could barrely find any feedback on the web.<br><br>\r\nCould anyone share some experience or comments?<br><br>\r\nThanks a lot. </p>"
167
+ }
168
+ ]
169
+ }
@@ -0,0 +1,1773 @@
1
+ {
2
+ "total": 701674,
3
+ "page": 1,
4
+ "pagesize": 30,
5
+ "questions": [
6
+ {
7
+ "tags": [
8
+ "python",
9
+ "django"
10
+ ],
11
+ "answer_count": 0,
12
+ "answers": [],
13
+ "favorite_count": 0,
14
+ "question_timeline_url": "/questions/2943174/timeline",
15
+ "question_comments_url": "/questions/2943174/comments",
16
+ "question_answers_url": "/questions/2943174/answers",
17
+ "question_id": 2943174,
18
+ "owner": {
19
+ "user_id": 354538,
20
+ "user_type": "unregistered",
21
+ "display_name": "DJPy",
22
+ "reputation": 1,
23
+ "email_hash": "75896ac961d6cfc55d21d297cc3b11b3"
24
+ },
25
+ "creation_date": 1275304964,
26
+ "last_activity_date": 1275304964,
27
+ "up_vote_count": 0,
28
+ "down_vote_count": 0,
29
+ "view_count": 0,
30
+ "score": 0,
31
+ "community_owned": false,
32
+ "title": "Django - count date between"
33
+ },
34
+ {
35
+ "tags": [
36
+ "performance",
37
+ "http",
38
+ "mod-rewrite"
39
+ ],
40
+ "answer_count": 1,
41
+ "answers": [
42
+ {
43
+ "answer_id": 2943173,
44
+ "accepted": false,
45
+ "answer_comments_url": "/answers/2943173/comments",
46
+ "question_id": 2943123,
47
+ "owner": {
48
+ "user_id": 187606,
49
+ "user_type": "registered",
50
+ "display_name": "Pekka",
51
+ "reputation": 46013,
52
+ "email_hash": "628d6cb4c2ad9d7b38a62f76a3bb7651"
53
+ },
54
+ "creation_date": 1275304955,
55
+ "last_activity_date": 1275304955,
56
+ "up_vote_count": 0,
57
+ "down_vote_count": 0,
58
+ "view_count": 9,
59
+ "score": 0,
60
+ "community_owned": false,
61
+ "title": "Mod_rewrite on all website images"
62
+ }
63
+ ],
64
+ "favorite_count": 1,
65
+ "question_timeline_url": "/questions/2943123/timeline",
66
+ "question_comments_url": "/questions/2943123/comments",
67
+ "question_answers_url": "/questions/2943123/answers",
68
+ "question_id": 2943123,
69
+ "owner": {
70
+ "user_id": 102977,
71
+ "user_type": "registered",
72
+ "display_name": "Esteve Camps",
73
+ "reputation": 26,
74
+ "email_hash": "d1b370125f7d033dc7c34ec11283226e"
75
+ },
76
+ "creation_date": 1275304344,
77
+ "last_activity_date": 1275304955,
78
+ "up_vote_count": 0,
79
+ "down_vote_count": 0,
80
+ "view_count": 9,
81
+ "score": 0,
82
+ "community_owned": false,
83
+ "title": "Mod_rewrite on all website images"
84
+ },
85
+ {
86
+ "tags": [
87
+ "c#",
88
+ "java",
89
+ "c++",
90
+ "oop"
91
+ ],
92
+ "answer_count": 3,
93
+ "answers": [
94
+ {
95
+ "answer_id": 2943152,
96
+ "accepted": false,
97
+ "answer_comments_url": "/answers/2943152/comments",
98
+ "question_id": 2943142,
99
+ "owner": {
100
+ "user_id": 218589,
101
+ "user_type": "registered",
102
+ "display_name": "klausbyskov",
103
+ "reputation": 11999,
104
+ "email_hash": "0f608cda9532c7749b0a05ba23f3803c"
105
+ },
106
+ "creation_date": 1275304725,
107
+ "last_activity_date": 1275304725,
108
+ "up_vote_count": 4,
109
+ "down_vote_count": 0,
110
+ "view_count": 32,
111
+ "score": 4,
112
+ "community_owned": true,
113
+ "title": "What are marker interfaces?"
114
+ },
115
+ {
116
+ "answer_id": 2943164,
117
+ "accepted": false,
118
+ "answer_comments_url": "/answers/2943164/comments",
119
+ "question_id": 2943142,
120
+ "owner": {
121
+ "user_id": 347045,
122
+ "user_type": "registered",
123
+ "display_name": "SunilRai86",
124
+ "reputation": 44,
125
+ "email_hash": "60c9ce394a42692f7d276ebf4954df1d"
126
+ },
127
+ "creation_date": 1275304876,
128
+ "last_activity_date": 1275304876,
129
+ "up_vote_count": 0,
130
+ "down_vote_count": 0,
131
+ "view_count": 32,
132
+ "score": 0,
133
+ "community_owned": true,
134
+ "title": "What are marker interfaces?"
135
+ },
136
+ {
137
+ "answer_id": 2943172,
138
+ "accepted": false,
139
+ "answer_comments_url": "/answers/2943172/comments",
140
+ "question_id": 2943142,
141
+ "owner": {
142
+ "user_id": 203458,
143
+ "user_type": "registered",
144
+ "display_name": "Kate Gregory",
145
+ "reputation": 1087,
146
+ "email_hash": "1b9f56786ceba3c57d0d2fe56182a4d3"
147
+ },
148
+ "creation_date": 1275304949,
149
+ "last_activity_date": 1275304949,
150
+ "up_vote_count": 0,
151
+ "down_vote_count": 0,
152
+ "view_count": 32,
153
+ "score": 0,
154
+ "community_owned": true,
155
+ "title": "What are marker interfaces?"
156
+ }
157
+ ],
158
+ "favorite_count": 0,
159
+ "question_timeline_url": "/questions/2943142/timeline",
160
+ "question_comments_url": "/questions/2943142/comments",
161
+ "question_answers_url": "/questions/2943142/answers",
162
+ "question_id": 2943142,
163
+ "owner": {
164
+ "user_id": 347045,
165
+ "user_type": "registered",
166
+ "display_name": "SunilRai86",
167
+ "reputation": 44,
168
+ "email_hash": "60c9ce394a42692f7d276ebf4954df1d"
169
+ },
170
+ "creation_date": 1275304610,
171
+ "last_edit_date": 1275304821,
172
+ "last_activity_date": 1275304949,
173
+ "up_vote_count": 1,
174
+ "down_vote_count": 0,
175
+ "view_count": 32,
176
+ "score": 1,
177
+ "community_owned": true,
178
+ "title": "What are marker interfaces?"
179
+ },
180
+ {
181
+ "tags": [
182
+ "python",
183
+ "beginner",
184
+ "windows-7",
185
+ "path"
186
+ ],
187
+ "answer_count": 2,
188
+ "answers": [
189
+ {
190
+ "answer_id": 2943111,
191
+ "accepted": false,
192
+ "answer_comments_url": "/answers/2943111/comments",
193
+ "question_id": 2943071,
194
+ "owner": {
195
+ "user_id": 104011,
196
+ "user_type": "registered",
197
+ "display_name": "Fu4ny",
198
+ "reputation": 135,
199
+ "email_hash": "7dc85c0da8496aa25b227be94fe1c40e"
200
+ },
201
+ "creation_date": 1275304269,
202
+ "last_activity_date": 1275304269,
203
+ "up_vote_count": 1,
204
+ "down_vote_count": 0,
205
+ "view_count": 10,
206
+ "score": 1,
207
+ "community_owned": false,
208
+ "title": "Python doesn't work properly when I execute a script after using Right Click >> Command Prompt Here"
209
+ },
210
+ {
211
+ "answer_id": 2943171,
212
+ "accepted": false,
213
+ "answer_comments_url": "/answers/2943171/comments",
214
+ "question_id": 2943071,
215
+ "owner": {
216
+ "user_id": 306805,
217
+ "user_type": "registered",
218
+ "display_name": "Felix",
219
+ "reputation": 130,
220
+ "email_hash": "0a2ab2d034cee21110cbfa389add56ae"
221
+ },
222
+ "creation_date": 1275304940,
223
+ "last_activity_date": 1275304940,
224
+ "up_vote_count": 0,
225
+ "down_vote_count": 0,
226
+ "view_count": 10,
227
+ "score": 0,
228
+ "community_owned": false,
229
+ "title": "Python doesn't work properly when I execute a script after using Right Click >> Command Prompt Here"
230
+ }
231
+ ],
232
+ "favorite_count": 0,
233
+ "question_timeline_url": "/questions/2943071/timeline",
234
+ "question_comments_url": "/questions/2943071/comments",
235
+ "question_answers_url": "/questions/2943071/answers",
236
+ "question_id": 2943071,
237
+ "owner": {
238
+ "user_id": 145567,
239
+ "user_type": "registered",
240
+ "display_name": "Dominic Bou-Samra",
241
+ "reputation": 1052,
242
+ "email_hash": "3fa679c5e556d0b9c31d99030ad5cacc"
243
+ },
244
+ "creation_date": 1275303838,
245
+ "last_edit_date": 1275304605,
246
+ "last_activity_date": 1275304940,
247
+ "up_vote_count": 0,
248
+ "down_vote_count": 0,
249
+ "view_count": 10,
250
+ "score": 0,
251
+ "community_owned": false,
252
+ "title": "Python doesn't work properly when I execute a script after using Right Click >> Command Prompt Here"
253
+ },
254
+ {
255
+ "tags": [
256
+ "sql",
257
+ "vb.net",
258
+ "multiple",
259
+ "real-time",
260
+ "clients"
261
+ ],
262
+ "answer_count": 0,
263
+ "answers": [],
264
+ "favorite_count": 0,
265
+ "question_timeline_url": "/questions/2943170/timeline",
266
+ "question_comments_url": "/questions/2943170/comments",
267
+ "question_answers_url": "/questions/2943170/answers",
268
+ "question_id": 2943170,
269
+ "owner": {
270
+ "user_id": 354537,
271
+ "user_type": "unregistered",
272
+ "display_name": "Marcel",
273
+ "reputation": 1,
274
+ "email_hash": "4dcfcca285c95c9a3683585bc92862c0"
275
+ },
276
+ "creation_date": 1275304932,
277
+ "last_activity_date": 1275304932,
278
+ "up_vote_count": 0,
279
+ "down_vote_count": 0,
280
+ "view_count": 1,
281
+ "score": 0,
282
+ "community_owned": false,
283
+ "title": "Real time SQL database updates between multiple VB.NET clients"
284
+ },
285
+ {
286
+ "tags": [
287
+ "c++",
288
+ "windows",
289
+ "mfc"
290
+ ],
291
+ "answer_count": 0,
292
+ "answers": [],
293
+ "favorite_count": 0,
294
+ "question_timeline_url": "/questions/2943169/timeline",
295
+ "question_comments_url": "/questions/2943169/comments",
296
+ "question_answers_url": "/questions/2943169/answers",
297
+ "question_id": 2943169,
298
+ "owner": {
299
+ "user_id": 111797,
300
+ "user_type": "registered",
301
+ "display_name": "Soltys",
302
+ "reputation": 1,
303
+ "email_hash": "0cd5c0ee7c034f993d61d7823961665d"
304
+ },
305
+ "creation_date": 1275304912,
306
+ "last_activity_date": 1275304912,
307
+ "up_vote_count": 0,
308
+ "down_vote_count": 0,
309
+ "view_count": 3,
310
+ "score": 0,
311
+ "community_owned": false,
312
+ "title": "How LPtoDP function works?"
313
+ },
314
+ {
315
+ "tags": [
316
+ "php",
317
+ "wordpress"
318
+ ],
319
+ "answer_count": 3,
320
+ "answers": [
321
+ {
322
+ "answer_id": 1032738,
323
+ "accepted": true,
324
+ "answer_comments_url": "/answers/1032738/comments",
325
+ "question_id": 1031442,
326
+ "owner": {
327
+ "user_id": 39353,
328
+ "user_type": "registered",
329
+ "display_name": "Simon Scarfe",
330
+ "reputation": 559,
331
+ "email_hash": "353ff31345fee55e89b17669fa2daa3b"
332
+ },
333
+ "creation_date": 1245765608,
334
+ "last_activity_date": 1245765608,
335
+ "up_vote_count": 1,
336
+ "down_vote_count": 0,
337
+ "view_count": 653,
338
+ "score": 1,
339
+ "community_owned": false,
340
+ "title": "Finding current page number in Wordpress"
341
+ },
342
+ {
343
+ "answer_id": 1034238,
344
+ "accepted": false,
345
+ "answer_comments_url": "/answers/1034238/comments",
346
+ "question_id": 1031442,
347
+ "owner": {
348
+ "user_id": 127113,
349
+ "user_type": "registered",
350
+ "display_name": "aaronwaggs",
351
+ "reputation": 31,
352
+ "email_hash": "f99945b78365d14a7d8068b7ecc64118"
353
+ },
354
+ "creation_date": 1245781007,
355
+ "last_activity_date": 1245781007,
356
+ "up_vote_count": 0,
357
+ "down_vote_count": 0,
358
+ "view_count": 653,
359
+ "score": 0,
360
+ "community_owned": false,
361
+ "title": "Finding current page number in Wordpress"
362
+ },
363
+ {
364
+ "answer_id": 2943168,
365
+ "accepted": false,
366
+ "answer_comments_url": "/answers/2943168/comments",
367
+ "question_id": 1031442,
368
+ "owner": {
369
+ "user_id": 354536,
370
+ "user_type": "unregistered",
371
+ "display_name": "Juri",
372
+ "reputation": 1,
373
+ "email_hash": "fa4d299251419d476b64f7c3ed770c25"
374
+ },
375
+ "creation_date": 1275304904,
376
+ "last_activity_date": 1275304904,
377
+ "up_vote_count": 0,
378
+ "down_vote_count": 0,
379
+ "view_count": 653,
380
+ "score": 0,
381
+ "community_owned": false,
382
+ "title": "Finding current page number in Wordpress"
383
+ }
384
+ ],
385
+ "accepted_answer_id": 1032738,
386
+ "favorite_count": 0,
387
+ "question_timeline_url": "/questions/1031442/timeline",
388
+ "question_comments_url": "/questions/1031442/comments",
389
+ "question_answers_url": "/questions/1031442/answers",
390
+ "question_id": 1031442,
391
+ "owner": {
392
+ "user_id": 81297,
393
+ "user_type": "unregistered",
394
+ "display_name": "Dipesh Batheja",
395
+ "reputation": 10,
396
+ "email_hash": "d69862fe67d9ed3c57097a41e0253ba5"
397
+ },
398
+ "creation_date": 1245747771,
399
+ "last_edit_date": 1245781209,
400
+ "last_activity_date": 1275304904,
401
+ "up_vote_count": 1,
402
+ "down_vote_count": 0,
403
+ "view_count": 653,
404
+ "score": 1,
405
+ "community_owned": false,
406
+ "title": "Finding current page number in Wordpress"
407
+ },
408
+ {
409
+ "tags": [
410
+ "database",
411
+ "postgresql",
412
+ "phppgadmin"
413
+ ],
414
+ "answer_count": 0,
415
+ "answers": [],
416
+ "favorite_count": 0,
417
+ "question_timeline_url": "/questions/2943167/timeline",
418
+ "question_comments_url": "/questions/2943167/comments",
419
+ "question_answers_url": "/questions/2943167/answers",
420
+ "question_id": 2943167,
421
+ "owner": {
422
+ "user_id": 244413,
423
+ "user_type": "registered",
424
+ "display_name": "xRobot",
425
+ "reputation": 555,
426
+ "email_hash": "5856fe4e4b682e569581a97cba49420e"
427
+ },
428
+ "creation_date": 1275304903,
429
+ "last_activity_date": 1275304903,
430
+ "up_vote_count": 0,
431
+ "down_vote_count": 0,
432
+ "view_count": 1,
433
+ "score": 0,
434
+ "community_owned": false,
435
+ "title": "PHPpgAdmin: How delete rows without using SQL"
436
+ },
437
+ {
438
+ "tags": [
439
+ "java",
440
+ "jdbc"
441
+ ],
442
+ "answer_count": 3,
443
+ "answers": [
444
+ {
445
+ "answer_id": 2942795,
446
+ "accepted": false,
447
+ "answer_comments_url": "/answers/2942795/comments",
448
+ "question_id": 2942788,
449
+ "owner": {
450
+ "user_id": 12960,
451
+ "user_type": "registered",
452
+ "display_name": "Brian Agnew",
453
+ "reputation": 47199,
454
+ "email_hash": "c53d539b59c19087182f0b1c53bb52de"
455
+ },
456
+ "creation_date": 1275300288,
457
+ "last_activity_date": 1275300288,
458
+ "up_vote_count": 6,
459
+ "down_vote_count": 0,
460
+ "view_count": 53,
461
+ "score": 6,
462
+ "community_owned": false,
463
+ "title": "Check if table exists"
464
+ },
465
+ {
466
+ "answer_id": 2943017,
467
+ "accepted": false,
468
+ "answer_comments_url": "/answers/2943017/comments",
469
+ "question_id": 2942788,
470
+ "owner": {
471
+ "user_id": 280615,
472
+ "user_type": "registered",
473
+ "display_name": "Dmitry",
474
+ "reputation": 100,
475
+ "email_hash": "7e1d13797b50b99530020436d8bee761"
476
+ },
477
+ "creation_date": 1275303261,
478
+ "last_activity_date": 1275303261,
479
+ "up_vote_count": 0,
480
+ "down_vote_count": 0,
481
+ "view_count": 53,
482
+ "score": 0,
483
+ "community_owned": false,
484
+ "title": "Check if table exists"
485
+ },
486
+ {
487
+ "answer_id": 2943166,
488
+ "accepted": false,
489
+ "answer_comments_url": "/answers/2943166/comments",
490
+ "question_id": 2942788,
491
+ "owner": {
492
+ "user_id": 25122,
493
+ "user_type": "registered",
494
+ "display_name": "RealHowTo",
495
+ "reputation": 1763,
496
+ "email_hash": "a721f52ddd589ac539807781e060b52f"
497
+ },
498
+ "creation_date": 1275304902,
499
+ "last_activity_date": 1275304902,
500
+ "up_vote_count": 0,
501
+ "down_vote_count": 0,
502
+ "view_count": 53,
503
+ "score": 0,
504
+ "community_owned": false,
505
+ "title": "Check if table exists"
506
+ }
507
+ ],
508
+ "favorite_count": 0,
509
+ "question_timeline_url": "/questions/2942788/timeline",
510
+ "question_comments_url": "/questions/2942788/comments",
511
+ "question_answers_url": "/questions/2942788/answers",
512
+ "question_id": 2942788,
513
+ "owner": {
514
+ "user_id": 280615,
515
+ "user_type": "registered",
516
+ "display_name": "Dmitry",
517
+ "reputation": 100,
518
+ "email_hash": "7e1d13797b50b99530020436d8bee761"
519
+ },
520
+ "creation_date": 1275300197,
521
+ "last_edit_date": 1275302239,
522
+ "last_activity_date": 1275304902,
523
+ "up_vote_count": 4,
524
+ "down_vote_count": 0,
525
+ "view_count": 53,
526
+ "score": 4,
527
+ "community_owned": false,
528
+ "title": "Check if table exists"
529
+ },
530
+ {
531
+ "tags": [
532
+ "iphone"
533
+ ],
534
+ "answer_count": 0,
535
+ "answers": [],
536
+ "favorite_count": 0,
537
+ "question_timeline_url": "/questions/2943165/timeline",
538
+ "question_comments_url": "/questions/2943165/comments",
539
+ "question_answers_url": "/questions/2943165/answers",
540
+ "question_id": 2943165,
541
+ "owner": {
542
+ "user_id": 354527,
543
+ "user_type": "registered",
544
+ "display_name": "Adnan Sohail",
545
+ "reputation": 1,
546
+ "email_hash": "28eeed853a5d283857e26fb79d4eba42"
547
+ },
548
+ "creation_date": 1275304882,
549
+ "last_activity_date": 1275304882,
550
+ "up_vote_count": 0,
551
+ "down_vote_count": 0,
552
+ "view_count": 1,
553
+ "score": 0,
554
+ "community_owned": false,
555
+ "title": "Image Masking Problem "
556
+ },
557
+ {
558
+ "tags": [
559
+ "drupal"
560
+ ],
561
+ "answer_count": 0,
562
+ "answers": [],
563
+ "favorite_count": 0,
564
+ "question_timeline_url": "/questions/2943163/timeline",
565
+ "question_comments_url": "/questions/2943163/comments",
566
+ "question_answers_url": "/questions/2943163/answers",
567
+ "question_id": 2943163,
568
+ "owner": {
569
+ "user_id": 354535,
570
+ "user_type": "unregistered",
571
+ "display_name": "prabdrup",
572
+ "reputation": 1,
573
+ "email_hash": "ae3cd529b1f8f5a39f89f781614ecef7"
574
+ },
575
+ "creation_date": 1275304853,
576
+ "last_activity_date": 1275304853,
577
+ "up_vote_count": 0,
578
+ "down_vote_count": 0,
579
+ "view_count": 1,
580
+ "score": 0,
581
+ "community_owned": false,
582
+ "title": "Adding a javascript immediate after body tag"
583
+ },
584
+ {
585
+ "tags": [
586
+ "lambda",
587
+ "scheme",
588
+ "let"
589
+ ],
590
+ "answer_count": 3,
591
+ "answers": [
592
+ {
593
+ "answer_id": 2943120,
594
+ "accepted": false,
595
+ "answer_comments_url": "/answers/2943120/comments",
596
+ "question_id": 2943072,
597
+ "owner": {
598
+ "user_id": 350890,
599
+ "user_type": "registered",
600
+ "display_name": "Peter Tillemans",
601
+ "reputation": 947,
602
+ "email_hash": "13aa71c8fd3c3fcfbf09e81ea11555d8"
603
+ },
604
+ "creation_date": 1275304320,
605
+ "last_edit_date": 1275304852,
606
+ "last_activity_date": 1275304852,
607
+ "up_vote_count": 1,
608
+ "down_vote_count": 0,
609
+ "view_count": 21,
610
+ "score": 1,
611
+ "community_owned": false,
612
+ "title": "What's the point of lambda in scheme?"
613
+ },
614
+ {
615
+ "answer_id": 2943133,
616
+ "accepted": false,
617
+ "answer_comments_url": "/answers/2943133/comments",
618
+ "question_id": 2943072,
619
+ "owner": {
620
+ "user_id": 149392,
621
+ "user_type": "registered",
622
+ "display_name": "sepp2k",
623
+ "reputation": 22002,
624
+ "email_hash": "de78fd50d6cf2827f86ce699ed7cd25b"
625
+ },
626
+ "creation_date": 1275304483,
627
+ "last_activity_date": 1275304483,
628
+ "up_vote_count": 1,
629
+ "down_vote_count": 0,
630
+ "view_count": 21,
631
+ "score": 1,
632
+ "community_owned": false,
633
+ "title": "What's the point of lambda in scheme?"
634
+ },
635
+ {
636
+ "answer_id": 2943136,
637
+ "accepted": false,
638
+ "answer_comments_url": "/answers/2943136/comments",
639
+ "question_id": 2943072,
640
+ "owner": {
641
+ "user_id": 30316,
642
+ "user_type": "registered",
643
+ "reputation": 2753,
644
+ "email_hash": "01d79f038deccf8820e98fb2e3b08f9b"
645
+ },
646
+ "creation_date": 1275304519,
647
+ "last_activity_date": 1275304519,
648
+ "up_vote_count": 0,
649
+ "down_vote_count": 0,
650
+ "view_count": 21,
651
+ "score": 0,
652
+ "community_owned": false,
653
+ "title": "What's the point of lambda in scheme?"
654
+ }
655
+ ],
656
+ "favorite_count": 0,
657
+ "question_timeline_url": "/questions/2943072/timeline",
658
+ "question_comments_url": "/questions/2943072/comments",
659
+ "question_answers_url": "/questions/2943072/answers",
660
+ "question_id": 2943072,
661
+ "owner": {
662
+ "user_id": 277800,
663
+ "user_type": "registered",
664
+ "display_name": "incrediman",
665
+ "reputation": 1390,
666
+ "email_hash": "6897fe36f3befbc7f9a0a613d3e41080"
667
+ },
668
+ "creation_date": 1275303848,
669
+ "last_edit_date": 1275304486,
670
+ "last_activity_date": 1275304852,
671
+ "up_vote_count": 0,
672
+ "down_vote_count": 0,
673
+ "view_count": 21,
674
+ "score": 0,
675
+ "community_owned": false,
676
+ "title": "What's the point of lambda in scheme?"
677
+ },
678
+ {
679
+ "tags": [
680
+ ".net",
681
+ "w3wp.exe"
682
+ ],
683
+ "answer_count": 2,
684
+ "answers": [
685
+ {
686
+ "answer_id": 2943149,
687
+ "accepted": false,
688
+ "answer_comments_url": "/answers/2943149/comments",
689
+ "question_id": 2943045,
690
+ "owner": {
691
+ "user_id": 1831,
692
+ "user_type": "registered",
693
+ "display_name": "Russ Cam",
694
+ "reputation": 17758,
695
+ "email_hash": "ab6b3583495802f93d94a69100023137"
696
+ },
697
+ "creation_date": 1275304683,
698
+ "last_activity_date": 1275304683,
699
+ "up_vote_count": 0,
700
+ "down_vote_count": 0,
701
+ "view_count": 7,
702
+ "score": 0,
703
+ "community_owned": false,
704
+ "title": "w3wp.exe in ASP.NET production app is using 100% CPU. How to find the problem ?"
705
+ },
706
+ {
707
+ "answer_id": 2943162,
708
+ "accepted": false,
709
+ "answer_comments_url": "/answers/2943162/comments",
710
+ "question_id": 2943045,
711
+ "owner": {
712
+ "user_id": 333564,
713
+ "user_type": "registered",
714
+ "display_name": "Mark Storey-Smith",
715
+ "reputation": 219,
716
+ "email_hash": "9761a1654956bd5f9c76647cd8a979e4"
717
+ },
718
+ "creation_date": 1275304851,
719
+ "last_activity_date": 1275304851,
720
+ "up_vote_count": 0,
721
+ "down_vote_count": 0,
722
+ "view_count": 7,
723
+ "score": 0,
724
+ "community_owned": false,
725
+ "title": "w3wp.exe in ASP.NET production app is using 100% CPU. How to find the problem ?"
726
+ }
727
+ ],
728
+ "favorite_count": 0,
729
+ "question_timeline_url": "/questions/2943045/timeline",
730
+ "question_comments_url": "/questions/2943045/comments",
731
+ "question_answers_url": "/questions/2943045/answers",
732
+ "question_id": 2943045,
733
+ "owner": {
734
+ "user_id": 354518,
735
+ "user_type": "unregistered",
736
+ "display_name": "Tucker",
737
+ "reputation": 1,
738
+ "email_hash": "33400b7c64e90f970478510414ed3c13"
739
+ },
740
+ "creation_date": 1275303593,
741
+ "last_activity_date": 1275304851,
742
+ "up_vote_count": 0,
743
+ "down_vote_count": 0,
744
+ "view_count": 7,
745
+ "score": 0,
746
+ "community_owned": false,
747
+ "title": "w3wp.exe in ASP.NET production app is using 100% CPU. How to find the problem ?"
748
+ },
749
+ {
750
+ "tags": [
751
+ "java",
752
+ "api",
753
+ "twitter"
754
+ ],
755
+ "answer_count": 0,
756
+ "answers": [],
757
+ "favorite_count": 0,
758
+ "question_timeline_url": "/questions/2943161/timeline",
759
+ "question_comments_url": "/questions/2943161/comments",
760
+ "question_answers_url": "/questions/2943161/answers",
761
+ "question_id": 2943161,
762
+ "owner": {
763
+ "user_id": 308254,
764
+ "user_type": "registered",
765
+ "display_name": "Denzil",
766
+ "reputation": 25,
767
+ "email_hash": "354c65588cca696086551858e5e316a2"
768
+ },
769
+ "creation_date": 1275304846,
770
+ "last_activity_date": 1275304846,
771
+ "up_vote_count": 0,
772
+ "down_vote_count": 0,
773
+ "view_count": 2,
774
+ "score": 0,
775
+ "community_owned": false,
776
+ "title": "Get tweets of a public twitter profile"
777
+ },
778
+ {
779
+ "tags": [
780
+ "internet-explorer",
781
+ "firefox",
782
+ "eval"
783
+ ],
784
+ "answer_count": 0,
785
+ "answers": [],
786
+ "favorite_count": 0,
787
+ "question_timeline_url": "/questions/2943160/timeline",
788
+ "question_comments_url": "/questions/2943160/comments",
789
+ "question_answers_url": "/questions/2943160/answers",
790
+ "question_id": 2943160,
791
+ "owner": {
792
+ "user_id": 129222,
793
+ "user_type": "unregistered",
794
+ "display_name": "sonam",
795
+ "reputation": 1,
796
+ "email_hash": "656b582b0d6b9fe5c697c0962692d2cf"
797
+ },
798
+ "creation_date": 1275304824,
799
+ "last_activity_date": 1275304824,
800
+ "up_vote_count": 0,
801
+ "down_vote_count": 0,
802
+ "view_count": 2,
803
+ "score": 0,
804
+ "community_owned": false,
805
+ "title": "unterminated string literal on json eval"
806
+ },
807
+ {
808
+ "tags": [
809
+ "android",
810
+ "textview"
811
+ ],
812
+ "answer_count": 0,
813
+ "answers": [],
814
+ "favorite_count": 0,
815
+ "question_timeline_url": "/questions/2943159/timeline",
816
+ "question_comments_url": "/questions/2943159/comments",
817
+ "question_answers_url": "/questions/2943159/answers",
818
+ "question_id": 2943159,
819
+ "owner": {
820
+ "user_id": 907,
821
+ "user_type": "registered",
822
+ "display_name": "Naseer",
823
+ "reputation": 706,
824
+ "email_hash": "5f40893082763128fc3a252b5c7047c1"
825
+ },
826
+ "creation_date": 1275304820,
827
+ "last_activity_date": 1275304820,
828
+ "up_vote_count": 0,
829
+ "down_vote_count": 0,
830
+ "view_count": 1,
831
+ "score": 0,
832
+ "community_owned": false,
833
+ "title": "Focus next textview automatically"
834
+ },
835
+ {
836
+ "tags": [
837
+ "msbuild",
838
+ "build-automation"
839
+ ],
840
+ "answer_count": 0,
841
+ "answers": [],
842
+ "favorite_count": 0,
843
+ "question_timeline_url": "/questions/2943158/timeline",
844
+ "question_comments_url": "/questions/2943158/comments",
845
+ "question_answers_url": "/questions/2943158/answers",
846
+ "question_id": 2943158,
847
+ "owner": {
848
+ "user_id": 29287,
849
+ "user_type": "registered",
850
+ "display_name": "Rihan Meij",
851
+ "reputation": 568,
852
+ "email_hash": "8bc650af0fa83876a4f665320c846dd2"
853
+ },
854
+ "creation_date": 1275304807,
855
+ "last_activity_date": 1275304807,
856
+ "up_vote_count": 0,
857
+ "down_vote_count": 0,
858
+ "view_count": 1,
859
+ "score": 0,
860
+ "community_owned": false,
861
+ "title": "Looking for a target that works like \"_CopyWebApplication\" but for console apps"
862
+ },
863
+ {
864
+ "tags": [
865
+ "java",
866
+ "spring",
867
+ "learning",
868
+ "struts2",
869
+ "prerequisites"
870
+ ],
871
+ "answer_count": 2,
872
+ "answers": [
873
+ {
874
+ "answer_id": 2943106,
875
+ "accepted": false,
876
+ "answer_comments_url": "/answers/2943106/comments",
877
+ "question_id": 2943097,
878
+ "owner": {
879
+ "user_id": 179878,
880
+ "user_type": "registered",
881
+ "display_name": "jasonmp85",
882
+ "reputation": 1012,
883
+ "email_hash": "f1266ec269164fa482e9bea6dbb3706f"
884
+ },
885
+ "creation_date": 1275304207,
886
+ "last_activity_date": 1275304207,
887
+ "up_vote_count": 0,
888
+ "down_vote_count": 0,
889
+ "view_count": 14,
890
+ "score": 0,
891
+ "community_owned": false,
892
+ "title": "What is the prerequisite when try to learn the spring or struts framework?"
893
+ },
894
+ {
895
+ "answer_id": 2943157,
896
+ "accepted": false,
897
+ "answer_comments_url": "/answers/2943157/comments",
898
+ "question_id": 2943097,
899
+ "owner": {
900
+ "user_id": 353852,
901
+ "user_type": "registered",
902
+ "reputation": 11,
903
+ "email_hash": "da9b13b377af5b704c14d2928037fd64"
904
+ },
905
+ "creation_date": 1275304781,
906
+ "last_activity_date": 1275304781,
907
+ "up_vote_count": 0,
908
+ "down_vote_count": 0,
909
+ "view_count": 14,
910
+ "score": 0,
911
+ "community_owned": false,
912
+ "title": "What is the prerequisite when try to learn the spring or struts framework?"
913
+ }
914
+ ],
915
+ "favorite_count": 1,
916
+ "question_timeline_url": "/questions/2943097/timeline",
917
+ "question_comments_url": "/questions/2943097/comments",
918
+ "question_answers_url": "/questions/2943097/answers",
919
+ "question_id": 2943097,
920
+ "owner": {
921
+ "user_id": 292157,
922
+ "user_type": "registered",
923
+ "reputation": 18,
924
+ "email_hash": "550203ef3caf0258c3daf078a9c27377"
925
+ },
926
+ "creation_date": 1275304070,
927
+ "last_edit_date": 1275304261,
928
+ "last_activity_date": 1275304781,
929
+ "up_vote_count": 1,
930
+ "down_vote_count": 0,
931
+ "view_count": 14,
932
+ "score": 1,
933
+ "community_owned": false,
934
+ "title": "What is the prerequisite when try to learn the spring or struts framework?"
935
+ },
936
+ {
937
+ "tags": [
938
+ "ruby"
939
+ ],
940
+ "answer_count": 3,
941
+ "answers": [
942
+ {
943
+ "answer_id": 2943100,
944
+ "accepted": false,
945
+ "answer_comments_url": "/answers/2943100/comments",
946
+ "question_id": 2943065,
947
+ "owner": {
948
+ "user_id": 53244,
949
+ "user_type": "registered",
950
+ "display_name": "sovanesyan",
951
+ "reputation": 187,
952
+ "email_hash": "912bc7c7ce97aeaca308a07713cd7f60"
953
+ },
954
+ "creation_date": 1275304125,
955
+ "last_activity_date": 1275304125,
956
+ "up_vote_count": 0,
957
+ "down_vote_count": 0,
958
+ "view_count": 11,
959
+ "score": 0,
960
+ "community_owned": false,
961
+ "title": "How to get timestamp in ruby?"
962
+ },
963
+ {
964
+ "answer_id": 2943105,
965
+ "accepted": false,
966
+ "answer_comments_url": "/answers/2943105/comments",
967
+ "question_id": 2943065,
968
+ "owner": {
969
+ "user_id": 73070,
970
+ "user_type": "registered",
971
+ "display_name": "Johannes Rössel",
972
+ "reputation": 37887,
973
+ "email_hash": "d54ed51c0f03cb461741c3ec77a837b2"
974
+ },
975
+ "creation_date": 1275304192,
976
+ "last_activity_date": 1275304192,
977
+ "up_vote_count": 0,
978
+ "down_vote_count": 0,
979
+ "view_count": 11,
980
+ "score": 0,
981
+ "community_owned": false,
982
+ "title": "How to get timestamp in ruby?"
983
+ },
984
+ {
985
+ "answer_id": 2943156,
986
+ "accepted": false,
987
+ "answer_comments_url": "/answers/2943156/comments",
988
+ "question_id": 2943065,
989
+ "owner": {
990
+ "user_id": 26051,
991
+ "user_type": "registered",
992
+ "display_name": "August Lilleaas",
993
+ "reputation": 5514,
994
+ "email_hash": "e61f142f400df8299d37c2bce09e3478"
995
+ },
996
+ "creation_date": 1275304770,
997
+ "last_activity_date": 1275304770,
998
+ "up_vote_count": 0,
999
+ "down_vote_count": 0,
1000
+ "view_count": 11,
1001
+ "score": 0,
1002
+ "community_owned": false,
1003
+ "title": "How to get timestamp in ruby?"
1004
+ }
1005
+ ],
1006
+ "favorite_count": 0,
1007
+ "question_timeline_url": "/questions/2943065/timeline",
1008
+ "question_comments_url": "/questions/2943065/comments",
1009
+ "question_answers_url": "/questions/2943065/answers",
1010
+ "question_id": 2943065,
1011
+ "owner": {
1012
+ "user_id": 179855,
1013
+ "user_type": "registered",
1014
+ "display_name": "piemesons",
1015
+ "reputation": 1295,
1016
+ "email_hash": "eedd5a37effb5bdd4bbd71ea86aef617"
1017
+ },
1018
+ "creation_date": 1275303795,
1019
+ "last_activity_date": 1275304770,
1020
+ "up_vote_count": 0,
1021
+ "down_vote_count": 0,
1022
+ "view_count": 11,
1023
+ "score": 0,
1024
+ "community_owned": false,
1025
+ "title": "How to get timestamp in ruby?"
1026
+ },
1027
+ {
1028
+ "tags": [
1029
+ "eclipse",
1030
+ "intellisense"
1031
+ ],
1032
+ "answer_count": 1,
1033
+ "answers": [
1034
+ {
1035
+ "answer_id": 2943155,
1036
+ "accepted": false,
1037
+ "answer_comments_url": "/answers/2943155/comments",
1038
+ "question_id": 2943131,
1039
+ "owner": {
1040
+ "user_id": 120513,
1041
+ "user_type": "registered",
1042
+ "display_name": "Daff",
1043
+ "reputation": 5122,
1044
+ "email_hash": "1716103ff7fb2326cb3ffe01dcb71189"
1045
+ },
1046
+ "creation_date": 1275304762,
1047
+ "last_activity_date": 1275304762,
1048
+ "up_vote_count": 0,
1049
+ "down_vote_count": 0,
1050
+ "view_count": 13,
1051
+ "score": 0,
1052
+ "community_owned": false,
1053
+ "title": "Eclipse Intellisence?"
1054
+ }
1055
+ ],
1056
+ "favorite_count": 0,
1057
+ "question_timeline_url": "/questions/2943131/timeline",
1058
+ "question_comments_url": "/questions/2943131/comments",
1059
+ "question_answers_url": "/questions/2943131/answers",
1060
+ "question_id": 2943131,
1061
+ "owner": {
1062
+ "user_id": 172861,
1063
+ "user_type": "registered",
1064
+ "display_name": "BahaiResearch.com",
1065
+ "reputation": 749,
1066
+ "email_hash": "7b64b4df7e1c9ca6fd953fd8a9a5c82b"
1067
+ },
1068
+ "creation_date": 1275304459,
1069
+ "last_activity_date": 1275304762,
1070
+ "up_vote_count": 0,
1071
+ "down_vote_count": 0,
1072
+ "view_count": 13,
1073
+ "score": 0,
1074
+ "community_owned": false,
1075
+ "title": "Eclipse Intellisence?"
1076
+ },
1077
+ {
1078
+ "tags": [
1079
+ "asp.net"
1080
+ ],
1081
+ "answer_count": 2,
1082
+ "answers": [
1083
+ {
1084
+ "answer_id": 2943121,
1085
+ "accepted": false,
1086
+ "answer_comments_url": "/answers/2943121/comments",
1087
+ "question_id": 2943075,
1088
+ "owner": {
1089
+ "user_id": 185824,
1090
+ "user_type": "registered",
1091
+ "display_name": "eugeneK",
1092
+ "reputation": 415,
1093
+ "email_hash": "38e60ffe2e7d1b6bf874af86ef9a997c"
1094
+ },
1095
+ "creation_date": 1275304323,
1096
+ "last_activity_date": 1275304323,
1097
+ "up_vote_count": 0,
1098
+ "down_vote_count": 0,
1099
+ "view_count": 20,
1100
+ "score": 0,
1101
+ "community_owned": false,
1102
+ "title": "javascript in asp.net"
1103
+ },
1104
+ {
1105
+ "answer_id": 2943154,
1106
+ "accepted": false,
1107
+ "answer_comments_url": "/answers/2943154/comments",
1108
+ "question_id": 2943075,
1109
+ "owner": {
1110
+ "user_id": 231716,
1111
+ "user_type": "registered",
1112
+ "display_name": "Brian",
1113
+ "reputation": 5258,
1114
+ "email_hash": "f983f7a23d33aa383453583cbf20bf2a"
1115
+ },
1116
+ "creation_date": 1275304739,
1117
+ "last_activity_date": 1275304739,
1118
+ "up_vote_count": 0,
1119
+ "down_vote_count": 0,
1120
+ "view_count": 20,
1121
+ "score": 0,
1122
+ "community_owned": false,
1123
+ "title": "javascript in asp.net"
1124
+ }
1125
+ ],
1126
+ "favorite_count": 0,
1127
+ "question_timeline_url": "/questions/2943075/timeline",
1128
+ "question_comments_url": "/questions/2943075/comments",
1129
+ "question_answers_url": "/questions/2943075/answers",
1130
+ "question_id": 2943075,
1131
+ "owner": {
1132
+ "user_id": 354488,
1133
+ "user_type": "registered",
1134
+ "reputation": 1,
1135
+ "email_hash": "049e747ebb06b00f3f45caf919f1ac78"
1136
+ },
1137
+ "creation_date": 1275303883,
1138
+ "last_edit_date": 1275304053,
1139
+ "last_activity_date": 1275304739,
1140
+ "up_vote_count": 0,
1141
+ "down_vote_count": 0,
1142
+ "view_count": 20,
1143
+ "score": 0,
1144
+ "community_owned": false,
1145
+ "title": "javascript in asp.net"
1146
+ },
1147
+ {
1148
+ "tags": [
1149
+ "c++",
1150
+ "design-patterns"
1151
+ ],
1152
+ "answer_count": 3,
1153
+ "answers": [
1154
+ {
1155
+ "answer_id": 2943089,
1156
+ "accepted": false,
1157
+ "answer_comments_url": "/answers/2943089/comments",
1158
+ "question_id": 2943050,
1159
+ "owner": {
1160
+ "user_id": 64960,
1161
+ "user_type": "registered",
1162
+ "display_name": "aJ",
1163
+ "reputation": 10054,
1164
+ "email_hash": "2071587c6b585edc883abe69a57895c1"
1165
+ },
1166
+ "creation_date": 1275303994,
1167
+ "last_activity_date": 1275303994,
1168
+ "up_vote_count": 1,
1169
+ "down_vote_count": 0,
1170
+ "view_count": 37,
1171
+ "score": 1,
1172
+ "community_owned": false,
1173
+ "title": "c++ design question: Can i query the base classes to find the number of derived classes satisfying a condition"
1174
+ },
1175
+ {
1176
+ "answer_id": 2943125,
1177
+ "accepted": false,
1178
+ "answer_comments_url": "/answers/2943125/comments",
1179
+ "question_id": 2943050,
1180
+ "owner": {
1181
+ "user_id": 352898,
1182
+ "user_type": "registered",
1183
+ "display_name": "Arseny",
1184
+ "reputation": 68,
1185
+ "email_hash": "6fca52cd3055c5ccf8a50a4597432398"
1186
+ },
1187
+ "creation_date": 1275304363,
1188
+ "last_activity_date": 1275304363,
1189
+ "up_vote_count": 0,
1190
+ "down_vote_count": 0,
1191
+ "view_count": 37,
1192
+ "score": 0,
1193
+ "community_owned": false,
1194
+ "title": "c++ design question: Can i query the base classes to find the number of derived classes satisfying a condition"
1195
+ },
1196
+ {
1197
+ "answer_id": 2943153,
1198
+ "accepted": false,
1199
+ "answer_comments_url": "/answers/2943153/comments",
1200
+ "question_id": 2943050,
1201
+ "owner": {
1202
+ "user_id": 46428,
1203
+ "user_type": "registered",
1204
+ "display_name": "DaClown",
1205
+ "reputation": 640,
1206
+ "email_hash": "7318d13221aad4c8dc1e68114391eec0"
1207
+ },
1208
+ "creation_date": 1275304728,
1209
+ "last_activity_date": 1275304728,
1210
+ "up_vote_count": 0,
1211
+ "down_vote_count": 0,
1212
+ "view_count": 37,
1213
+ "score": 0,
1214
+ "community_owned": false,
1215
+ "title": "c++ design question: Can i query the base classes to find the number of derived classes satisfying a condition"
1216
+ }
1217
+ ],
1218
+ "favorite_count": 0,
1219
+ "question_timeline_url": "/questions/2943050/timeline",
1220
+ "question_comments_url": "/questions/2943050/comments",
1221
+ "question_answers_url": "/questions/2943050/answers",
1222
+ "question_id": 2943050,
1223
+ "owner": {
1224
+ "user_id": 97642,
1225
+ "user_type": "registered",
1226
+ "reputation": 145,
1227
+ "email_hash": "78da099b961a6ea33a5f00388bbc7892"
1228
+ },
1229
+ "creation_date": 1275303647,
1230
+ "last_activity_date": 1275304728,
1231
+ "up_vote_count": 0,
1232
+ "down_vote_count": 0,
1233
+ "view_count": 37,
1234
+ "score": 0,
1235
+ "community_owned": false,
1236
+ "title": "c++ design question: Can i query the base classes to find the number of derived classes satisfying a condition"
1237
+ },
1238
+ {
1239
+ "tags": [
1240
+ "spring-mvc"
1241
+ ],
1242
+ "answer_count": 0,
1243
+ "answers": [],
1244
+ "favorite_count": 0,
1245
+ "question_timeline_url": "/questions/2943151/timeline",
1246
+ "question_comments_url": "/questions/2943151/comments",
1247
+ "question_answers_url": "/questions/2943151/answers",
1248
+ "question_id": 2943151,
1249
+ "owner": {
1250
+ "user_id": 183089,
1251
+ "user_type": "registered",
1252
+ "display_name": "GigaPr",
1253
+ "reputation": 357,
1254
+ "email_hash": "723cd3e22a868c49180024d89c05946c"
1255
+ },
1256
+ "creation_date": 1275304714,
1257
+ "last_activity_date": 1275304714,
1258
+ "up_vote_count": 0,
1259
+ "down_vote_count": 0,
1260
+ "view_count": 2,
1261
+ "score": 0,
1262
+ "community_owned": false,
1263
+ "title": "How to populate a drop down list in Spring MVC"
1264
+ },
1265
+ {
1266
+ "tags": [
1267
+ "javascript",
1268
+ "jquery",
1269
+ "reflection"
1270
+ ],
1271
+ "answer_count": 2,
1272
+ "answers": [
1273
+ {
1274
+ "answer_id": 2943060,
1275
+ "accepted": false,
1276
+ "answer_comments_url": "/answers/2943060/comments",
1277
+ "question_id": 2943032,
1278
+ "owner": {
1279
+ "user_id": 70393,
1280
+ "user_type": "registered",
1281
+ "display_name": "karim79",
1282
+ "reputation": 35482,
1283
+ "email_hash": "46c867f52dce43d8a7cd2990dc717672"
1284
+ },
1285
+ "creation_date": 1275303758,
1286
+ "last_edit_date": 1275304702,
1287
+ "last_activity_date": 1275304702,
1288
+ "up_vote_count": 0,
1289
+ "down_vote_count": 0,
1290
+ "view_count": 20,
1291
+ "score": 0,
1292
+ "community_owned": false,
1293
+ "title": "Json Convert To and From Query String with jquery?"
1294
+ },
1295
+ {
1296
+ "answer_id": 2943112,
1297
+ "accepted": false,
1298
+ "answer_comments_url": "/answers/2943112/comments",
1299
+ "question_id": 2943032,
1300
+ "owner": {
1301
+ "user_id": 213643,
1302
+ "user_type": "registered",
1303
+ "display_name": "Luc",
1304
+ "reputation": 118,
1305
+ "email_hash": "be487d58c01c0deb50544eef3ca0814f"
1306
+ },
1307
+ "creation_date": 1275304277,
1308
+ "last_activity_date": 1275304277,
1309
+ "up_vote_count": 0,
1310
+ "down_vote_count": 0,
1311
+ "view_count": 20,
1312
+ "score": 0,
1313
+ "community_owned": false,
1314
+ "title": "Json Convert To and From Query String with jquery?"
1315
+ }
1316
+ ],
1317
+ "favorite_count": 0,
1318
+ "question_timeline_url": "/questions/2943032/timeline",
1319
+ "question_comments_url": "/questions/2943032/comments",
1320
+ "question_answers_url": "/questions/2943032/answers",
1321
+ "question_id": 2943032,
1322
+ "owner": {
1323
+ "user_id": 34537,
1324
+ "user_type": "registered",
1325
+ "display_name": "acidzombie24",
1326
+ "reputation": 4994,
1327
+ "email_hash": "cb7e6753f882562fcd02bbe4fe03ccc3"
1328
+ },
1329
+ "creation_date": 1275303376,
1330
+ "last_activity_date": 1275304702,
1331
+ "up_vote_count": 1,
1332
+ "down_vote_count": 0,
1333
+ "view_count": 20,
1334
+ "score": 1,
1335
+ "community_owned": false,
1336
+ "title": "Json Convert To and From Query String with jquery?"
1337
+ },
1338
+ {
1339
+ "tags": [
1340
+ "wpf",
1341
+ "mef",
1342
+ "showdialog"
1343
+ ],
1344
+ "answer_count": 0,
1345
+ "answers": [],
1346
+ "favorite_count": 0,
1347
+ "question_timeline_url": "/questions/2943150/timeline",
1348
+ "question_comments_url": "/questions/2943150/comments",
1349
+ "question_answers_url": "/questions/2943150/answers",
1350
+ "question_id": 2943150,
1351
+ "owner": {
1352
+ "user_id": 317797,
1353
+ "user_type": "registered",
1354
+ "display_name": "BSalita",
1355
+ "reputation": 8,
1356
+ "email_hash": "458a344260418f035a0f04addd44dfcb"
1357
+ },
1358
+ "creation_date": 1275304690,
1359
+ "last_activity_date": 1275304690,
1360
+ "up_vote_count": 0,
1361
+ "down_vote_count": 0,
1362
+ "view_count": 1,
1363
+ "score": 0,
1364
+ "community_owned": false,
1365
+ "title": "ShowDialog on MEF Component Only Works Once"
1366
+ },
1367
+ {
1368
+ "tags": [
1369
+ "c#",
1370
+ "wcf",
1371
+ "wcfservice",
1372
+ "wcf-binding",
1373
+ "wcf-client"
1374
+ ],
1375
+ "answer_count": 0,
1376
+ "answers": [],
1377
+ "favorite_count": 0,
1378
+ "question_timeline_url": "/questions/2943148/timeline",
1379
+ "question_comments_url": "/questions/2943148/comments",
1380
+ "question_answers_url": "/questions/2943148/answers",
1381
+ "question_id": 2943148,
1382
+ "owner": {
1383
+ "user_id": 279362,
1384
+ "user_type": "registered",
1385
+ "display_name": "Andrei",
1386
+ "reputation": 105,
1387
+ "email_hash": "145225e3efadadc23309080b58ae83ab"
1388
+ },
1389
+ "creation_date": 1275304671,
1390
+ "last_activity_date": 1275304671,
1391
+ "up_vote_count": 0,
1392
+ "down_vote_count": 0,
1393
+ "view_count": 3,
1394
+ "score": 0,
1395
+ "community_owned": false,
1396
+ "title": "How to programmatically connect a client to a WCF service?"
1397
+ },
1398
+ {
1399
+ "tags": [
1400
+ "visual-c++"
1401
+ ],
1402
+ "answer_count": 1,
1403
+ "answers": [
1404
+ {
1405
+ "answer_id": 2943147,
1406
+ "accepted": false,
1407
+ "answer_comments_url": "/answers/2943147/comments",
1408
+ "question_id": 2943013,
1409
+ "owner": {
1410
+ "user_id": 203458,
1411
+ "user_type": "registered",
1412
+ "display_name": "Kate Gregory",
1413
+ "reputation": 1087,
1414
+ "email_hash": "1b9f56786ceba3c57d0d2fe56182a4d3"
1415
+ },
1416
+ "creation_date": 1275304666,
1417
+ "last_activity_date": 1275304666,
1418
+ "up_vote_count": 0,
1419
+ "down_vote_count": 0,
1420
+ "view_count": 8,
1421
+ "score": 0,
1422
+ "community_owned": false,
1423
+ "title": "Need to know how to properly create a new object in another cpp file"
1424
+ }
1425
+ ],
1426
+ "favorite_count": 0,
1427
+ "question_timeline_url": "/questions/2943013/timeline",
1428
+ "question_comments_url": "/questions/2943013/comments",
1429
+ "question_answers_url": "/questions/2943013/answers",
1430
+ "question_id": 2943013,
1431
+ "owner": {
1432
+ "user_id": 354513,
1433
+ "user_type": "unregistered",
1434
+ "display_name": "karikari",
1435
+ "reputation": 1,
1436
+ "email_hash": "558ff2e5293d63825af66647ca0e552a"
1437
+ },
1438
+ "creation_date": 1275303208,
1439
+ "last_activity_date": 1275304666,
1440
+ "up_vote_count": 0,
1441
+ "down_vote_count": 0,
1442
+ "view_count": 8,
1443
+ "score": 0,
1444
+ "community_owned": false,
1445
+ "title": "Need to know how to properly create a new object in another cpp file"
1446
+ },
1447
+ {
1448
+ "tags": [
1449
+ "iphone",
1450
+ "iphone-sdk",
1451
+ "debugging",
1452
+ "sqlite"
1453
+ ],
1454
+ "answer_count": 1,
1455
+ "answers": [
1456
+ {
1457
+ "answer_id": 2943146,
1458
+ "accepted": false,
1459
+ "answer_comments_url": "/answers/2943146/comments",
1460
+ "question_id": 2942975,
1461
+ "owner": {
1462
+ "user_id": 165260,
1463
+ "user_type": "registered",
1464
+ "display_name": "Madhup",
1465
+ "reputation": 1695,
1466
+ "email_hash": "aeecbb6bdd21ea1570b367c8b3d29d3b"
1467
+ },
1468
+ "creation_date": 1275304666,
1469
+ "last_activity_date": 1275304666,
1470
+ "up_vote_count": 0,
1471
+ "down_vote_count": 0,
1472
+ "view_count": 8,
1473
+ "score": 0,
1474
+ "community_owned": false,
1475
+ "title": "SqlLite for iPhone issues/bugs/problems ?"
1476
+ }
1477
+ ],
1478
+ "favorite_count": 0,
1479
+ "question_timeline_url": "/questions/2942975/timeline",
1480
+ "question_comments_url": "/questions/2942975/comments",
1481
+ "question_answers_url": "/questions/2942975/answers",
1482
+ "question_id": 2942975,
1483
+ "owner": {
1484
+ "user_id": 247957,
1485
+ "user_type": "registered",
1486
+ "display_name": "jAmi",
1487
+ "reputation": 52,
1488
+ "email_hash": "b2fcdd3e660becdfee143d84acf797f7"
1489
+ },
1490
+ "creation_date": 1275302750,
1491
+ "last_edit_date": 1275302973,
1492
+ "last_activity_date": 1275304666,
1493
+ "up_vote_count": 1,
1494
+ "down_vote_count": 0,
1495
+ "view_count": 8,
1496
+ "score": 1,
1497
+ "community_owned": false,
1498
+ "title": "SqlLite for iPhone issues/bugs/problems ?"
1499
+ },
1500
+ {
1501
+ "tags": [
1502
+ "javascript",
1503
+ "popup",
1504
+ "opendialog"
1505
+ ],
1506
+ "answer_count": 4,
1507
+ "answers": [
1508
+ {
1509
+ "answer_id": 1043664,
1510
+ "accepted": false,
1511
+ "answer_comments_url": "/answers/1043664/comments",
1512
+ "question_id": 1043631,
1513
+ "owner": {
1514
+ "user_id": 22459,
1515
+ "user_type": "registered",
1516
+ "display_name": "Ólafur Waage",
1517
+ "reputation": 21515,
1518
+ "email_hash": "89b8f4a7429270308ac301bf7605f974"
1519
+ },
1520
+ "creation_date": 1245933484,
1521
+ "last_activity_date": 1245933484,
1522
+ "up_vote_count": 0,
1523
+ "down_vote_count": 0,
1524
+ "view_count": 1067,
1525
+ "score": 0,
1526
+ "community_owned": false,
1527
+ "title": "How to find modal dialog opener from javascript?"
1528
+ },
1529
+ {
1530
+ "answer_id": 1043680,
1531
+ "accepted": false,
1532
+ "answer_comments_url": "/answers/1043680/comments",
1533
+ "question_id": 1043631,
1534
+ "owner": {
1535
+ "user_id": 2847,
1536
+ "user_type": "registered",
1537
+ "display_name": "John Boker",
1538
+ "reputation": 11375,
1539
+ "email_hash": "240050f73162bdc1184c90dfb482feaa"
1540
+ },
1541
+ "creation_date": 1245933692,
1542
+ "last_activity_date": 1245933692,
1543
+ "up_vote_count": 0,
1544
+ "down_vote_count": 0,
1545
+ "view_count": 1067,
1546
+ "score": 0,
1547
+ "community_owned": false,
1548
+ "title": "How to find modal dialog opener from javascript?"
1549
+ },
1550
+ {
1551
+ "answer_id": 1043715,
1552
+ "accepted": true,
1553
+ "answer_comments_url": "/answers/1043715/comments",
1554
+ "question_id": 1043631,
1555
+ "owner": {
1556
+ "user_id": 47738,
1557
+ "user_type": "registered",
1558
+ "display_name": "rahul",
1559
+ "reputation": 29962,
1560
+ "email_hash": "53ee7b8cd087180a542867d4491d9681"
1561
+ },
1562
+ "creation_date": 1245934206,
1563
+ "last_activity_date": 1245934206,
1564
+ "up_vote_count": 2,
1565
+ "down_vote_count": 0,
1566
+ "view_count": 1067,
1567
+ "score": 2,
1568
+ "community_owned": false,
1569
+ "title": "How to find modal dialog opener from javascript?"
1570
+ },
1571
+ {
1572
+ "answer_id": 2943145,
1573
+ "accepted": false,
1574
+ "answer_comments_url": "/answers/2943145/comments",
1575
+ "question_id": 1043631,
1576
+ "owner": {
1577
+ "user_id": 234440,
1578
+ "user_type": "registered",
1579
+ "display_name": "Ozan BAYRAM",
1580
+ "reputation": 153,
1581
+ "email_hash": "8a8038b6dbc24459255eadbe1151aeca"
1582
+ },
1583
+ "creation_date": 1275304658,
1584
+ "last_activity_date": 1275304658,
1585
+ "up_vote_count": 0,
1586
+ "down_vote_count": 0,
1587
+ "view_count": 1067,
1588
+ "score": 0,
1589
+ "community_owned": false,
1590
+ "title": "How to find modal dialog opener from javascript?"
1591
+ }
1592
+ ],
1593
+ "accepted_answer_id": 1043715,
1594
+ "favorite_count": 0,
1595
+ "question_timeline_url": "/questions/1043631/timeline",
1596
+ "question_comments_url": "/questions/1043631/comments",
1597
+ "question_answers_url": "/questions/1043631/answers",
1598
+ "question_id": 1043631,
1599
+ "owner": {
1600
+ "user_id": 4215,
1601
+ "user_type": "registered",
1602
+ "display_name": "yapiskan",
1603
+ "reputation": 1786,
1604
+ "email_hash": "1fb64d4572550c00bdcac58126dfe6ce"
1605
+ },
1606
+ "creation_date": 1245932920,
1607
+ "last_activity_date": 1275304658,
1608
+ "up_vote_count": 0,
1609
+ "down_vote_count": 0,
1610
+ "view_count": 1067,
1611
+ "score": 0,
1612
+ "community_owned": false,
1613
+ "title": "How to find modal dialog opener from javascript?"
1614
+ },
1615
+ {
1616
+ "tags": [
1617
+ "java",
1618
+ "events",
1619
+ "reflection"
1620
+ ],
1621
+ "answer_count": 6,
1622
+ "answers": [
1623
+ {
1624
+ "answer_id": 2943074,
1625
+ "accepted": false,
1626
+ "answer_comments_url": "/answers/2943074/comments",
1627
+ "question_id": 2943054,
1628
+ "owner": {
1629
+ "user_id": 53897,
1630
+ "user_type": "registered",
1631
+ "display_name": "Thorbjørn Ravn Andersen",
1632
+ "reputation": 9876,
1633
+ "email_hash": "2e71c1745ebc5401c8c8dfbf7c9a5d30"
1634
+ },
1635
+ "creation_date": 1275303870,
1636
+ "last_activity_date": 1275303870,
1637
+ "up_vote_count": 0,
1638
+ "down_vote_count": 0,
1639
+ "view_count": 34,
1640
+ "score": 0,
1641
+ "community_owned": false,
1642
+ "title": "Call a function by its name, given from string java"
1643
+ },
1644
+ {
1645
+ "answer_id": 2943084,
1646
+ "accepted": false,
1647
+ "answer_comments_url": "/answers/2943084/comments",
1648
+ "question_id": 2943054,
1649
+ "owner": {
1650
+ "user_id": 265143,
1651
+ "user_type": "registered",
1652
+ "display_name": "Péter Török",
1653
+ "reputation": 15191,
1654
+ "email_hash": "b39b7a64f1c05cb1464c38eac726f665"
1655
+ },
1656
+ "creation_date": 1275303945,
1657
+ "last_activity_date": 1275303945,
1658
+ "up_vote_count": 1,
1659
+ "down_vote_count": 0,
1660
+ "view_count": 34,
1661
+ "score": 1,
1662
+ "community_owned": false,
1663
+ "title": "Call a function by its name, given from string java"
1664
+ },
1665
+ {
1666
+ "answer_id": 2943108,
1667
+ "accepted": false,
1668
+ "answer_comments_url": "/answers/2943108/comments",
1669
+ "question_id": 2943054,
1670
+ "owner": {
1671
+ "user_id": 321734,
1672
+ "user_type": "registered",
1673
+ "display_name": "Robert",
1674
+ "reputation": 44,
1675
+ "email_hash": "d5db5be64b7954d54d25284f5a22b44e"
1676
+ },
1677
+ "creation_date": 1275304229,
1678
+ "last_activity_date": 1275304229,
1679
+ "up_vote_count": 0,
1680
+ "down_vote_count": 0,
1681
+ "view_count": 34,
1682
+ "score": 0,
1683
+ "community_owned": false,
1684
+ "title": "Call a function by its name, given from string java"
1685
+ },
1686
+ {
1687
+ "answer_id": 2943110,
1688
+ "accepted": false,
1689
+ "answer_comments_url": "/answers/2943110/comments",
1690
+ "question_id": 2943054,
1691
+ "owner": {
1692
+ "user_id": 301832,
1693
+ "user_type": "registered",
1694
+ "display_name": "Donal Fellows",
1695
+ "reputation": 4500,
1696
+ "email_hash": "965220a70d38e6a29466f44cdb4f804e"
1697
+ },
1698
+ "creation_date": 1275304268,
1699
+ "last_activity_date": 1275304268,
1700
+ "up_vote_count": 1,
1701
+ "down_vote_count": 0,
1702
+ "view_count": 34,
1703
+ "score": 1,
1704
+ "community_owned": false,
1705
+ "title": "Call a function by its name, given from string java"
1706
+ },
1707
+ {
1708
+ "answer_id": 2943127,
1709
+ "accepted": false,
1710
+ "answer_comments_url": "/answers/2943127/comments",
1711
+ "question_id": 2943054,
1712
+ "owner": {
1713
+ "user_id": 72673,
1714
+ "user_type": "registered",
1715
+ "display_name": "Maurice Perry",
1716
+ "reputation": 4655,
1717
+ "email_hash": "dd5254551290e3124fa158596abe7608"
1718
+ },
1719
+ "creation_date": 1275304377,
1720
+ "last_activity_date": 1275304377,
1721
+ "up_vote_count": 0,
1722
+ "down_vote_count": 0,
1723
+ "view_count": 34,
1724
+ "score": 0,
1725
+ "community_owned": false,
1726
+ "title": "Call a function by its name, given from string java"
1727
+ },
1728
+ {
1729
+ "answer_id": 2943130,
1730
+ "accepted": false,
1731
+ "answer_comments_url": "/answers/2943130/comments",
1732
+ "question_id": 2943054,
1733
+ "owner": {
1734
+ "user_id": 105256,
1735
+ "user_type": "registered",
1736
+ "display_name": "Nishkar",
1737
+ "reputation": 16,
1738
+ "email_hash": "f94a72562648b3e96a5f072fc223a3ad"
1739
+ },
1740
+ "creation_date": 1275304446,
1741
+ "last_activity_date": 1275304446,
1742
+ "up_vote_count": 0,
1743
+ "down_vote_count": 0,
1744
+ "view_count": 34,
1745
+ "score": 0,
1746
+ "community_owned": false,
1747
+ "title": "Call a function by its name, given from string java"
1748
+ }
1749
+ ],
1750
+ "favorite_count": 0,
1751
+ "question_timeline_url": "/questions/2943054/timeline",
1752
+ "question_comments_url": "/questions/2943054/comments",
1753
+ "question_answers_url": "/questions/2943054/answers",
1754
+ "question_id": 2943054,
1755
+ "owner": {
1756
+ "user_id": 354521,
1757
+ "user_type": "unregistered",
1758
+ "display_name": "Joao",
1759
+ "reputation": 11,
1760
+ "email_hash": "716c4b3905be755f3a1afb368ff2c312"
1761
+ },
1762
+ "creation_date": 1275303708,
1763
+ "last_edit_date": 1275304656,
1764
+ "last_activity_date": 1275304656,
1765
+ "up_vote_count": 2,
1766
+ "down_vote_count": 0,
1767
+ "view_count": 34,
1768
+ "score": 2,
1769
+ "community_owned": false,
1770
+ "title": "Call a function by its name, given from string java"
1771
+ }
1772
+ ]
1773
+ }