gisty 0.1.2 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +3 -8
- data/Rakefile +3 -26
- data/bin/gisty +2 -2
- data/lib/gisty.rb +79 -119
- data/test/fixtures/gists_1 +877 -0
- data/test/fixtures/gists_2 +863 -0
- data/test/fixtures/gists_3 +346 -0
- data/test/fixtures/gists_post +65 -0
- data/test/gisty_test.rb +123 -115
- metadata +12 -45
- data/test/fixtures/24835 +0 -241
- data/test/fixtures/30119 +0 -376
- data/test/fixtures/mine_login_foo_token_bar +0 -494
- data/test/fixtures/mine_page_1_login_foo_token_bar +0 -518
- data/test/fixtures/mine_page_2_login_foo_token_bar +0 -511
- data/test/fixtures/mine_page_3_login_foo_token_bar +0 -190
- data/test/fixtures/swdyh +0 -302
- data/test/fixtures/swdyh_page_4 +0 -178
@@ -0,0 +1,863 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/1.0.13
|
3
|
+
Date: Wed, 21 Mar 2012 12:24:55 GMT
|
4
|
+
Content-Type: application/json; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Status: 200 OK
|
7
|
+
X-RateLimit-Limit: 5000
|
8
|
+
ETag: "284ee7d56c096d748fc69808b814e09a"
|
9
|
+
X-OAuth-Scopes: gist
|
10
|
+
Link: <https://api.github.com/gists?access_token=testaccesstoken&page=3>; rel="next", <https://api.github.com/gists?access_token=testaccesstoken&page=3>; rel="last", <https://api.github.com/gists?access_token=testaccesstoken&page=1>; rel="first", <https://api.github.com/gists?access_token=testaccesstoken&page=1>; rel="prev"
|
11
|
+
X-RateLimit-Remaining: 4992
|
12
|
+
Content-Length: 31198
|
13
|
+
X-Accepted-OAuth-Scopes: gist
|
14
|
+
|
15
|
+
[
|
16
|
+
{
|
17
|
+
"url": "https://api.github.com/gists/214294",
|
18
|
+
"user": {
|
19
|
+
"url": "https://api.github.com/users/swdyh",
|
20
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
21
|
+
"login": "swdyh",
|
22
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
23
|
+
"id": 9168
|
24
|
+
},
|
25
|
+
"created_at": "2009-10-20T14:45:25Z",
|
26
|
+
"public": true,
|
27
|
+
"description": null,
|
28
|
+
"html_url": "https://gist.github.com/214294",
|
29
|
+
"git_pull_url": "git://gist.github.com/214294.git",
|
30
|
+
"files": {
|
31
|
+
"mime.types": {
|
32
|
+
"type": "text/plain",
|
33
|
+
"language": null,
|
34
|
+
"raw_url": "https://gist.github.com/raw/214294/9f61f4b4a0acc3f10d70b74067725cd36d177197/mime.types",
|
35
|
+
"size": 63,
|
36
|
+
"filename": "mime.types"
|
37
|
+
}
|
38
|
+
},
|
39
|
+
"git_push_url": "git@gist.github.com:214294.git",
|
40
|
+
"id": "214294",
|
41
|
+
"comments": 0,
|
42
|
+
"updated_at": "2009-10-20T14:45:25Z"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"url": "https://api.github.com/gists/198829",
|
46
|
+
"user": {
|
47
|
+
"url": "https://api.github.com/users/swdyh",
|
48
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
49
|
+
"login": "swdyh",
|
50
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
51
|
+
"id": 9168
|
52
|
+
},
|
53
|
+
"created_at": "2009-10-01T08:26:15Z",
|
54
|
+
"public": true,
|
55
|
+
"description": null,
|
56
|
+
"html_url": "https://gist.github.com/198829",
|
57
|
+
"git_pull_url": "git://gist.github.com/198829.git",
|
58
|
+
"files": {
|
59
|
+
"yks.rb": {
|
60
|
+
"type": "application/ruby",
|
61
|
+
"language": "Ruby",
|
62
|
+
"raw_url": "https://gist.github.com/raw/198829/ee397f3209d5c64ff3155109e86bbf79046aaafc/yks.rb",
|
63
|
+
"size": 853,
|
64
|
+
"filename": "yks.rb"
|
65
|
+
}
|
66
|
+
},
|
67
|
+
"git_push_url": "git@gist.github.com:198829.git",
|
68
|
+
"id": "198829",
|
69
|
+
"comments": 0,
|
70
|
+
"updated_at": "2009-10-16T10:17:31Z"
|
71
|
+
},
|
72
|
+
{
|
73
|
+
"url": "https://api.github.com/gists/184621",
|
74
|
+
"user": {
|
75
|
+
"url": "https://api.github.com/users/swdyh",
|
76
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
77
|
+
"login": "swdyh",
|
78
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
79
|
+
"id": 9168
|
80
|
+
},
|
81
|
+
"created_at": "2009-09-10T15:59:58Z",
|
82
|
+
"public": true,
|
83
|
+
"description": null,
|
84
|
+
"html_url": "https://gist.github.com/184621",
|
85
|
+
"git_pull_url": "git://gist.github.com/184621.git",
|
86
|
+
"files": {
|
87
|
+
"test_post_form.rb": {
|
88
|
+
"type": "application/ruby",
|
89
|
+
"language": "Ruby",
|
90
|
+
"raw_url": "https://gist.github.com/raw/184621/2e3a879a3447e5f16e3598e905947dc9f3c8658d/test_post_form.rb",
|
91
|
+
"size": 298,
|
92
|
+
"filename": "test_post_form.rb"
|
93
|
+
}
|
94
|
+
},
|
95
|
+
"git_push_url": "git@gist.github.com:184621.git",
|
96
|
+
"id": "184621",
|
97
|
+
"comments": 0,
|
98
|
+
"updated_at": "2009-10-14T11:20:27Z"
|
99
|
+
},
|
100
|
+
{
|
101
|
+
"url": "https://api.github.com/gists/176895",
|
102
|
+
"user": {
|
103
|
+
"url": "https://api.github.com/users/swdyh",
|
104
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
105
|
+
"login": "swdyh",
|
106
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
107
|
+
"id": 9168
|
108
|
+
},
|
109
|
+
"created_at": "2009-08-28T10:42:44Z",
|
110
|
+
"public": true,
|
111
|
+
"description": null,
|
112
|
+
"html_url": "https://gist.github.com/176895",
|
113
|
+
"git_pull_url": "git://gist.github.com/176895.git",
|
114
|
+
"files": {
|
115
|
+
"embed_typograffit.user.js": {
|
116
|
+
"type": "application/javascript",
|
117
|
+
"language": "JavaScript",
|
118
|
+
"raw_url": "https://gist.github.com/raw/176895/b8941f8d606fa546ff740acee0cb826dc1243caa/embed_typograffit.user.js",
|
119
|
+
"size": 2013,
|
120
|
+
"filename": "embed_typograffit.user.js"
|
121
|
+
}
|
122
|
+
},
|
123
|
+
"git_push_url": "git@gist.github.com:176895.git",
|
124
|
+
"id": "176895",
|
125
|
+
"comments": 0,
|
126
|
+
"updated_at": "2009-10-14T11:20:27Z"
|
127
|
+
},
|
128
|
+
{
|
129
|
+
"url": "https://api.github.com/gists/175595",
|
130
|
+
"user": {
|
131
|
+
"url": "https://api.github.com/users/swdyh",
|
132
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
133
|
+
"login": "swdyh",
|
134
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
135
|
+
"id": 9168
|
136
|
+
},
|
137
|
+
"created_at": "2009-08-26T15:50:42Z",
|
138
|
+
"public": true,
|
139
|
+
"description": null,
|
140
|
+
"html_url": "https://gist.github.com/175595",
|
141
|
+
"git_pull_url": "git://gist.github.com/175595.git",
|
142
|
+
"files": {
|
143
|
+
"muji09aw": {
|
144
|
+
"type": "text/plain",
|
145
|
+
"language": null,
|
146
|
+
"raw_url": "https://gist.github.com/raw/175595/bc1f94efe4504b2702ca2c46279a2d44e634ab00/muji09aw",
|
147
|
+
"size": 194,
|
148
|
+
"filename": "muji09aw"
|
149
|
+
}
|
150
|
+
},
|
151
|
+
"git_push_url": "git@gist.github.com:175595.git",
|
152
|
+
"id": "175595",
|
153
|
+
"comments": 0,
|
154
|
+
"updated_at": "2009-10-14T11:20:27Z"
|
155
|
+
},
|
156
|
+
{
|
157
|
+
"url": "https://api.github.com/gists/169120",
|
158
|
+
"user": {
|
159
|
+
"url": "https://api.github.com/users/swdyh",
|
160
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
161
|
+
"login": "swdyh",
|
162
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
163
|
+
"id": 9168
|
164
|
+
},
|
165
|
+
"created_at": "2009-08-17T13:36:50Z",
|
166
|
+
"public": true,
|
167
|
+
"description": null,
|
168
|
+
"html_url": "https://gist.github.com/169120",
|
169
|
+
"git_pull_url": "git://gist.github.com/169120.git",
|
170
|
+
"files": {
|
171
|
+
"inspect_contextmenu.js": {
|
172
|
+
"type": "application/javascript",
|
173
|
+
"language": "JavaScript",
|
174
|
+
"raw_url": "https://gist.github.com/raw/169120/7ee5e0dcdf7cc368e4b77c50421a34201f9760fa/inspect_contextmenu.js",
|
175
|
+
"size": 4363,
|
176
|
+
"filename": "inspect_contextmenu.js"
|
177
|
+
}
|
178
|
+
},
|
179
|
+
"git_push_url": "git@gist.github.com:169120.git",
|
180
|
+
"id": "169120",
|
181
|
+
"comments": 0,
|
182
|
+
"updated_at": "2009-10-16T11:57:38Z"
|
183
|
+
},
|
184
|
+
{
|
185
|
+
"url": "https://api.github.com/gists/167744",
|
186
|
+
"user": {
|
187
|
+
"url": "https://api.github.com/users/swdyh",
|
188
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
189
|
+
"login": "swdyh",
|
190
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
191
|
+
"id": 9168
|
192
|
+
},
|
193
|
+
"created_at": "2009-08-14T10:04:51Z",
|
194
|
+
"public": true,
|
195
|
+
"description": null,
|
196
|
+
"html_url": "https://gist.github.com/167744",
|
197
|
+
"git_pull_url": "git://gist.github.com/167744.git",
|
198
|
+
"files": {
|
199
|
+
"lvls": {
|
200
|
+
"type": "text/plain",
|
201
|
+
"language": null,
|
202
|
+
"raw_url": "https://gist.github.com/raw/167744/26343bb5471988675f26b00ee66d06c9d59b928e/lvls",
|
203
|
+
"size": 299,
|
204
|
+
"filename": "lvls"
|
205
|
+
}
|
206
|
+
},
|
207
|
+
"git_push_url": "git@gist.github.com:167744.git",
|
208
|
+
"id": "167744",
|
209
|
+
"comments": 0,
|
210
|
+
"updated_at": "2009-10-14T11:20:28Z"
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"url": "https://api.github.com/gists/166421",
|
214
|
+
"user": {
|
215
|
+
"url": "https://api.github.com/users/swdyh",
|
216
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
217
|
+
"login": "swdyh",
|
218
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
219
|
+
"id": 9168
|
220
|
+
},
|
221
|
+
"created_at": "2009-08-12T09:40:31Z",
|
222
|
+
"public": true,
|
223
|
+
"description": null,
|
224
|
+
"html_url": "https://gist.github.com/166421",
|
225
|
+
"git_pull_url": "git://gist.github.com/166421.git",
|
226
|
+
"files": {
|
227
|
+
"em_glitch_proxy.rb": {
|
228
|
+
"type": "application/ruby",
|
229
|
+
"language": "Ruby",
|
230
|
+
"raw_url": "https://gist.github.com/raw/166421/236ec0681c35e37d66538dda33ac713c1034a9a7/em_glitch_proxy.rb",
|
231
|
+
"size": 1464,
|
232
|
+
"filename": "em_glitch_proxy.rb"
|
233
|
+
}
|
234
|
+
},
|
235
|
+
"git_push_url": "git@gist.github.com:166421.git",
|
236
|
+
"id": "166421",
|
237
|
+
"comments": 0,
|
238
|
+
"updated_at": "2009-10-14T11:20:28Z"
|
239
|
+
},
|
240
|
+
{
|
241
|
+
"url": "https://api.github.com/gists/146093",
|
242
|
+
"user": {
|
243
|
+
"url": "https://api.github.com/users/swdyh",
|
244
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
245
|
+
"login": "swdyh",
|
246
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
247
|
+
"id": 9168
|
248
|
+
},
|
249
|
+
"created_at": "2009-07-13T12:49:57Z",
|
250
|
+
"public": true,
|
251
|
+
"description": null,
|
252
|
+
"html_url": "https://gist.github.com/146093",
|
253
|
+
"git_pull_url": "git://gist.github.com/146093.git",
|
254
|
+
"files": {
|
255
|
+
"autopagerizegoogleimagef.user.js": {
|
256
|
+
"type": "application/javascript",
|
257
|
+
"language": "JavaScript",
|
258
|
+
"raw_url": "https://gist.github.com/raw/146093/82b6ce4d6568a66ef855fed622b1ce9133ef2c60/autopagerizegoogleimagef.user.js",
|
259
|
+
"size": 826,
|
260
|
+
"filename": "autopagerizegoogleimagef.user.js"
|
261
|
+
}
|
262
|
+
},
|
263
|
+
"git_push_url": "git@gist.github.com:146093.git",
|
264
|
+
"id": "146093",
|
265
|
+
"comments": 0,
|
266
|
+
"updated_at": "2009-10-14T11:20:28Z"
|
267
|
+
},
|
268
|
+
{
|
269
|
+
"url": "https://api.github.com/gists/115874",
|
270
|
+
"user": {
|
271
|
+
"url": "https://api.github.com/users/swdyh",
|
272
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
273
|
+
"login": "swdyh",
|
274
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
275
|
+
"id": 9168
|
276
|
+
},
|
277
|
+
"created_at": "2009-05-22T02:06:29Z",
|
278
|
+
"public": true,
|
279
|
+
"description": null,
|
280
|
+
"html_url": "https://gist.github.com/115874",
|
281
|
+
"git_pull_url": "git://gist.github.com/115874.git",
|
282
|
+
"files": {
|
283
|
+
"jetpack_tweet.js": {
|
284
|
+
"type": "application/javascript",
|
285
|
+
"language": "JavaScript",
|
286
|
+
"raw_url": "https://gist.github.com/raw/115874/8405f5044ab6efd130b9ba9d3ab9e1fc55c84afb/jetpack_tweet.js",
|
287
|
+
"size": 555,
|
288
|
+
"filename": "jetpack_tweet.js"
|
289
|
+
}
|
290
|
+
},
|
291
|
+
"git_push_url": "git@gist.github.com:115874.git",
|
292
|
+
"id": "115874",
|
293
|
+
"comments": 0,
|
294
|
+
"updated_at": "2009-10-14T11:20:28Z"
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"url": "https://api.github.com/gists/107915",
|
298
|
+
"user": {
|
299
|
+
"url": "https://api.github.com/users/swdyh",
|
300
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
301
|
+
"login": "swdyh",
|
302
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
303
|
+
"id": 9168
|
304
|
+
},
|
305
|
+
"created_at": "2009-05-07T04:31:07Z",
|
306
|
+
"public": true,
|
307
|
+
"description": null,
|
308
|
+
"html_url": "https://gist.github.com/107915",
|
309
|
+
"git_pull_url": "git://gist.github.com/107915.git",
|
310
|
+
"files": {
|
311
|
+
"autopagerizetwitterfilte.user.js": {
|
312
|
+
"type": "application/javascript",
|
313
|
+
"language": "JavaScript",
|
314
|
+
"raw_url": "https://gist.github.com/raw/107915/acd635f5da210bd2f82d82a7abb237efac9f739e/autopagerizetwitterfilte.user.js",
|
315
|
+
"size": 939,
|
316
|
+
"filename": "autopagerizetwitterfilte.user.js"
|
317
|
+
}
|
318
|
+
},
|
319
|
+
"git_push_url": "git@gist.github.com:107915.git",
|
320
|
+
"id": "107915",
|
321
|
+
"comments": 0,
|
322
|
+
"updated_at": "2009-10-14T11:20:28Z"
|
323
|
+
},
|
324
|
+
{
|
325
|
+
"url": "https://api.github.com/gists/97062",
|
326
|
+
"user": {
|
327
|
+
"url": "https://api.github.com/users/swdyh",
|
328
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
329
|
+
"login": "swdyh",
|
330
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
331
|
+
"id": 9168
|
332
|
+
},
|
333
|
+
"created_at": "2009-04-17T14:36:40Z",
|
334
|
+
"public": true,
|
335
|
+
"description": null,
|
336
|
+
"html_url": "https://gist.github.com/97062",
|
337
|
+
"git_pull_url": "git://gist.github.com/97062.git",
|
338
|
+
"files": {
|
339
|
+
"post_tumblr.rb": {
|
340
|
+
"type": "application/ruby",
|
341
|
+
"language": "Ruby",
|
342
|
+
"raw_url": "https://gist.github.com/raw/97062/8ce93bdf02b43245e54b9d20e5c7ced60af112ce/post_tumblr.rb",
|
343
|
+
"size": 582,
|
344
|
+
"filename": "post_tumblr.rb"
|
345
|
+
}
|
346
|
+
},
|
347
|
+
"git_push_url": "git@gist.github.com:97062.git",
|
348
|
+
"id": "97062",
|
349
|
+
"comments": 0,
|
350
|
+
"updated_at": "2009-10-16T20:18:43Z"
|
351
|
+
},
|
352
|
+
{
|
353
|
+
"url": "https://api.github.com/gists/97052",
|
354
|
+
"user": {
|
355
|
+
"url": "https://api.github.com/users/swdyh",
|
356
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
357
|
+
"login": "swdyh",
|
358
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
359
|
+
"id": 9168
|
360
|
+
},
|
361
|
+
"created_at": "2009-04-17T14:22:35Z",
|
362
|
+
"public": true,
|
363
|
+
"description": null,
|
364
|
+
"html_url": "https://gist.github.com/97052",
|
365
|
+
"git_pull_url": "git://gist.github.com/97052.git",
|
366
|
+
"files": {
|
367
|
+
"url2img.user.js": {
|
368
|
+
"type": "application/javascript",
|
369
|
+
"language": "JavaScript",
|
370
|
+
"raw_url": "https://gist.github.com/raw/97052/d93fb6127b8b27e9354e1300ecdc0c7e7dd19381/url2img.user.js",
|
371
|
+
"size": 2189,
|
372
|
+
"filename": "url2img.user.js"
|
373
|
+
}
|
374
|
+
},
|
375
|
+
"git_push_url": "git@gist.github.com:97052.git",
|
376
|
+
"id": "97052",
|
377
|
+
"comments": 0,
|
378
|
+
"updated_at": "2009-10-14T11:20:29Z"
|
379
|
+
},
|
380
|
+
{
|
381
|
+
"url": "https://api.github.com/gists/93524",
|
382
|
+
"user": {
|
383
|
+
"url": "https://api.github.com/users/swdyh",
|
384
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
385
|
+
"login": "swdyh",
|
386
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
387
|
+
"id": 9168
|
388
|
+
},
|
389
|
+
"created_at": "2009-04-11T10:39:44Z",
|
390
|
+
"public": true,
|
391
|
+
"description": null,
|
392
|
+
"html_url": "https://gist.github.com/93524",
|
393
|
+
"git_pull_url": "git://gist.github.com/93524.git",
|
394
|
+
"files": {
|
395
|
+
"pixnet.js": {
|
396
|
+
"type": "application/javascript",
|
397
|
+
"language": "JavaScript",
|
398
|
+
"raw_url": "https://gist.github.com/raw/93524/07443c94d36df17cf8490f271bee763ee36d57c3/pixnet.js",
|
399
|
+
"size": 2201,
|
400
|
+
"filename": "pixnet.js"
|
401
|
+
}
|
402
|
+
},
|
403
|
+
"git_push_url": "git@gist.github.com:93524.git",
|
404
|
+
"id": "93524",
|
405
|
+
"comments": 0,
|
406
|
+
"updated_at": "2009-10-16T21:02:59Z"
|
407
|
+
},
|
408
|
+
{
|
409
|
+
"url": "https://api.github.com/gists/77088",
|
410
|
+
"user": {
|
411
|
+
"url": "https://api.github.com/users/swdyh",
|
412
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
413
|
+
"login": "swdyh",
|
414
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
415
|
+
"id": 9168
|
416
|
+
},
|
417
|
+
"created_at": "2009-03-10T19:32:08Z",
|
418
|
+
"public": true,
|
419
|
+
"description": null,
|
420
|
+
"html_url": "https://gist.github.com/77088",
|
421
|
+
"git_pull_url": "git://gist.github.com/77088.git",
|
422
|
+
"files": {
|
423
|
+
"ldr_-_githubicon.user.js": {
|
424
|
+
"type": "application/javascript",
|
425
|
+
"language": "JavaScript",
|
426
|
+
"raw_url": "https://gist.github.com/raw/77088/589fb54370a4ecdb1fafad29e178581c9e656708/ldr_-_githubicon.user.js",
|
427
|
+
"size": 1506,
|
428
|
+
"filename": "ldr_-_githubicon.user.js"
|
429
|
+
}
|
430
|
+
},
|
431
|
+
"git_push_url": "git@gist.github.com:77088.git",
|
432
|
+
"id": "77088",
|
433
|
+
"comments": 0,
|
434
|
+
"updated_at": "2009-10-14T11:20:29Z"
|
435
|
+
},
|
436
|
+
{
|
437
|
+
"url": "https://api.github.com/gists/74962",
|
438
|
+
"user": {
|
439
|
+
"url": "https://api.github.com/users/swdyh",
|
440
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
441
|
+
"login": "swdyh",
|
442
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
443
|
+
"id": 9168
|
444
|
+
},
|
445
|
+
"created_at": "2009-03-06T16:19:25Z",
|
446
|
+
"public": true,
|
447
|
+
"description": null,
|
448
|
+
"html_url": "https://gist.github.com/74962",
|
449
|
+
"git_pull_url": "git://gist.github.com/74962.git",
|
450
|
+
"files": {
|
451
|
+
"context_nemu_reduce.user.css": {
|
452
|
+
"type": "text/css",
|
453
|
+
"language": "CSS",
|
454
|
+
"raw_url": "https://gist.github.com/raw/74962/cfb737c32cb10f41a465c807bf8fa1b3e9be1315/context_nemu_reduce.user.css",
|
455
|
+
"size": 483,
|
456
|
+
"filename": "context_nemu_reduce.user.css"
|
457
|
+
}
|
458
|
+
},
|
459
|
+
"git_push_url": "git@gist.github.com:74962.git",
|
460
|
+
"id": "74962",
|
461
|
+
"comments": 0,
|
462
|
+
"updated_at": "2009-10-14T11:20:29Z"
|
463
|
+
},
|
464
|
+
{
|
465
|
+
"url": "https://api.github.com/gists/69693",
|
466
|
+
"user": {
|
467
|
+
"url": "https://api.github.com/users/swdyh",
|
468
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
469
|
+
"login": "swdyh",
|
470
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
471
|
+
"id": 9168
|
472
|
+
},
|
473
|
+
"created_at": "2009-02-24T18:08:42Z",
|
474
|
+
"public": true,
|
475
|
+
"description": null,
|
476
|
+
"html_url": "https://gist.github.com/69693",
|
477
|
+
"git_pull_url": "git://gist.github.com/69693.git",
|
478
|
+
"files": {
|
479
|
+
"d_ap.rb": {
|
480
|
+
"type": "application/ruby",
|
481
|
+
"language": "Ruby",
|
482
|
+
"raw_url": "https://gist.github.com/raw/69693/79e4ebeb170446ac5eab94c339aea25aacc1114b/d_ap.rb",
|
483
|
+
"size": 2162,
|
484
|
+
"filename": "d_ap.rb"
|
485
|
+
}
|
486
|
+
},
|
487
|
+
"git_push_url": "git@gist.github.com:69693.git",
|
488
|
+
"id": "69693",
|
489
|
+
"comments": 0,
|
490
|
+
"updated_at": "2009-10-14T11:20:30Z"
|
491
|
+
},
|
492
|
+
{
|
493
|
+
"url": "https://api.github.com/gists/62135",
|
494
|
+
"user": {
|
495
|
+
"url": "https://api.github.com/users/swdyh",
|
496
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
497
|
+
"login": "swdyh",
|
498
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
499
|
+
"id": 9168
|
500
|
+
},
|
501
|
+
"created_at": "2009-02-11T17:43:07Z",
|
502
|
+
"public": true,
|
503
|
+
"description": null,
|
504
|
+
"html_url": "https://gist.github.com/62135",
|
505
|
+
"git_pull_url": "git://gist.github.com/62135.git",
|
506
|
+
"files": {
|
507
|
+
"muji2009ss_w.rb": {
|
508
|
+
"type": "application/ruby",
|
509
|
+
"language": "Ruby",
|
510
|
+
"raw_url": "https://gist.github.com/raw/62135/dfb3f013fbe2fda83dee5ef42576076a8b22707e/muji2009ss_w.rb",
|
511
|
+
"size": 637,
|
512
|
+
"filename": "muji2009ss_w.rb"
|
513
|
+
}
|
514
|
+
},
|
515
|
+
"git_push_url": "git@gist.github.com:62135.git",
|
516
|
+
"id": "62135",
|
517
|
+
"comments": 0,
|
518
|
+
"updated_at": "2009-10-14T11:20:30Z"
|
519
|
+
},
|
520
|
+
{
|
521
|
+
"url": "https://api.github.com/gists/53445",
|
522
|
+
"user": {
|
523
|
+
"url": "https://api.github.com/users/swdyh",
|
524
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
525
|
+
"login": "swdyh",
|
526
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
527
|
+
"id": 9168
|
528
|
+
},
|
529
|
+
"created_at": "2009-01-27T17:54:44Z",
|
530
|
+
"public": true,
|
531
|
+
"description": null,
|
532
|
+
"html_url": "https://gist.github.com/53445",
|
533
|
+
"git_pull_url": "git://gist.github.com/53445.git",
|
534
|
+
"files": {
|
535
|
+
"gist.pl.rb": {
|
536
|
+
"type": "application/ruby",
|
537
|
+
"language": "Ruby",
|
538
|
+
"raw_url": "https://gist.github.com/raw/53445/ef60b8a788f32e8643b3dd4bed757c8d95d5996e/gist.pl.rb",
|
539
|
+
"size": 390,
|
540
|
+
"filename": "gist.pl.rb"
|
541
|
+
}
|
542
|
+
},
|
543
|
+
"git_push_url": "git@gist.github.com:53445.git",
|
544
|
+
"id": "53445",
|
545
|
+
"comments": 0,
|
546
|
+
"updated_at": "2009-10-14T11:20:30Z"
|
547
|
+
},
|
548
|
+
{
|
549
|
+
"url": "https://api.github.com/gists/47877",
|
550
|
+
"user": {
|
551
|
+
"url": "https://api.github.com/users/swdyh",
|
552
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
553
|
+
"login": "swdyh",
|
554
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
555
|
+
"id": 9168
|
556
|
+
},
|
557
|
+
"created_at": "2009-01-16T08:41:46Z",
|
558
|
+
"public": true,
|
559
|
+
"description": null,
|
560
|
+
"html_url": "https://gist.github.com/47877",
|
561
|
+
"git_pull_url": "git://gist.github.com/47877.git",
|
562
|
+
"files": {
|
563
|
+
"favicon.html": {
|
564
|
+
"type": "text/html",
|
565
|
+
"language": "HTML",
|
566
|
+
"raw_url": "https://gist.github.com/raw/47877/1eaa2b1c6a59d707b45b98c293426db8220b5bf0/favicon.html",
|
567
|
+
"size": 1296,
|
568
|
+
"filename": "favicon.html"
|
569
|
+
}
|
570
|
+
},
|
571
|
+
"git_push_url": "git@gist.github.com:47877.git",
|
572
|
+
"id": "47877",
|
573
|
+
"comments": 0,
|
574
|
+
"updated_at": "2009-10-14T11:20:30Z"
|
575
|
+
},
|
576
|
+
{
|
577
|
+
"url": "https://api.github.com/gists/36121",
|
578
|
+
"user": {
|
579
|
+
"url": "https://api.github.com/users/swdyh",
|
580
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
581
|
+
"login": "swdyh",
|
582
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
583
|
+
"id": 9168
|
584
|
+
},
|
585
|
+
"created_at": "2008-12-15T22:35:38Z",
|
586
|
+
"public": true,
|
587
|
+
"description": null,
|
588
|
+
"html_url": "https://gist.github.com/36121",
|
589
|
+
"git_pull_url": "git://gist.github.com/36121.git",
|
590
|
+
"files": {
|
591
|
+
"motsu.user.css": {
|
592
|
+
"type": "text/css",
|
593
|
+
"language": "CSS",
|
594
|
+
"raw_url": "https://gist.github.com/raw/36121/0b2b46842371c0c4efacf08ca5b372aee30eef3e/motsu.user.css",
|
595
|
+
"size": 165,
|
596
|
+
"filename": "motsu.user.css"
|
597
|
+
}
|
598
|
+
},
|
599
|
+
"git_push_url": "git@gist.github.com:36121.git",
|
600
|
+
"id": "36121",
|
601
|
+
"comments": 0,
|
602
|
+
"updated_at": "2009-10-14T11:20:31Z"
|
603
|
+
},
|
604
|
+
{
|
605
|
+
"url": "https://api.github.com/gists/35857",
|
606
|
+
"user": {
|
607
|
+
"url": "https://api.github.com/users/swdyh",
|
608
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
609
|
+
"login": "swdyh",
|
610
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
611
|
+
"id": 9168
|
612
|
+
},
|
613
|
+
"created_at": "2008-12-15T03:28:59Z",
|
614
|
+
"public": true,
|
615
|
+
"description": null,
|
616
|
+
"html_url": "https://gist.github.com/35857",
|
617
|
+
"git_pull_url": "git://gist.github.com/35857.git",
|
618
|
+
"files": {
|
619
|
+
"tabs.js": {
|
620
|
+
"type": "application/javascript",
|
621
|
+
"language": "JavaScript",
|
622
|
+
"raw_url": "https://gist.github.com/raw/35857/8d74d0a795efa31d71ec89c69eab73f1ed283ba2/tabs.js",
|
623
|
+
"size": 4072,
|
624
|
+
"filename": "tabs.js"
|
625
|
+
}
|
626
|
+
},
|
627
|
+
"git_push_url": "git@gist.github.com:35857.git",
|
628
|
+
"id": "35857",
|
629
|
+
"comments": 0,
|
630
|
+
"updated_at": "2009-10-14T15:33:22Z"
|
631
|
+
},
|
632
|
+
{
|
633
|
+
"url": "https://api.github.com/gists/34819",
|
634
|
+
"user": {
|
635
|
+
"url": "https://api.github.com/users/swdyh",
|
636
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
637
|
+
"login": "swdyh",
|
638
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
639
|
+
"id": 9168
|
640
|
+
},
|
641
|
+
"created_at": "2008-12-11T18:53:11Z",
|
642
|
+
"public": true,
|
643
|
+
"description": null,
|
644
|
+
"html_url": "https://gist.github.com/34819",
|
645
|
+
"git_pull_url": "git://gist.github.com/34819.git",
|
646
|
+
"files": {
|
647
|
+
"regexp_safe.js": {
|
648
|
+
"type": "application/javascript",
|
649
|
+
"language": "JavaScript",
|
650
|
+
"raw_url": "https://gist.github.com/raw/34819/84faef5dfc9bbe3ea10bc50a47215b1d2f5212db/regexp_safe.js",
|
651
|
+
"size": 1305,
|
652
|
+
"filename": "regexp_safe.js"
|
653
|
+
},
|
654
|
+
"regexp_safe.html": {
|
655
|
+
"type": "text/html",
|
656
|
+
"language": "HTML",
|
657
|
+
"raw_url": "https://gist.github.com/raw/34819/83bbc79fef084d1ac8b5d8f6eadfcd0a87fca680/regexp_safe.html",
|
658
|
+
"size": 873,
|
659
|
+
"filename": "regexp_safe.html"
|
660
|
+
}
|
661
|
+
},
|
662
|
+
"git_push_url": "git@gist.github.com:34819.git",
|
663
|
+
"id": "34819",
|
664
|
+
"comments": 0,
|
665
|
+
"updated_at": "2009-10-14T15:33:22Z"
|
666
|
+
},
|
667
|
+
{
|
668
|
+
"url": "https://api.github.com/gists/31787",
|
669
|
+
"user": {
|
670
|
+
"url": "https://api.github.com/users/swdyh",
|
671
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
672
|
+
"login": "swdyh",
|
673
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
674
|
+
"id": 9168
|
675
|
+
},
|
676
|
+
"created_at": "2008-12-04T00:32:34Z",
|
677
|
+
"public": true,
|
678
|
+
"description": null,
|
679
|
+
"html_url": "https://gist.github.com/31787",
|
680
|
+
"git_pull_url": "git://gist.github.com/31787.git",
|
681
|
+
"files": {
|
682
|
+
"resolve_path_test.html": {
|
683
|
+
"type": "text/html",
|
684
|
+
"language": "HTML",
|
685
|
+
"raw_url": "https://gist.github.com/raw/31787/8c53e8c97d60177dfbeff491908f2bb137d49db2/resolve_path_test.html",
|
686
|
+
"size": 4335,
|
687
|
+
"filename": "resolve_path_test.html"
|
688
|
+
}
|
689
|
+
},
|
690
|
+
"git_push_url": "git@gist.github.com:31787.git",
|
691
|
+
"id": "31787",
|
692
|
+
"comments": 0,
|
693
|
+
"updated_at": "2009-10-14T15:33:22Z"
|
694
|
+
},
|
695
|
+
{
|
696
|
+
"url": "https://api.github.com/gists/bc82698ab357bd8bb433",
|
697
|
+
"user": {
|
698
|
+
"url": "https://api.github.com/users/swdyh",
|
699
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
700
|
+
"login": "swdyh",
|
701
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
702
|
+
"id": 9168
|
703
|
+
},
|
704
|
+
"created_at": "2008-11-29T23:11:52Z",
|
705
|
+
"public": false,
|
706
|
+
"description": null,
|
707
|
+
"html_url": "https://gist.github.com/bc82698ab357bd8bb433",
|
708
|
+
"git_pull_url": "git://gist.github.com/bc82698ab357bd8bb433.git",
|
709
|
+
"files": {
|
710
|
+
"_gisty": {
|
711
|
+
"type": "text/plain",
|
712
|
+
"language": null,
|
713
|
+
"raw_url": "https://gist.github.com/raw/bc82698ab357bd8bb433/70eb6eef648dd77240aca6d3ede4dd26a9ce82ac/_gisty",
|
714
|
+
"size": 128,
|
715
|
+
"filename": "_gisty"
|
716
|
+
}
|
717
|
+
},
|
718
|
+
"git_push_url": "git@gist.github.com:bc82698ab357bd8bb433.git",
|
719
|
+
"id": "bc82698ab357bd8bb433",
|
720
|
+
"comments": 0,
|
721
|
+
"updated_at": "2009-11-02T09:08:28Z"
|
722
|
+
},
|
723
|
+
{
|
724
|
+
"url": "https://api.github.com/gists/30080",
|
725
|
+
"user": {
|
726
|
+
"url": "https://api.github.com/users/swdyh",
|
727
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
728
|
+
"login": "swdyh",
|
729
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
730
|
+
"id": 9168
|
731
|
+
},
|
732
|
+
"created_at": "2008-11-28T20:20:29Z",
|
733
|
+
"public": true,
|
734
|
+
"description": null,
|
735
|
+
"html_url": "https://gist.github.com/30080",
|
736
|
+
"git_pull_url": "git://gist.github.com/30080.git",
|
737
|
+
"files": {
|
738
|
+
"ldr_-_exblog_filter.user.js": {
|
739
|
+
"type": "application/javascript",
|
740
|
+
"language": "JavaScript",
|
741
|
+
"raw_url": "https://gist.github.com/raw/30080/65f15d47f1452a7737490ed9a22e32926d1ede9d/ldr_-_exblog_filter.user.js",
|
742
|
+
"size": 1298,
|
743
|
+
"filename": "ldr_-_exblog_filter.user.js"
|
744
|
+
}
|
745
|
+
},
|
746
|
+
"git_push_url": "git@gist.github.com:30080.git",
|
747
|
+
"id": "30080",
|
748
|
+
"comments": 0,
|
749
|
+
"updated_at": "2009-10-14T15:33:23Z"
|
750
|
+
},
|
751
|
+
{
|
752
|
+
"url": "https://api.github.com/gists/24835",
|
753
|
+
"user": {
|
754
|
+
"url": "https://api.github.com/users/swdyh",
|
755
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
756
|
+
"login": "swdyh",
|
757
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
758
|
+
"id": 9168
|
759
|
+
},
|
760
|
+
"created_at": "2008-11-14T09:20:53Z",
|
761
|
+
"public": true,
|
762
|
+
"description": null,
|
763
|
+
"html_url": "https://gist.github.com/24835",
|
764
|
+
"git_pull_url": "git://gist.github.com/24835.git",
|
765
|
+
"files": {
|
766
|
+
"delicious_hide_do_not_share.user.css": {
|
767
|
+
"type": "text/css",
|
768
|
+
"language": "CSS",
|
769
|
+
"raw_url": "https://gist.github.com/raw/24835/43a86b56175c85f452af3fca4ce0df0997ff3bc2/delicious_hide_do_not_share.user.css",
|
770
|
+
"size": 140,
|
771
|
+
"filename": "delicious_hide_do_not_share.user.css"
|
772
|
+
}
|
773
|
+
},
|
774
|
+
"git_push_url": "git@gist.github.com:24835.git",
|
775
|
+
"id": "24835",
|
776
|
+
"comments": 0,
|
777
|
+
"updated_at": "2009-10-14T15:33:23Z"
|
778
|
+
},
|
779
|
+
{
|
780
|
+
"url": "https://api.github.com/gists/22851",
|
781
|
+
"user": {
|
782
|
+
"url": "https://api.github.com/users/swdyh",
|
783
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
784
|
+
"login": "swdyh",
|
785
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
786
|
+
"id": 9168
|
787
|
+
},
|
788
|
+
"created_at": "2008-11-07T12:51:29Z",
|
789
|
+
"public": true,
|
790
|
+
"description": null,
|
791
|
+
"html_url": "https://gist.github.com/22851",
|
792
|
+
"git_pull_url": "git://gist.github.com/22851.git",
|
793
|
+
"files": {
|
794
|
+
"gistfile1": {
|
795
|
+
"type": "text/plain",
|
796
|
+
"language": null,
|
797
|
+
"raw_url": "https://gist.github.com/raw/22851/626b3e62bf2b1d690608c17383e669c17c6085c4/gistfile1",
|
798
|
+
"size": 434,
|
799
|
+
"filename": "gistfile1"
|
800
|
+
}
|
801
|
+
},
|
802
|
+
"git_push_url": "git@gist.github.com:22851.git",
|
803
|
+
"id": "22851",
|
804
|
+
"comments": 0,
|
805
|
+
"updated_at": "2009-10-14T15:33:23Z"
|
806
|
+
},
|
807
|
+
{
|
808
|
+
"url": "https://api.github.com/gists/21414",
|
809
|
+
"user": {
|
810
|
+
"url": "https://api.github.com/users/swdyh",
|
811
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
812
|
+
"login": "swdyh",
|
813
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
814
|
+
"id": 9168
|
815
|
+
},
|
816
|
+
"created_at": "2008-10-31T20:34:54Z",
|
817
|
+
"public": true,
|
818
|
+
"description": null,
|
819
|
+
"html_url": "https://gist.github.com/21414",
|
820
|
+
"git_pull_url": "git://gist.github.com/21414.git",
|
821
|
+
"files": {
|
822
|
+
"gist_id.rb": {
|
823
|
+
"type": "application/ruby",
|
824
|
+
"language": "Ruby",
|
825
|
+
"raw_url": "https://gist.github.com/raw/21414/6581906b6cb4a76c88517e609b4ffd9ec4f9f848/gist_id.rb",
|
826
|
+
"size": 1046,
|
827
|
+
"filename": "gist_id.rb"
|
828
|
+
}
|
829
|
+
},
|
830
|
+
"git_push_url": "git@gist.github.com:21414.git",
|
831
|
+
"id": "21414",
|
832
|
+
"comments": 0,
|
833
|
+
"updated_at": "2009-10-14T15:33:23Z"
|
834
|
+
},
|
835
|
+
{
|
836
|
+
"url": "https://api.github.com/gists/21393",
|
837
|
+
"user": {
|
838
|
+
"url": "https://api.github.com/users/swdyh",
|
839
|
+
"gravatar_id": "465e43442fc3604b4a7ad9c55bc52066",
|
840
|
+
"login": "swdyh",
|
841
|
+
"avatar_url": "https://secure.gravatar.com/avatar/465e43442fc3604b4a7ad9c55bc52066?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
842
|
+
"id": 9168
|
843
|
+
},
|
844
|
+
"created_at": "2008-10-31T18:58:09Z",
|
845
|
+
"public": true,
|
846
|
+
"description": null,
|
847
|
+
"html_url": "https://gist.github.com/21393",
|
848
|
+
"git_pull_url": "git://gist.github.com/21393.git",
|
849
|
+
"files": {
|
850
|
+
"gistfile1": {
|
851
|
+
"type": "text/plain",
|
852
|
+
"language": null,
|
853
|
+
"raw_url": "https://gist.github.com/raw/21393/120fe78b8717ff8ef622fa451ac2a6072b237a00/gistfile1",
|
854
|
+
"size": 2525,
|
855
|
+
"filename": "gistfile1"
|
856
|
+
}
|
857
|
+
},
|
858
|
+
"git_push_url": "git@gist.github.com:21393.git",
|
859
|
+
"id": "21393",
|
860
|
+
"comments": 0,
|
861
|
+
"updated_at": "2009-10-14T15:33:23Z"
|
862
|
+
}
|
863
|
+
]
|