kickboxer 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ module Kickboxer
2
+ VERSION = "0.0.1"
3
+ end
@@ -0,0 +1,14 @@
1
+ {
2
+ "status": 200,
3
+ "likelihood": 0.665,
4
+ "nameDetails": {
5
+ "givenName": "John",
6
+ "familyName": "Smith",
7
+ "middleNames":
8
+ [
9
+ "D."
10
+ ],
11
+ "fullName": "John D. Smith"
12
+ },
13
+ "region": "USA"
14
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "status": 200,
3
+ "likelihood": 0.815,
4
+ "nameDetails": {
5
+ "givenName": "John",
6
+ "familyName": "Smith",
7
+ "middleNames":
8
+ [
9
+ "Michael"
10
+ ],
11
+ "prefixes":
12
+ [
13
+ "Mr."
14
+ ],
15
+ "suffixes":
16
+ [
17
+ "Jr."
18
+ ],
19
+ "nicknames":
20
+ [
21
+ "Johnny"
22
+ ],
23
+ "fullName": "John Michael Smith"
24
+ },
25
+ "region": "USA"
26
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "status": 200,
3
+ "ambiguousName": "John Smith",
4
+ "result": {
5
+ "givenName": "John",
6
+ "familyName": "Smith",
7
+ "likelihood": 1
8
+ },
9
+ "region": "USA"
10
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "result": {
3
+ "SimMetrics": {
4
+ "jaroWinkler": {
5
+ "similarity": 0.8888889,
6
+ "timeEstimated": 0.00156312,
7
+ "timeActual": 0
8
+ },
9
+ "levenshtein": {
10
+ "similarity": 0.44444442,
11
+ "timeEstimated": 0.00648,
12
+ "timeActual": 0
13
+ }
14
+ },
15
+ "SecondString": {
16
+ "jaroWinkler": {
17
+ "similarity": 0.888888888888889,
18
+ "timeTaken": "1 ms"
19
+ },
20
+ "levenshtein": {
21
+ "similarity": 0.4444444444444444,
22
+ "timeTaken": "3 ms",
23
+ "distance": 5
24
+ },
25
+ "level2jaroWinkler": {
26
+ "similarity": 0.888888888888889,
27
+ "timeTaken": "1 ms"
28
+ },
29
+ "level2levenshtein": {
30
+ "similarity": 0.4444444444444444,
31
+ "timeTaken": "0 ms",
32
+ "distance": 5
33
+ }
34
+ },
35
+ "FullContact": {
36
+ "BigramAnalysis": {
37
+ "dice": {
38
+ "similarity": 0.5454545455,
39
+ "timeTaken": "17 ms"
40
+ }
41
+ }
42
+ }
43
+ },
44
+ "status": 200
45
+ }
@@ -0,0 +1,64 @@
1
+ {
2
+ "status": 200,
3
+ "name": {
4
+ "value": "John",
5
+ "given": {
6
+ "likelihood": 0.992,
7
+ "count": 3499150,
8
+ "rank": 3,
9
+ "male": {
10
+ "count": 3484136,
11
+ "likelihood": 0.996,
12
+ "rank": 3,
13
+ "frequencyRatio": "0.026305137",
14
+ "age": {
15
+ "densityCurve": {
16
+ "mode": {
17
+ "count": 77174,
18
+ "modeAge":
19
+ [
20
+ 47
21
+ ]
22
+ },
23
+ "meanAge": 51.2,
24
+ "quartiles": {
25
+ "q1": 35.3,
26
+ "q2": 50.5,
27
+ "q3": 62.9
28
+ }
29
+ }
30
+ }
31
+ },
32
+ "female": {
33
+ "count": 15015,
34
+ "likelihood": 0.004,
35
+ "rank": 928,
36
+ "frequencyRatio": "0.00011386",
37
+ "age": {
38
+ "densityCurve": {
39
+ "mode": {
40
+ "count": 297,
41
+ "modeAge":
42
+ [
43
+ 43
44
+ ]
45
+ },
46
+ "meanAge": 48.5,
47
+ "quartiles": {
48
+ "q1": 34.8,
49
+ "q2": 49.4,
50
+ "q3": 69.4
51
+ }
52
+ }
53
+ }
54
+ }
55
+ },
56
+ "family": {
57
+ "likelihood": 0.008,
58
+ "count": 27643,
59
+ "rank": 1161,
60
+ "frequencyRatio": "0.00011417"
61
+ }
62
+ },
63
+ "region": "USA"
64
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "status": 200,
3
+ "name": {
4
+ "value": "John Smith",
5
+ "given": {
6
+ "count": 3499150,
7
+ "rank": 3,
8
+ "male": {
9
+ "count": 3484136,
10
+ "likelihood": 0.996,
11
+ "rank": 3,
12
+ "frequencyRatio": "0.026305137",
13
+ "age": {
14
+ "densityCurve": {
15
+ "mode": {
16
+ "count": 77174,
17
+ "modeAge":
18
+ [
19
+ 47
20
+ ]
21
+ },
22
+ "meanAge": 51.2,
23
+ "quartiles": {
24
+ "q1": 35.3,
25
+ "q2": 50.5,
26
+ "q3": 62.9
27
+ }
28
+ }
29
+ }
30
+ },
31
+ "female": {
32
+ "count": 15015,
33
+ "likelihood": 0.004,
34
+ "rank": 928,
35
+ "frequencyRatio": "0.00011386",
36
+ "age": {
37
+ "densityCurve": {
38
+ "mode": {
39
+ "count": 297,
40
+ "modeAge":
41
+ [
42
+ 43
43
+ ]
44
+ },
45
+ "meanAge": 48.5,
46
+ "quartiles": {
47
+ "q1": 34.8,
48
+ "q2": 49.4,
49
+ "q3": 69.4
50
+ }
51
+ }
52
+ }
53
+ }
54
+ },
55
+ "family": {
56
+ "count": 2376206,
57
+ "rank": 1,
58
+ "frequencyRatio": "0.009814123"
59
+ }
60
+ },
61
+ "region": "USA"
62
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "status": 200,
3
+ "name": {
4
+ "value": "Smith",
5
+ "family": {
6
+ "count": 2376206,
7
+ "rank": 1,
8
+ "frequencyRatio": "0.009814123"
9
+ }
10
+ },
11
+ "region": "USA"
12
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "status": 200,
3
+ "name": {
4
+ "value": "John",
5
+ "given": {
6
+ "count": 3499150,
7
+ "rank": 3,
8
+ "male": {
9
+ "count": 3484136,
10
+ "likelihood": 0.996,
11
+ "rank": 3,
12
+ "frequencyRatio": "0.026305137",
13
+ "age": {
14
+ "densityCurve": {
15
+ "mode": {
16
+ "count": 77174,
17
+ "modeAge":
18
+ [
19
+ 47
20
+ ]
21
+ },
22
+ "meanAge": 51.2,
23
+ "quartiles": {
24
+ "q1": 35.3,
25
+ "q2": 50.5,
26
+ "q3": 62.9
27
+ }
28
+ }
29
+ }
30
+ },
31
+ "female": {
32
+ "count": 15015,
33
+ "likelihood": 0.004,
34
+ "rank": 928,
35
+ "frequencyRatio": "0.00011386",
36
+ "age": {
37
+ "densityCurve": {
38
+ "mode": {
39
+ "count": 297,
40
+ "modeAge":
41
+ [
42
+ 43
43
+ ]
44
+ },
45
+ "meanAge": 48.5,
46
+ "quartiles": {
47
+ "q1": 34.8,
48
+ "q2": 49.4,
49
+ "q3": 69.4
50
+ }
51
+ }
52
+ }
53
+ }
54
+ }
55
+ },
56
+ "region": "USA"
57
+ }
@@ -0,0 +1,450 @@
1
+ {
2
+ "status": 200,
3
+ "contactInfo": {
4
+ "familyName": "Lorang",
5
+ "givenName": "Bart",
6
+ "fullName": "Bart Lorang",
7
+ "websites":
8
+ [
9
+ {
10
+ "url": "http://blog.fullcontact.com"
11
+ },
12
+ {
13
+ "url": "http://fullcontact.com"
14
+ },
15
+ {
16
+ "url": "http://rainmaker.cc/"
17
+ },
18
+ {
19
+ "url": "http://rainmaker.cc"
20
+ }
21
+ ],
22
+ "chats":
23
+ [
24
+ {
25
+ "handle": "lorangb@gmail.com",
26
+ "client": "gtalk"
27
+ },
28
+ {
29
+ "handle": "bart.lorang",
30
+ "client": "skype"
31
+ }
32
+ ]
33
+ },
34
+ "photos":
35
+ [
36
+ {
37
+ "typeName": "Twitter",
38
+ "type": "twitter",
39
+ "typeId": "twitter",
40
+ "url": "http://a0.twimg.com/profile_images/1364842224/Bart_Profile_1_normal.jpg"
41
+ },
42
+ {
43
+ "typeName": "Twitter",
44
+ "type": "twitter",
45
+ "typeId": "twitter",
46
+ "url": "http://a0.twimg.com/profile_images/642635573/ForsetiAvatar_normal.png"
47
+ },
48
+ {
49
+ "url": "http://a2.twimg.com/profile_images/642635573/ForsetiAvatar_normal.png",
50
+ "type": "twitter",
51
+ "typeId": "twitter",
52
+ "typeName": "Twitter"
53
+ },
54
+ {
55
+ "typeName": "Tungle Me",
56
+ "type": "tungleme",
57
+ "typeId": "tungleme",
58
+ "url": "https://tungle.me/public/bartlorang/Image"
59
+ },
60
+ {
61
+ "url": "http://social.sxsw.com//system/badge_photos/46809/thumb/photo.jpg",
62
+ "type": "sxsw",
63
+ "typeId": "sxsw",
64
+ "typeName": "SxSW"
65
+ },
66
+ {
67
+ "typeName": "Plancast",
68
+ "type": "plancast",
69
+ "typeId": "plancast",
70
+ "url": "http://plancast.com/uploads/pics/44636_pic_1314224723.jpg"
71
+ },
72
+ {
73
+ "typeName": "Plancast",
74
+ "type": "plancast",
75
+ "typeId": "plancast",
76
+ "url": "http://plancast.com/uploads/pics/44636_pic_square_1314224723.jpg"
77
+ },
78
+ {
79
+ "typeName": "Myspace",
80
+ "type": "myspace",
81
+ "typeId": "myspace",
82
+ "url": "http://a2.ec-images.myspacecdn.com/profile01/114/97c130815ed44e47a19080f970706dbe/s.jpg"
83
+ },
84
+ {
85
+ "url": "http://media.linkedin.com/mpr/mpr/shrink_80_80/p/2/000/086/2c8/2444fae.jpg",
86
+ "type": "linkedin",
87
+ "typeId": "linkedin",
88
+ "typeName": "Linkedin"
89
+ },
90
+ {
91
+ "url": "http://www.google.com/s2/photos/public/AIbEiAIAAABECJno7ZvvpqKayAEiC3ZjYXJkX3Bob3RvKihmYTAyNmViNGY4MDNjYWJiMDg2Y2I5ZjBhZDhlMWM5YzU2NTc1ZjVlMAG03P6jBkfZy8aWki7yrEp6B4HUDQ",
92
+ "type": "google profile",
93
+ "typeId": "other",
94
+ "typeName": "Other"
95
+ },
96
+ {
97
+ "url": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/41508_651620441_4210927_n.jpg",
98
+ "type": "facebook",
99
+ "typeId": "facebook",
100
+ "typeName": "Facebook",
101
+ "isPrimary": true
102
+ },
103
+ {
104
+ "url": "http://d2o7bfz2il9cb7.cloudfront.net/main-thumb-235179-100-jKTxWZQMbAl9MrGaLTDAs19WUiZoCuPW.jpeg",
105
+ "type": "quora",
106
+ "typeId": "quora",
107
+ "typeName": "Quora"
108
+ },
109
+ {
110
+ "url": "http://media.linkedin.com/mpr/pub/image-8kD9yK95845PPSkQ3U3ryL0B2bTfOSKQ2EBfy9Si3h5FEh6_/bart-lorang.jpg",
111
+ "type": "linkedin",
112
+ "typeId": "linkedin",
113
+ "typeName": "Linkedin"
114
+ },
115
+ {
116
+ "url": "http://i4.ytimg.com/vi/oVB_WdQXzls/default.jpg",
117
+ "type": "youtube",
118
+ "typeId": "youtube",
119
+ "typeName": "Youtube"
120
+ },
121
+ {
122
+ "url": "http://graph.facebook.com/651620441/picture?type=large",
123
+ "type": "facebook",
124
+ "typeId": "facebook",
125
+ "typeName": "Facebook"
126
+ },
127
+ {
128
+ "url": "https://img-s.foursquare.com/userpix_thumbs/V4ZAH05UTC5TWEYM.jpg",
129
+ "type": "foursquare",
130
+ "typeId": "foursquare",
131
+ "typeName": "Foursquare"
132
+ },
133
+ {
134
+ "url": "https://playfoursquare.s3.amazonaws.com/userpix_thumbs/V4ZAH05UTC5TWEYM.jpg",
135
+ "type": "foursquare",
136
+ "typeId": "foursquare",
137
+ "typeName": "Foursquare"
138
+ },
139
+ {
140
+ "url": "http://www.google.com/s2/photos/public/AIbEiAIAAABECJno7ZvvpqKayAEiC3ZjYXJkX3Bob3RvKigzMWI2OTJkYmVkZjE0NDMyMWZiZjY0ZmRjNGFkMWMyYjFiZTJiNzI5MAGr1Y9MU6EKYlsSx1dHmsrn4AYZ8g",
141
+ "type": "google profile",
142
+ "typeId": "other",
143
+ "typeName": "Other"
144
+ },
145
+ {
146
+ "typeName": "Gravatar",
147
+ "type": "gravatar",
148
+ "typeId": "gravatar",
149
+ "url": "http://1.gravatar.com/avatar/956b7dca7c77a12c43ebe9ae09dfaba8"
150
+ },
151
+ {
152
+ "typeName": "Gravatar",
153
+ "type": "gravatar",
154
+ "typeId": "gravatar",
155
+ "url": "http://2.gravatar.com/avatar/e1e94ffac5967195d81ac3e68ba8aa0c"
156
+ },
157
+ {
158
+ "typeName": "Facebook",
159
+ "type": "facebook",
160
+ "typeId": "facebook",
161
+ "url": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/161274_651620441_7937905_n.jpg"
162
+ },
163
+ {
164
+ "typeName": "Quora",
165
+ "type": "quora",
166
+ "typeId": "quora",
167
+ "url": "http://qph.cf.quoracdn.net/main-thumb-235179-50-jKTxWZQMbAl9MrGaLTDAs19WUiZoCuPW.jpeg"
168
+ },
169
+ {
170
+ "typeName": "Linkedin",
171
+ "type": "linkedin",
172
+ "typeId": "linkedin",
173
+ "url": "http://media.linkedin.com/mpr/pub/image-24YYLlk7VOVyx4vHbB2m_YZnM8tEVXNxn4NgrixwM2axoWjK24YgfwS7MnuP13NJifCJ/bart-lorang.jpg"
174
+ },
175
+ {
176
+ "typeName": "Facebook",
177
+ "type": "facebook",
178
+ "typeId": "facebook",
179
+ "url": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/41508_651620441_4210927_q.jpg"
180
+ },
181
+ {
182
+ "typeName": "Quora",
183
+ "type": "quora",
184
+ "typeId": "quora",
185
+ "url": "http://qph.cf.quoracdn.net/main-thumb-235179-200-jKTxWZQMbAl9MrGaLTDAs19WUiZoCuPW.jpeg"
186
+ },
187
+ {
188
+ "typeName": "Other",
189
+ "type": "foursquare",
190
+ "typeId": "other",
191
+ "url": "https://is1.4sqi.net/userpix_thumbs/V4ZAH05UTC5TWEYM.jpg"
192
+ }
193
+ ],
194
+ "demographics": {
195
+ "age": "32",
196
+ "locationGeneral": "Boulder, Colorado",
197
+ "gender": "Male",
198
+ "ageRange": "25-34"
199
+ },
200
+ "digitalFootprint": {
201
+ "topics":
202
+ [
203
+ {
204
+ "value": "entrepreneurship",
205
+ "provider": "klout"
206
+ },
207
+ {
208
+ "value": "angel investing",
209
+ "provider": "klout"
210
+ },
211
+ {
212
+ "value": "techstars",
213
+ "provider": "klout"
214
+ },
215
+ {
216
+ "value": "boulder",
217
+ "provider": "klout"
218
+ },
219
+ {
220
+ "value": "tequila",
221
+ "provider": "klout"
222
+ },
223
+ {
224
+ "value": "technology",
225
+ "provider": "klout"
226
+ },
227
+ {
228
+ "value": "denver broncos",
229
+ "provider": "klout"
230
+ },
231
+ {
232
+ "value": "tim tebow",
233
+ "provider": "klout"
234
+ },
235
+ {
236
+ "value": "sxsw",
237
+ "provider": "klout"
238
+ }
239
+ ],
240
+ "scores":
241
+ [
242
+ {
243
+ "value": 48.21,
244
+ "provider": "klout",
245
+ "type": "general"
246
+ },
247
+ {
248
+ "value": 31.15,
249
+ "provider": "klout",
250
+ "type": "network"
251
+ },
252
+ {
253
+ "value": 944,
254
+ "provider": "klout",
255
+ "type": "reach"
256
+ },
257
+ {
258
+ "value": 20,
259
+ "provider": "klout",
260
+ "type": "amplification"
261
+ }
262
+ ]
263
+ },
264
+ "socialProfiles":
265
+ [
266
+ {
267
+ "id": 5998422,
268
+ "typeName": "Twitter",
269
+ "following": 512,
270
+ "followers": 757,
271
+ "username": "lorangb",
272
+ "bio": "CEO & Co-Founder of @FullContactApp and @FullContactAPI - Tech Entrepreneur and Angel Investor.",
273
+ "type": "twitter",
274
+ "typeId": "twitter",
275
+ "url": "http://www.twitter.com/lorangb",
276
+ "rss": "http://twitter.com/statuses/user_timeline/lorangb.rss"
277
+ },
278
+ {
279
+ "typeName": "Tungle Me",
280
+ "username": "bartlorang",
281
+ "type": "tungleme",
282
+ "typeId": "tungleme",
283
+ "url": "http://tungle.me/bartlorang"
284
+ },
285
+ {
286
+ "typeName": "Facebook",
287
+ "type": "facebook",
288
+ "typeId": "facebook",
289
+ "url": "http://facebook.com/bart.lorang",
290
+ "id": "651620441",
291
+ "username": "bartlorang"
292
+ },
293
+ {
294
+ "typeName": "Linkedin",
295
+ "type": "linkedin",
296
+ "typeId": "linkedin",
297
+ "url": "http://www.linkedin.com/in/bartlorang",
298
+ "id": "6xtewkyGle",
299
+ "bio": "Co-Founder & CEO at FullContact",
300
+ "following": "1071",
301
+ "followers": "1071",
302
+ "username": "bartlorang"
303
+ },
304
+ {
305
+ "type": "sxsw",
306
+ "url": "http://social.sxsw.com/users/46809",
307
+ "id": 46809,
308
+ "typeId": "sxsw",
309
+ "typeName": "SxSW"
310
+ },
311
+ {
312
+ "id": 44636,
313
+ "typeName": "Plancast",
314
+ "username": "lorangb",
315
+ "bio": "CEO & Co-Founder of FullContact",
316
+ "type": "plancast",
317
+ "typeId": "plancast",
318
+ "url": "http://plancast.com/lorangb"
319
+ },
320
+ {
321
+ "id": "137200880",
322
+ "typeName": "Myspace",
323
+ "type": "myspace",
324
+ "typeId": "myspace",
325
+ "url": "http://www.myspace.com/137200880",
326
+ "username": "137200880"
327
+ },
328
+ {
329
+ "url": "http://about.me/lorangb",
330
+ "type": "aboutme",
331
+ "username": "lorangb",
332
+ "typeId": "aboutme",
333
+ "typeName": "About Me"
334
+ },
335
+ {
336
+ "url": "http://profiles.google.com/lorangb",
337
+ "id": "114426306375480734745",
338
+ "type": "googleprofile",
339
+ "username": "lorangb",
340
+ "typeId": "googleprofile",
341
+ "typeName": "Google Profile"
342
+ },
343
+ {
344
+ "url": "http://www.quora.com/bart-lorang",
345
+ "type": "quora",
346
+ "username": "bart-lorang",
347
+ "typeId": "quora",
348
+ "typeName": "Quora"
349
+ },
350
+ {
351
+ "url": "http://foursquare.com/lorangb",
352
+ "type": "foursquare",
353
+ "username": "lorangb",
354
+ "typeId": "foursquare",
355
+ "typeName": "Foursquare",
356
+ "id": "10245647"
357
+ },
358
+ {
359
+ "url": "http://youtube.com/user/lorangb",
360
+ "type": "youtube",
361
+ "username": "lorangb",
362
+ "rss": "http://youtube.com/rss/user/lorangb/videos.rss",
363
+ "typeId": "youtube",
364
+ "typeName": "Youtube"
365
+ },
366
+ {
367
+ "url": "http://picasaweb.google.com/lorangb",
368
+ "id": "114426306375480734745",
369
+ "type": "picasa",
370
+ "username": "lorangb",
371
+ "rss": "http://picasaweb.google.com/data/feed/base/user/lorangb?kind=album&alt=rss&hl=en_US&access=public",
372
+ "typeId": "picasa",
373
+ "typeName": "Picasa"
374
+ },
375
+ {
376
+ "url": "https://plus.google.com/114426306375480734745",
377
+ "id": "114426306375480734745",
378
+ "type": "googleplus",
379
+ "username": "lorangb",
380
+ "typeId": "googleplus",
381
+ "typeName": "Google Plus",
382
+ "bio": "CEO & Co-Founder of FullContact"
383
+ },
384
+ {
385
+ "type": "klout",
386
+ "typeId": "klout",
387
+ "typeName": "Klout",
388
+ "url": "http://www.klout.com/lorangb",
389
+ "username": "lorangb"
390
+ },
391
+ {
392
+ "typeName": "Gravatar",
393
+ "id": "18197740",
394
+ "username": "blorang",
395
+ "bio": "http://about.me/lorangb",
396
+ "type": "gravatar",
397
+ "typeId": "gravatar",
398
+ "url": "http://gravatar.com/blorang"
399
+ },
400
+ {
401
+ "typeName": "Flickr",
402
+ "username": "39267654@N00",
403
+ "type": "flickr",
404
+ "typeId": "flickr",
405
+ "url": "http://www.flickr.com/people/39267654@N00/",
406
+ "id": "39267654@N00",
407
+ "rss": "http://api.flickr.com/services/feeds/photos_public.gne?id=39267654@N00&lang=en-us&format=rss_200"
408
+ }
409
+ ],
410
+ "organizations":
411
+ [
412
+ {
413
+ "title": "Co-Founder & CEO",
414
+ "name": "FullContact",
415
+ "startDate": "2010-01",
416
+ "isPrimary": false
417
+ },
418
+ {
419
+ "name": "FullContact",
420
+ "title": "CEO",
421
+ "isPrimary": false
422
+ },
423
+ {
424
+ "name": "FullContact",
425
+ "title": "CEO & Co-Founder",
426
+ "startDate": "2010-01",
427
+ "isPrimary": false
428
+ },
429
+ {
430
+ "name": "Techstars",
431
+ "startDate": "2011-05",
432
+ "endDate": "2011-08",
433
+ "isPrimary": false
434
+ },
435
+ {
436
+ "name": "Rainmaker Technologies",
437
+ "title": "Co-Founder & CEO",
438
+ "startDate": "2010-01",
439
+ "isPrimary": false,
440
+ "endDate": ""
441
+ },
442
+ {
443
+ "name": "FullContact",
444
+ "title": "Chief Executive Officer and Co-Founder",
445
+ "isPrimary": true,
446
+ "startDate": "",
447
+ "endDate": ""
448
+ }
449
+ ]
450
+ }