-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwechat-2016-12-13.sql
172 lines (121 loc) · 837 KB
/
wechat-2016-12-13.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
/*
SQLyog Ultimate v12.09 (64 bit)
MySQL - 5.6.17 : Database - lirui
*********************************************************************
*/
/*!40101 SET NAMES utf8 */;
/*!40101 SET SQL_MODE=''*/;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
CREATE DATABASE /*!32312 IF NOT EXISTS*/`lirui` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci */;
USE `lirui`;
/*Table structure for table `day` */
DROP TABLE IF EXISTS `day`;
CREATE TABLE `day` (
`id` int(30) NOT NULL AUTO_INCREMENT,
`day_date` char(30) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=372 DEFAULT CHARSET=utf8;
/*Data for the table `day` */
insert into `day`(`id`,`day_date`) values (1,'2016/11/18'),(2,'2016/11/21'),(3,'2016/11/18'),(4,'2016/11/17'),(5,'2016/11/21'),(6,'2016/11/18'),(7,'2016/11/17'),(8,'2016/11/16'),(9,'2016/11/15'),(10,'2016/11/14'),(11,'2016/11/11'),(12,'2016/11/10'),(13,'2016/11/09'),(14,'2016/11/08'),(15,'2016/11/07'),(16,'2016/11/04'),(17,'2016/11/03'),(18,'2016/11/02'),(19,'2016/11/01'),(20,'2016/10/31'),(21,'2016/10/28'),(22,'2016/10/27'),(23,'2016/10/26'),(24,'2016/10/25'),(25,'2016/10/24'),(26,'2016/10/21'),(27,'2016/10/20'),(28,'2016/10/19'),(29,'2016/10/18'),(30,'2016/10/17'),(31,'2016/10/14'),(32,'2016/10/13'),(33,'2016/10/12'),(34,'2016/10/11'),(35,'2016/10/10'),(36,'2016/10/09'),(37,'2016/10/08'),(38,'2016/09/30'),(39,'2016/09/29'),(40,'2016/09/28'),(41,'2016/09/27'),(42,'2016/09/26'),(43,'2016/09/23'),(44,'2016/09/22'),(45,'2016/09/21'),(46,'2016/09/20'),(47,'2016/09/19'),(48,'2016/09/18'),(49,'2016/09/14'),(50,'2016/09/13'),(51,'2016/09/12'),(52,'2016/09/10'),(53,'2016/09/09'),(54,'2016/09/08'),(55,'2016/09/07'),(56,'2016/09/06'),(57,'2016/09/05'),(58,'2016/09/02'),(59,'2016/09/01'),(60,'2016/08/31'),(61,'2016/08/30'),(62,'2016/08/29'),(63,'2016/08/26'),(64,'2016/08/25'),(65,'2016/08/24'),(66,'2016/08/23'),(67,'2016/08/22'),(68,'2016/08/19'),(69,'2016/08/18'),(70,'2016/08/17'),(71,'2016/08/16'),(72,'2016/08/15'),(73,'2016/08/12'),(74,'2016/08/11'),(75,'2016/08/10'),(76,'2016/08/09'),(77,'2016/08/08'),(78,'2016/08/05'),(79,'2016/08/03'),(80,'2016/08/02'),(81,'2016/08/01'),(82,'2016/07/29'),(83,'2016/07/28'),(84,'2016/07/27'),(85,'2016/07/26'),(86,'2016/07/25'),(87,'2016/07/22'),(88,'2016/07/20'),(89,'2016/07/19'),(90,'2016/07/18'),(91,'2016/07/15'),(92,'2016/07/14'),(93,'2016/07/13'),(94,'2016/07/12'),(95,'2016/07/11'),(96,'2016/07/08'),(97,'2016/07/07'),(98,'2016/07/06'),(99,'2016/07/05'),(100,'2016/07/04'),(101,'2016/07/01'),(102,'2016/06/30'),(103,'2016/06/29'),(104,'2016/06/28'),(105,'2016/06/27'),(106,'2016/06/24'),(107,'2016/06/23'),(108,'2016/06/22'),(109,'2016/06/21'),(110,'2016/06/20'),(111,'2016/06/17'),(112,'2016/06/16'),(113,'2016/06/15'),(114,'2016/06/14'),(115,'2016/06/13'),(116,'2016/06/12'),(117,'2016/06/08'),(118,'2016/06/07'),(119,'2016/06/06'),(120,'2016/06/03'),(121,'2016/06/02'),(122,'2016/06/01'),(123,'2016/05/31'),(124,'2016/05/30'),(125,'2016/05/27'),(126,'2016/05/26'),(127,'2016/05/25'),(128,'2016/05/24'),(129,'2016/05/23'),(130,'2016/05/20'),(131,'2016/05/19'),(132,'2016/05/18'),(133,'2016/05/17'),(134,'2016/05/16'),(135,'2016/05/13'),(136,'2016/05/12'),(137,'2016/05/11'),(138,'2016/05/10'),(139,'2016/05/09'),(140,'2016/05/06'),(141,'2016/05/05'),(142,'2016/05/04'),(143,'2016/05/03'),(144,'2016/04/29'),(145,'2016/04/28'),(146,'2016/04/27'),(147,'2016/04/26'),(148,'2016/04/25'),(149,'2016/04/22'),(150,'2016/04/21'),(151,'2016/04/20'),(152,'2016/04/19'),(153,'2016/04/18'),(154,'2016/04/15'),(155,'2016/04/14'),(156,'2016/04/13'),(157,'2016/04/12'),(158,'2016/04/11'),(159,'2016/04/08'),(160,'2016/04/07'),(161,'2016/04/06'),(162,'2016/04/05'),(163,'2016/04/01'),(164,'2016/03/31'),(165,'2016/03/30'),(166,'2016/03/29'),(167,'2016/03/28'),(168,'2016/03/25'),(169,'2016/03/24'),(170,'2016/03/23'),(171,'2016/03/22'),(172,'2016/03/21'),(173,'2016/03/18'),(174,'2016/03/17'),(175,'2016/03/16'),(176,'2016/03/15'),(177,'2016/03/14'),(178,'2016/03/11'),(179,'2016/03/10'),(180,'2016/03/09'),(181,'2016/03/08'),(182,'2016/03/07'),(183,'2016/03/04'),(184,'2016/03/03'),(185,'2016/03/02'),(186,'2016/03/01'),(187,'2016/02/29'),(188,'2016/02/26'),(189,'2016/02/25'),(190,'2016/02/24'),(191,'2016/02/23'),(192,'2016/02/22'),(193,'2016/02/19'),(194,'2016/02/18'),(195,'2016/02/17'),(196,'2016/02/16'),(197,'2016/02/15'),(198,'2016/02/04'),(199,'2016/02/03'),(200,'2016/02/02'),(201,'2016/02/01'),(202,'2016/01/29'),(203,'2016/01/28'),(204,'2016/01/27'),(205,'2016/01/26'),(206,'2016/01/25'),(207,'2016/01/22'),(208,'2016/01/21'),(209,'2016/01/20'),(210,'2016/01/19'),(211,'2016/01/18'),(212,'2016/01/15'),(213,'2016/01/14'),(214,'2016/01/13'),(215,'2016/01/12'),(216,'2016/01/11'),(217,'2016/01/08'),(218,'2016/01/07'),(219,'2016/01/06'),(220,'2016/01/05'),(221,'2016/01/04'),(222,'2015/12/31'),(223,'2015/12/30'),(224,'2015/12/29'),(225,'2015/12/28'),(226,'2015/12/25'),(227,'2015/12/24'),(228,'2015/12/23'),(229,'2015/12/22'),(230,'2015/12/21'),(231,'2015/12/18'),(232,'2015/12/17'),(233,'2015/12/16'),(234,'2015/12/15'),(235,'2015/12/14'),(236,'2015/12/11'),(237,'2015/12/10'),(238,'2015/12/09'),(239,'2015/12/08'),(240,'2015/12/07'),(241,'2015/12/04'),(242,'2015/12/03'),(243,'2015/12/02'),(244,'2015/12/01'),(245,'2015/11/30'),(246,'2015/11/27'),(247,'2015/11/26'),(248,'2015/11/25'),(249,'2015/11/24'),(250,'2015/11/23'),(251,'2015/11/20'),(252,'2015/11/19'),(253,'2015/11/18'),(254,'2015/11/17'),(255,'2015/11/16'),(256,'2015/11/13'),(257,'2015/11/12'),(258,'2015/11/11'),(259,'2015/11/10'),(260,'2015/11/09'),(261,'2015/11/06'),(262,'2015/11/05'),(263,'2015/11/04'),(264,'2015/11/03'),(265,'2015/11/02'),(266,'2015/10/30'),(267,'2015/10/29'),(268,'2015/10/28'),(269,'2015/10/27'),(270,'2015/10/26'),(271,'2015/10/23'),(272,'2015/10/22'),(273,'2015/10/21'),(274,'2015/10/20'),(275,'2015/10/19'),(276,'2015/10/16'),(277,'2015/10/15'),(278,'2015/10/14'),(279,'2015/10/13'),(280,'2015/10/12'),(281,'2015/10/10'),(282,'2015/10/09'),(283,'2015/10/08'),(284,'2015/09/30'),(285,'2015/09/29'),(286,'2015/09/28'),(287,'2015/09/25'),(288,'2015/09/24'),(289,'2015/09/23'),(290,'2015/09/22'),(291,'2015/09/21'),(292,'2015/09/18'),(293,'2015/09/17'),(294,'2015/09/16'),(295,'2015/09/15'),(296,'2015/09/14'),(297,'2015/09/11'),(298,'2015/09/10'),(299,'2015/09/09'),(300,'2015/09/08'),(301,'2015/09/07'),(302,'2015/09/06'),(303,'2015/09/01'),(304,'2015/08/31'),(305,'2015/08/28'),(306,'2015/08/27'),(307,'2015/08/26'),(308,'2015/08/25'),(309,'2015/08/24'),(310,'2015/08/21'),(311,'2015/08/20'),(312,'2015/08/19'),(313,'2015/08/18'),(314,'2015/08/17'),(315,'2015/08/14'),(316,'2015/08/13'),(317,'2015/08/12'),(318,'2015/08/11'),(319,'2015/08/10'),(320,'2015/08/07'),(321,'2015/08/06'),(322,'2015/08/05'),(323,'2015/08/03'),(324,'2015/07/31'),(325,'2015/07/30'),(326,'2015/07/29'),(327,'2015/07/28'),(328,'2015/07/27'),(329,'2015/07/24'),(330,'2015/07/23'),(331,'2015/07/22'),(332,'2015/07/21'),(333,'2015/07/20'),(334,'2015/07/17'),(335,'2015/07/16'),(336,'2015/07/15'),(337,'2015/07/14'),(338,'2015/07/13'),(339,'2015/07/10'),(340,'2015/07/09'),(341,'2015/07/08'),(342,'2015/07/07'),(343,'2015/07/03'),(344,'2015/07/02'),(345,'2015/07/01'),(346,'2015/06/30'),(347,'2015/06/29'),(348,'2015/06/26'),(349,'2015/06/19'),(350,'2015/06/18'),(351,'2015/06/17'),(352,'2015/06/16'),(353,'2015/06/15'),(354,'2015/06/12'),(355,'2015/06/11'),(356,'2015/06/10'),(357,'2015/06/09'),(358,'2015/06/05'),(359,'2015/06/04'),(360,'2015/06/03'),(361,'2015/06/02'),(362,'2015/05/29'),(363,'2015/05/28'),(364,'2015/05/27'),(365,'2015/05/26'),(366,'2015/05/25'),(367,'2015/05/22'),(368,'2015/05/21'),(369,'2015/05/20'),(370,'2015/05/19'),(371,'2015/05/18');
/*Table structure for table `gank_content` */
DROP TABLE IF EXISTS `gank_content`;
CREATE TABLE `gank_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`date_time` char(20) NOT NULL,
`img_url` char(255) NOT NULL DEFAULT 'http://ww2.sinaimg.cn/large/610dc034jw1f9vyl2fqi0j20u011habc.jpg',
`content` text NOT NULL,
`title` char(255) NOT NULL DEFAULT '哈哈',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8;
/*Data for the table `gank_content` */
insert into `gank_content`(`id`,`date_time`,`img_url`,`content`,`title`) values (12,'2016/11/18','http://ww2.sinaimg.cn/large/610dc034jw1f9vyl2fqi0j20u011habc.jpg','<p><img alt=\"\" src=\"http://ww2.sinaimg.cn/large/610dc034jw1f9vyl2fqi0j20u011habc.jpg\" style=\"height:699px; width:560px\" /></p>\r\n\r\n<h3>iOS</h3>\r\n\r\n<ul>\r\n <li><a href=\"http://fanhang.me/ios/ji-ci-ioschi-xu-ji-cheng-chu-ti-yan\" target=\"_blank\">flow.ci 初体验! 记一次暖心的iOS持续集成</a> (Rxamoy)\r\n\r\n <ul>\r\n <li><a href=\"http://fanhang.me/ios/ji-ci-ioschi-xu-ji-cheng-chu-ti-yan\" target=\"_blank\"><img src=\"http://img.gank.io/ddf67aa2-7c6e-45ec-b42c-89736df97231\" title=\"flow.ci 初体验! 记一次暖心的iOS持续集成\" /></a></li>\r\n </ul>\r\n </li>\r\n</ul>\r\n\r\n<h3>Android</h3>\r\n\r\n<ul>\r\n <li><a href=\"http://zjutkz.net/2016/11/17/Android%E4%B8%AD%E4%BA%8B%E4%BB%B6%E4%BC%A0%E9%80%92%E5%88%86%E6%9E%90\" target=\"_blank\">Android中事件传递分析</a> (None)\r\n\r\n <ul>\r\n <li><a href=\"http://zjutkz.net/2016/11/17/Android%E4%B8%AD%E4%BA%8B%E4%BB%B6%E4%BC%A0%E9%80%92%E5%88%86%E6%9E%90\" target=\"_blank\"><img src=\"http://img.gank.io/3b0b193d-6abf-4714-9d5a-5508404666f4\" title=\"Android中事件传递分析\" /></a></li>\r\n </ul>\r\n </li>\r\n <li><a href=\"https://github.com/naman14/AlgorithmVisualizer-Android\" target=\"_blank\">Android 实现的算法可是工具,随时随地帮助学习算法。</a> (代码家)\r\n <ul>\r\n <li><a href=\"https://github.com/naman14/AlgorithmVisualizer-Android\" target=\"_blank\"><img src=\"http://img.gank.io/9b16a9e8-a755-4a9a-9a2a-dd4400e2696e\" title=\"Android 实现的算法可是工具,随时随地帮助学习算法。\" /></a></li>\r\n </ul>\r\n </li>\r\n <li><a href=\"https://github.com/codeestX/ENViews\" target=\"_blank\">ENViews, 一个华丽丽的动效控件库</a> (Est)\r\n <ul>\r\n <li><a href=\"https://github.com/codeestX/ENViews\" target=\"_blank\"><img src=\"http://img.gank.io/f38a88af-a15c-4a8d-8d85-1f9632f47952\" title=\"ENViews, 一个华丽丽的动效控件库\" /></a></li>\r\n <li><a href=\"https://github.com/codeestX/ENViews\" target=\"_blank\"><img src=\"http://img.gank.io/39fc9a70-c3e3-4d40-9f63-ee1d556b9c2b\" title=\"ENViews, 一个华丽丽的动效控件库\" /></a></li>\r\n <li><a href=\"https://github.com/codeestX/ENViews\" target=\"_blank\"><img src=\"http://img.gank.io/c5f02c75-94d6-4f5b-a9d5-79304852cdcb\" title=\"ENViews, 一个华丽丽的动效控件库\" /></a></li>\r\n </ul>\r\n </li>\r\n <li><a href=\"https://github.com/amitshekhariitbhu/Android-Debug-Database\" target=\"_blank\">通过网页来查看 Android 本机数据库和 SharedPreference 数据。</a> (代码家)\r\n <ul>\r\n <li><a href=\"https://github.com/amitshekhariitbhu/Android-Debug-Database\" target=\"_blank\"><img src=\"http://img.gank.io/29a00999-f560-4399-804d-6ee86df3d4f1\" title=\"通过网页来查看 Android 本机数据库和 SharedPreference 数据。\" /></a></li>\r\n </ul>\r\n </li>\r\n <li><a href=\"https://github.com/matrixxun/MaterialBadgeTextView\" target=\"_blank\">Badge 风格的 TextView,支持 Shadow 和 Elevation。</a> (代码家)\r\n <ul>\r\n <li><a href=\"https://github.com/matrixxun/MaterialBadgeTextView\" target=\"_blank\"><img src=\"http://img.gank.io/7d8e50ab-3885-4554-be7f-de155af23fe1\" title=\"Badge 风格的 TextView,支持 Shadow 和 Elevation。\" /></a></li>\r\n </ul>\r\n </li>\r\n <li><a href=\"https://github.com/smart-fun/SmartFonts\" target=\"_blank\">轻轻松松使用 Android 自定义字体</a> (代码家)\r\n <ul>\r\n <li><a href=\"https://github.com/smart-fun/SmartFonts\" target=\"_blank\"><img src=\"http://img.gank.io/0116d93b-33c5-4ec1-a8d5-98b609f95f54\" title=\"轻轻松松使用 Android 自定义字体\" /></a></li>\r\n </ul>\r\n </li>\r\n</ul>\r\n\r\n<h3>拓展资源</h3>\r\n\r\n<ul>\r\n <li><a href=\"https://github.com/Ekultek/whitewidow\" target=\"_blank\">Web 程序 SQL 漏洞检测工具</a> (代码家)\r\n\r\n <ul>\r\n <li><a href=\"https://github.com/Ekultek/whitewidow\" target=\"_blank\"><img src=\"http://img.gank.io/215700ca-9d84-455e-8482-2aa682433313\" title=\"Web 程序 SQL 漏洞检测工具\" /></a></li>\r\n </ul>\r\n </li>\r\n</ul>\r\n\r\n<h3>休息视频</h3>\r\n\r\n<ul>\r\n <li><a href=\"http://www.miaopai.com/show/BL0xXGQvC3qU06IZwl0YSQ__.htm\" target=\"_blank\">TED演讲:重新认识出轨行为</a> (lxxself)\r\n\r\n <ul>\r\n </ul>\r\n </li>\r\n</ul>\r\n\r\n<p><iframe frameborder=\"0\" height=\"498\" src=\"https://v.qq.com/iframe/player.html?vid=z01801h58ez&tiny=0&auto=0\" width=\"640\"></iframe></p>\r\n\r\n<p>感谢所有默默付出的编辑们,愿大家有美好一天。</p>\r\n','哈哈');
/*Table structure for table `privilege` */
DROP TABLE IF EXISTS `privilege`;
CREATE TABLE `privilege` (
`id` varchar(60) DEFAULT NULL,
`privilegeName` varchar(60) DEFAULT NULL,
`page` varchar(300) DEFAULT NULL,
`pId` varchar(60) DEFAULT NULL,
`isMenu` varchar(3) DEFAULT NULL,
`privilegeCode` varchar(60) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Data for the table `privilege` */
insert into `privilege`(`id`,`privilegeName`,`page`,`pId`,`isMenu`,`privilegeCode`) values ('1421389853794','用户管理',NULL,'1','1',''),('1421392265041','用户新增','/oper/user/addUserInfo.do','1421389853794','0','userAdd'),('1421392276376','用户删除','/oper/user/deleteUserInfo.do','1421389853794','0','userDel'),('1423646216090','有权限展示',NULL,'1','1',''),('1423646265882','有部分权限展示','/oper/user/topermissionInfo.do','1423646216090','1','permission'),('1429069621021','测试',NULL,'1','1',NULL),('1429069669413','测试','/oper/user/tolistUserInfo.do','1429069621021','1','test'),('1459480695583','用户列表','/oper/user/tolistUserInfo.do','1421389853794','1','userlist'),('1459480762905','权限管理','/oper/privilege/toprivilegeInfo.do','1421389853794','1','privilegelist'),('1459480797329','角色管理','/oper/role/toListRoleInfo.do','1421389853794','1','rolelsit'),('1460354528774','菜单1460354528774',NULL,'1','0',NULL);
/*Table structure for table `role` */
DROP TABLE IF EXISTS `role`;
CREATE TABLE `role` (
`id` double DEFAULT NULL,
`roleName` varchar(60) DEFAULT NULL,
`roleCode` varchar(60) DEFAULT NULL,
`roleDesc` varchar(150) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Data for the table `role` */
insert into `role`(`id`,`roleName`,`roleCode`,`roleDesc`) values (19,'管理员角色','admin','admin'),(25,'普通角色','nomal','nomal'),(26,'部分权限角色','permission','permission');
/*Table structure for table `role_privilege` */
DROP TABLE IF EXISTS `role_privilege`;
CREATE TABLE `role_privilege` (
`id` double DEFAULT NULL,
`pId` varchar(60) DEFAULT NULL,
`privilegeId` varchar(60) DEFAULT NULL,
`roleId` double DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Data for the table `role_privilege` */
insert into `role_privilege`(`id`,`pId`,`privilegeId`,`roleId`) values (130,'1423646216090','1423646265882',26),(131,'1421389853794','1421392265041',19),(132,'1421389853794','1421392276376',19),(133,'1421389853794','1459480695583',19),(134,'1421389853794','1459480762905',19),(135,'1421389853794','1459480797329',19),(136,'1423646216090','1423646265882',19),(137,'1429069621021','1429069669413',19),(138,'','',25);
/*Table structure for table `t_all_content` */
DROP TABLE IF EXISTS `t_all_content`;
CREATE TABLE `t_all_content` (
`t_id` int(10) NOT NULL AUTO_INCREMENT,
`t_content_id` char(30) COLLATE utf8mb4_unicode_ci NOT NULL,
`t_createdAt` char(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`t_desc` char(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`t_images` mediumtext COLLATE utf8mb4_unicode_ci,
`t_publishedAt` char(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`t_source` char(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Web',
`t_type` char(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Android',
`t_url` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`t_used` char(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`t_who` char(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`t_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3748 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*Data for the table `t_all_content` */
insert into `t_all_content`(`t_id`,`t_content_id`,`t_createdAt`,`t_desc`,`t_images`,`t_publishedAt`,`t_source`,`t_type`,`t_url`,`t_used`,`t_who`) values (743,'58205525421aa90e6f21b4d4','2016-11-07T18:19:17.462Z','一个真正的Ripple效果,需要考虑Ripple的圆心变化',NULL,'2016-11-11T12:03:10.196Z','web','Android','https://github.com/liuguangqiang/RippleLayout','true','Eric'),(744,'5822ce4c421aa90e6f21b4e7','2016-11-09T15:20:44.77Z',' Java泛型详解',NULL,'2016-11-11T12:03:10.196Z','chrome','瞎推荐','http://blog.csdn.net/lpjishu/article/details/52665446','true','刘朋'),(745,'5824882e421aa90e799ec2be','2016-11-10T22:46:06.167Z','暴雪游戏25年',NULL,'2016-11-11T12:03:10.196Z','chrome','休息视频','http://www.bilibili.com/video/av7026930/','true','LHF'),(746,'58250c1d421aa90e799ec2bf','2016-11-11T08:09:01.465Z','11-11',NULL,'2016-11-11T12:03:10.196Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f9nuk0nvrdj20u011haci.jpg','true','daimajia'),(747,'58253059421aa90e6f21b507','2016-11-11T10:43:37.618Z','一步一步利用 Swift 开发属于自己的新的编程语言。','[http://img.gank.io/23e5f8a7-0f95-42a2-9f4c-cd403529d0b1]','2016-11-11T12:03:10.196Z','chrome','iOS','https://github.com/marciok/Mu','true','代码家'),(748,'58253074421aa9137697467f','2016-11-11T10:44:04.422Z','机器学习制作 Flappy bird 自动程序','[http://img.gank.io/99a11941-755a-4057-ac53-543bd73497d2]','2016-11-11T12:03:10.196Z','chrome','拓展资源','https://github.com/xviniette/FlappyLearning','true','代码家'),(749,'582530de421aa91369f95a2d','2016-11-11T10:45:50.888Z','Python 备忘手册','[http://img.gank.io/1b45a946-d6e0-4db4-a5b7-1017650a1425]','2016-11-11T12:03:10.196Z','chrome','拓展资源','https://www.pythonsheets.com/','true','py'),(750,'58253102421aa91376974681','2016-11-11T10:46:26.947Z','纯 css 实现的小 icon 集合',NULL,'2016-11-11T12:03:10.196Z','chrome','前端','http://cssicon.space/#/','true','代码家'),(751,'582180fc421aa9137697465d','2016-11-08T15:38:36.188Z','apk 瘦身之去除 R.class',NULL,'2016-11-10T11:40:42.4Z','chrome','Android','https://github.com/mogujie/ThinRPlugin','true','蒋朋'),(752,'5822a17f421aa90e799ec2a4','2016-11-09T12:09:35.314Z','通过浏览器管理sqlite数据库','[http://img.gank.io/fb674796-3ebb-4684-9a0c-4d18097eb771]','2016-11-10T11:40:42.4Z','web','Android','https://github.com/skyhacker2/SQLiteOnWeb-Android','true','pcyan'),(753,'5822c2fa421aa90e799ec2a5','2016-11-09T14:32:26.427Z','高效的设计稿标注、测量工具',NULL,'2016-11-10T11:40:42.4Z','web','拓展资源','http://www.getmarkman.com/','true','liuzheng'),(754,'58232df6421aa9137697466f','2016-11-09T22:08:54.356Z','一个支持选词的 TextView,类似与单词 app 中点击单词翻译的效果','[http://img.gank.io/cfc82bd9-731f-4ac9-80db-67254f15baa1]','2016-11-10T11:40:42.4Z','web','Android','https://github.com/burgessjp/GetWordTextView','true','solid'),(755,'582330b9421aa91376974670','2016-11-09T22:20:41.430Z','为视图添加丝滑的水波纹','[http://img.gank.io/a18f9509-dc3d-4fd3-ac43-7fe1087300c5]','2016-11-10T11:40:42.4Z','web','iOS','http://www.welkinx.com/2016/08/14/11/','true','Welkin Xie'),(756,'5823372a421aa91369f95a1b','2016-11-09T22:48:10.70Z','新鲜的四六级资料已到货:特朗普胜选演讲双语字幕版',NULL,'2016-11-10T11:40:42.4Z','chrome','休息视频','http://weibo.com/tv/v/EgMsAbOaI?fid=1034:037eab745ddcbc30e436e78cdae67900','true','lxxself'),(757,'582338a2421aa91376974671','2016-11-09T22:54:26.848Z','使用react native开发的一个one客户端',NULL,'2016-11-10T11:40:42.4Z','web','iOS','https://github.com/wutongke/react-native-one','true','梧桐'),(758,'5823bc03421aa91369f95a1d','2016-11-10T08:14:59.395Z','11-10',NULL,'2016-11-10T11:40:42.4Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f9mp3xhjdhj20u00u0ta9.jpg','true','daimajia'),(759,'5823d782421aa91376974674','2016-11-10T10:12:18.506Z','js 3d 开发引擎','[http://img.gank.io/89e919e4-68cd-4255-a36e-e7b389169be2]','2016-11-10T11:40:42.4Z','chrome','前端','https://github.com/WhitestormJS/whitestorm.js','true','代码家'),(760,'5823d7e7421aa91376974675','2016-11-10T10:13:59.830Z','利用深度学习方法给黑白图片图片上色','[http://img.gank.io/4c38c84a-8280-4697-b8b4-ae2c3715b7eb, http://img.gank.io/c93f7216-fa7e-4c14-bbf9-60257a1313a7]','2016-11-10T11:40:42.4Z','chrome','拓展资源','https://github.com/cameronfabbri/Colorful-Image-Colorization','true','代码家'),(761,'5823e1f9421aa90e6f21b4f8','2016-11-10T10:56:57.922Z','一触即发 App启动优化最佳实践',NULL,'2016-11-10T11:40:42.4Z','chrome','Android','https://zhuanlan.zhihu.com/p/23442027','true','LHF'),(762,'5823e6a0421aa90e799ec2b2','2016-11-10T11:16:48.379Z',' React Native Android 从学车到补胎和成功发车经历',NULL,'2016-11-10T11:40:42.4Z','chrome','Android','http://blog.csdn.net/yanbober/article/details/53071792','true','wuzheng'),(763,'581efed1421aa91369f959f3','2016-11-06T17:58:41.884Z','大图查看加载库,支持拖动和缩放,利用 fresco 加载,超级方便,但是内存占用超级低,一点也不卡!','[http://img.gank.io/67d2e8ca-756c-4e97-8be2-43fe832ad2b6]','2016-11-09T11:40:48.268Z','web','Android','https://github.com/Piasy/BigImageViewer','true','Piasy'),(764,'581fdce8421aa90e6f21b4ca','2016-11-07T09:46:16.663Z','一些反人类的句子,莫名戳中我的笑点~比起心灵鸡汤,这些反鸡汤语录好像也有些道理呢!~[笑cry]',NULL,'2016-11-09T11:40:48.268Z','chrome','休息视频','http://www.miaopai.com/show/K7z4TCIMuKbaIur-7SxCBA__.htm','true','lxxself'),(765,'582020ba421aa90e6f21b4ce','2016-11-07T14:35:38.102Z','告别Gradle龟速编译的烦恼,极速增量编译Android工程!',NULL,'2016-11-09T11:40:48.268Z','chrome','Android','https://yq.aliyun.com/articles/62334','true','yq'),(766,'582126f7421aa90e6f21b4d5','2016-11-08T09:14:31.387Z','一个实现了最新的Google Calender中月份图片的效果的ImageView,图片会随着外部ScrollView的滚动而滚动','[http://img.gank.io/4a34390f-fa6f-4c4d-9ec4-ec20c8a9b2e6]','2016-11-09T11:40:48.268Z','web','Android','https://github.com/dexlex/DexMovingImageView','true',NULL),(767,'582151bb421aa9137697465a','2016-11-08T12:16:59.309Z','年复一年日复一日,我们耗费了大量的时间在 “样板式” 代码上。本文将介绍 Android 项目模板化,终结这些 “无脑写代码” 的体力活,大幅提升 Android 开发效率。',NULL,'2016-11-09T11:40:48.268Z','web','Android','http://mp.weixin.qq.com/s?__biz=MzI4NTQ2OTI4MA==&mid=2247483665&idx=1&sn=50f5232d29c9754c75e231fbb1632e85&chksm=ebeafe1edc9d77088f847d811dc7b95b69559c5f3928983924ea5fb6ed9029cf3b570985b541&mpshare=1&scene=1&srcid=1107eSE2wThYUQo8EhuUSR1J#rd','true','zhenghuiy'),(768,'58227dc2421aa90e6f21b4e0','2016-11-09T09:37:06.212Z','ReView 一个用于辅助程序员、设计师“在线”查看字体大小以及颜色等属性的 View 组件集合','[http://img.gank.io/5643e616-c539-4490-a8af-e38d4214a83f]','2016-11-09T11:40:48.268Z','chrome','Android','https://github.com/maoruibin/ReView','true','咕咚'),(769,'58227fdd421aa91369f95a12','2016-11-09T09:46:05.77Z','好用的 IntelliJ IDEA/Android Studio 翻译插件','[http://img.gank.io/6cbfe691-fa3b-4a3f-8b5a-03c5004dd408]','2016-11-09T11:40:48.268Z','chrome','Android','https://github.com/YiiGuxing/TranslationPlugin','true','蒋朋'),(770,'58228280421aa90e6f21b4e2','2016-11-09T09:57:20.445Z','11-9',NULL,'2016-11-09T11:40:48.268Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034gw1f9lmfwy2nij20u00u076w.jpg','true','喵~'),(771,'582292e0421aa90e799ec2a1','2016-11-09T11:07:12.336Z','给软件工程师看的 Machine Learning 学习材料','[http://img.gank.io/f990b301-1efb-44e2-9b47-065c8667fea1]','2016-11-09T11:40:48.268Z','chrome','拓展资源','https://github.com/ZuzooVn/machine-learning-for-software-engineers','true','代码家'),(772,'58229301421aa91376974665','2016-11-09T11:07:45.332Z','Headless 浏览器收藏集合',NULL,'2016-11-09T11:40:48.268Z','chrome','拓展资源','https://github.com/dhamaniasad/HeadlessBrowsers','true','代码家'),(773,'581df5f4421aa90e799ec27e','2016-11-05T23:08:36.855Z','治愈动画短片《鹬》',NULL,'2016-11-08T11:51:41.578Z','chrome','休息视频','http://weibo.com/tv/v/Eg1TMxivO?from=vhot','true','LHF'),(774,'582131bf421aa91376974652','2016-11-08T10:00:31.146Z','深入Android内存泄露',NULL,'2016-11-08T11:51:41.578Z','web','Android','http://blog.csdn.net/ccj659/article/details/53032683','true','Chauncey'),(775,'58213a91421aa90e6f21b4d9','2016-11-08T10:38:09.884Z','以卡片视图的形式管理你的 Activity,让你的 app 可以自由的切换、跳转、关闭 Activity 以及结束 app 程序','[http://img.gank.io/c08c620c-4373-4ebe-824f-2c2c53c66ae7]','2016-11-08T11:51:41.578Z','web','Android','https://github.com/Hitomis/ActivitySwitcher','true','Hitomi'),(776,'58214362421aa90e799ec296','2016-11-08T11:15:46.643Z','Swift 3 Collections——理解Array和NSArray的差异',NULL,'2016-11-08T11:51:41.578Z','web','iOS','https://boxueio.com/series/collection-types/ebook/125','true',NULL),(777,'582147ef421aa90e799ec297','2016-11-08T11:35:11.5Z','11-8',NULL,'2016-11-08T11:51:41.578Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034gw1f9kjnm8uo1j20u00u0q5q.jpg','true','daimajia'),(778,'5821482a421aa90e6f21b4da','2016-11-08T11:36:10.951Z','开源的密码管理工具',NULL,'2016-11-08T11:51:41.578Z','chrome','拓展资源','https://github.com/lesspass/lesspass','true','daimajia'),(779,'582148ac421aa90e6f21b4db','2016-11-08T11:38:20.859Z','Android 逆向实用小插件:展示页面 Top Activity 的名称和包名',NULL,'2016-11-08T11:51:41.578Z','chrome','Android','https://github.com/109021017/android-TopActivity','true','1090'),(780,'582148c6421aa90e799ec298','2016-11-08T11:38:46.365Z','最简单的BadgeView,一句代码就搞定!','[http://img.gank.io/5d2bb662-7827-440f-b8b0-389093c6cf7b]','2016-11-08T11:51:41.578Z','web','Android','https://github.com/AlexLiuSheng/BadgeView','true','AlexLiu'),(781,'58214907421aa90e799ec299','2016-11-08T11:39:51.342Z','Android 常见开源项目 proguard 集合。','[http://img.gank.io/e11c9bcb-7faf-4fa3-841d-1327c26c458c]','2016-11-08T11:51:41.578Z','chrome','Android','https://github.com/yongjhih/android-proguards','true','代码家'),(782,'5821494d421aa91376974656','2016-11-08T11:41:01.443Z','Swift 随机数据生成','[http://img.gank.io/e29b6f84-fa02-4b55-970e-893a60e2b977]','2016-11-08T11:51:41.578Z','chrome','iOS','https://github.com/nvzqz/RandomKit','true','代码家'),(783,'581da383421aa91369f959f0','2016-11-05T17:16:51.468Z','A collection of useful .gitignore templates',NULL,'2016-11-07T11:47:36.373Z','chrome','拓展资源','https://github.com/github/gitignore','true','lxxself'),(784,'581de6fe421aa91369f959f1','2016-11-05T22:04:46.226Z','自定义 Android 指纹识别快捷方式',NULL,'2016-11-07T11:47:36.373Z','chrome','Android','https://github.com/ztc1997/Fingerprint2Sleep','true','mthli'),(785,'581f3725421aa9137697463d','2016-11-06T21:59:01.885Z','感人广告《假如有人出10亿让我放弃你》',NULL,'2016-11-07T11:47:36.373Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTc2Mzc2MzA5Mg==.html','true','lxxself'),(786,'581f4885421aa90e6f21b4c6','2016-11-06T23:13:09.395Z','仿三星桌面的浮动工具','[http://img.gank.io/a6908e69-f9f5-4995-b28a-a04c3d5ba520]','2016-11-07T11:47:36.373Z','chrome','Android','https://github.com/k0shk0sh/FastAccess','true','Jason'),(787,'581f5267421aa91376974643','2016-11-06T23:55:19.19Z','App 备份和恢复,做的很完整','[http://img.gank.io/15759d56-d91c-4693-b5cf-d8dac9d019d3]','2016-11-07T11:47:36.373Z','web','Android','https://github.com/samanyougarg/ABR-App-Backup-Restore','true','Samanyou Garg'),(788,'581fc2c0421aa91369f959f9','2016-11-07T07:54:40.74Z','11-7',NULL,'2016-11-07T11:47:36.373Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f9j7nvnwjdj20u00k0jsl.jpg','true','daimajia'),(789,'581fc305421aa90e6f21b4c7','2016-11-07T07:55:49.594Z','iDev 2016 全平台开发者大会 PPTs',NULL,'2016-11-07T11:47:36.373Z','chrome','iOS','https://github.com/devlinkcn/ppts_for_idev2016/tree/master/PDF','true','dev'),(790,'581fc31c421aa90e799ec284','2016-11-07T07:56:12.162Z','Swift Markdown 解析器',NULL,'2016-11-07T11:47:36.373Z','chrome','iOS','https://github.com/loiclec/Apodimark','true','代码家'),(791,'581fc474421aa91376974644','2016-11-07T08:01:56.307Z','基于 UITableView 实现的更灵活的单页布局。','[http://img.gank.io/48771ae8-9e7f-41dc-a48b-a0f348a97eb1, http://img.gank.io/807d196a-332f-4a0d-a268-49422df94262, http://img.gank.io/dbb8168f-9974-4f6c-9652-1532c58f9596]','2016-11-07T11:47:36.373Z','chrome','iOS','https://github.com/edopelawi/CascadingTableDelegate','true','代码家'),(792,'581fc58e421aa91369f959fc','2016-11-07T08:06:38.182Z','百度网盘不限速下载工具','[http://img.gank.io/8619654c-5a49-43e2-8b05-3e4e6001e49d]','2016-11-07T11:47:36.373Z','chrome','App','https://github.com/Mrs4s/BaiduPanDownload','true','mrs'),(793,'581feab9421aa90e6f21b4cb','2016-11-07T10:45:13.594Z','Snackbar工具类,方法丰富,支持链式调用,可以满足Snackbar绝大部分的使用场景!','[http://img.gank.io/74ef0f8b-c470-48e2-8250-8166d1a488be]','2016-11-07T11:47:36.373Z','web','Android','https://github.com/HuanHaiLiuXin/SnackbarUtils','true','幻海流心'),(794,'5819912d421aa9137697460f','2016-11-02T15:09:33.261Z','【腾讯Bugly干货分享】Android ListView 与 RecyclerView 对比浅析—缓存机制',NULL,'2016-11-04T11:48:56.654Z','chrome','Android','https://zhuanlan.zhihu.com/p/23339185','true','LHF'),(795,'581a02fe421aa90e799ec260','2016-11-02T23:15:10.386Z','男友忠诚度测试[doge] 这是毁事的节奏啊![偷笑]',NULL,'2016-11-04T11:48:56.654Z','chrome','休息视频','http://www.miaopai.com/show/ZonudCUkw1bc2ozLS1umcQ__.htm','true','LHF'),(796,'581ab6ff421aa90e799ec266','2016-11-03T12:03:11.967Z','一个能够让 View 执行漂亮的漂浮动画的库','[http://img.gank.io/b9456ed7-4b83-40a5-b5bd-f62d5483c338]','2016-11-04T11:48:56.654Z','web','Android','https://github.com/UFreedom/FloatingView','true','UFreedom'),(797,'581aea95421aa91369f959df','2016-11-03T15:43:17.241Z','Android 仿业问 打字机效果','[http://img.gank.io/7b5a0968-e736-4f17-9273-9c7e3e55c76c]','2016-11-04T11:48:56.654Z','web','Android','https://github.com/andyxialm/TyperEditText','true',NULL),(798,'581b7545421aa91369f959e5','2016-11-04T01:35:01.512Z','深入Subject,自己动手打造RxJava生命周期管理框架RxLife',NULL,'2016-11-04T11:48:56.654Z','chrome','拓展资源','http://blog.csdn.net/dd864140130/article/details/53029617','true','江湖人称小白哥'),(799,'581b9e10421aa90e6f21b4b2','2016-11-04T04:29:04.61Z','【MotionEvent详解】目前最完整的一篇Android事件类型文章,真心不骗你。',NULL,'2016-11-04T11:48:56.654Z','web','Android','http://www.gcssloop.com/customview/motionevent','true','sloop'),(800,'581bd560421aa91376974628','2016-11-04T08:25:04.30Z','11-4',NULL,'2016-11-04T11:48:56.654Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f9frojtu31j20u00u0go9.jpg','true','daimajia'),(801,'581bd70e421aa91376974629','2016-11-04T08:32:14.130Z','microG 计划:从头打造 Google 用户服务和依赖库。很有意义的一个是打造了 Gms,没准国内很快可以实现 Gms 推送。',NULL,'2016-11-04T11:48:56.654Z','chrome','Android','https://microg.org/','true','代码家'),(802,'581bee8b421aa9137697462c','2016-11-04T10:12:27.696Z','iOS 越狱相关知识合集',NULL,'2016-11-04T11:48:56.654Z','chrome','iOS','https://github.com/zhengmin1989/GreatiOSJailbreakMaterial','true','zm'),(803,'581bf09c421aa90e6f21b4b7','2016-11-04T10:21:16.686Z','简单易用的可定制展开角度的button menu','[http://img.gank.io/2b9c4b48-ad83-4238-bcee-16ae850a4eae]','2016-11-04T11:48:56.654Z','web','Android','https://github.com/uin3566/AllAngleExpandableButton','true','Fang.Xu'),(804,'5816e3e0421aa90e6f21b489','2016-10-31T14:25:36.974Z','dex文件结构解析以及其应用',NULL,'2016-11-03T11:48:43.342Z','web','Android','http://www.zjutkz.net/2016/10/27/dex%E6%96%87%E4%BB%B6%E7%BB%93%E6%9E%84%E5%8F%8A%E5%85%B6%E5%BA%94%E7%94%A8/','true',NULL),(805,'581967f1421aa9137697460a','2016-11-02T12:13:37.604Z','卷福来到上海,我们和他聊了聊',NULL,'2016-11-03T11:48:43.342Z','chrome','休息视频','http://v.qq.com/x/page/r0342q3inxz.html','true','lxxself'),(806,'581a838a421aa90e799ec261','2016-11-03T08:23:38.560Z','11-3',NULL,'2016-11-03T11:48:43.342Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f9em0sj3yvj20u00w4acj.jpg','true','daimajia'),(807,'581aa212421aa91376974619','2016-11-03T10:33:54.162Z','Android 方块儿展开菜单,很有新意。','[http://img.gank.io/c265503d-4cdb-4f1b-8998-008b20e01f9c]','2016-11-03T11:48:43.342Z','chrome','Android','https://github.com/devsideal/SquareMenu','true','代码家'),(808,'581aa2f2421aa9137697461a','2016-11-03T10:37:38.607Z','Swift Web Framework','[http://img.gank.io/6defa0a8-aacd-4606-8a7a-a5bbda15b719]','2016-11-03T11:48:43.342Z','chrome','iOS','https://github.com/vapor/vapor','true','代码家'),(809,'581ab1b3421aa9137697461d','2016-11-03T11:40:35.971Z','Android root helper 工具库',NULL,'2016-11-03T11:48:43.342Z','chrome','Android','https://github.com/AndroidDeveloperLB/RootHelper/blob/master/lib/src/main/java/com/lb/root_helper/lib/Root.java','true','代码家'),(810,'581ab1df421aa91369f959dc','2016-11-03T11:41:19.531Z','通过 elevation 阴影来创造更逼真的按下效果','[http://img.gank.io/d3560626-2de5-4061-976b-f0b1a9dfeda6]','2016-11-03T11:48:43.342Z','chrome','Android','https://github.com/rubensousa/RaiflatButton','true','代码家'),(811,'581ab21d421aa91369f959de','2016-11-03T11:42:21.570Z','Android 创造更精致的动画效果库,非常实用','[http://img.gank.io/ca5bfe85-1ea0-4cb7-940b-87a3c6752fe0]','2016-11-03T11:48:43.342Z','chrome','Android','https://github.com/thunderrise/android-TNRAnimationHelper','true','代码家'),(812,'57f31452421aa95dd351b0c4','2016-10-04T10:30:42.448Z','哎 呀,被萌一脸血!“考个跆拳道白带原来这么难~哎呀哎呀”小宝宝太可爱了',NULL,'2016-11-02T11:49:08.835Z','chrome','休息视频','http://www.miaopai.com/show/ZA8vpkc7dh8UWn5HERfPVA__.htm','true','LHF'),(813,'581815fa421aa91369f959c5','2016-11-01T12:11:38.201Z','itsCoder WeeklyBlog 第五期 (Android:动画、长图处理、矢量图和矢量动画的使用、WebView 浏览图片 、常见内存泄露、RenderScript 实现毛玻璃模糊; Java8 中的流;React Native 环境搭建 ;打造完美像素图标;非对称加密( RSA )数据传送的实战。)',NULL,'2016-11-02T11:49:08.835Z','web','拓展资源','http://itscoder.com/weeklyblog-phase-5/','true',NULL),(814,'581828c8421aa90e6f21b495','2016-11-01T13:31:52.168Z','优化 App 启动时间',NULL,'2016-11-02T11:49:08.835Z','web','iOS','http://yulingtianxia.com/blog/2016/10/30/Optimizing-App-Startup-Time/','true','杨萧玉'),(815,'58182900421aa90e799ec24f','2016-11-01T13:32:48.436Z','Android性能优化典范 - 第5季','[http://img.gank.io/f18c07f5-e535-4432-8ba6-8537e80ddd01]','2016-11-02T11:49:08.835Z','web','Android','http://hukai.me/android-performance-patterns-season-5/','true','Pan HongJin'),(816,'58193781421aa90e6f21b49f','2016-11-02T08:46:57.726Z','11-2',NULL,'2016-11-02T11:49:08.835Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f9dh2ohx2vj20u011hn0r.jpg','true','daimajia'),(817,'5819472d421aa90e799ec255','2016-11-02T09:53:49.625Z','一款可以自由定制外观、手势旋转的android雷达图表lib','[http://img.gank.io/17c022c4-e12a-430f-b267-fd521eac5395]','2016-11-02T11:49:08.835Z','web','Android','https://github.com/qstumn/RadarChart','true','Rorbin Qiu'),(818,'581950b0421aa91376974605','2016-11-02T10:34:24.683Z','Android App Shortcuts',NULL,'2016-11-02T11:49:08.835Z','chrome','Android','https://zhuanlan.zhihu.com/p/23357071','true','LHF'),(819,'5819510f421aa90e6f21b4a1','2016-11-02T10:35:59.540Z','Mac Range 选择器,选择区间范围,做的萌萌的','[http://img.gank.io/4e40a72e-fe28-45d9-bb1a-2bd05698b37f]','2016-11-02T11:49:08.835Z','chrome','iOS','https://github.com/matthewreagan/RangeSlider','true','代码家'),(820,'5819514a421aa90e799ec257','2016-11-02T10:36:58.623Z','用 Swift 动态 Render HTML','[http://img.gank.io/8a636be3-ab0a-48b0-b9de-25f32e177231]','2016-11-02T11:49:08.835Z','chrome','iOS','https://github.com/sahandnayebaziz/Hypertext','true','代码家'),(821,'58195197421aa91369f959d1','2016-11-02T10:38:15.922Z','React Native 控制 Touchbar','[http://img.gank.io/0691521b-7c94-4fed-9a05-5c732ada3a37]','2016-11-02T11:49:08.835Z','chrome','iOS','https://github.com/ptmt/react-native-touchbar','true','ptmt'),(822,'58195221421aa91376974608','2016-11-02T10:40:33.702Z','iTerm2 下的一个漂亮的色彩主题?','[http://img.gank.io/4ddb448a-8159-48ad-8231-b6b68fc691e5]','2016-11-02T11:49:08.835Z','chrome','拓展资源','https://github.com/sindresorhus/iterm2-snazzy','true','sind'),(823,'58136806421aa90e799ec22e','2016-10-28T23:00:22.904Z','实现系统通知拦截功能的 App','[http://img.gank.io/1dce0d48-99aa-4d68-83bc-d3f08b68c1c3]','2016-11-01T11:46:01.617Z','chrome','Android','https://github.com/gavinliu/NotificationBox','true','Jason'),(824,'5814888c421aa90e799ec233','2016-10-29T19:31:24.675Z','滚动播放的公告控件',NULL,'2016-11-01T11:46:01.617Z','web','Android','https://github.com/czy1121/noticeview','true','ezy'),(825,'5817215a421aa90e799ec245','2016-10-31T18:47:54.791Z','迄今为止又一款 Android 第三方 Sketch Mirror 软件','[http://img.gank.io/41a42b2e-2061-40dc-82de-b5111bed82f6]','2016-11-01T11:46:01.617Z','chrome','Android','https://github.com/zhihu/mirror','true','mthli'),(826,'5817e1fa421aa913769745fe','2016-11-01T08:29:46.640Z','11-1',NULL,'2016-11-01T11:46:01.617Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f9cayjaa96j20u011hqbs.jpg','true','daimajia'),(827,'582d81b2421aa95006efc062','2016-11-17T18:08:50.115Z','Android中事件传递分析','[http://img.gank.io/3b0b193d-6abf-4714-9d5a-5508404666f4]','2016-11-18T11:21:35.425Z','web','Android','http://zjutkz.net/2016/11/17/Android%E4%B8%AD%E4%BA%8B%E4%BB%B6%E4%BC%A0%E9%80%92%E5%88%86%E6%9E%90','true',NULL),(828,'582e4538421aa94ffc377a29','2016-11-18T08:03:04.676Z','flow.ci 初体验! 记一次暖心的iOS持续集成','[http://img.gank.io/ddf67aa2-7c6e-45ec-b42c-89736df97231]','2016-11-18T11:21:35.425Z','web','iOS','http://fanhang.me/ios/ji-ci-ioschi-xu-ji-cheng-chu-ti-yan','true','Rxamoy'),(829,'582e4c38421aa94ffa9f7641','2016-11-18T08:32:56.22Z','AB',NULL,'2016-11-18T11:21:35.425Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f9vyl2fqi0j20u011habc.jpg','true','daimajia'),(830,'582e4cd1421aa94ffc377a2a','2016-11-18T08:35:29.213Z','Android 实现的算法可是工具,随时随地帮助学习算法。','[http://img.gank.io/9b16a9e8-a755-4a9a-9a2a-dd4400e2696e]','2016-11-18T11:21:35.425Z','chrome','Android','https://github.com/naman14/AlgorithmVisualizer-Android','true','代码家'),(831,'582e5a58421aa94ffc377a2d','2016-11-18T09:33:12.870Z','TED演讲:重新认识出轨行为',NULL,'2016-11-18T11:21:35.425Z','chrome','休息视频','http://www.miaopai.com/show/BL0xXGQvC3qU06IZwl0YSQ__.htm','true','lxxself'),(832,'582e62f5421aa94ffa9f7643','2016-11-18T10:09:57.508Z','ENViews, 一个华丽丽的动效控件库','[http://img.gank.io/f38a88af-a15c-4a8d-8d85-1f9632f47952, http://img.gank.io/39fc9a70-c3e3-4d40-9f63-ee1d556b9c2b, http://img.gank.io/c5f02c75-94d6-4f5b-a9d5-79304852cdcb]','2016-11-18T11:21:35.425Z','web','Android','https://github.com/codeestX/ENViews','true','Est'),(833,'582e6585421aa94ffc377a2e','2016-11-18T10:20:53.239Z','通过网页来查看 Android 本机数据库和 SharedPreference 数据。','[http://img.gank.io/29a00999-f560-4399-804d-6ee86df3d4f1]','2016-11-18T11:21:35.425Z','chrome','Android','https://github.com/amitshekhariitbhu/Android-Debug-Database','true','代码家'),(834,'582e6605421aa94ffc377a2f','2016-11-18T10:23:01.136Z','Web 程序 SQL 漏洞检测工具','[http://img.gank.io/215700ca-9d84-455e-8482-2aa682433313]','2016-11-18T11:21:35.425Z','chrome','拓展资源','https://github.com/Ekultek/whitewidow','true','代码家'),(835,'582e66ef421aa94ffc377a30','2016-11-18T10:26:55.858Z','Badge 风格的 TextView,支持 Shadow 和 Elevation。','[http://img.gank.io/7d8e50ab-3885-4554-be7f-de155af23fe1]','2016-11-18T11:21:35.425Z','chrome','Android','https://github.com/matrixxun/MaterialBadgeTextView','true','代码家'),(836,'582e6771421aa94ffa9f7646','2016-11-18T10:29:05.759Z','轻轻松松使用 Android 自定义字体','[http://img.gank.io/0116d93b-33c5-4ec1-a8d5-98b609f95f54]','2016-11-18T11:21:35.425Z','chrome','Android','https://github.com/smart-fun/SmartFonts','true','代码家'),(837,'5829408b421aa911dbc91566','2016-11-14T12:41:47.492Z','一图详解我的软件世界观与方法论',NULL,'2016-11-17T11:32:04.807Z','web','拓展资源','https://www.processon.com/view/link/58288e3be4b00c4fc88dcadf','true','王下邀月熊(Chevalier)'),(838,'582a67c2421aa910344b13bb','2016-11-15T09:41:22.418Z','我的大飞机能停在你的飞机场吗…污得无法无天[哆啦A梦吃惊]',NULL,'2016-11-17T11:32:04.807Z','chrome','休息视频','http://www.miaopai.com/show/jluFkzvSIdrmHUQ3K8keMQ__.htm','true','lxxself'),(839,'582ab455421aa9198ccf9c7e','2016-11-15T15:08:05.238Z','Android social login (facebook, google) helper powered by RxJava',NULL,'2016-11-17T11:32:04.807Z','web','Android','https://github.com/jaychang0917/SocialLoginManager','true','Jay'),(840,'582c0f44421aa94ffa9f7626','2016-11-16T15:48:20.527Z','轻量级的material design图片选择器,颜值很高','[http://img.gank.io/d4cf06f2-674b-4fcb-bfc4-7a5c80fa87ee, http://img.gank.io/44259d13-f1de-4431-8bec-918936256668]','2016-11-17T11:32:04.807Z','web','Android','https://github.com/liuguangqiang/IPicker','true','Eric'),(841,'582c409b421aa95006efc052','2016-11-16T19:18:51.833Z','安卓版圆形进度条','[http://img.gank.io/a414e1b8-4965-4cba-8f74-6aa2b1a9cf26]','2016-11-17T11:32:04.807Z','web','Android','https://github.com/yingLanNull/CircleAlarmTimerView','true','yingLan'),(842,'582cf408421aa95002741a8f','2016-11-17T08:04:24.781Z','11-17',NULL,'2016-11-17T11:32:04.807Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f9us52puzsj20u00u0jtd.jpg','true','daimajia'),(843,'582d1914421aa95002741a93','2016-11-17T10:42:28.444Z','Katana,一个全新的 iOS 开发框架',NULL,'2016-11-17T11:32:04.807Z','chrome','iOS','https://bendingspoons.github.io/katana-swift/','true','代码家'),(844,'582d1945421aa94ffa9f7639','2016-11-17T10:43:17.475Z','阮一峰总结的全栈工程师培训手册',NULL,'2016-11-17T11:32:04.807Z','chrome','拓展资源','https://github.com/ruanyf/jstraining','true','代码家'),(845,'5829b5b2421aa911e32d87e3','2016-11-14T21:01:38.860Z','动画插值器的编辑器','[http://img.gank.io/fa3bb06d-1bfb-41a7-8bfe-78adeb55c049]','2016-11-16T11:37:18.947Z','chrome','Android','https://github.com/MartinRGB/RapidInterpolator','true','Jason'),(846,'582a67ac421aa9102c2ec6e9','2016-11-15T09:41:00.851Z','人生问题:为什么吵架永远吵不过女朋友 男生内心: 你,经历过绝望吗?',NULL,'2016-11-16T11:37:18.947Z','chrome','休息视频','http://weibo.com/tv/v/EhxXTv9K7?fid=1034:82d69e08660431770e24fc4e48c7206d','true','lxxself'),(847,'582ba25b421aa93a5939d4bc','2016-11-16T08:03:39.788Z','11-16',NULL,'2016-11-16T11:37:18.947Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f9tmhxq87lj20u011htae.jpg','true','daimajia'),(848,'582bb5f6421aa93a61577f2d','2016-11-16T09:27:18.173Z','Android MP3录制,波形显示,音频权限兼容与播放','[http://img.gank.io/b740d072-3c32-4c8f-aa7a-b0dd45968e19]','2016-11-16T11:37:18.947Z','web','Android','http://www.jianshu.com/p/2448e2903b07','true','Shuyu Guo'),(849,'582bc15e421aa93a518777ac','2016-11-16T10:15:58.132Z','一行代码完成图片高斯模糊','[http://img.gank.io/d9a60d1c-714d-4bf7-8de9-0b6601b1c110]','2016-11-16T11:37:18.947Z','chrome','Android','https://github.com/jrvansuita/GaussianBlur','true','代码家'),(850,'582bc1b4421aa93a61577f2f','2016-11-16T10:17:24.383Z','Android 画板 View,随心所欲的画画。','[http://img.gank.io/fc1b996a-228c-4553-8cb5-159c046a4531]','2016-11-16T11:37:18.947Z','chrome','Android','https://github.com/ByoxCode/DrawView','true','代码家'),(851,'582bc2fa421aa93a555cfe90','2016-11-16T10:22:50.604Z','用 Touchbar 玩儿空战游戏!','[http://img.gank.io/99ed5540-08cf-4668-890e-37fc2c08922b, http://img.gank.io/332264cd-8f9c-4191-9c96-e69e5ac01b88]','2016-11-16T11:37:18.947Z','chrome','iOS','https://github.com/insidegui/TouchBarSpaceFight','true','代码家'),(852,'582bc33d421aa93a555cfe92','2016-11-16T10:23:57.263Z','iOS 圆形进度条,漂亮!','[http://img.gank.io/a4de01da-8626-4278-8ab1-70076a5729ce]','2016-11-16T11:37:18.947Z','chrome','iOS','https://github.com/HamzaGhazouani/HGCircularSlider','true','代码家'),(853,'582bc361421aa93a61577f31','2016-11-16T10:24:33.247Z','Swift Job 队列',NULL,'2016-11-16T11:37:18.947Z','chrome','iOS','https://github.com/BrettRToomey/Jobs','true','代码家'),(854,'582962f9421aa911d3bb7edb','2016-11-14T15:08:41.874Z','史上最强的 Android 日志库 XLog','[http://img.gank.io/bbd6baf4-01ba-4040-956c-32b5f7d9c2e8]','2016-11-15T11:26:11.821Z','web','Android','https://github.com/elvishew/xLog','true','Elvis Hew'),(855,'58298adf421aa911cf2e1561','2016-11-14T17:58:55.173Z','A simple spannable string helper','[http://img.gank.io/a4e727da-6b91-414a-9f8b-6c0704b0f573]','2016-11-15T11:26:11.821Z','chrome','Android','https://github.com/jaychang0917/SimpleText','true','jp'),(856,'5829d423421aa911e32d87ef','2016-11-14T23:11:31.665Z','科普:手机触屏是什么原理',NULL,'2016-11-15T11:26:11.821Z','chrome','休息视频','http://www.bilibili.com/video/av7056496/','true','LHF'),(857,'582a56cb421aa9102c2ec6e7','2016-11-15T08:28:59.621Z','11-15',NULL,'2016-11-15T11:26:11.821Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034gw1f9shm1cajkj20u00jy408.jpg','true','daimajia'),(858,'582a6e78421aa9140a8ec98c','2016-11-15T10:10:00.749Z','AS2.2使用CMake方式进行JNI/NDK开发',NULL,'2016-11-15T11:26:11.821Z','web','Android','http://blog.csdn.net/yulianlin/article/details/53168350','true','FMVP'),(859,'582a6ffb421aa91405a3572f','2016-11-15T10:16:27.528Z','Dash 开源了 iOS 版本的代码',NULL,'2016-11-15T11:26:11.821Z','chrome','iOS','https://github.com/Kapeli/Dash-iOS','true','代码家'),(860,'582a70b0421aa914099ae5e0','2016-11-15T10:19:28.248Z','在你的 TouchBar 上显示 Nyancat.... 信仰加成....','[http://img.gank.io/e138b929-b473-494b-b648-9717e766f3f1]','2016-11-15T11:26:11.821Z','chrome','iOS','https://github.com/avatsaev/touchbar_nyancat','true','代码家'),(861,'582a70d2421aa9140a8ec98d','2016-11-15T10:20:02.673Z','TouchBar Demo App,学习 Touchbar Api 的辅助材料。','[http://img.gank.io/57186c23-2c6f-496a-9691-d62cde019bf7]','2016-11-15T11:26:11.821Z','chrome','iOS','https://github.com/bikkelbroeders/TouchBarDemoApp','true','代码家'),(862,'582a7112421aa914099ae5e1','2016-11-15T10:21:06.153Z','自动通过用户启动 App 的次数,弹出 Rating 页面引导用户评价。','[http://img.gank.io/664f2a7d-53c0-4e7c-a873-02d23fda01cb]','2016-11-15T11:26:11.821Z','chrome','Android','https://github.com/codemybrainsout/smart-app-rate','true','代码家'),(863,'582a7142421aa91405a35731','2016-11-15T10:21:54.651Z','Awesome 系列之 Hacking!!','[http://img.gank.io/6c7c03c2-9b74-4ab9-931e-240c708ae06d]','2016-11-15T11:26:11.821Z','chrome','拓展资源','https://github.com/Hack-with-Github/Awesome-Hacking','true','代码家'),(864,'582a7cd1421aa917bc4aa9af','2016-11-15T11:11:13.287Z','apk-deguard 在线APK反混淆工具,理论上ProGurad 混淆的代码 80% 都可以恢复出来',NULL,'2016-11-15T11:26:11.821Z','chrome','Android','http://www.apk-deguard.com/','true','Dear宅学长'),(865,'5827f41b421aa911d3bb7ecb','2016-11-13T13:03:23.38Z','独立全端开发的开源小作:简诗 2.0','[http://img.gank.io/b6be7a85-4035-437f-9521-65593fdbc48e]','2016-11-14T11:36:49.680Z','web','Android','https://www.v2ex.com/t/320154','true','wingjay'),(866,'58280022421aa911d3bb7ecc','2016-11-13T13:54:42.240Z','RxJava源码解读之旅',NULL,'2016-11-14T11:36:49.680Z','web','Android','https://zhuanlan.zhihu.com/p/23617414','true','Li Wenjing'),(867,'582811e3421aa911d3bb7ecf','2016-11-13T15:10:27.5Z','兼容微信小程序的流式网络请求库',NULL,'2016-11-14T11:36:49.680Z','web','前端','https://segmentfault.com/a/1190000007467682','true','王下邀月熊(Chevalier)'),(868,'58281b82421aa911cf2e1558','2016-11-13T15:51:30.961Z','在Android图形处理-Canvas已经有了基本的使用,但是这节介绍几个好玩的属性','[http://img.gank.io/0c71383b-d925-4108-91bb-39f3ede15386]','2016-11-14T11:36:49.680Z','web','Android','http://www.haotianyi.win/2016/11/android%E5%9B%BE%E5%BD%A2%E5%A4%84%E7%90%86-%E7%99%BE%E5%8F%98paint/','true','HaoTianYi'),(869,'58282b1b421aa911e32d87d6','2016-11-13T16:58:03.159Z','生活在大城市真的很令人沮丧',NULL,'2016-11-14T11:36:49.680Z','chrome','休息视频','http://v.qq.com/x/page/h0345y1u60h.html','true','lxxself'),(870,'5828736e421aa911e32d87d8','2016-11-13T22:06:38.462Z','EasyDataKit 简单易用的 SQLite 轮子,它基于 FMDB 封装的库,免去开发者编写复杂 SQL 的困扰,更加专注业务上的事情,从而提高开发效率。',NULL,'2016-11-14T11:36:49.680Z','web','iOS','https://hawk0620.github.io/blog/2016/11/10/easydatakit-introduction/','true','陈浩'),(871,'58287835421aa911cf2e155a','2016-11-13T22:27:01.198Z','面向程序猿的数据科学与机器学习知识体系及资料合集',NULL,'2016-11-14T11:36:49.680Z','web','拓展资源','https://segmentfault.com/a/1190000007470135','true','王下邀月熊(Chevalier)'),(872,'58290634421aa911cf2e155c','2016-11-14T08:32:52.84Z','11-14',NULL,'2016-11-14T11:36:49.680Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f9rc3qcfm1j20u011hmyk.jpg','true','daimajia'),(873,'582917fe421aa911dbc91564','2016-11-14T09:48:46.577Z','hexo-theme-material 一个 Hexo 的 Material 主题','[http://img.gank.io/67bbb6aa-f0d2-4985-a6f3-4b7233c17729]','2016-11-14T11:36:49.680Z','chrome','App','https://github.com/viosey/hexo-theme-material','true','咕咚'),(874,'57d039ed421aa90d4500446a','2016-09-08T00:01:49.521Z','一个炫酷的侧边栏效果','[http://img.gank.io/34a8195d-dcf5-45bf-a332-54ed9a8f465a]','2016-11-11T12:03:10.196Z','web','Android','https://github.com/mzule/FantasySlide','true','Jason Cao'),(875,'57e3e32f421aa95bd0501610','2016-09-22T21:57:03.924Z','副作用小的在线热更新View库,可将View作为一个独立模块进行更新抽换',NULL,'2016-11-11T12:03:10.196Z','web','Android','https://github.com/kot32go/dynamic-load-view','true','kot32'),(876,'57eb7bb6421aa95ddb9cb556','2016-09-28T16:13:42.307Z','Android事件分发原理(责任链模式)',NULL,'2016-11-11T12:03:10.196Z','web','Android','http://www.gcssloop.com/customview/dispatch-touchevent-theory','true','sloop'),(877,'58280022421aa911d3bb7ecc','2016-11-13T13:54:42.240Z','RxJava源码解读之旅',NULL,'2016-11-14T11:36:49.680Z','web','Android','https://zhuanlan.zhihu.com/p/23617414','true','Li Wenjing'),(878,'582811e3421aa911d3bb7ecf','2016-11-13T15:10:27.5Z','兼容微信小程序的流式网络请求库',NULL,'2016-11-14T11:36:49.680Z','web','前端','https://segmentfault.com/a/1190000007467682','true','王下邀月熊(Chevalier)'),(879,'58281b82421aa911cf2e1558','2016-11-13T15:51:30.961Z','在Android图形处理-Canvas已经有了基本的使用,但是这节介绍几个好玩的属性','[http://img.gank.io/0c71383b-d925-4108-91bb-39f3ede15386]','2016-11-14T11:36:49.680Z','web','Android','http://www.haotianyi.win/2016/11/android%E5%9B%BE%E5%BD%A2%E5%A4%84%E7%90%86-%E7%99%BE%E5%8F%98paint/','true','HaoTianYi'),(880,'58282b1b421aa911e32d87d6','2016-11-13T16:58:03.159Z','生活在大城市真的很令人沮丧',NULL,'2016-11-14T11:36:49.680Z','chrome','休息视频','http://v.qq.com/x/page/h0345y1u60h.html','true','lxxself'),(881,'5828736e421aa911e32d87d8','2016-11-13T22:06:38.462Z','EasyDataKit 简单易用的 SQLite 轮子,它基于 FMDB 封装的库,免去开发者编写复杂 SQL 的困扰,更加专注业务上的事情,从而提高开发效率。',NULL,'2016-11-14T11:36:49.680Z','web','iOS','https://hawk0620.github.io/blog/2016/11/10/easydatakit-introduction/','true','陈浩'),(882,'58287835421aa911cf2e155a','2016-11-13T22:27:01.198Z','面向程序猿的数据科学与机器学习知识体系及资料合集',NULL,'2016-11-14T11:36:49.680Z','web','拓展资源','https://segmentfault.com/a/1190000007470135','true','王下邀月熊(Chevalier)'),(883,'58290634421aa911cf2e155c','2016-11-14T08:32:52.84Z','11-14',NULL,'2016-11-14T11:36:49.680Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f9rc3qcfm1j20u011hmyk.jpg','true','daimajia'),(884,'582917fe421aa911dbc91564','2016-11-14T09:48:46.577Z','hexo-theme-material 一个 Hexo 的 Material 主题','[http://img.gank.io/67bbb6aa-f0d2-4985-a6f3-4b7233c17729]','2016-11-14T11:36:49.680Z','chrome','App','https://github.com/viosey/hexo-theme-material','true','咕咚'),(885,'57d039ed421aa90d4500446a','2016-09-08T00:01:49.521Z','一个炫酷的侧边栏效果','[http://img.gank.io/34a8195d-dcf5-45bf-a332-54ed9a8f465a]','2016-11-11T12:03:10.196Z','web','Android','https://github.com/mzule/FantasySlide','true','Jason Cao'),(886,'57e3e32f421aa95bd0501610','2016-09-22T21:57:03.924Z','副作用小的在线热更新View库,可将View作为一个独立模块进行更新抽换',NULL,'2016-11-11T12:03:10.196Z','web','Android','https://github.com/kot32go/dynamic-load-view','true','kot32'),(887,'57eb7bb6421aa95ddb9cb556','2016-09-28T16:13:42.307Z','Android事件分发原理(责任链模式)',NULL,'2016-11-11T12:03:10.196Z','web','Android','http://www.gcssloop.com/customview/dispatch-touchevent-theory','true','sloop'),(888,'58205525421aa90e6f21b4d4','2016-11-07T18:19:17.462Z','一个真正的Ripple效果,需要考虑Ripple的圆心变化',NULL,'2016-11-11T12:03:10.196Z','web','Android','https://github.com/liuguangqiang/RippleLayout','true','Eric'),(889,'5822ce4c421aa90e6f21b4e7','2016-11-09T15:20:44.77Z',' Java泛型详解',NULL,'2016-11-11T12:03:10.196Z','chrome','瞎推荐','http://blog.csdn.net/lpjishu/article/details/52665446','true','刘朋'),(890,'5824882e421aa90e799ec2be','2016-11-10T22:46:06.167Z','暴雪游戏25年',NULL,'2016-11-11T12:03:10.196Z','chrome','休息视频','http://www.bilibili.com/video/av7026930/','true','LHF'),(891,'58250c1d421aa90e799ec2bf','2016-11-11T08:09:01.465Z','11-11',NULL,'2016-11-11T12:03:10.196Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f9nuk0nvrdj20u011haci.jpg','true','daimajia'),(892,'58253059421aa90e6f21b507','2016-11-11T10:43:37.618Z','一步一步利用 Swift 开发属于自己的新的编程语言。','[http://img.gank.io/23e5f8a7-0f95-42a2-9f4c-cd403529d0b1]','2016-11-11T12:03:10.196Z','chrome','iOS','https://github.com/marciok/Mu','true','代码家'),(893,'58253074421aa9137697467f','2016-11-11T10:44:04.422Z','机器学习制作 Flappy bird 自动程序','[http://img.gank.io/99a11941-755a-4057-ac53-543bd73497d2]','2016-11-11T12:03:10.196Z','chrome','拓展资源','https://github.com/xviniette/FlappyLearning','true','代码家'),(894,'582530de421aa91369f95a2d','2016-11-11T10:45:50.888Z','Python 备忘手册','[http://img.gank.io/1b45a946-d6e0-4db4-a5b7-1017650a1425]','2016-11-11T12:03:10.196Z','chrome','拓展资源','https://www.pythonsheets.com/','true','py'),(895,'58253102421aa91376974681','2016-11-11T10:46:26.947Z','纯 css 实现的小 icon 集合',NULL,'2016-11-11T12:03:10.196Z','chrome','前端','http://cssicon.space/#/','true','代码家'),(896,'582180fc421aa9137697465d','2016-11-08T15:38:36.188Z','apk 瘦身之去除 R.class',NULL,'2016-11-10T11:40:42.4Z','chrome','Android','https://github.com/mogujie/ThinRPlugin','true','蒋朋'),(897,'5822a17f421aa90e799ec2a4','2016-11-09T12:09:35.314Z','通过浏览器管理sqlite数据库','[http://img.gank.io/fb674796-3ebb-4684-9a0c-4d18097eb771]','2016-11-10T11:40:42.4Z','web','Android','https://github.com/skyhacker2/SQLiteOnWeb-Android','true','pcyan'),(898,'5822c2fa421aa90e799ec2a5','2016-11-09T14:32:26.427Z','高效的设计稿标注、测量工具',NULL,'2016-11-10T11:40:42.4Z','web','拓展资源','http://www.getmarkman.com/','true','liuzheng'),(899,'58232df6421aa9137697466f','2016-11-09T22:08:54.356Z','一个支持选词的 TextView,类似与单词 app 中点击单词翻译的效果','[http://img.gank.io/cfc82bd9-731f-4ac9-80db-67254f15baa1]','2016-11-10T11:40:42.4Z','web','Android','https://github.com/burgessjp/GetWordTextView','true','solid'),(900,'582330b9421aa91376974670','2016-11-09T22:20:41.430Z','为视图添加丝滑的水波纹','[http://img.gank.io/a18f9509-dc3d-4fd3-ac43-7fe1087300c5]','2016-11-10T11:40:42.4Z','web','iOS','http://www.welkinx.com/2016/08/14/11/','true','Welkin Xie'),(901,'5823372a421aa91369f95a1b','2016-11-09T22:48:10.70Z','新鲜的四六级资料已到货:特朗普胜选演讲双语字幕版',NULL,'2016-11-10T11:40:42.4Z','chrome','休息视频','http://weibo.com/tv/v/EgMsAbOaI?fid=1034:037eab745ddcbc30e436e78cdae67900','true','lxxself'),(902,'582338a2421aa91376974671','2016-11-09T22:54:26.848Z','使用react native开发的一个one客户端',NULL,'2016-11-10T11:40:42.4Z','web','iOS','https://github.com/wutongke/react-native-one','true','梧桐'),(903,'5823bc03421aa91369f95a1d','2016-11-10T08:14:59.395Z','11-10',NULL,'2016-11-10T11:40:42.4Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f9mp3xhjdhj20u00u0ta9.jpg','true','daimajia'),(904,'5823d782421aa91376974674','2016-11-10T10:12:18.506Z','js 3d 开发引擎','[http://img.gank.io/89e919e4-68cd-4255-a36e-e7b389169be2]','2016-11-10T11:40:42.4Z','chrome','前端','https://github.com/WhitestormJS/whitestorm.js','true','代码家'),(905,'5823d7e7421aa91376974675','2016-11-10T10:13:59.830Z','利用深度学习方法给黑白图片图片上色','[http://img.gank.io/4c38c84a-8280-4697-b8b4-ae2c3715b7eb, http://img.gank.io/c93f7216-fa7e-4c14-bbf9-60257a1313a7]','2016-11-10T11:40:42.4Z','chrome','拓展资源','https://github.com/cameronfabbri/Colorful-Image-Colorization','true','代码家'),(906,'5823e1f9421aa90e6f21b4f8','2016-11-10T10:56:57.922Z','一触即发 App启动优化最佳实践',NULL,'2016-11-10T11:40:42.4Z','chrome','Android','https://zhuanlan.zhihu.com/p/23442027','true','LHF'),(907,'5823e6a0421aa90e799ec2b2','2016-11-10T11:16:48.379Z',' React Native Android 从学车到补胎和成功发车经历',NULL,'2016-11-10T11:40:42.4Z','chrome','Android','http://blog.csdn.net/yanbober/article/details/53071792','true','wuzheng'),(908,'581efed1421aa91369f959f3','2016-11-06T17:58:41.884Z','大图查看加载库,支持拖动和缩放,利用 fresco 加载,超级方便,但是内存占用超级低,一点也不卡!','[http://img.gank.io/67d2e8ca-756c-4e97-8be2-43fe832ad2b6]','2016-11-09T11:40:48.268Z','web','Android','https://github.com/Piasy/BigImageViewer','true','Piasy'),(909,'581fdce8421aa90e6f21b4ca','2016-11-07T09:46:16.663Z','一些反人类的句子,莫名戳中我的笑点~比起心灵鸡汤,这些反鸡汤语录好像也有些道理呢!~[笑cry]',NULL,'2016-11-09T11:40:48.268Z','chrome','休息视频','http://www.miaopai.com/show/K7z4TCIMuKbaIur-7SxCBA__.htm','true','lxxself'),(910,'582020ba421aa90e6f21b4ce','2016-11-07T14:35:38.102Z','告别Gradle龟速编译的烦恼,极速增量编译Android工程!',NULL,'2016-11-09T11:40:48.268Z','chrome','Android','https://yq.aliyun.com/articles/62334','true','yq'),(911,'582126f7421aa90e6f21b4d5','2016-11-08T09:14:31.387Z','一个实现了最新的Google Calender中月份图片的效果的ImageView,图片会随着外部ScrollView的滚动而滚动','[http://img.gank.io/4a34390f-fa6f-4c4d-9ec4-ec20c8a9b2e6]','2016-11-09T11:40:48.268Z','web','Android','https://github.com/dexlex/DexMovingImageView','true',NULL),(912,'582151bb421aa9137697465a','2016-11-08T12:16:59.309Z','年复一年日复一日,我们耗费了大量的时间在 “样板式” 代码上。本文将介绍 Android 项目模板化,终结这些 “无脑写代码” 的体力活,大幅提升 Android 开发效率。',NULL,'2016-11-09T11:40:48.268Z','web','Android','http://mp.weixin.qq.com/s?__biz=MzI4NTQ2OTI4MA==&mid=2247483665&idx=1&sn=50f5232d29c9754c75e231fbb1632e85&chksm=ebeafe1edc9d77088f847d811dc7b95b69559c5f3928983924ea5fb6ed9029cf3b570985b541&mpshare=1&scene=1&srcid=1107eSE2wThYUQo8EhuUSR1J#rd','true','zhenghuiy'),(913,'58227dc2421aa90e6f21b4e0','2016-11-09T09:37:06.212Z','ReView 一个用于辅助程序员、设计师“在线”查看字体大小以及颜色等属性的 View 组件集合','[http://img.gank.io/5643e616-c539-4490-a8af-e38d4214a83f]','2016-11-09T11:40:48.268Z','chrome','Android','https://github.com/maoruibin/ReView','true','咕咚'),(914,'58227fdd421aa91369f95a12','2016-11-09T09:46:05.77Z','好用的 IntelliJ IDEA/Android Studio 翻译插件','[http://img.gank.io/6cbfe691-fa3b-4a3f-8b5a-03c5004dd408]','2016-11-09T11:40:48.268Z','chrome','Android','https://github.com/YiiGuxing/TranslationPlugin','true','蒋朋'),(915,'58228280421aa90e6f21b4e2','2016-11-09T09:57:20.445Z','11-9',NULL,'2016-11-09T11:40:48.268Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034gw1f9lmfwy2nij20u00u076w.jpg','true','喵~'),(916,'582292e0421aa90e799ec2a1','2016-11-09T11:07:12.336Z','给软件工程师看的 Machine Learning 学习材料','[http://img.gank.io/f990b301-1efb-44e2-9b47-065c8667fea1]','2016-11-09T11:40:48.268Z','chrome','拓展资源','https://github.com/ZuzooVn/machine-learning-for-software-engineers','true','代码家'),(917,'58229301421aa91376974665','2016-11-09T11:07:45.332Z','Headless 浏览器收藏集合',NULL,'2016-11-09T11:40:48.268Z','chrome','拓展资源','https://github.com/dhamaniasad/HeadlessBrowsers','true','代码家'),(918,'581df5f4421aa90e799ec27e','2016-11-05T23:08:36.855Z','治愈动画短片《鹬》',NULL,'2016-11-08T11:51:41.578Z','chrome','休息视频','http://weibo.com/tv/v/Eg1TMxivO?from=vhot','true','LHF'),(919,'582131bf421aa91376974652','2016-11-08T10:00:31.146Z','深入Android内存泄露',NULL,'2016-11-08T11:51:41.578Z','web','Android','http://blog.csdn.net/ccj659/article/details/53032683','true','Chauncey'),(920,'58213a91421aa90e6f21b4d9','2016-11-08T10:38:09.884Z','以卡片视图的形式管理你的 Activity,让你的 app 可以自由的切换、跳转、关闭 Activity 以及结束 app 程序','[http://img.gank.io/c08c620c-4373-4ebe-824f-2c2c53c66ae7]','2016-11-08T11:51:41.578Z','web','Android','https://github.com/Hitomis/ActivitySwitcher','true','Hitomi'),(921,'58214362421aa90e799ec296','2016-11-08T11:15:46.643Z','Swift 3 Collections——理解Array和NSArray的差异',NULL,'2016-11-08T11:51:41.578Z','web','iOS','https://boxueio.com/series/collection-types/ebook/125','true',NULL),(922,'582147ef421aa90e799ec297','2016-11-08T11:35:11.5Z','11-8',NULL,'2016-11-08T11:51:41.578Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034gw1f9kjnm8uo1j20u00u0q5q.jpg','true','daimajia'),(923,'5821482a421aa90e6f21b4da','2016-11-08T11:36:10.951Z','开源的密码管理工具',NULL,'2016-11-08T11:51:41.578Z','chrome','拓展资源','https://github.com/lesspass/lesspass','true','daimajia'),(924,'582148ac421aa90e6f21b4db','2016-11-08T11:38:20.859Z','Android 逆向实用小插件:展示页面 Top Activity 的名称和包名',NULL,'2016-11-08T11:51:41.578Z','chrome','Android','https://github.com/109021017/android-TopActivity','true','1090'),(925,'582148c6421aa90e799ec298','2016-11-08T11:38:46.365Z','最简单的BadgeView,一句代码就搞定!','[http://img.gank.io/5d2bb662-7827-440f-b8b0-389093c6cf7b]','2016-11-08T11:51:41.578Z','web','Android','https://github.com/AlexLiuSheng/BadgeView','true','AlexLiu'),(926,'58214907421aa90e799ec299','2016-11-08T11:39:51.342Z','Android 常见开源项目 proguard 集合。','[http://img.gank.io/e11c9bcb-7faf-4fa3-841d-1327c26c458c]','2016-11-08T11:51:41.578Z','chrome','Android','https://github.com/yongjhih/android-proguards','true','代码家'),(927,'58280022421aa911d3bb7ecc','2016-11-13T13:54:42.240Z','RxJava源码解读之旅',NULL,'2016-11-14T11:36:49.680Z','web','Android','https://zhuanlan.zhihu.com/p/23617414','true','Li Wenjing'),(928,'582811e3421aa911d3bb7ecf','2016-11-13T15:10:27.5Z','兼容微信小程序的流式网络请求库',NULL,'2016-11-14T11:36:49.680Z','web','前端','https://segmentfault.com/a/1190000007467682','true','王下邀月熊(Chevalier)'),(929,'58281b82421aa911cf2e1558','2016-11-13T15:51:30.961Z','在Android图形处理-Canvas已经有了基本的使用,但是这节介绍几个好玩的属性','[http://img.gank.io/0c71383b-d925-4108-91bb-39f3ede15386]','2016-11-14T11:36:49.680Z','web','Android','http://www.haotianyi.win/2016/11/android%E5%9B%BE%E5%BD%A2%E5%A4%84%E7%90%86-%E7%99%BE%E5%8F%98paint/','true','HaoTianYi'),(930,'58282b1b421aa911e32d87d6','2016-11-13T16:58:03.159Z','生活在大城市真的很令人沮丧',NULL,'2016-11-14T11:36:49.680Z','chrome','休息视频','http://v.qq.com/x/page/h0345y1u60h.html','true','lxxself'),(931,'5828736e421aa911e32d87d8','2016-11-13T22:06:38.462Z','EasyDataKit 简单易用的 SQLite 轮子,它基于 FMDB 封装的库,免去开发者编写复杂 SQL 的困扰,更加专注业务上的事情,从而提高开发效率。',NULL,'2016-11-14T11:36:49.680Z','web','iOS','https://hawk0620.github.io/blog/2016/11/10/easydatakit-introduction/','true','陈浩'),(932,'58287835421aa911cf2e155a','2016-11-13T22:27:01.198Z','面向程序猿的数据科学与机器学习知识体系及资料合集',NULL,'2016-11-14T11:36:49.680Z','web','拓展资源','https://segmentfault.com/a/1190000007470135','true','王下邀月熊(Chevalier)'),(933,'58290634421aa911cf2e155c','2016-11-14T08:32:52.84Z','11-14',NULL,'2016-11-14T11:36:49.680Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f9rc3qcfm1j20u011hmyk.jpg','true','daimajia'),(934,'582917fe421aa911dbc91564','2016-11-14T09:48:46.577Z','hexo-theme-material 一个 Hexo 的 Material 主题','[http://img.gank.io/67bbb6aa-f0d2-4985-a6f3-4b7233c17729]','2016-11-14T11:36:49.680Z','chrome','App','https://github.com/viosey/hexo-theme-material','true','咕咚'),(935,'57d039ed421aa90d4500446a','2016-09-08T00:01:49.521Z','一个炫酷的侧边栏效果','[http://img.gank.io/34a8195d-dcf5-45bf-a332-54ed9a8f465a]','2016-11-11T12:03:10.196Z','web','Android','https://github.com/mzule/FantasySlide','true','Jason Cao'),(936,'57e3e32f421aa95bd0501610','2016-09-22T21:57:03.924Z','副作用小的在线热更新View库,可将View作为一个独立模块进行更新抽换',NULL,'2016-11-11T12:03:10.196Z','web','Android','https://github.com/kot32go/dynamic-load-view','true','kot32'),(937,'57eb7bb6421aa95ddb9cb556','2016-09-28T16:13:42.307Z','Android事件分发原理(责任链模式)',NULL,'2016-11-11T12:03:10.196Z','web','Android','http://www.gcssloop.com/customview/dispatch-touchevent-theory','true','sloop'),(938,'58205525421aa90e6f21b4d4','2016-11-07T18:19:17.462Z','一个真正的Ripple效果,需要考虑Ripple的圆心变化',NULL,'2016-11-11T12:03:10.196Z','web','Android','https://github.com/liuguangqiang/RippleLayout','true','Eric'),(939,'5822ce4c421aa90e6f21b4e7','2016-11-09T15:20:44.77Z',' Java泛型详解',NULL,'2016-11-11T12:03:10.196Z','chrome','瞎推荐','http://blog.csdn.net/lpjishu/article/details/52665446','true','刘朋'),(940,'5824882e421aa90e799ec2be','2016-11-10T22:46:06.167Z','暴雪游戏25年',NULL,'2016-11-11T12:03:10.196Z','chrome','休息视频','http://www.bilibili.com/video/av7026930/','true','LHF'),(941,'58250c1d421aa90e799ec2bf','2016-11-11T08:09:01.465Z','11-11',NULL,'2016-11-11T12:03:10.196Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f9nuk0nvrdj20u011haci.jpg','true','daimajia'),(942,'58253059421aa90e6f21b507','2016-11-11T10:43:37.618Z','一步一步利用 Swift 开发属于自己的新的编程语言。','[http://img.gank.io/23e5f8a7-0f95-42a2-9f4c-cd403529d0b1]','2016-11-11T12:03:10.196Z','chrome','iOS','https://github.com/marciok/Mu','true','代码家'),(943,'58253074421aa9137697467f','2016-11-11T10:44:04.422Z','机器学习制作 Flappy bird 自动程序','[http://img.gank.io/99a11941-755a-4057-ac53-543bd73497d2]','2016-11-11T12:03:10.196Z','chrome','拓展资源','https://github.com/xviniette/FlappyLearning','true','代码家'),(944,'582530de421aa91369f95a2d','2016-11-11T10:45:50.888Z','Python 备忘手册','[http://img.gank.io/1b45a946-d6e0-4db4-a5b7-1017650a1425]','2016-11-11T12:03:10.196Z','chrome','拓展资源','https://www.pythonsheets.com/','true','py'),(945,'58253102421aa91376974681','2016-11-11T10:46:26.947Z','纯 css 实现的小 icon 集合',NULL,'2016-11-11T12:03:10.196Z','chrome','前端','http://cssicon.space/#/','true','代码家'),(946,'582180fc421aa9137697465d','2016-11-08T15:38:36.188Z','apk 瘦身之去除 R.class',NULL,'2016-11-10T11:40:42.4Z','chrome','Android','https://github.com/mogujie/ThinRPlugin','true','蒋朋'),(947,'5822a17f421aa90e799ec2a4','2016-11-09T12:09:35.314Z','通过浏览器管理sqlite数据库','[http://img.gank.io/fb674796-3ebb-4684-9a0c-4d18097eb771]','2016-11-10T11:40:42.4Z','web','Android','https://github.com/skyhacker2/SQLiteOnWeb-Android','true','pcyan'),(948,'5822c2fa421aa90e799ec2a5','2016-11-09T14:32:26.427Z','高效的设计稿标注、测量工具',NULL,'2016-11-10T11:40:42.4Z','web','拓展资源','http://www.getmarkman.com/','true','liuzheng'),(949,'58232df6421aa9137697466f','2016-11-09T22:08:54.356Z','一个支持选词的 TextView,类似与单词 app 中点击单词翻译的效果','[http://img.gank.io/cfc82bd9-731f-4ac9-80db-67254f15baa1]','2016-11-10T11:40:42.4Z','web','Android','https://github.com/burgessjp/GetWordTextView','true','solid'),(950,'582330b9421aa91376974670','2016-11-09T22:20:41.430Z','为视图添加丝滑的水波纹','[http://img.gank.io/a18f9509-dc3d-4fd3-ac43-7fe1087300c5]','2016-11-10T11:40:42.4Z','web','iOS','http://www.welkinx.com/2016/08/14/11/','true','Welkin Xie'),(951,'5823372a421aa91369f95a1b','2016-11-09T22:48:10.70Z','新鲜的四六级资料已到货:特朗普胜选演讲双语字幕版',NULL,'2016-11-10T11:40:42.4Z','chrome','休息视频','http://weibo.com/tv/v/EgMsAbOaI?fid=1034:037eab745ddcbc30e436e78cdae67900','true','lxxself'),(952,'582338a2421aa91376974671','2016-11-09T22:54:26.848Z','使用react native开发的一个one客户端',NULL,'2016-11-10T11:40:42.4Z','web','iOS','https://github.com/wutongke/react-native-one','true','梧桐'),(953,'5823bc03421aa91369f95a1d','2016-11-10T08:14:59.395Z','11-10',NULL,'2016-11-10T11:40:42.4Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f9mp3xhjdhj20u00u0ta9.jpg','true','daimajia'),(954,'5823d782421aa91376974674','2016-11-10T10:12:18.506Z','js 3d 开发引擎','[http://img.gank.io/89e919e4-68cd-4255-a36e-e7b389169be2]','2016-11-10T11:40:42.4Z','chrome','前端','https://github.com/WhitestormJS/whitestorm.js','true','代码家'),(955,'5823d7e7421aa91376974675','2016-11-10T10:13:59.830Z','利用深度学习方法给黑白图片图片上色','[http://img.gank.io/4c38c84a-8280-4697-b8b4-ae2c3715b7eb, http://img.gank.io/c93f7216-fa7e-4c14-bbf9-60257a1313a7]','2016-11-10T11:40:42.4Z','chrome','拓展资源','https://github.com/cameronfabbri/Colorful-Image-Colorization','true','代码家'),(956,'5823e1f9421aa90e6f21b4f8','2016-11-10T10:56:57.922Z','一触即发 App启动优化最佳实践',NULL,'2016-11-10T11:40:42.4Z','chrome','Android','https://zhuanlan.zhihu.com/p/23442027','true','LHF'),(957,'5823e6a0421aa90e799ec2b2','2016-11-10T11:16:48.379Z',' React Native Android 从学车到补胎和成功发车经历',NULL,'2016-11-10T11:40:42.4Z','chrome','Android','http://blog.csdn.net/yanbober/article/details/53071792','true','wuzheng'),(958,'581efed1421aa91369f959f3','2016-11-06T17:58:41.884Z','大图查看加载库,支持拖动和缩放,利用 fresco 加载,超级方便,但是内存占用超级低,一点也不卡!','[http://img.gank.io/67d2e8ca-756c-4e97-8be2-43fe832ad2b6]','2016-11-09T11:40:48.268Z','web','Android','https://github.com/Piasy/BigImageViewer','true','Piasy'),(959,'581fdce8421aa90e6f21b4ca','2016-11-07T09:46:16.663Z','一些反人类的句子,莫名戳中我的笑点~比起心灵鸡汤,这些反鸡汤语录好像也有些道理呢!~[笑cry]',NULL,'2016-11-09T11:40:48.268Z','chrome','休息视频','http://www.miaopai.com/show/K7z4TCIMuKbaIur-7SxCBA__.htm','true','lxxself'),(960,'582020ba421aa90e6f21b4ce','2016-11-07T14:35:38.102Z','告别Gradle龟速编译的烦恼,极速增量编译Android工程!',NULL,'2016-11-09T11:40:48.268Z','chrome','Android','https://yq.aliyun.com/articles/62334','true','yq'),(961,'582126f7421aa90e6f21b4d5','2016-11-08T09:14:31.387Z','一个实现了最新的Google Calender中月份图片的效果的ImageView,图片会随着外部ScrollView的滚动而滚动','[http://img.gank.io/4a34390f-fa6f-4c4d-9ec4-ec20c8a9b2e6]','2016-11-09T11:40:48.268Z','web','Android','https://github.com/dexlex/DexMovingImageView','true',NULL),(962,'582151bb421aa9137697465a','2016-11-08T12:16:59.309Z','年复一年日复一日,我们耗费了大量的时间在 “样板式” 代码上。本文将介绍 Android 项目模板化,终结这些 “无脑写代码” 的体力活,大幅提升 Android 开发效率。',NULL,'2016-11-09T11:40:48.268Z','web','Android','http://mp.weixin.qq.com/s?__biz=MzI4NTQ2OTI4MA==&mid=2247483665&idx=1&sn=50f5232d29c9754c75e231fbb1632e85&chksm=ebeafe1edc9d77088f847d811dc7b95b69559c5f3928983924ea5fb6ed9029cf3b570985b541&mpshare=1&scene=1&srcid=1107eSE2wThYUQo8EhuUSR1J#rd','true','zhenghuiy'),(963,'58227dc2421aa90e6f21b4e0','2016-11-09T09:37:06.212Z','ReView 一个用于辅助程序员、设计师“在线”查看字体大小以及颜色等属性的 View 组件集合','[http://img.gank.io/5643e616-c539-4490-a8af-e38d4214a83f]','2016-11-09T11:40:48.268Z','chrome','Android','https://github.com/maoruibin/ReView','true','咕咚'),(964,'58227fdd421aa91369f95a12','2016-11-09T09:46:05.77Z','好用的 IntelliJ IDEA/Android Studio 翻译插件','[http://img.gank.io/6cbfe691-fa3b-4a3f-8b5a-03c5004dd408]','2016-11-09T11:40:48.268Z','chrome','Android','https://github.com/YiiGuxing/TranslationPlugin','true','蒋朋'),(965,'58228280421aa90e6f21b4e2','2016-11-09T09:57:20.445Z','11-9',NULL,'2016-11-09T11:40:48.268Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034gw1f9lmfwy2nij20u00u076w.jpg','true','喵~'),(966,'582292e0421aa90e799ec2a1','2016-11-09T11:07:12.336Z','给软件工程师看的 Machine Learning 学习材料','[http://img.gank.io/f990b301-1efb-44e2-9b47-065c8667fea1]','2016-11-09T11:40:48.268Z','chrome','拓展资源','https://github.com/ZuzooVn/machine-learning-for-software-engineers','true','代码家'),(967,'58229301421aa91376974665','2016-11-09T11:07:45.332Z','Headless 浏览器收藏集合',NULL,'2016-11-09T11:40:48.268Z','chrome','拓展资源','https://github.com/dhamaniasad/HeadlessBrowsers','true','代码家'),(968,'581df5f4421aa90e799ec27e','2016-11-05T23:08:36.855Z','治愈动画短片《鹬》',NULL,'2016-11-08T11:51:41.578Z','chrome','休息视频','http://weibo.com/tv/v/Eg1TMxivO?from=vhot','true','LHF'),(969,'582131bf421aa91376974652','2016-11-08T10:00:31.146Z','深入Android内存泄露',NULL,'2016-11-08T11:51:41.578Z','web','Android','http://blog.csdn.net/ccj659/article/details/53032683','true','Chauncey'),(970,'58213a91421aa90e6f21b4d9','2016-11-08T10:38:09.884Z','以卡片视图的形式管理你的 Activity,让你的 app 可以自由的切换、跳转、关闭 Activity 以及结束 app 程序','[http://img.gank.io/c08c620c-4373-4ebe-824f-2c2c53c66ae7]','2016-11-08T11:51:41.578Z','web','Android','https://github.com/Hitomis/ActivitySwitcher','true','Hitomi'),(971,'58214362421aa90e799ec296','2016-11-08T11:15:46.643Z','Swift 3 Collections——理解Array和NSArray的差异',NULL,'2016-11-08T11:51:41.578Z','web','iOS','https://boxueio.com/series/collection-types/ebook/125','true',NULL),(972,'582147ef421aa90e799ec297','2016-11-08T11:35:11.5Z','11-8',NULL,'2016-11-08T11:51:41.578Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034gw1f9kjnm8uo1j20u00u0q5q.jpg','true','daimajia'),(973,'5821482a421aa90e6f21b4da','2016-11-08T11:36:10.951Z','开源的密码管理工具',NULL,'2016-11-08T11:51:41.578Z','chrome','拓展资源','https://github.com/lesspass/lesspass','true','daimajia'),(974,'582148ac421aa90e6f21b4db','2016-11-08T11:38:20.859Z','Android 逆向实用小插件:展示页面 Top Activity 的名称和包名',NULL,'2016-11-08T11:51:41.578Z','chrome','Android','https://github.com/109021017/android-TopActivity','true','1090'),(975,'582148c6421aa90e799ec298','2016-11-08T11:38:46.365Z','最简单的BadgeView,一句代码就搞定!','[http://img.gank.io/5d2bb662-7827-440f-b8b0-389093c6cf7b]','2016-11-08T11:51:41.578Z','web','Android','https://github.com/AlexLiuSheng/BadgeView','true','AlexLiu'),(976,'58214907421aa90e799ec299','2016-11-08T11:39:51.342Z','Android 常见开源项目 proguard 集合。','[http://img.gank.io/e11c9bcb-7faf-4fa3-841d-1327c26c458c]','2016-11-08T11:51:41.578Z','chrome','Android','https://github.com/yongjhih/android-proguards','true','代码家'),(977,'58280022421aa911d3bb7ecc','2016-11-13T13:54:42.240Z','RxJava源码解读之旅',NULL,'2016-11-14T11:36:49.680Z','web','Android','https://zhuanlan.zhihu.com/p/23617414','true','Li Wenjing'),(978,'582811e3421aa911d3bb7ecf','2016-11-13T15:10:27.5Z','兼容微信小程序的流式网络请求库',NULL,'2016-11-14T11:36:49.680Z','web','前端','https://segmentfault.com/a/1190000007467682','true','王下邀月熊(Chevalier)'),(979,'58281b82421aa911cf2e1558','2016-11-13T15:51:30.961Z','在Android图形处理-Canvas已经有了基本的使用,但是这节介绍几个好玩的属性','[http://img.gank.io/0c71383b-d925-4108-91bb-39f3ede15386]','2016-11-14T11:36:49.680Z','web','Android','http://www.haotianyi.win/2016/11/android%E5%9B%BE%E5%BD%A2%E5%A4%84%E7%90%86-%E7%99%BE%E5%8F%98paint/','true','HaoTianYi'),(980,'58282b1b421aa911e32d87d6','2016-11-13T16:58:03.159Z','生活在大城市真的很令人沮丧',NULL,'2016-11-14T11:36:49.680Z','chrome','休息视频','http://v.qq.com/x/page/h0345y1u60h.html','true','lxxself'),(981,'5828736e421aa911e32d87d8','2016-11-13T22:06:38.462Z','EasyDataKit 简单易用的 SQLite 轮子,它基于 FMDB 封装的库,免去开发者编写复杂 SQL 的困扰,更加专注业务上的事情,从而提高开发效率。',NULL,'2016-11-14T11:36:49.680Z','web','iOS','https://hawk0620.github.io/blog/2016/11/10/easydatakit-introduction/','true','陈浩'),(982,'58287835421aa911cf2e155a','2016-11-13T22:27:01.198Z','面向程序猿的数据科学与机器学习知识体系及资料合集',NULL,'2016-11-14T11:36:49.680Z','web','拓展资源','https://segmentfault.com/a/1190000007470135','true','王下邀月熊(Chevalier)'),(983,'58290634421aa911cf2e155c','2016-11-14T08:32:52.84Z','11-14',NULL,'2016-11-14T11:36:49.680Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f9rc3qcfm1j20u011hmyk.jpg','true','daimajia'),(984,'582917fe421aa911dbc91564','2016-11-14T09:48:46.577Z','hexo-theme-material 一个 Hexo 的 Material 主题','[http://img.gank.io/67bbb6aa-f0d2-4985-a6f3-4b7233c17729]','2016-11-14T11:36:49.680Z','chrome','App','https://github.com/viosey/hexo-theme-material','true','咕咚'),(985,'57d039ed421aa90d4500446a','2016-09-08T00:01:49.521Z','一个炫酷的侧边栏效果','[http://img.gank.io/34a8195d-dcf5-45bf-a332-54ed9a8f465a]','2016-11-11T12:03:10.196Z','web','Android','https://github.com/mzule/FantasySlide','true','Jason Cao'),(986,'57e3e32f421aa95bd0501610','2016-09-22T21:57:03.924Z','副作用小的在线热更新View库,可将View作为一个独立模块进行更新抽换',NULL,'2016-11-11T12:03:10.196Z','web','Android','https://github.com/kot32go/dynamic-load-view','true','kot32'),(987,'57eb7bb6421aa95ddb9cb556','2016-09-28T16:13:42.307Z','Android事件分发原理(责任链模式)',NULL,'2016-11-11T12:03:10.196Z','web','Android','http://www.gcssloop.com/customview/dispatch-touchevent-theory','true','sloop'),(988,'58205525421aa90e6f21b4d4','2016-11-07T18:19:17.462Z','一个真正的Ripple效果,需要考虑Ripple的圆心变化',NULL,'2016-11-11T12:03:10.196Z','web','Android','https://github.com/liuguangqiang/RippleLayout','true','Eric'),(989,'5822ce4c421aa90e6f21b4e7','2016-11-09T15:20:44.77Z',' Java泛型详解',NULL,'2016-11-11T12:03:10.196Z','chrome','瞎推荐','http://blog.csdn.net/lpjishu/article/details/52665446','true','刘朋'),(990,'5824882e421aa90e799ec2be','2016-11-10T22:46:06.167Z','暴雪游戏25年',NULL,'2016-11-11T12:03:10.196Z','chrome','休息视频','http://www.bilibili.com/video/av7026930/','true','LHF'),(991,'58250c1d421aa90e799ec2bf','2016-11-11T08:09:01.465Z','11-11',NULL,'2016-11-11T12:03:10.196Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f9nuk0nvrdj20u011haci.jpg','true','daimajia'),(992,'58253059421aa90e6f21b507','2016-11-11T10:43:37.618Z','一步一步利用 Swift 开发属于自己的新的编程语言。','[http://img.gank.io/23e5f8a7-0f95-42a2-9f4c-cd403529d0b1]','2016-11-11T12:03:10.196Z','chrome','iOS','https://github.com/marciok/Mu','true','代码家'),(993,'58253074421aa9137697467f','2016-11-11T10:44:04.422Z','机器学习制作 Flappy bird 自动程序','[http://img.gank.io/99a11941-755a-4057-ac53-543bd73497d2]','2016-11-11T12:03:10.196Z','chrome','拓展资源','https://github.com/xviniette/FlappyLearning','true','代码家'),(994,'582530de421aa91369f95a2d','2016-11-11T10:45:50.888Z','Python 备忘手册','[http://img.gank.io/1b45a946-d6e0-4db4-a5b7-1017650a1425]','2016-11-11T12:03:10.196Z','chrome','拓展资源','https://www.pythonsheets.com/','true','py'),(995,'58253102421aa91376974681','2016-11-11T10:46:26.947Z','纯 css 实现的小 icon 集合',NULL,'2016-11-11T12:03:10.196Z','chrome','前端','http://cssicon.space/#/','true','代码家'),(996,'582180fc421aa9137697465d','2016-11-08T15:38:36.188Z','apk 瘦身之去除 R.class',NULL,'2016-11-10T11:40:42.4Z','chrome','Android','https://github.com/mogujie/ThinRPlugin','true','蒋朋'),(997,'5822a17f421aa90e799ec2a4','2016-11-09T12:09:35.314Z','通过浏览器管理sqlite数据库','[http://img.gank.io/fb674796-3ebb-4684-9a0c-4d18097eb771]','2016-11-10T11:40:42.4Z','web','Android','https://github.com/skyhacker2/SQLiteOnWeb-Android','true','pcyan'),(998,'5822c2fa421aa90e799ec2a5','2016-11-09T14:32:26.427Z','高效的设计稿标注、测量工具',NULL,'2016-11-10T11:40:42.4Z','web','拓展资源','http://www.getmarkman.com/','true','liuzheng'),(999,'58232df6421aa9137697466f','2016-11-09T22:08:54.356Z','一个支持选词的 TextView,类似与单词 app 中点击单词翻译的效果','[http://img.gank.io/cfc82bd9-731f-4ac9-80db-67254f15baa1]','2016-11-10T11:40:42.4Z','web','Android','https://github.com/burgessjp/GetWordTextView','true','solid'),(1000,'582330b9421aa91376974670','2016-11-09T22:20:41.430Z','为视图添加丝滑的水波纹','[http://img.gank.io/a18f9509-dc3d-4fd3-ac43-7fe1087300c5]','2016-11-10T11:40:42.4Z','web','iOS','http://www.welkinx.com/2016/08/14/11/','true','Welkin Xie'),(1001,'5823372a421aa91369f95a1b','2016-11-09T22:48:10.70Z','新鲜的四六级资料已到货:特朗普胜选演讲双语字幕版',NULL,'2016-11-10T11:40:42.4Z','chrome','休息视频','http://weibo.com/tv/v/EgMsAbOaI?fid=1034:037eab745ddcbc30e436e78cdae67900','true','lxxself'),(1002,'582338a2421aa91376974671','2016-11-09T22:54:26.848Z','使用react native开发的一个one客户端',NULL,'2016-11-10T11:40:42.4Z','web','iOS','https://github.com/wutongke/react-native-one','true','梧桐'),(1003,'5823bc03421aa91369f95a1d','2016-11-10T08:14:59.395Z','11-10',NULL,'2016-11-10T11:40:42.4Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f9mp3xhjdhj20u00u0ta9.jpg','true','daimajia'),(1004,'5823d782421aa91376974674','2016-11-10T10:12:18.506Z','js 3d 开发引擎','[http://img.gank.io/89e919e4-68cd-4255-a36e-e7b389169be2]','2016-11-10T11:40:42.4Z','chrome','前端','https://github.com/WhitestormJS/whitestorm.js','true','代码家'),(1005,'5823d7e7421aa91376974675','2016-11-10T10:13:59.830Z','利用深度学习方法给黑白图片图片上色','[http://img.gank.io/4c38c84a-8280-4697-b8b4-ae2c3715b7eb, http://img.gank.io/c93f7216-fa7e-4c14-bbf9-60257a1313a7]','2016-11-10T11:40:42.4Z','chrome','拓展资源','https://github.com/cameronfabbri/Colorful-Image-Colorization','true','代码家'),(1006,'5823e1f9421aa90e6f21b4f8','2016-11-10T10:56:57.922Z','一触即发 App启动优化最佳实践',NULL,'2016-11-10T11:40:42.4Z','chrome','Android','https://zhuanlan.zhihu.com/p/23442027','true','LHF'),(1007,'5823e6a0421aa90e799ec2b2','2016-11-10T11:16:48.379Z',' React Native Android 从学车到补胎和成功发车经历',NULL,'2016-11-10T11:40:42.4Z','chrome','Android','http://blog.csdn.net/yanbober/article/details/53071792','true','wuzheng'),(1008,'581efed1421aa91369f959f3','2016-11-06T17:58:41.884Z','大图查看加载库,支持拖动和缩放,利用 fresco 加载,超级方便,但是内存占用超级低,一点也不卡!','[http://img.gank.io/67d2e8ca-756c-4e97-8be2-43fe832ad2b6]','2016-11-09T11:40:48.268Z','web','Android','https://github.com/Piasy/BigImageViewer','true','Piasy'),(1009,'581fdce8421aa90e6f21b4ca','2016-11-07T09:46:16.663Z','一些反人类的句子,莫名戳中我的笑点~比起心灵鸡汤,这些反鸡汤语录好像也有些道理呢!~[笑cry]',NULL,'2016-11-09T11:40:48.268Z','chrome','休息视频','http://www.miaopai.com/show/K7z4TCIMuKbaIur-7SxCBA__.htm','true','lxxself'),(1010,'582020ba421aa90e6f21b4ce','2016-11-07T14:35:38.102Z','告别Gradle龟速编译的烦恼,极速增量编译Android工程!',NULL,'2016-11-09T11:40:48.268Z','chrome','Android','https://yq.aliyun.com/articles/62334','true','yq'),(1011,'582126f7421aa90e6f21b4d5','2016-11-08T09:14:31.387Z','一个实现了最新的Google Calender中月份图片的效果的ImageView,图片会随着外部ScrollView的滚动而滚动','[http://img.gank.io/4a34390f-fa6f-4c4d-9ec4-ec20c8a9b2e6]','2016-11-09T11:40:48.268Z','web','Android','https://github.com/dexlex/DexMovingImageView','true',NULL),(1012,'582151bb421aa9137697465a','2016-11-08T12:16:59.309Z','年复一年日复一日,我们耗费了大量的时间在 “样板式” 代码上。本文将介绍 Android 项目模板化,终结这些 “无脑写代码” 的体力活,大幅提升 Android 开发效率。',NULL,'2016-11-09T11:40:48.268Z','web','Android','http://mp.weixin.qq.com/s?__biz=MzI4NTQ2OTI4MA==&mid=2247483665&idx=1&sn=50f5232d29c9754c75e231fbb1632e85&chksm=ebeafe1edc9d77088f847d811dc7b95b69559c5f3928983924ea5fb6ed9029cf3b570985b541&mpshare=1&scene=1&srcid=1107eSE2wThYUQo8EhuUSR1J#rd','true','zhenghuiy'),(1013,'58227dc2421aa90e6f21b4e0','2016-11-09T09:37:06.212Z','ReView 一个用于辅助程序员、设计师“在线”查看字体大小以及颜色等属性的 View 组件集合','[http://img.gank.io/5643e616-c539-4490-a8af-e38d4214a83f]','2016-11-09T11:40:48.268Z','chrome','Android','https://github.com/maoruibin/ReView','true','咕咚'),(1014,'58227fdd421aa91369f95a12','2016-11-09T09:46:05.77Z','好用的 IntelliJ IDEA/Android Studio 翻译插件','[http://img.gank.io/6cbfe691-fa3b-4a3f-8b5a-03c5004dd408]','2016-11-09T11:40:48.268Z','chrome','Android','https://github.com/YiiGuxing/TranslationPlugin','true','蒋朋'),(1015,'58228280421aa90e6f21b4e2','2016-11-09T09:57:20.445Z','11-9',NULL,'2016-11-09T11:40:48.268Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034gw1f9lmfwy2nij20u00u076w.jpg','true','喵~'),(1016,'582292e0421aa90e799ec2a1','2016-11-09T11:07:12.336Z','给软件工程师看的 Machine Learning 学习材料','[http://img.gank.io/f990b301-1efb-44e2-9b47-065c8667fea1]','2016-11-09T11:40:48.268Z','chrome','拓展资源','https://github.com/ZuzooVn/machine-learning-for-software-engineers','true','代码家'),(1017,'58229301421aa91376974665','2016-11-09T11:07:45.332Z','Headless 浏览器收藏集合',NULL,'2016-11-09T11:40:48.268Z','chrome','拓展资源','https://github.com/dhamaniasad/HeadlessBrowsers','true','代码家'),(1018,'581df5f4421aa90e799ec27e','2016-11-05T23:08:36.855Z','治愈动画短片《鹬》',NULL,'2016-11-08T11:51:41.578Z','chrome','休息视频','http://weibo.com/tv/v/Eg1TMxivO?from=vhot','true','LHF'),(1019,'582131bf421aa91376974652','2016-11-08T10:00:31.146Z','深入Android内存泄露',NULL,'2016-11-08T11:51:41.578Z','web','Android','http://blog.csdn.net/ccj659/article/details/53032683','true','Chauncey'),(1020,'58213a91421aa90e6f21b4d9','2016-11-08T10:38:09.884Z','以卡片视图的形式管理你的 Activity,让你的 app 可以自由的切换、跳转、关闭 Activity 以及结束 app 程序','[http://img.gank.io/c08c620c-4373-4ebe-824f-2c2c53c66ae7]','2016-11-08T11:51:41.578Z','web','Android','https://github.com/Hitomis/ActivitySwitcher','true','Hitomi'),(1021,'58214362421aa90e799ec296','2016-11-08T11:15:46.643Z','Swift 3 Collections——理解Array和NSArray的差异',NULL,'2016-11-08T11:51:41.578Z','web','iOS','https://boxueio.com/series/collection-types/ebook/125','true',NULL),(1022,'582147ef421aa90e799ec297','2016-11-08T11:35:11.5Z','11-8',NULL,'2016-11-08T11:51:41.578Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034gw1f9kjnm8uo1j20u00u0q5q.jpg','true','daimajia'),(1023,'5821482a421aa90e6f21b4da','2016-11-08T11:36:10.951Z','开源的密码管理工具',NULL,'2016-11-08T11:51:41.578Z','chrome','拓展资源','https://github.com/lesspass/lesspass','true','daimajia'),(1024,'582148ac421aa90e6f21b4db','2016-11-08T11:38:20.859Z','Android 逆向实用小插件:展示页面 Top Activity 的名称和包名',NULL,'2016-11-08T11:51:41.578Z','chrome','Android','https://github.com/109021017/android-TopActivity','true','1090'),(1025,'582148c6421aa90e799ec298','2016-11-08T11:38:46.365Z','最简单的BadgeView,一句代码就搞定!','[http://img.gank.io/5d2bb662-7827-440f-b8b0-389093c6cf7b]','2016-11-08T11:51:41.578Z','web','Android','https://github.com/AlexLiuSheng/BadgeView','true','AlexLiu'),(1026,'58214907421aa90e799ec299','2016-11-08T11:39:51.342Z','Android 常见开源项目 proguard 集合。','[http://img.gank.io/e11c9bcb-7faf-4fa3-841d-1327c26c458c]','2016-11-08T11:51:41.578Z','chrome','Android','https://github.com/yongjhih/android-proguards','true','代码家'),(1027,'57e8776c421aa95dd351b07c','2016-09-26T09:18:36.457Z','AES-256加密的SharedPreferences',NULL,'2016-09-26T11:52:58.626Z','chrome','Android','https://github.com/PDDStudio/EncryptedPreferences','true','有时放纵'),(1028,'57dfafae421aa95bc7f06a60','2016-09-19T17:28:14.261Z','任阅小说阅读器,高仿追书神器,实现追书推荐、标签检索、3D仿真翻页效果、文章阅读、缓存章节、日夜间模式、文本朗读等功能。','[http://img.gank.io/ecab85fd-68b1-4035-a146-53a8d51e94af, http://img.gank.io/7ee327fc-c6e6-46c0-9689-f713adc51cb4]','2016-09-23T11:38:57.170Z','web','Android','https://github.com/JustWayward/BookReader','true','LeBron_Six'),(1029,'57e359fd421aa95bc338986e','2016-09-22T12:11:41.613Z','程序员不可不知的版权协议。',NULL,'2016-09-23T11:38:57.170Z','web','瞎推荐','http://www.gcssloop.com/tips/choose-license','true','sloop'),(1030,'57e365ce421aa95bc3389870','2016-09-22T13:02:06.936Z','可以将时间戳格式化为 *** 秒前,*** 分钟前, *** 小时前',NULL,'2016-09-23T11:38:57.170Z','chrome','前端','https://github.com/hustcc/timeago.js','true','jk2K'),(1031,'57e373bd421aa95bcb130172','2016-09-22T14:01:33.693Z','Primitive,用基本几何图形重绘图像','[http://img.gank.io/fad2d087-272a-4ea4-aae9-fbebfb746795, http://img.gank.io/576e9b08-c671-44ec-b6ab-88e4bdceaefb]','2016-09-23T11:38:57.170Z','web','拓展资源','https://github.com/fogleman/primitive','true','drakeet'),(1032,'57e3b820421aa95bc7f06a90','2016-09-22T18:53:20.323Z','【应用号】【小程序】 - 微信web开发者工具 - 破解文件','[http://img.gank.io/3139de5f-fe02-46d0-a455-2f6dc5cc6f62]','2016-09-23T11:38:57.170Z','chrome','瞎推荐','https://github.com/gavinkwoe/weapp-ide-crack','true','wuzheng'),(1033,'57e471bd421aa95bc3389877','2016-09-23T08:05:17.87Z','Go + HTML 开发 App','[http://img.gank.io/14776e84-5080-4ade-b9b4-e5e5e7dab262]','2016-09-23T11:38:57.170Z','chrome','拓展资源','https://github.com/alexflint/gallium','true','代码家'),(1034,'57e4735c421aa95bc3389878','2016-09-23T08:12:12.310Z','让所有 UIView 都支持进度条展示','[http://img.gank.io/509bc330-fa97-4e54-b460-8ac7bf685cc7]','2016-09-23T11:38:57.170Z','chrome','iOS','https://github.com/MartinMoizard/Progressable','true','代码家'),(1035,'57e473be421aa95bd0501613','2016-09-23T08:13:50.656Z','让所有的 UIView UICollectionViewCell 支持浮动视差效果,看着酷酷的!?','[http://img.gank.io/71eeed4c-e211-4cb5-bfd3-1519eb60c448, http://img.gank.io/b9700dfc-c226-4abf-945a-8e7e60a679df]','2016-09-23T11:38:57.170Z','chrome','iOS','https://github.com/PGSSoft/ParallaxView','true','代码家'),(1036,'57e4741f421aa95bd0501614','2016-09-23T08:15:27.627Z','类似 Apple Music Controller 切换过程中,顶部的平滑变换效果。','[http://img.gank.io/b712d5cd-27b8-43c6-b1c4-90e4069b68e1]','2016-09-23T11:38:57.170Z','chrome','iOS','https://github.com/yeatse/YTPageController','true','代码家'),(1037,'57e474b1421aa95bc338987a','2016-09-23T08:17:53.804Z','Swift Image Blur 效果','[http://img.gank.io/e4a8e9b1-c8d1-4cea-90d0-e72dfb8452a2]','2016-09-23T11:38:57.170Z','chrome','iOS','https://github.com/piemonte/Blurry','true','代码家'),(1038,'57e4750d421aa95bc338987b','2016-09-23T08:19:25.501Z','RxJava + 权限申请',NULL,'2016-09-23T11:38:57.170Z','chrome','Android','https://github.com/VictorAlbertos/RxPermissionsResult','true','代码家'),(1039,'57e476eb421aa95bcb13017d','2016-09-23T08:27:23.443Z','Material Design 风格的投票效果!','[http://img.gank.io/7b01a7e9-230e-4100-94bc-60e22877360f]','2016-09-23T11:38:57.170Z','chrome','Android','https://github.com/hiteshsahu/Material-UpVote','true','代码家'),(1040,'57e477e9421aa95bd0501615','2016-09-23T08:31:37.367Z','轮盘样式的 Fragment 菜单,可转动轮盘切换 Fragment','[http://img.gank.io/dc70ac62-8995-402e-ade4-f74a2511ff99]','2016-09-23T11:38:57.170Z','web','Android','https://github.com/Hitomis/SpinMenu','true','Hitomi'),(1041,'57e477fa421aa95bc338987d','2016-09-23T08:31:54.365Z','9-23',NULL,'2016-09-23T11:38:57.170Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f837uocox8j20f00mggoo.jpg','true','daimajia'),(1042,'57e47890421aa95bc7f06a96','2016-09-23T08:34:24.453Z','以一个女儿的口吻向父亲讲诉成长的每个阶段遇到的种种欺凌,但其实一切都能从源头改变。',NULL,'2016-09-23T11:38:57.170Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTczMjE2MTMzMg==.html','true','Robot'),(1043,'56e7a52867765931185ddbc9','2016-03-15T14:01:12.743Z','一个实现树形内容展示的库','[http://img.gank.io/fca6cedd-d4a7-4a57-864b-28dd84a7f698]','2016-09-22T11:44:08.156Z','chrome','Android','https://github.com/Telenav/NodeFlow','true','Dear宅学长'),(1044,'57e20d7e421aa95bc3389862','2016-09-21T12:33:02.532Z','用 React Native 实现的 MDCC 2016 大会客户端。','[http://img.gank.io/9b46ff19-c22f-4a0c-8afc-4afb8f0004e8, http://img.gank.io/c1244a54-cd38-4a1a-8746-0810bc7e0819]','2016-09-22T11:44:08.156Z','chrome','拓展资源','https://github.com/Bob1993/mdcc-client','true','wuzheng'),(1045,'57e2ac20421aa95bd05015ff','2016-09-21T23:49:52.47Z','抽取自Telegram,并加入QQ相册选择风格的图片选择器,高效,低耗,响应快速。。','[http://img.gank.io/9fdbd364-0ffa-4e3b-8fde-dc52c68997a7]','2016-09-22T11:44:08.156Z','web','Android','https://github.com/TangXiaoLv/TelegramGallery','true','XiaoLv Tang'),(1046,'57e315c3421aa95bd0501601','2016-09-22T07:20:35.491Z','基于 Electron 实现的一个轻量级 Markdown 笔记本','[http://img.gank.io/bfb4ffd0-c8ff-489d-be28-1760d29b1381, http://img.gank.io/9c0e608b-c896-4fdd-a2ca-c1bbbb6220ee]','2016-09-22T11:44:08.156Z','chrome','iOS','https://github.com/AnotherNote/anote','true','代码家'),(1047,'57e31675421aa95bc3389867','2016-09-22T07:23:33.616Z','Swift 实现的一个画中画 ( Picture in Picture ) 播放器','[http://img.gank.io/759a300a-01ca-4e7b-93ba-d2a81738272d]','2016-09-22T11:44:08.156Z','chrome','iOS','https://github.com/wddwycc/XDPlayer','true','代码家'),(1048,'57e31701421aa95bc7f06a86','2016-09-22T07:25:53.203Z','iOS 圆形进度条效果','[http://img.gank.io/04464dc0-6e3f-493b-bc40-6d2d42265eaa]','2016-09-22T11:44:08.156Z','chrome','iOS','https://github.com/taglia3/CircularSpinner','true','代码家'),(1049,'57e3178f421aa95bc3389869','2016-09-22T07:28:15.992Z','类似 iOS 10 Apple Music 和 Podcast 上的音频频谱展示效果,做的很漂亮!','[http://img.gank.io/87727f6d-f5b3-4116-b580-f99d54902fe8]','2016-09-22T11:44:08.156Z','chrome','iOS','https://github.com/LeonardoCardoso/AudioIndicatorBars','true','代码家'),(1050,'57e3188a421aa95bd0501604','2016-09-22T07:32:26.298Z','那些超棒的 React Native 主题演讲',NULL,'2016-09-22T11:44:08.156Z','chrome','拓展资源','https://github.com/mightyCrow/awesome-react-native-talks','true','代码家'),(1051,'57e319fd421aa95bc338986a','2016-09-22T07:38:37.240Z','9-22',NULL,'2016-09-22T11:44:08.156Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f820oxtdzzj20hs0hsdhl.jpg','true','代码家'),(1052,'57e31e0c421aa95bcb13016e','2016-09-22T07:55:56.609Z','锯齿边框,类似优惠劵效果的自定义 View','[http://img.gank.io/eac94de0-a778-4d6f-902f-4ef1a201009b]','2016-09-22T11:44:08.156Z','chrome','Android','https://github.com/dongjunkun/CouponView','true','代码家'),(1053,'57e31e65421aa95bd0501606','2016-09-22T07:57:25.844Z','简洁的图片裁剪小裤子','[http://img.gank.io/9de56034-396d-4e27-a0f0-be3f7e13fd3a]','2016-09-22T11:44:08.156Z','chrome','Android','https://github.com/ekimual/croperino','true','代码家'),(1054,'57e329bb421aa95bd0501608','2016-09-22T08:45:47.608Z','微信小程序要来了,给大家推荐一款最适合开发微信小程序的框架 Vux!',NULL,'2016-09-22T11:44:08.156Z','chrome','前端','https://vux.li/#!/demo','true','代码家'),(1055,'57e34409421aa95bc7f06a88','2016-09-22T10:38:01.371Z',' 自律给你自由——设计布局的新姿势,讲解ConstraintLayout的使用方式',NULL,'2016-09-22T11:44:08.156Z','web','Android','http://blog.csdn.net/eclipsexys/article/details/52609367','true','xuyisheng'),(1056,'57e3466c421aa95bd0501609','2016-09-22T10:48:12.249Z','小咖秀我只服贾乃亮。',NULL,'2016-09-22T11:44:08.156Z','chrome','休息视频','http://weibo.com/p/2304445d24ad645af2ffbdd348cad45f5e18fe','true','lxxself'),(1057,'57dfc6a3421aa95bc338983e','2016-09-19T19:06:11.394Z','App瘦身最佳实践','[http://img.gank.io/b25efe9d-e5ce-4531-bd9a-a11a23bc6e2d, http://img.gank.io/4b2bf327-c004-4718-a105-ef5609fbb7d1, http://img.gank.io/badf94f2-efda-4bf3-a8c0-f82e725232e9]','2016-09-21T11:37:24.210Z','chrome','Android','http://www.jianshu.com/p/8f14679809b3','true','MVP'),(1058,'57e08336421aa95bd05015e7','2016-09-20T08:30:46.567Z','Android 搜索过度效果','[http://img.gank.io/80d81068-2936-4590-879f-b4c82d0c38ee]','2016-09-21T11:37:24.210Z','chrome','Android','https://github.com/alexstyl/Material-SearchTransition','true','代码家'),(1059,'57e085e6421aa95bcb130152','2016-09-20T08:42:14.877Z','目前来看 Android 上最棒的一款富文本编辑器。','[http://img.gank.io/bcd15b76-c92e-4444-adf6-74301176fbf5]','2016-09-21T11:37:24.210Z','chrome','Android','https://github.com/wasabeef/richeditor-android','true','代码家'),(1060,'57e14320421aa95bcb130161','2016-09-20T22:09:36.604Z','TED:如何成为一个更好的交谈者?',NULL,'2016-09-21T11:37:24.210Z','chrome','休息视频','http://weibo.com/p/230444d39d391aa18d019fd3fd84672e128b2c','true','lxxself'),(1061,'57e1c76c421aa95bd05015f2','2016-09-21T07:34:04.60Z','9-21',NULL,'2016-09-21T11:37:24.210Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f80uxtwgxrj20u011hdhq.jpg','true','daimajia'),(1062,'57e1c8ad421aa95bcb130162','2016-09-21T07:39:25.282Z','美团 Android 热更新方案 Robust 详解,Robust 是基于 Instant Run 实现的代码热更新。','[http://img.gank.io/76811d44-6036-4d93-b22f-5068a4ff360e, http://img.gank.io/af7c4a26-c689-497d-9c22-0eb19d12451e]','2016-09-21T11:37:24.210Z','chrome','Android','http://tech.meituan.com/android_robust.html','true','代码家的机器人'),(1063,'57e1ca66421aa95bc7f06a7a','2016-09-21T07:46:46.259Z','greatsimple.io 出品的 iOS10 GUI 模板',NULL,'2016-09-21T11:37:24.210Z','chrome','iOS','http://ios10.greatsimple.io/','true','代码家'),(1064,'57e1cadb421aa95bc7f06a7b','2016-09-21T07:48:43.696Z','基于 Swift 实现的毛笔画板~','[http://img.gank.io/b38caf15-f5c0-4179-b6f8-aaac2e62483c, http://img.gank.io/4a6f9c8d-2a4e-495c-b8cf-7fa2eda582ec]','2016-09-21T11:37:24.210Z','chrome','iOS','https://github.com/AfryMask/AFBrushBoard','true','代码家の机器人'),(1065,'57e1d52f421aa95bc7f06a7c','2016-09-21T08:32:47.220Z','深度学习教程(更新中..)','[http://img.gank.io/5e20ccfe-0839-4717-b327-1ac0fb3c3aa2]','2016-09-21T11:37:24.210Z','chrome','拓展资源','https://github.com/Atcold/torch-Video-Tutorials','true','Atcold'),(1066,'57e1d809421aa95bc3389857','2016-09-21T08:44:57.956Z','Material 风格的介绍页,在做介绍的同时,可以向用户申请权限,做的超漂亮!!','[http://img.gank.io/1aef799d-4dcf-4f4d-bcce-7a531dca8839, http://img.gank.io/b1b6378f-3320-44db-81e1-57b6b7c86a33]','2016-09-21T11:37:24.210Z','chrome','Android','https://github.com/TangoAgency/material-intro-screen','true','代码家'),(1067,'57e1d836421aa95bc7f06a7d','2016-09-21T08:45:42.595Z','仿微信风格的 滑动退回','[http://img.gank.io/b3f0bb60-f25a-452e-8ba5-958534bdfa7e]','2016-09-21T11:37:24.210Z','chrome','Android','https://github.com/XBeats/and_swipeback','true','代码家'),(1068,'57e1f2c7421aa95bc338985a','2016-09-21T10:39:03.500Z','Android自定义View系列目录',NULL,'2016-09-21T11:37:24.210Z','chrome','Android','http://www.idtkm.com/customview/android%E8%87%AA%E5%AE%9A%E4%B9%89view%E7%B3%BB%E5%88%97%E7%9B%AE%E5%BD%95/','true','LHF'),(1069,'57e1f382421aa95bcb130167','2016-09-21T10:42:10.347Z','通过注释,在 Swift 中自动生成 JSON 解析方法,与 Mantle 的使用类似',NULL,'2016-09-21T11:37:24.210Z','web','iOS','https://github.com/Draveness/JSONCop','true','Draveness'),(1070,'57e1f826421aa95bc338985c','2016-09-21T11:01:58.177Z','https工作原理精悍小文',NULL,'2016-09-21T11:37:24.210Z','chrome','拓展资源','http://blog.csdn.net/dd864140130/article/details/52598107','true','江湖人称小白哥'),(1071,'57c5a6ff421aa9125d96f53b','2016-08-30T23:32:15.202Z','【足球视频】球场上那些风骚的停球!',NULL,'2016-09-20T11:42:05.477Z','chrome','休息视频','http://weibo.com/p/2304445397f8b9e8629d997abac7046f966b1a','true','LHF'),(1072,'57d8e816421aa95bcb13011c','2016-09-14T14:03:02.252Z','Windows下的七牛上传工具,支持拖动文件到窗口上传!',NULL,'2016-09-20T11:42:05.477Z','web','瞎推荐','https://github.com/juemuren4449/QiNiuUpLoad','true','juemuren4449'),(1073,'57da61b2421aa95bc7f06a35','2016-09-15T16:54:10.445Z','纯用SVG做的Google I/O 2016那个炫酷的时钟','[http://img.gank.io/9f644649-ca93-4d75-931e-e1e60cba76af]','2016-09-20T11:42:05.477Z','web','Android','https://github.com/lypeer/GoogleClock','true','lypeer'),(1074,'57de6f61421aa95bc338982b','2016-09-18T18:41:37.959Z','兼容4.0以上版本的点击扩散动画库,几行代码实现Activity转场动画效果 及新增自定义界面转场动画~','[http://img.gank.io/950c830a-3284-47df-83da-0ca43663e8a3]','2016-09-20T11:42:05.477Z','web','Android','https://github.com/Yellow5A5/ActSwitchAnimTool','true',NULL),(1075,'57df2ad3421aa95bc7f06a53','2016-09-19T08:01:23.117Z','一个完整的生日管理 App: UPMiss 开源了','[http://img.gank.io/661c61da-f1a0-4af2-8ba8-c2bd1b418757]','2016-09-20T11:42:05.477Z','chrome','Android','https://github.com/qiujuer/UPMiss','true','代码家'),(1076,'57dff891421aa95bc7f06a66','2016-09-19T22:39:13.808Z','9-20',NULL,'2016-09-20T11:42:05.477Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f7z9uxopq0j20u011hju5.jpg','true','daimajia'),(1077,'57e07c3c421aa95bc7f06a67','2016-09-20T08:01:00.656Z','Mac 上的 12306 客户端!','[http://img.gank.io/85efdb2e-124c-43bf-b4ed-7a2573be5841]','2016-09-20T11:42:05.477Z','chrome','iOS','https://github.com/fancymax/12306ForMac','true','代码家'),(1078,'57e07c76421aa95bcb13014b','2016-09-20T08:01:58.833Z','Awesome-树莓派','[http://img.gank.io/7ac4a229-6ce0-4134-bd64-219b2f8c6112]','2016-09-20T11:42:05.477Z','chrome','拓展资源','https://github.com/thibmaek/awesome-raspberrypi','true','代码家'),(1079,'57e07d08421aa95bcb13014c','2016-09-20T08:04:24.252Z','ViewController 页面不同状态展示','[http://img.gank.io/3038769b-adab-42a0-b01c-30c70a41c99f]','2016-09-20T11:42:05.477Z','chrome','iOS','https://github.com/mariohahn/StatusProvider','true','代码家の机器人'),(1080,'57e07da8421aa95bd05015e5','2016-09-20T08:07:04.418Z','一套刁刁的直播解决方案!',NULL,'2016-09-20T11:42:05.477Z','chrome','iOS','https://github.com/AnyRTC/AnyRTC-RTMP','true','代码家'),(1081,'57e082af421aa95bd05015e6','2016-09-20T08:28:31.126Z','基于 InstantRun 实现的一个 Android 热修复方案','[http://img.gank.io/74d009e9-8e9e-4b8c-ba77-f7c1c820f9d6, http://img.gank.io/89be6acb-5ee1-43d2-b28a-49309e2fdaf3]','2016-09-20T11:42:05.477Z','chrome','Android','https://github.com/dodola/AnoleFix','true','代码家'),(1082,'57e083ff421aa95bcb13014f','2016-09-20T08:34:07.940Z','Android 收集用户基本信息利器,比如 App 崩溃后的地理位置,GPS网络状态,当前页面截屏等等',NULL,'2016-09-20T11:42:05.477Z','chrome','Android','https://github.com/rm3l/maoni-email','true','代码家'),(1083,'57e08491421aa95bcb130151','2016-09-20T08:36:33.240Z','位置搜索智能提示框,利用了 Google Map 的 Api,想要用到国内的话,可以对接一个国内的地图服务,但是整个库初衷不错,为了更好的用户体验。','[http://img.gank.io/475fe389-0205-4f65-95d8-5ac937e7fe3a]','2016-09-20T11:42:05.477Z','chrome','Android','https://github.com/codemybrainsout/PlaceSearchDialog','true','代码家'),(1084,'57e0a328421aa95bc3389849','2016-09-20T10:47:04.540Z','ColorMatrix 详解',NULL,'2016-09-20T11:42:05.477Z','chrome','Android','http://www.idtkm.com/customview/cutomview13/','true','代码家'),(1085,'57d8d97c421aa95bc7f06a2d','2016-09-14T13:00:44.116Z','一个好看的Float菜单。','[http://img.gank.io/4afe2169-9ae4-4ead-9ba2-6f15e2d9e198]','2016-09-19T11:36:25.457Z','web','Android','https://github.com/xue5455/SmartMenu','true',NULL),(1086,'57d8fb79421aa95bc7f06a2f','2016-09-14T15:25:45.992Z','完美的在线 Json 解析、格式化网站: json.cn',NULL,'2016-09-19T11:36:25.457Z','web','拓展资源','http://json.cn/','true','drakeet'),(1087,'57d91944421aa95bc7f06a32','2016-09-14T17:32:52.52Z','Android两级磁贴列表,拥有完美的不同级磁贴互相接触推动的效果,适合多级分类嵌套展示。','[http://img.gank.io/c95f7521-b5a8-4649-9281-deababd14290]','2016-09-19T11:36:25.457Z','web','Android','https://github.com/Kenber/DoubleStickyHeadersList','true','Kenber'),(1088,'57d95b95421aa95bd05015bb','2016-09-14T22:15:49.75Z','使用Webpack命令行工具: webpack-dashboard,在你使用webpack时改善控制台用户体验。',NULL,'2016-09-19T11:36:25.457Z','web','前端','http://yaowenjie.github.io/front-end/using-webpack-dashboard','true','Wenjie Yao'),(1089,'57de95cb421aa95bc7f06a4f','2016-09-18T21:25:31.345Z','双面翻转 View 效果','[http://img.gank.io/f535c984-0907-4f6e-952f-da9a52733041]','2016-09-19T11:36:25.457Z','chrome','Android','https://github.com/4xes/FlipAnimation','true','代码家'),(1090,'57de95fb421aa95bcb130133','2016-09-18T21:26:19.727Z','带有色彩渐变的新功能引导页','[http://img.gank.io/b63c5127-7461-41cc-8c44-c2cfcd87b5e1]','2016-09-19T11:36:25.457Z','chrome','Android','https://github.com/codemybrainsout/ahoy-onboarding','true','代码家'),(1091,'57e8776c421aa95dd351b07c','2016-09-26T09:18:36.457Z','AES-256加密的SharedPreferences',NULL,'2016-09-26T11:52:58.626Z','chrome','Android','https://github.com/PDDStudio/EncryptedPreferences','true','有时放纵'),(1092,'57dfafae421aa95bc7f06a60','2016-09-19T17:28:14.261Z','任阅小说阅读器,高仿追书神器,实现追书推荐、标签检索、3D仿真翻页效果、文章阅读、缓存章节、日夜间模式、文本朗读等功能。','[http://img.gank.io/ecab85fd-68b1-4035-a146-53a8d51e94af, http://img.gank.io/7ee327fc-c6e6-46c0-9689-f713adc51cb4]','2016-09-23T11:38:57.170Z','web','Android','https://github.com/JustWayward/BookReader','true','LeBron_Six'),(1093,'57e359fd421aa95bc338986e','2016-09-22T12:11:41.613Z','程序员不可不知的版权协议。',NULL,'2016-09-23T11:38:57.170Z','web','瞎推荐','http://www.gcssloop.com/tips/choose-license','true','sloop'),(1094,'57e365ce421aa95bc3389870','2016-09-22T13:02:06.936Z','可以将时间戳格式化为 *** 秒前,*** 分钟前, *** 小时前',NULL,'2016-09-23T11:38:57.170Z','chrome','前端','https://github.com/hustcc/timeago.js','true','jk2K'),(1095,'57e373bd421aa95bcb130172','2016-09-22T14:01:33.693Z','Primitive,用基本几何图形重绘图像','[http://img.gank.io/fad2d087-272a-4ea4-aae9-fbebfb746795, http://img.gank.io/576e9b08-c671-44ec-b6ab-88e4bdceaefb]','2016-09-23T11:38:57.170Z','web','拓展资源','https://github.com/fogleman/primitive','true','drakeet'),(1096,'57e3b820421aa95bc7f06a90','2016-09-22T18:53:20.323Z','【应用号】【小程序】 - 微信web开发者工具 - 破解文件','[http://img.gank.io/3139de5f-fe02-46d0-a455-2f6dc5cc6f62]','2016-09-23T11:38:57.170Z','chrome','瞎推荐','https://github.com/gavinkwoe/weapp-ide-crack','true','wuzheng'),(1097,'57e471bd421aa95bc3389877','2016-09-23T08:05:17.87Z','Go + HTML 开发 App','[http://img.gank.io/14776e84-5080-4ade-b9b4-e5e5e7dab262]','2016-09-23T11:38:57.170Z','chrome','拓展资源','https://github.com/alexflint/gallium','true','代码家'),(1098,'57e4735c421aa95bc3389878','2016-09-23T08:12:12.310Z','让所有 UIView 都支持进度条展示','[http://img.gank.io/509bc330-fa97-4e54-b460-8ac7bf685cc7]','2016-09-23T11:38:57.170Z','chrome','iOS','https://github.com/MartinMoizard/Progressable','true','代码家'),(1099,'57e473be421aa95bd0501613','2016-09-23T08:13:50.656Z','让所有的 UIView UICollectionViewCell 支持浮动视差效果,看着酷酷的!?','[http://img.gank.io/71eeed4c-e211-4cb5-bfd3-1519eb60c448, http://img.gank.io/b9700dfc-c226-4abf-945a-8e7e60a679df]','2016-09-23T11:38:57.170Z','chrome','iOS','https://github.com/PGSSoft/ParallaxView','true','代码家'),(1100,'57e4741f421aa95bd0501614','2016-09-23T08:15:27.627Z','类似 Apple Music Controller 切换过程中,顶部的平滑变换效果。','[http://img.gank.io/b712d5cd-27b8-43c6-b1c4-90e4069b68e1]','2016-09-23T11:38:57.170Z','chrome','iOS','https://github.com/yeatse/YTPageController','true','代码家'),(1101,'57e474b1421aa95bc338987a','2016-09-23T08:17:53.804Z','Swift Image Blur 效果','[http://img.gank.io/e4a8e9b1-c8d1-4cea-90d0-e72dfb8452a2]','2016-09-23T11:38:57.170Z','chrome','iOS','https://github.com/piemonte/Blurry','true','代码家'),(1102,'57e4750d421aa95bc338987b','2016-09-23T08:19:25.501Z','RxJava + 权限申请',NULL,'2016-09-23T11:38:57.170Z','chrome','Android','https://github.com/VictorAlbertos/RxPermissionsResult','true','代码家'),(1103,'57e476eb421aa95bcb13017d','2016-09-23T08:27:23.443Z','Material Design 风格的投票效果!','[http://img.gank.io/7b01a7e9-230e-4100-94bc-60e22877360f]','2016-09-23T11:38:57.170Z','chrome','Android','https://github.com/hiteshsahu/Material-UpVote','true','代码家'),(1104,'57e477e9421aa95bd0501615','2016-09-23T08:31:37.367Z','轮盘样式的 Fragment 菜单,可转动轮盘切换 Fragment','[http://img.gank.io/dc70ac62-8995-402e-ade4-f74a2511ff99]','2016-09-23T11:38:57.170Z','web','Android','https://github.com/Hitomis/SpinMenu','true','Hitomi'),(1105,'57e477fa421aa95bc338987d','2016-09-23T08:31:54.365Z','9-23',NULL,'2016-09-23T11:38:57.170Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f837uocox8j20f00mggoo.jpg','true','daimajia'),(1106,'57e47890421aa95bc7f06a96','2016-09-23T08:34:24.453Z','以一个女儿的口吻向父亲讲诉成长的每个阶段遇到的种种欺凌,但其实一切都能从源头改变。',NULL,'2016-09-23T11:38:57.170Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTczMjE2MTMzMg==.html','true','Robot'),(1107,'56e7a52867765931185ddbc9','2016-03-15T14:01:12.743Z','一个实现树形内容展示的库','[http://img.gank.io/fca6cedd-d4a7-4a57-864b-28dd84a7f698]','2016-09-22T11:44:08.156Z','chrome','Android','https://github.com/Telenav/NodeFlow','true','Dear宅学长'),(1108,'57e20d7e421aa95bc3389862','2016-09-21T12:33:02.532Z','用 React Native 实现的 MDCC 2016 大会客户端。','[http://img.gank.io/9b46ff19-c22f-4a0c-8afc-4afb8f0004e8, http://img.gank.io/c1244a54-cd38-4a1a-8746-0810bc7e0819]','2016-09-22T11:44:08.156Z','chrome','拓展资源','https://github.com/Bob1993/mdcc-client','true','wuzheng'),(1109,'57e2ac20421aa95bd05015ff','2016-09-21T23:49:52.47Z','抽取自Telegram,并加入QQ相册选择风格的图片选择器,高效,低耗,响应快速。。','[http://img.gank.io/9fdbd364-0ffa-4e3b-8fde-dc52c68997a7]','2016-09-22T11:44:08.156Z','web','Android','https://github.com/TangXiaoLv/TelegramGallery','true','XiaoLv Tang'),(1110,'57e315c3421aa95bd0501601','2016-09-22T07:20:35.491Z','基于 Electron 实现的一个轻量级 Markdown 笔记本','[http://img.gank.io/bfb4ffd0-c8ff-489d-be28-1760d29b1381, http://img.gank.io/9c0e608b-c896-4fdd-a2ca-c1bbbb6220ee]','2016-09-22T11:44:08.156Z','chrome','iOS','https://github.com/AnotherNote/anote','true','代码家'),(1111,'57e31675421aa95bc3389867','2016-09-22T07:23:33.616Z','Swift 实现的一个画中画 ( Picture in Picture ) 播放器','[http://img.gank.io/759a300a-01ca-4e7b-93ba-d2a81738272d]','2016-09-22T11:44:08.156Z','chrome','iOS','https://github.com/wddwycc/XDPlayer','true','代码家'),(1112,'57e31701421aa95bc7f06a86','2016-09-22T07:25:53.203Z','iOS 圆形进度条效果','[http://img.gank.io/04464dc0-6e3f-493b-bc40-6d2d42265eaa]','2016-09-22T11:44:08.156Z','chrome','iOS','https://github.com/taglia3/CircularSpinner','true','代码家'),(1113,'57e3178f421aa95bc3389869','2016-09-22T07:28:15.992Z','类似 iOS 10 Apple Music 和 Podcast 上的音频频谱展示效果,做的很漂亮!','[http://img.gank.io/87727f6d-f5b3-4116-b580-f99d54902fe8]','2016-09-22T11:44:08.156Z','chrome','iOS','https://github.com/LeonardoCardoso/AudioIndicatorBars','true','代码家'),(1114,'57e3188a421aa95bd0501604','2016-09-22T07:32:26.298Z','那些超棒的 React Native 主题演讲',NULL,'2016-09-22T11:44:08.156Z','chrome','拓展资源','https://github.com/mightyCrow/awesome-react-native-talks','true','代码家'),(1115,'57e319fd421aa95bc338986a','2016-09-22T07:38:37.240Z','9-22',NULL,'2016-09-22T11:44:08.156Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f820oxtdzzj20hs0hsdhl.jpg','true','代码家'),(1116,'57e31e0c421aa95bcb13016e','2016-09-22T07:55:56.609Z','锯齿边框,类似优惠劵效果的自定义 View','[http://img.gank.io/eac94de0-a778-4d6f-902f-4ef1a201009b]','2016-09-22T11:44:08.156Z','chrome','Android','https://github.com/dongjunkun/CouponView','true','代码家'),(1117,'57e31e65421aa95bd0501606','2016-09-22T07:57:25.844Z','简洁的图片裁剪小裤子','[http://img.gank.io/9de56034-396d-4e27-a0f0-be3f7e13fd3a]','2016-09-22T11:44:08.156Z','chrome','Android','https://github.com/ekimual/croperino','true','代码家'),(1118,'57e329bb421aa95bd0501608','2016-09-22T08:45:47.608Z','微信小程序要来了,给大家推荐一款最适合开发微信小程序的框架 Vux!',NULL,'2016-09-22T11:44:08.156Z','chrome','前端','https://vux.li/#!/demo','true','代码家'),(1119,'57e34409421aa95bc7f06a88','2016-09-22T10:38:01.371Z',' 自律给你自由——设计布局的新姿势,讲解ConstraintLayout的使用方式',NULL,'2016-09-22T11:44:08.156Z','web','Android','http://blog.csdn.net/eclipsexys/article/details/52609367','true','xuyisheng'),(1120,'57e3466c421aa95bd0501609','2016-09-22T10:48:12.249Z','小咖秀我只服贾乃亮。',NULL,'2016-09-22T11:44:08.156Z','chrome','休息视频','http://weibo.com/p/2304445d24ad645af2ffbdd348cad45f5e18fe','true','lxxself'),(1121,'57dfc6a3421aa95bc338983e','2016-09-19T19:06:11.394Z','App瘦身最佳实践','[http://img.gank.io/b25efe9d-e5ce-4531-bd9a-a11a23bc6e2d, http://img.gank.io/4b2bf327-c004-4718-a105-ef5609fbb7d1, http://img.gank.io/badf94f2-efda-4bf3-a8c0-f82e725232e9]','2016-09-21T11:37:24.210Z','chrome','Android','http://www.jianshu.com/p/8f14679809b3','true','MVP'),(1122,'57e08336421aa95bd05015e7','2016-09-20T08:30:46.567Z','Android 搜索过度效果','[http://img.gank.io/80d81068-2936-4590-879f-b4c82d0c38ee]','2016-09-21T11:37:24.210Z','chrome','Android','https://github.com/alexstyl/Material-SearchTransition','true','代码家'),(1123,'57e085e6421aa95bcb130152','2016-09-20T08:42:14.877Z','目前来看 Android 上最棒的一款富文本编辑器。','[http://img.gank.io/bcd15b76-c92e-4444-adf6-74301176fbf5]','2016-09-21T11:37:24.210Z','chrome','Android','https://github.com/wasabeef/richeditor-android','true','代码家'),(1124,'57e14320421aa95bcb130161','2016-09-20T22:09:36.604Z','TED:如何成为一个更好的交谈者?',NULL,'2016-09-21T11:37:24.210Z','chrome','休息视频','http://weibo.com/p/230444d39d391aa18d019fd3fd84672e128b2c','true','lxxself'),(1125,'57e1c76c421aa95bd05015f2','2016-09-21T07:34:04.60Z','9-21',NULL,'2016-09-21T11:37:24.210Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f80uxtwgxrj20u011hdhq.jpg','true','daimajia'),(1126,'57e1c8ad421aa95bcb130162','2016-09-21T07:39:25.282Z','美团 Android 热更新方案 Robust 详解,Robust 是基于 Instant Run 实现的代码热更新。','[http://img.gank.io/76811d44-6036-4d93-b22f-5068a4ff360e, http://img.gank.io/af7c4a26-c689-497d-9c22-0eb19d12451e]','2016-09-21T11:37:24.210Z','chrome','Android','http://tech.meituan.com/android_robust.html','true','代码家的机器人'),(1127,'57e1ca66421aa95bc7f06a7a','2016-09-21T07:46:46.259Z','greatsimple.io 出品的 iOS10 GUI 模板',NULL,'2016-09-21T11:37:24.210Z','chrome','iOS','http://ios10.greatsimple.io/','true','代码家'),(1128,'57e1cadb421aa95bc7f06a7b','2016-09-21T07:48:43.696Z','基于 Swift 实现的毛笔画板~','[http://img.gank.io/b38caf15-f5c0-4179-b6f8-aaac2e62483c, http://img.gank.io/4a6f9c8d-2a4e-495c-b8cf-7fa2eda582ec]','2016-09-21T11:37:24.210Z','chrome','iOS','https://github.com/AfryMask/AFBrushBoard','true','代码家の机器人'),(1129,'57e1d52f421aa95bc7f06a7c','2016-09-21T08:32:47.220Z','深度学习教程(更新中..)','[http://img.gank.io/5e20ccfe-0839-4717-b327-1ac0fb3c3aa2]','2016-09-21T11:37:24.210Z','chrome','拓展资源','https://github.com/Atcold/torch-Video-Tutorials','true','Atcold'),(1130,'57e1d809421aa95bc3389857','2016-09-21T08:44:57.956Z','Material 风格的介绍页,在做介绍的同时,可以向用户申请权限,做的超漂亮!!','[http://img.gank.io/1aef799d-4dcf-4f4d-bcce-7a531dca8839, http://img.gank.io/b1b6378f-3320-44db-81e1-57b6b7c86a33]','2016-09-21T11:37:24.210Z','chrome','Android','https://github.com/TangoAgency/material-intro-screen','true','代码家'),(1131,'57e1d836421aa95bc7f06a7d','2016-09-21T08:45:42.595Z','仿微信风格的 滑动退回','[http://img.gank.io/b3f0bb60-f25a-452e-8ba5-958534bdfa7e]','2016-09-21T11:37:24.210Z','chrome','Android','https://github.com/XBeats/and_swipeback','true','代码家'),(1132,'57e1f2c7421aa95bc338985a','2016-09-21T10:39:03.500Z','Android自定义View系列目录',NULL,'2016-09-21T11:37:24.210Z','chrome','Android','http://www.idtkm.com/customview/android%E8%87%AA%E5%AE%9A%E4%B9%89view%E7%B3%BB%E5%88%97%E7%9B%AE%E5%BD%95/','true','LHF'),(1133,'57e1f382421aa95bcb130167','2016-09-21T10:42:10.347Z','通过注释,在 Swift 中自动生成 JSON 解析方法,与 Mantle 的使用类似',NULL,'2016-09-21T11:37:24.210Z','web','iOS','https://github.com/Draveness/JSONCop','true','Draveness'),(1134,'57e1f826421aa95bc338985c','2016-09-21T11:01:58.177Z','https工作原理精悍小文',NULL,'2016-09-21T11:37:24.210Z','chrome','拓展资源','http://blog.csdn.net/dd864140130/article/details/52598107','true','江湖人称小白哥'),(1135,'57c5a6ff421aa9125d96f53b','2016-08-30T23:32:15.202Z','【足球视频】球场上那些风骚的停球!',NULL,'2016-09-20T11:42:05.477Z','chrome','休息视频','http://weibo.com/p/2304445397f8b9e8629d997abac7046f966b1a','true','LHF'),(1136,'57d8e816421aa95bcb13011c','2016-09-14T14:03:02.252Z','Windows下的七牛上传工具,支持拖动文件到窗口上传!',NULL,'2016-09-20T11:42:05.477Z','web','瞎推荐','https://github.com/juemuren4449/QiNiuUpLoad','true','juemuren4449'),(1137,'57da61b2421aa95bc7f06a35','2016-09-15T16:54:10.445Z','纯用SVG做的Google I/O 2016那个炫酷的时钟','[http://img.gank.io/9f644649-ca93-4d75-931e-e1e60cba76af]','2016-09-20T11:42:05.477Z','web','Android','https://github.com/lypeer/GoogleClock','true','lypeer'),(1138,'57de6f61421aa95bc338982b','2016-09-18T18:41:37.959Z','兼容4.0以上版本的点击扩散动画库,几行代码实现Activity转场动画效果 及新增自定义界面转场动画~','[http://img.gank.io/950c830a-3284-47df-83da-0ca43663e8a3]','2016-09-20T11:42:05.477Z','web','Android','https://github.com/Yellow5A5/ActSwitchAnimTool','true',NULL),(1139,'57df2ad3421aa95bc7f06a53','2016-09-19T08:01:23.117Z','一个完整的生日管理 App: UPMiss 开源了','[http://img.gank.io/661c61da-f1a0-4af2-8ba8-c2bd1b418757]','2016-09-20T11:42:05.477Z','chrome','Android','https://github.com/qiujuer/UPMiss','true','代码家'),(1140,'57dff891421aa95bc7f06a66','2016-09-19T22:39:13.808Z','9-20',NULL,'2016-09-20T11:42:05.477Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f7z9uxopq0j20u011hju5.jpg','true','daimajia'),(1141,'57e07c3c421aa95bc7f06a67','2016-09-20T08:01:00.656Z','Mac 上的 12306 客户端!','[http://img.gank.io/85efdb2e-124c-43bf-b4ed-7a2573be5841]','2016-09-20T11:42:05.477Z','chrome','iOS','https://github.com/fancymax/12306ForMac','true','代码家'),(1142,'57e07c76421aa95bcb13014b','2016-09-20T08:01:58.833Z','Awesome-树莓派','[http://img.gank.io/7ac4a229-6ce0-4134-bd64-219b2f8c6112]','2016-09-20T11:42:05.477Z','chrome','拓展资源','https://github.com/thibmaek/awesome-raspberrypi','true','代码家'),(1143,'57e07d08421aa95bcb13014c','2016-09-20T08:04:24.252Z','ViewController 页面不同状态展示','[http://img.gank.io/3038769b-adab-42a0-b01c-30c70a41c99f]','2016-09-20T11:42:05.477Z','chrome','iOS','https://github.com/mariohahn/StatusProvider','true','代码家の机器人'),(1144,'57e07da8421aa95bd05015e5','2016-09-20T08:07:04.418Z','一套刁刁的直播解决方案!',NULL,'2016-09-20T11:42:05.477Z','chrome','iOS','https://github.com/AnyRTC/AnyRTC-RTMP','true','代码家'),(1145,'57e082af421aa95bd05015e6','2016-09-20T08:28:31.126Z','基于 InstantRun 实现的一个 Android 热修复方案','[http://img.gank.io/74d009e9-8e9e-4b8c-ba77-f7c1c820f9d6, http://img.gank.io/89be6acb-5ee1-43d2-b28a-49309e2fdaf3]','2016-09-20T11:42:05.477Z','chrome','Android','https://github.com/dodola/AnoleFix','true','代码家'),(1146,'57e083ff421aa95bcb13014f','2016-09-20T08:34:07.940Z','Android 收集用户基本信息利器,比如 App 崩溃后的地理位置,GPS网络状态,当前页面截屏等等',NULL,'2016-09-20T11:42:05.477Z','chrome','Android','https://github.com/rm3l/maoni-email','true','代码家'),(1147,'57e08491421aa95bcb130151','2016-09-20T08:36:33.240Z','位置搜索智能提示框,利用了 Google Map 的 Api,想要用到国内的话,可以对接一个国内的地图服务,但是整个库初衷不错,为了更好的用户体验。','[http://img.gank.io/475fe389-0205-4f65-95d8-5ac937e7fe3a]','2016-09-20T11:42:05.477Z','chrome','Android','https://github.com/codemybrainsout/PlaceSearchDialog','true','代码家'),(1148,'57e0a328421aa95bc3389849','2016-09-20T10:47:04.540Z','ColorMatrix 详解',NULL,'2016-09-20T11:42:05.477Z','chrome','Android','http://www.idtkm.com/customview/cutomview13/','true','代码家'),(1149,'57d8d97c421aa95bc7f06a2d','2016-09-14T13:00:44.116Z','一个好看的Float菜单。','[http://img.gank.io/4afe2169-9ae4-4ead-9ba2-6f15e2d9e198]','2016-09-19T11:36:25.457Z','web','Android','https://github.com/xue5455/SmartMenu','true',NULL),(1150,'57d8fb79421aa95bc7f06a2f','2016-09-14T15:25:45.992Z','完美的在线 Json 解析、格式化网站: json.cn',NULL,'2016-09-19T11:36:25.457Z','web','拓展资源','http://json.cn/','true','drakeet'),(1151,'57d91944421aa95bc7f06a32','2016-09-14T17:32:52.52Z','Android两级磁贴列表,拥有完美的不同级磁贴互相接触推动的效果,适合多级分类嵌套展示。','[http://img.gank.io/c95f7521-b5a8-4649-9281-deababd14290]','2016-09-19T11:36:25.457Z','web','Android','https://github.com/Kenber/DoubleStickyHeadersList','true','Kenber'),(1152,'57d95b95421aa95bd05015bb','2016-09-14T22:15:49.75Z','使用Webpack命令行工具: webpack-dashboard,在你使用webpack时改善控制台用户体验。',NULL,'2016-09-19T11:36:25.457Z','web','前端','http://yaowenjie.github.io/front-end/using-webpack-dashboard','true','Wenjie Yao'),(1153,'57de95cb421aa95bc7f06a4f','2016-09-18T21:25:31.345Z','双面翻转 View 效果','[http://img.gank.io/f535c984-0907-4f6e-952f-da9a52733041]','2016-09-19T11:36:25.457Z','chrome','Android','https://github.com/4xes/FlipAnimation','true','代码家'),(1154,'57de95fb421aa95bcb130133','2016-09-18T21:26:19.727Z','带有色彩渐变的新功能引导页','[http://img.gank.io/b63c5127-7461-41cc-8c44-c2cfcd87b5e1]','2016-09-19T11:36:25.457Z','chrome','Android','https://github.com/codemybrainsout/ahoy-onboarding','true','代码家'),(1155,'57e8776c421aa95dd351b07c','2016-09-26T09:18:36.457Z','AES-256加密的SharedPreferences',NULL,'2016-09-26T11:52:58.626Z','chrome','Android','https://github.com/PDDStudio/EncryptedPreferences','true','有时放纵'),(1156,'57dfafae421aa95bc7f06a60','2016-09-19T17:28:14.261Z','任阅小说阅读器,高仿追书神器,实现追书推荐、标签检索、3D仿真翻页效果、文章阅读、缓存章节、日夜间模式、文本朗读等功能。','[http://img.gank.io/ecab85fd-68b1-4035-a146-53a8d51e94af, http://img.gank.io/7ee327fc-c6e6-46c0-9689-f713adc51cb4]','2016-09-23T11:38:57.170Z','web','Android','https://github.com/JustWayward/BookReader','true','LeBron_Six'),(1157,'57e359fd421aa95bc338986e','2016-09-22T12:11:41.613Z','程序员不可不知的版权协议。',NULL,'2016-09-23T11:38:57.170Z','web','瞎推荐','http://www.gcssloop.com/tips/choose-license','true','sloop'),(1158,'57e365ce421aa95bc3389870','2016-09-22T13:02:06.936Z','可以将时间戳格式化为 *** 秒前,*** 分钟前, *** 小时前',NULL,'2016-09-23T11:38:57.170Z','chrome','前端','https://github.com/hustcc/timeago.js','true','jk2K'),(1159,'57e373bd421aa95bcb130172','2016-09-22T14:01:33.693Z','Primitive,用基本几何图形重绘图像','[http://img.gank.io/fad2d087-272a-4ea4-aae9-fbebfb746795, http://img.gank.io/576e9b08-c671-44ec-b6ab-88e4bdceaefb]','2016-09-23T11:38:57.170Z','web','拓展资源','https://github.com/fogleman/primitive','true','drakeet'),(1160,'57e3b820421aa95bc7f06a90','2016-09-22T18:53:20.323Z','【应用号】【小程序】 - 微信web开发者工具 - 破解文件','[http://img.gank.io/3139de5f-fe02-46d0-a455-2f6dc5cc6f62]','2016-09-23T11:38:57.170Z','chrome','瞎推荐','https://github.com/gavinkwoe/weapp-ide-crack','true','wuzheng'),(1161,'57e471bd421aa95bc3389877','2016-09-23T08:05:17.87Z','Go + HTML 开发 App','[http://img.gank.io/14776e84-5080-4ade-b9b4-e5e5e7dab262]','2016-09-23T11:38:57.170Z','chrome','拓展资源','https://github.com/alexflint/gallium','true','代码家'),(1162,'57e4735c421aa95bc3389878','2016-09-23T08:12:12.310Z','让所有 UIView 都支持进度条展示','[http://img.gank.io/509bc330-fa97-4e54-b460-8ac7bf685cc7]','2016-09-23T11:38:57.170Z','chrome','iOS','https://github.com/MartinMoizard/Progressable','true','代码家'),(1163,'57e473be421aa95bd0501613','2016-09-23T08:13:50.656Z','让所有的 UIView UICollectionViewCell 支持浮动视差效果,看着酷酷的!?','[http://img.gank.io/71eeed4c-e211-4cb5-bfd3-1519eb60c448, http://img.gank.io/b9700dfc-c226-4abf-945a-8e7e60a679df]','2016-09-23T11:38:57.170Z','chrome','iOS','https://github.com/PGSSoft/ParallaxView','true','代码家'),(1164,'57e4741f421aa95bd0501614','2016-09-23T08:15:27.627Z','类似 Apple Music Controller 切换过程中,顶部的平滑变换效果。','[http://img.gank.io/b712d5cd-27b8-43c6-b1c4-90e4069b68e1]','2016-09-23T11:38:57.170Z','chrome','iOS','https://github.com/yeatse/YTPageController','true','代码家'),(1165,'57e474b1421aa95bc338987a','2016-09-23T08:17:53.804Z','Swift Image Blur 效果','[http://img.gank.io/e4a8e9b1-c8d1-4cea-90d0-e72dfb8452a2]','2016-09-23T11:38:57.170Z','chrome','iOS','https://github.com/piemonte/Blurry','true','代码家'),(1166,'57e4750d421aa95bc338987b','2016-09-23T08:19:25.501Z','RxJava + 权限申请',NULL,'2016-09-23T11:38:57.170Z','chrome','Android','https://github.com/VictorAlbertos/RxPermissionsResult','true','代码家'),(1167,'57e476eb421aa95bcb13017d','2016-09-23T08:27:23.443Z','Material Design 风格的投票效果!','[http://img.gank.io/7b01a7e9-230e-4100-94bc-60e22877360f]','2016-09-23T11:38:57.170Z','chrome','Android','https://github.com/hiteshsahu/Material-UpVote','true','代码家'),(1168,'57e477e9421aa95bd0501615','2016-09-23T08:31:37.367Z','轮盘样式的 Fragment 菜单,可转动轮盘切换 Fragment','[http://img.gank.io/dc70ac62-8995-402e-ade4-f74a2511ff99]','2016-09-23T11:38:57.170Z','web','Android','https://github.com/Hitomis/SpinMenu','true','Hitomi'),(1169,'57e477fa421aa95bc338987d','2016-09-23T08:31:54.365Z','9-23',NULL,'2016-09-23T11:38:57.170Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f837uocox8j20f00mggoo.jpg','true','daimajia'),(1170,'57e47890421aa95bc7f06a96','2016-09-23T08:34:24.453Z','以一个女儿的口吻向父亲讲诉成长的每个阶段遇到的种种欺凌,但其实一切都能从源头改变。',NULL,'2016-09-23T11:38:57.170Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTczMjE2MTMzMg==.html','true','Robot'),(1171,'56e7a52867765931185ddbc9','2016-03-15T14:01:12.743Z','一个实现树形内容展示的库','[http://img.gank.io/fca6cedd-d4a7-4a57-864b-28dd84a7f698]','2016-09-22T11:44:08.156Z','chrome','Android','https://github.com/Telenav/NodeFlow','true','Dear宅学长'),(1172,'57e20d7e421aa95bc3389862','2016-09-21T12:33:02.532Z','用 React Native 实现的 MDCC 2016 大会客户端。','[http://img.gank.io/9b46ff19-c22f-4a0c-8afc-4afb8f0004e8, http://img.gank.io/c1244a54-cd38-4a1a-8746-0810bc7e0819]','2016-09-22T11:44:08.156Z','chrome','拓展资源','https://github.com/Bob1993/mdcc-client','true','wuzheng'),(1173,'57e2ac20421aa95bd05015ff','2016-09-21T23:49:52.47Z','抽取自Telegram,并加入QQ相册选择风格的图片选择器,高效,低耗,响应快速。。','[http://img.gank.io/9fdbd364-0ffa-4e3b-8fde-dc52c68997a7]','2016-09-22T11:44:08.156Z','web','Android','https://github.com/TangXiaoLv/TelegramGallery','true','XiaoLv Tang'),(1174,'57e315c3421aa95bd0501601','2016-09-22T07:20:35.491Z','基于 Electron 实现的一个轻量级 Markdown 笔记本','[http://img.gank.io/bfb4ffd0-c8ff-489d-be28-1760d29b1381, http://img.gank.io/9c0e608b-c896-4fdd-a2ca-c1bbbb6220ee]','2016-09-22T11:44:08.156Z','chrome','iOS','https://github.com/AnotherNote/anote','true','代码家'),(1175,'57e31675421aa95bc3389867','2016-09-22T07:23:33.616Z','Swift 实现的一个画中画 ( Picture in Picture ) 播放器','[http://img.gank.io/759a300a-01ca-4e7b-93ba-d2a81738272d]','2016-09-22T11:44:08.156Z','chrome','iOS','https://github.com/wddwycc/XDPlayer','true','代码家'),(1176,'57e31701421aa95bc7f06a86','2016-09-22T07:25:53.203Z','iOS 圆形进度条效果','[http://img.gank.io/04464dc0-6e3f-493b-bc40-6d2d42265eaa]','2016-09-22T11:44:08.156Z','chrome','iOS','https://github.com/taglia3/CircularSpinner','true','代码家'),(1177,'57e3178f421aa95bc3389869','2016-09-22T07:28:15.992Z','类似 iOS 10 Apple Music 和 Podcast 上的音频频谱展示效果,做的很漂亮!','[http://img.gank.io/87727f6d-f5b3-4116-b580-f99d54902fe8]','2016-09-22T11:44:08.156Z','chrome','iOS','https://github.com/LeonardoCardoso/AudioIndicatorBars','true','代码家'),(1178,'57e3188a421aa95bd0501604','2016-09-22T07:32:26.298Z','那些超棒的 React Native 主题演讲',NULL,'2016-09-22T11:44:08.156Z','chrome','拓展资源','https://github.com/mightyCrow/awesome-react-native-talks','true','代码家'),(1179,'57e319fd421aa95bc338986a','2016-09-22T07:38:37.240Z','9-22',NULL,'2016-09-22T11:44:08.156Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f820oxtdzzj20hs0hsdhl.jpg','true','代码家'),(1180,'57e31e0c421aa95bcb13016e','2016-09-22T07:55:56.609Z','锯齿边框,类似优惠劵效果的自定义 View','[http://img.gank.io/eac94de0-a778-4d6f-902f-4ef1a201009b]','2016-09-22T11:44:08.156Z','chrome','Android','https://github.com/dongjunkun/CouponView','true','代码家'),(1181,'57e31e65421aa95bd0501606','2016-09-22T07:57:25.844Z','简洁的图片裁剪小裤子','[http://img.gank.io/9de56034-396d-4e27-a0f0-be3f7e13fd3a]','2016-09-22T11:44:08.156Z','chrome','Android','https://github.com/ekimual/croperino','true','代码家'),(1182,'57e329bb421aa95bd0501608','2016-09-22T08:45:47.608Z','微信小程序要来了,给大家推荐一款最适合开发微信小程序的框架 Vux!',NULL,'2016-09-22T11:44:08.156Z','chrome','前端','https://vux.li/#!/demo','true','代码家'),(1183,'57e34409421aa95bc7f06a88','2016-09-22T10:38:01.371Z',' 自律给你自由——设计布局的新姿势,讲解ConstraintLayout的使用方式',NULL,'2016-09-22T11:44:08.156Z','web','Android','http://blog.csdn.net/eclipsexys/article/details/52609367','true','xuyisheng'),(1184,'57e3466c421aa95bd0501609','2016-09-22T10:48:12.249Z','小咖秀我只服贾乃亮。',NULL,'2016-09-22T11:44:08.156Z','chrome','休息视频','http://weibo.com/p/2304445d24ad645af2ffbdd348cad45f5e18fe','true','lxxself'),(1185,'57dfc6a3421aa95bc338983e','2016-09-19T19:06:11.394Z','App瘦身最佳实践','[http://img.gank.io/b25efe9d-e5ce-4531-bd9a-a11a23bc6e2d, http://img.gank.io/4b2bf327-c004-4718-a105-ef5609fbb7d1, http://img.gank.io/badf94f2-efda-4bf3-a8c0-f82e725232e9]','2016-09-21T11:37:24.210Z','chrome','Android','http://www.jianshu.com/p/8f14679809b3','true','MVP'),(1186,'57e08336421aa95bd05015e7','2016-09-20T08:30:46.567Z','Android 搜索过度效果','[http://img.gank.io/80d81068-2936-4590-879f-b4c82d0c38ee]','2016-09-21T11:37:24.210Z','chrome','Android','https://github.com/alexstyl/Material-SearchTransition','true','代码家'),(1187,'57e085e6421aa95bcb130152','2016-09-20T08:42:14.877Z','目前来看 Android 上最棒的一款富文本编辑器。','[http://img.gank.io/bcd15b76-c92e-4444-adf6-74301176fbf5]','2016-09-21T11:37:24.210Z','chrome','Android','https://github.com/wasabeef/richeditor-android','true','代码家'),(1188,'57e14320421aa95bcb130161','2016-09-20T22:09:36.604Z','TED:如何成为一个更好的交谈者?',NULL,'2016-09-21T11:37:24.210Z','chrome','休息视频','http://weibo.com/p/230444d39d391aa18d019fd3fd84672e128b2c','true','lxxself'),(1189,'57e1c76c421aa95bd05015f2','2016-09-21T07:34:04.60Z','9-21',NULL,'2016-09-21T11:37:24.210Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f80uxtwgxrj20u011hdhq.jpg','true','daimajia'),(1190,'57e1c8ad421aa95bcb130162','2016-09-21T07:39:25.282Z','美团 Android 热更新方案 Robust 详解,Robust 是基于 Instant Run 实现的代码热更新。','[http://img.gank.io/76811d44-6036-4d93-b22f-5068a4ff360e, http://img.gank.io/af7c4a26-c689-497d-9c22-0eb19d12451e]','2016-09-21T11:37:24.210Z','chrome','Android','http://tech.meituan.com/android_robust.html','true','代码家的机器人'),(1191,'57e1ca66421aa95bc7f06a7a','2016-09-21T07:46:46.259Z','greatsimple.io 出品的 iOS10 GUI 模板',NULL,'2016-09-21T11:37:24.210Z','chrome','iOS','http://ios10.greatsimple.io/','true','代码家'),(1192,'57e1cadb421aa95bc7f06a7b','2016-09-21T07:48:43.696Z','基于 Swift 实现的毛笔画板~','[http://img.gank.io/b38caf15-f5c0-4179-b6f8-aaac2e62483c, http://img.gank.io/4a6f9c8d-2a4e-495c-b8cf-7fa2eda582ec]','2016-09-21T11:37:24.210Z','chrome','iOS','https://github.com/AfryMask/AFBrushBoard','true','代码家の机器人'),(1193,'57e1d52f421aa95bc7f06a7c','2016-09-21T08:32:47.220Z','深度学习教程(更新中..)','[http://img.gank.io/5e20ccfe-0839-4717-b327-1ac0fb3c3aa2]','2016-09-21T11:37:24.210Z','chrome','拓展资源','https://github.com/Atcold/torch-Video-Tutorials','true','Atcold'),(1194,'57e1d809421aa95bc3389857','2016-09-21T08:44:57.956Z','Material 风格的介绍页,在做介绍的同时,可以向用户申请权限,做的超漂亮!!','[http://img.gank.io/1aef799d-4dcf-4f4d-bcce-7a531dca8839, http://img.gank.io/b1b6378f-3320-44db-81e1-57b6b7c86a33]','2016-09-21T11:37:24.210Z','chrome','Android','https://github.com/TangoAgency/material-intro-screen','true','代码家'),(1195,'57e1d836421aa95bc7f06a7d','2016-09-21T08:45:42.595Z','仿微信风格的 滑动退回','[http://img.gank.io/b3f0bb60-f25a-452e-8ba5-958534bdfa7e]','2016-09-21T11:37:24.210Z','chrome','Android','https://github.com/XBeats/and_swipeback','true','代码家'),(1196,'57e1f2c7421aa95bc338985a','2016-09-21T10:39:03.500Z','Android自定义View系列目录',NULL,'2016-09-21T11:37:24.210Z','chrome','Android','http://www.idtkm.com/customview/android%E8%87%AA%E5%AE%9A%E4%B9%89view%E7%B3%BB%E5%88%97%E7%9B%AE%E5%BD%95/','true','LHF'),(1197,'57e1f382421aa95bcb130167','2016-09-21T10:42:10.347Z','通过注释,在 Swift 中自动生成 JSON 解析方法,与 Mantle 的使用类似',NULL,'2016-09-21T11:37:24.210Z','web','iOS','https://github.com/Draveness/JSONCop','true','Draveness'),(1198,'57e1f826421aa95bc338985c','2016-09-21T11:01:58.177Z','https工作原理精悍小文',NULL,'2016-09-21T11:37:24.210Z','chrome','拓展资源','http://blog.csdn.net/dd864140130/article/details/52598107','true','江湖人称小白哥'),(1199,'57c5a6ff421aa9125d96f53b','2016-08-30T23:32:15.202Z','【足球视频】球场上那些风骚的停球!',NULL,'2016-09-20T11:42:05.477Z','chrome','休息视频','http://weibo.com/p/2304445397f8b9e8629d997abac7046f966b1a','true','LHF'),(1200,'57d8e816421aa95bcb13011c','2016-09-14T14:03:02.252Z','Windows下的七牛上传工具,支持拖动文件到窗口上传!',NULL,'2016-09-20T11:42:05.477Z','web','瞎推荐','https://github.com/juemuren4449/QiNiuUpLoad','true','juemuren4449'),(1201,'57da61b2421aa95bc7f06a35','2016-09-15T16:54:10.445Z','纯用SVG做的Google I/O 2016那个炫酷的时钟','[http://img.gank.io/9f644649-ca93-4d75-931e-e1e60cba76af]','2016-09-20T11:42:05.477Z','web','Android','https://github.com/lypeer/GoogleClock','true','lypeer'),(1202,'57de6f61421aa95bc338982b','2016-09-18T18:41:37.959Z','兼容4.0以上版本的点击扩散动画库,几行代码实现Activity转场动画效果 及新增自定义界面转场动画~','[http://img.gank.io/950c830a-3284-47df-83da-0ca43663e8a3]','2016-09-20T11:42:05.477Z','web','Android','https://github.com/Yellow5A5/ActSwitchAnimTool','true',NULL),(1203,'57df2ad3421aa95bc7f06a53','2016-09-19T08:01:23.117Z','一个完整的生日管理 App: UPMiss 开源了','[http://img.gank.io/661c61da-f1a0-4af2-8ba8-c2bd1b418757]','2016-09-20T11:42:05.477Z','chrome','Android','https://github.com/qiujuer/UPMiss','true','代码家'),(1204,'57dff891421aa95bc7f06a66','2016-09-19T22:39:13.808Z','9-20',NULL,'2016-09-20T11:42:05.477Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f7z9uxopq0j20u011hju5.jpg','true','daimajia'),(1205,'57e07c3c421aa95bc7f06a67','2016-09-20T08:01:00.656Z','Mac 上的 12306 客户端!','[http://img.gank.io/85efdb2e-124c-43bf-b4ed-7a2573be5841]','2016-09-20T11:42:05.477Z','chrome','iOS','https://github.com/fancymax/12306ForMac','true','代码家'),(1206,'57e07c76421aa95bcb13014b','2016-09-20T08:01:58.833Z','Awesome-树莓派','[http://img.gank.io/7ac4a229-6ce0-4134-bd64-219b2f8c6112]','2016-09-20T11:42:05.477Z','chrome','拓展资源','https://github.com/thibmaek/awesome-raspberrypi','true','代码家'),(1207,'57e07d08421aa95bcb13014c','2016-09-20T08:04:24.252Z','ViewController 页面不同状态展示','[http://img.gank.io/3038769b-adab-42a0-b01c-30c70a41c99f]','2016-09-20T11:42:05.477Z','chrome','iOS','https://github.com/mariohahn/StatusProvider','true','代码家の机器人'),(1208,'57e07da8421aa95bd05015e5','2016-09-20T08:07:04.418Z','一套刁刁的直播解决方案!',NULL,'2016-09-20T11:42:05.477Z','chrome','iOS','https://github.com/AnyRTC/AnyRTC-RTMP','true','代码家'),(1209,'57e082af421aa95bd05015e6','2016-09-20T08:28:31.126Z','基于 InstantRun 实现的一个 Android 热修复方案','[http://img.gank.io/74d009e9-8e9e-4b8c-ba77-f7c1c820f9d6, http://img.gank.io/89be6acb-5ee1-43d2-b28a-49309e2fdaf3]','2016-09-20T11:42:05.477Z','chrome','Android','https://github.com/dodola/AnoleFix','true','代码家'),(1210,'57e083ff421aa95bcb13014f','2016-09-20T08:34:07.940Z','Android 收集用户基本信息利器,比如 App 崩溃后的地理位置,GPS网络状态,当前页面截屏等等',NULL,'2016-09-20T11:42:05.477Z','chrome','Android','https://github.com/rm3l/maoni-email','true','代码家'),(1211,'57e08491421aa95bcb130151','2016-09-20T08:36:33.240Z','位置搜索智能提示框,利用了 Google Map 的 Api,想要用到国内的话,可以对接一个国内的地图服务,但是整个库初衷不错,为了更好的用户体验。','[http://img.gank.io/475fe389-0205-4f65-95d8-5ac937e7fe3a]','2016-09-20T11:42:05.477Z','chrome','Android','https://github.com/codemybrainsout/PlaceSearchDialog','true','代码家'),(1212,'57e0a328421aa95bc3389849','2016-09-20T10:47:04.540Z','ColorMatrix 详解',NULL,'2016-09-20T11:42:05.477Z','chrome','Android','http://www.idtkm.com/customview/cutomview13/','true','代码家'),(1213,'57d8d97c421aa95bc7f06a2d','2016-09-14T13:00:44.116Z','一个好看的Float菜单。','[http://img.gank.io/4afe2169-9ae4-4ead-9ba2-6f15e2d9e198]','2016-09-19T11:36:25.457Z','web','Android','https://github.com/xue5455/SmartMenu','true',NULL),(1214,'57d8fb79421aa95bc7f06a2f','2016-09-14T15:25:45.992Z','完美的在线 Json 解析、格式化网站: json.cn',NULL,'2016-09-19T11:36:25.457Z','web','拓展资源','http://json.cn/','true','drakeet'),(1215,'57d91944421aa95bc7f06a32','2016-09-14T17:32:52.52Z','Android两级磁贴列表,拥有完美的不同级磁贴互相接触推动的效果,适合多级分类嵌套展示。','[http://img.gank.io/c95f7521-b5a8-4649-9281-deababd14290]','2016-09-19T11:36:25.457Z','web','Android','https://github.com/Kenber/DoubleStickyHeadersList','true','Kenber'),(1216,'57d95b95421aa95bd05015bb','2016-09-14T22:15:49.75Z','使用Webpack命令行工具: webpack-dashboard,在你使用webpack时改善控制台用户体验。',NULL,'2016-09-19T11:36:25.457Z','web','前端','http://yaowenjie.github.io/front-end/using-webpack-dashboard','true','Wenjie Yao'),(1217,'57de95cb421aa95bc7f06a4f','2016-09-18T21:25:31.345Z','双面翻转 View 效果','[http://img.gank.io/f535c984-0907-4f6e-952f-da9a52733041]','2016-09-19T11:36:25.457Z','chrome','Android','https://github.com/4xes/FlipAnimation','true','代码家'),(1218,'57de95fb421aa95bcb130133','2016-09-18T21:26:19.727Z','带有色彩渐变的新功能引导页','[http://img.gank.io/b63c5127-7461-41cc-8c44-c2cfcd87b5e1]','2016-09-19T11:36:25.457Z','chrome','Android','https://github.com/codemybrainsout/ahoy-onboarding','true','代码家'),(1219,'57fd981b421aa95dd78e8df0','2016-10-12T09:55:39.438Z','收集了大量优质 JavaScript、CSS3、Canvas、SVG、Web 动画的 Demo 集合。',NULL,'2016-10-12T11:40:02.146Z','chrome','前端','https://github.com/airen/DemoHouse','true','机器人'),(1220,'57fd9964421aa95dd351b106','2016-10-12T10:01:08.961Z','一个漂亮的 Share Button UI 效果。','[http://img.gank.io/ee1fcfbd-20a5-4819-943c-80d55301dc4d]','2016-10-12T11:40:02.146Z','chrome','Android','https://github.com/kayan1990/ShareButton','true','代码家'),(1221,'57fd9af5421aa95dd78e8df1','2016-10-12T10:07:49.232Z','10-12',NULL,'2016-10-12T11:40:02.146Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f8p9eahanlj20u011h42y.jpg','true','daimajia'),(1222,'57fd9b91421aa95dd78e8df2','2016-10-12T10:10:25.710Z','让 Intellij 支持 Emoji 输入提醒','[http://img.gank.io/eb556ea9-e0f3-4fe2-a5fb-fc0148f88e6d]','2016-10-12T11:40:02.146Z','chrome','Android','https://github.com/shiraji/emoji','true','代码家'),(1223,'57fd9c72421aa95dd78e8df3','2016-10-12T10:14:10.459Z','支持自动计数的 EditText,做社交限制字数的时候非常有用。','[http://img.gank.io/87ba3b71-384c-4e77-8b8b-b98b5e5d5c12]','2016-10-12T11:40:02.146Z','chrome','Android','https://github.com/FTandJYQ/AnFQNumEditText','true','代码家'),(1224,'57fd9d61421aa95dd78e8df4','2016-10-12T10:18:09.871Z','Cell 弹性效果','[http://img.gank.io/2178220c-a9bd-46ce-b159-5c6b3df8fd14]','2016-10-12T11:40:02.146Z','chrome','iOS','https://github.com/anyashka/CellBounceEffect','true','代码家'),(1225,'57fd9da2421aa95dd78e8df6','2016-10-12T10:19:14.809Z','Xcode 8 快速注释和取消注释插件。','[http://img.gank.io/d0eb3749-0fc7-4494-a19e-b2d59274612e]','2016-10-12T11:40:02.146Z','chrome','iOS','https://github.com/ebaker355/FastCommentLine','true','机器人'),(1226,'57fd9de6421aa95ddb9cb5c0','2016-10-12T10:20:22.189Z','去中心化程序实现工具集合 awesome-decentralization。',NULL,'2016-10-12T11:40:02.146Z','chrome','拓展资源','https://github.com/retrohacker/awesome-decentralization','true','代码家'),(1227,'57fdab07421aa95dd78e8dfc','2016-10-12T11:16:23.433Z','仿Cuto的加载动画','[http://img.gank.io/20e7756e-9243-451a-a8b7-0a5115c0220a]','2016-10-12T11:40:02.146Z','web','Android','https://github.com/andyxialm/CutoLoadingView','true',NULL),(1228,'57f0e616421aa95ddb9cb577','2016-10-02T18:48:54.166Z','又一个LowPoly图片, 另外这个还可以让图片变成沙画','[http://img.gank.io/4b93fe53-bb4f-4dfb-b058-4fc7aebdedce, http://img.gank.io/917ce961-f026-4bdf-9f36-7877709805cd]','2016-10-11T11:42:22.814Z','web','Android','https://github.com/xyzxqs/XLowPoly','true','xyzxqs'),(1229,'57f1169b421aa95dd351b0bf','2016-10-02T22:15:55.685Z','NIKE上世纪80年代在中国的广告,创意无限,堪称经典!',NULL,'2016-10-11T11:42:22.814Z','chrome','休息视频','http://weibo.com/p/230444f9f47df74f41f696a3a6968382abb30f','true','lxxself'),(1230,'57fb0f38421aa95dd351b0ef','2016-10-10T11:47:04.29Z','豆瓣的混合开发框架 -- Rexxar',NULL,'2016-10-11T11:42:22.814Z','chrome','Android','https://github.com/douban/rexxar-android','true','wuzheng'),(1231,'57fb4987421aa95dd351b0f2','2016-10-10T15:55:51.411Z','当Rxjava遇上databinding','[http://img.gank.io/1a9db224-2809-4fca-bfb9-22d467bfe07e]','2016-10-11T11:42:22.814Z','chrome','Android','https://github.com/TangoAgency/android-data-binding-rxjava','true','有时放纵'),(1232,'57fc3fb0421aa95dd78e8dda','2016-10-11T09:26:08.664Z','支持下滑反馈的键盘组件,体现交互细节的时候到了。','[http://img.gank.io/3c8ca17a-6c9d-451b-a857-68869e837909]','2016-10-11T11:42:22.814Z','chrome','iOS','https://github.com/RxSwiftCommunity/RxKeyboard','true','代码家'),(1233,'57fc40a1421aa95dd78e8ddb','2016-10-11T09:30:09.136Z','10-11',NULL,'2016-10-11T11:42:22.814Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f8o2ov8xi0j20u00u0q61.jpg','true','daimajia'),(1234,'57fc4242421aa95dd78e8ddc','2016-10-11T09:37:06.186Z','安卓 sqlite 数据库查看','[http://img.gank.io/ca4ca30f-dca5-46d8-9f2e-b2361df32be2]','2016-10-11T11:42:22.814Z','chrome','App','https://github.com/yedaxia/sqlitelookup','true','蒋朋'),(1235,'57fc4248421aa95de3b8ab7c','2016-10-11T09:37:12.796Z','支持自动高亮关键字的 TextView,很实用。','[http://img.gank.io/1296065e-d8a3-4edc-8d70-ce9e5bdfe79b]','2016-10-11T11:42:22.814Z','chrome','Android','https://github.com/wangshaolei/UnderLineLinkTextView','true','机器人'),(1236,'57fc42e0421aa95dd351b0f9','2016-10-11T09:39:44.299Z','不同语言实现的爬虫程序和爬虫框架。',NULL,'2016-10-11T11:42:22.814Z','chrome','拓展资源','https://github.com/BruceDone/awesome-crawler','true','机器人'),(1237,'57fc44c8421aa95dd351b0fa','2016-10-11T09:47:52.129Z','超酷的一个 Swift 日期和时间操作组件,可以很容易的做出各种日期的算数操作。','[http://img.gank.io/d3cecb7c-227c-4565-b9ae-e780b0c1086b]','2016-10-11T11:42:22.814Z','chrome','iOS','https://github.com/malcommac/SwiftDate','true','机器人'),(1238,'57fc5cdb421aa95ddb9cb5b6','2016-10-11T11:30:35.291Z','itsCoder WeeklyBlog 第四期(本期内容:Android 绘制优化,BroadcastReceiver 分析,View layout 和 draw 过程详解,Java 8 特性;Java Lambda 和基础;算法;设计模式;Nginx;Git)(咱们在国庆假期也很勤奋呢)',NULL,'2016-10-11T11:42:22.814Z','web','拓展资源','http://itscoder.com/weeklyblog-phase-4/','true',NULL),(1239,'57f7bc1d421aa95ddb9cb584','2016-10-07T23:15:41.403Z','那些年我们追过的电视剧,哈哈哈!',NULL,'2016-10-10T11:41:33.500Z','chrome','休息视频','http://weibo.com/p/230444a3330508dc4dad753572a96e0f0bd466','true','lxxself'),(1240,'57f9bd33421aa95ddb9cb591','2016-10-09T11:44:51.367Z','一款在IDEA中为微信小程序注入方法的插件',NULL,'2016-10-10T11:41:33.500Z','web','前端','https://github.com/lypeer/Matchmaker','true','lypeer'),(1241,'57f9fb7e421aa95dd78e8dc5','2016-10-09T16:10:38.710Z','跨平台(Android,iOS,web)的 IM 开源项目',NULL,'2016-10-10T11:41:33.500Z','web','Android','https://github.com/sealtalk/sealtalk-android','true','AMing'),(1242,'57fa0828421aa95dd78e8dc6','2016-10-09T17:04:40.42Z','一个API描述文档自动生成Swift执行代码的工具',NULL,'2016-10-10T11:41:33.500Z','web','iOS','https://github.com/drinking/SwiftAPI','true','Drinking'),(1243,'57facc74421aa95de3b8ab6b','2016-10-10T07:02:12.35Z','10-10',NULL,'2016-10-10T11:41:33.500Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f8mssipb9sj20u011hgqk.jpg','true','daimajia'),(1244,'57facd09421aa95dd351b0e6','2016-10-10T07:04:41.740Z','Android 指纹识别身份验证 Demo 一例','[http://img.gank.io/3a5366c2-fd48-4706-b8a6-2f60f04189ab, http://img.gank.io/e1c8a695-9095-4997-a113-90c627657be7]','2016-10-10T11:41:33.500Z','chrome','Android','https://github.com/pro100svitlo/FingerprintAuthHelper','true','机器人'),(1245,'57facd2f421aa95dd351b0e7','2016-10-10T07:05:19.450Z','一款漂亮的 Bottom Sheet 选择器','[http://img.gank.io/6a097553-00d2-4895-86f9-12af888681a9]','2016-10-10T11:41:33.500Z','chrome','Android','https://github.com/philliphsu/BottomSheetPickers','true','机器人'),(1246,'57faed42421aa95dd351b0e8','2016-10-10T09:22:10.810Z','一个别致的环形菜单','[http://img.gank.io/d4baf374-f8a1-4b39-bf55-b087abf0bf34]','2016-10-10T11:41:33.500Z','web','Android','https://github.com/Hitomis/CircleMenu','true','Hitomi'),(1247,'57fafe78421aa95dd351b0eb','2016-10-10T10:35:36.807Z','豆瓣在移动混合开发实践方面做了一些努力。主要产出是一个名为 Rexxar 的项目。现在,我们把这个项目开源。一方面,是为了给大家提供一些借鉴;另一方面,是为了提高这个项目的质量。接受大家的意见和建议。',NULL,'2016-10-10T11:41:33.500Z','web','App','http://lincode.github.io/Rexxar-OpenSource','true','GUO Lin'),(1248,'57fb0bd7421aa95de3b8ab70','2016-10-10T11:32:39.673Z','如果你已经厌倦了 UISegmentedControl,试试这个炫酷的组件。','[http://img.gank.io/fd976eb3-57e1-4022-8f5e-847f35416863]','2016-10-10T11:41:33.500Z','chrome','iOS','https://github.com/sasojadrovski/SJFluidSegmentedControl','true','Andy'),(1249,'57fb0c0b421aa95dd351b0ed','2016-10-10T11:33:31.167Z','文件操作管理器工具库',NULL,'2016-10-10T11:41:33.500Z','chrome','iOS','https://github.com/castial/HYFileManager','true','机器人'),(1250,'57fb0c82421aa95de3b8ab71','2016-10-10T11:35:30.877Z','带有动态效果的表单引导进度条。','[http://img.gank.io/dcfcdf95-22e1-41dc-8fb8-a921f4a6e42d]','2016-10-10T11:41:33.500Z','chrome','Android','https://github.com/VictorAlbertos/BreadcrumbsView','true','机器人'),(1251,'57f3e181421aa95ddb9cb57d','2016-10-05T01:06:09.944Z','一个通用状态切换视图','[http://img.gank.io/58cec842-0078-4be1-986b-ebc9895a6e80]','2016-10-09T11:45:38.236Z','web','Android','https://github.com/XuDaojie/MultiStateView','true',NULL),(1252,'57f7bfb9421aa95dd78e8da8','2016-10-07T23:31:05.470Z','提名诺贝尔奖的普通希腊人《莱斯沃斯颂》',NULL,'2016-10-09T11:45:38.236Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTczOTY5Mjk1Mg==.html','true','lxxself'),(1253,'57f846f0421aa95dd78e8dab','2016-10-08T09:08:00.430Z','OkHttpUtils-2.0.0 升级后改名 OkGo,全新完美支持RxJava,比Retrofit更简单易用。',NULL,'2016-10-09T11:45:38.236Z','web','Android','https://github.com/jeasonlzy/okhttp-OkGo','true','龙龙童鞋'),(1254,'57f86c57421aa95dd78e8db3','2016-10-08T11:47:35.802Z','一个简洁的汇率转换软件,使用 kotlin 编写,通过 anko 框架编写 UI 并实现漂亮的主题动态切换效果','[http://img.gank.io/35ae570a-f172-45f3-bb53-867d1292b476]','2016-10-09T11:45:38.236Z','web','Android','https://github.com/yiyuanliu/Currency','true','Yiyuan Liu'),(1255,'57f894a2421aa95dd78e8db8','2016-10-08T14:39:30.536Z','又一个显示recycleview复杂效果的库','[http://img.gank.io/a1581b3d-ff82-4050-b760-8a7ffe5e48a4]','2016-10-09T11:45:38.236Z','chrome','Android','https://github.com/airbnb/epoxy','true','有时放纵'),(1256,'57f896fb421aa95de3b8ab57','2016-10-08T14:49:31.851Z','underscore 函数去抖的实现',NULL,'2016-10-09T11:45:38.236Z','web','前端','https://github.com/hanzichi/underscore-analysis/issues/21','true','子迟'),(1257,'57f98925421aa95de3b8ab5a','2016-10-09T08:02:45.353Z','10-9',NULL,'2016-10-09T11:45:38.236Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f8lox7c1pbj20u011h12x.jpg','true','daimajia'),(1258,'57f98961421aa95dd351b0d6','2016-10-09T08:03:45.842Z','Swift 实现的概率和统计的基础工具库',NULL,'2016-10-09T11:45:38.236Z','chrome','iOS','https://github.com/harlanhaskins/Probably','true','机器人'),(1259,'57f989d9421aa95de3b8ab5c','2016-10-09T08:05:45.807Z','Yalantis 出品:基于 Force Touch 实现的图片模糊效果。','[http://img.gank.io/567676b3-dccc-4fd5-8617-7b51c4decb14]','2016-10-09T11:45:38.236Z','chrome','iOS','https://github.com/Yalantis/ForceBlur','true','机器人'),(1260,'57f9a6cf421aa95dd351b0da','2016-10-09T10:09:19.467Z','番剧记录工具Bgm38( bangumi 第三方客户端 ),采用 RxJava + Retrofit + MVP, 设计上采用 Material Design','[http://img.gank.io/08f9c082-7a4c-4b60-bb3a-c9d34385a57d]','2016-10-09T11:45:38.236Z','web','App','https://github.com/zubinxiong/Bgm38','true','ZubinXiong'),(1261,'57f9aa1e421aa95ddb9cb58f','2016-10-09T10:23:26.403Z','利用文本实现的 CSS 加载效果。','[http://img.gank.io/eaddc2d3-2c79-4961-bbd3-9adc01da4ad2]','2016-10-09T11:45:38.236Z','chrome','前端','https://github.com/tawian/text-spinners','true','代码家'),(1262,'57f9aa9b421aa95ddb9cb590','2016-10-09T10:25:31.34Z','Swift 实现的简单的 Session 管理库',NULL,'2016-10-09T11:45:38.236Z','chrome','iOS','https://github.com/comodinx/SimpleSession','true','代码家'),(1263,'57f9b634421aa95dd351b0db','2016-10-09T11:15:00.129Z','为你的应用程序加上数字角标','[http://img.gank.io/e14fd215-09cb-4a6e-bf14-e2283b65b874]','2016-10-09T11:45:38.236Z','web','Android','https://github.com/leolin310148/ShortcutBadger','true','王荣强'),(1264,'57f5c4b8421aa95de3b8ab3d','2016-10-06T11:27:52.883Z','超漂亮的 Animation Scale 动画设置效果。','[http://img.gank.io/f618fbe0-af11-4d97-85aa-d89b65628d09]','2016-10-08T11:42:07.440Z','chrome','Android','https://github.com/nickbutcher/AnimatorDurationTile','true','Masayuki Suda'),(1265,'57f60060421aa95ddb9cb580','2016-10-06T15:42:24.870Z','JavaScript 函数节流和函数去抖应用场景辨析',NULL,'2016-10-08T11:42:07.440Z','web','前端','https://github.com/hanzichi/underscore-analysis/issues/20','true','子迟'),(1266,'57f71dcb421aa95de3b8ab42','2016-10-07T12:00:11.438Z','拆轮子-唯美细腻的夕阳海浪动画',NULL,'2016-10-08T11:42:07.440Z','web','Android','http://immortalz.me/559.html','true','Mr_immortalZ'),(1267,'57f7359a421aa95de3b8ab43','2016-10-07T13:41:46.29Z','词法分析器, AJAX 与 php, C++程序交互',NULL,'2016-10-08T11:42:07.440Z','web','拓展资源','https://github.com/netcan/compilingTheory','true','Netcan'),(1268,'57f773b8421aa95de3b8ab45','2016-10-07T18:06:48.811Z','一个展示下载进度的View,下载完成和失败的时候会有酷酷的动画.','[http://img.gank.io/b4cd9fb3-90e8-46ac-9e45-3e1b0ba0b9ac]','2016-10-08T11:42:07.440Z','web','Android','https://github.com/dudu90/FreshDownloadView','true',NULL),(1269,'57f7bc06421aa95ddb9cb583','2016-10-07T23:15:18.904Z','大学毕业一年后的样子,看的心酸。',NULL,'2016-10-08T11:42:07.440Z','chrome','休息视频','http://weibo.com/p/230444f94ea5698af31b8313977f09dcd0c530','true','lxxself'),(1270,'57f84f7d421aa95dd351b0ce','2016-10-08T09:44:29.984Z','Xcode 省事插件,在任何地方都可以随意 import ,再也无需滑到顶部去 import 数据了。','[http://img.gank.io/5f89438a-33f0-4327-96ea-7a687f669df2]','2016-10-08T11:42:07.440Z','chrome','iOS','https://github.com/markohlebar/Import','true','代码家の机器人'),(1271,'57f85084421aa95dd351b0cf','2016-10-08T09:48:52.538Z','教你写出高质量的 Readme',NULL,'2016-10-08T11:42:07.440Z','chrome','拓展资源','https://github.com/noffle/art-of-readme/blob/master/README-zh.md','true','代码家の机器人'),(1272,'57f850d3421aa95de3b8ab4b','2016-10-08T09:50:11.344Z','单文件组成的 C/C++ Lib,里面很多代码写的都很棒',NULL,'2016-10-08T11:42:07.440Z','chrome','拓展资源','https://github.com/nothings/single_file_libs','true','Gank 机器人'),(1273,'57f8510a421aa95de3b8ab4c','2016-10-08T09:51:06.876Z','intellij JVM options 参数讲解,实用而且涨姿势。',NULL,'2016-10-08T11:42:07.440Z','chrome','Android','https://github.com/FoxxMD/intellij-jvm-options-explained','true','代码家'),(1274,'57f851d3421aa95dd78e8dac','2016-10-08T09:54:27.381Z','一个 Android Page 过渡效果 Demo 效果','[http://img.gank.io/6664f7de-89f8-4ffe-8dda-c0369c11ea6b]','2016-10-08T11:42:07.440Z','chrome','Android','https://github.com/xmuSistone/android-page-transition','true','代码家'),(1275,'57f85215421aa95de3b8ab4f','2016-10-08T09:55:33.936Z','VR 开发者资源汇总','[http://img.gank.io/8facb75a-8966-44fd-9794-12608ffd9e2a]','2016-10-08T11:42:07.440Z','chrome','拓展资源','https://github.com/GeekLiB/Lee-VR-Source','true','代码家の机器人'),(1276,'57f8523c421aa95dd78e8dad','2016-10-08T09:56:12.590Z','MDCC 2016 iOS 演讲稿汇总',NULL,'2016-10-08T11:42:07.440Z','chrome','iOS','https://github.com/MDCC2016/iOS-Session-Slides','true','机器人'),(1277,'57f852d6421aa95de3b8ab51','2016-10-08T09:58:46.945Z','又一个 Image Picker,不过这个是支持选取 Facebook 相册图片的。','[http://img.gank.io/d7e1cfa3-e2cb-4ca4-919c-df9b5f11c8aa]','2016-10-08T11:42:07.440Z','chrome','iOS','https://github.com/terflogag/GBHFacebookImagePicker','true','代码家の机器人'),(1278,'57f85461421aa95dd78e8daf','2016-10-08T10:05:21.431Z','10-8',NULL,'2016-10-08T11:42:07.440Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f8kmud15q1j20u011hdjg.jpg','true','daimajia'),(1279,'57f85a88421aa95ddb9cb58a','2016-10-08T10:31:36.607Z','RxJava实战经验集合,很不错',NULL,'2016-10-08T11:42:07.440Z','chrome','瞎推荐','http://blog.csdn.net/dd864140130/article/details/52714272','true','江湖人称小白哥'),(1280,'57ea2f30421aa95de3b8aaf4','2016-09-27T16:34:56.607Z','Alfred workflow 开发指南','[http://img.gank.io/87b383b5-0607-4975-b344-0d840b428500]','2016-09-30T11:46:31.941Z','chrome','瞎推荐','http://myg0u.com/python/2015/05/23/tutorial-alfred-workflow.html','true','LHF'),(1281,'57eb05c6421aa95dd78e8d7a','2016-09-28T07:50:30.516Z','Swift Protobuf 插件。',NULL,'2016-09-30T11:46:31.941Z','chrome','iOS','https://github.com/apple/swift-protobuf-plugin','true','代码家'),(1282,'57ec9819421aa95de3b8ab1d','2016-09-29T12:27:05.800Z','《剑指Offer》笔试、面试编程题汇总(更新中)',NULL,'2016-09-30T11:46:31.941Z','web','拓展资源','https://github.com/nibnait/algorithms/tree/master/src/SwordOffer','true','NibNait'),(1283,'57eccc98421aa95dd78e8d8b','2016-09-29T16:11:04.42Z','Xcode8下的插入文档注释插件,支持在全文范围内给每一个方法和属性添加文档注释',NULL,'2016-09-30T11:46:31.941Z','web','iOS','https://github.com/why19910522/ExtXcode8','true','WHY19910522'),(1284,'57ed0832421aa95ddb9cb569','2016-09-29T20:25:22.436Z','超轻量的Android端Router框架。可灵活配置规则。适用性广',NULL,'2016-09-30T11:46:31.941Z','web','Android','https://github.com/yjfnypeu/Router','true',NULL),(1285,'57edb4cf421aa95de3b8ab25','2016-09-30T08:41:51.53Z','Spotify 开源新的组件驱动的 UI 和 Content 开发工具箱',NULL,'2016-09-30T11:46:31.941Z','chrome','iOS','https://github.com/spotify/HubFramework','true','代码家'),(1286,'57edb5f6421aa95de3b8ab26','2016-09-30T08:46:46.119Z','很实用的一个库,帮你做 ListView / RecyclerView 等组件的状态维护,比如:无数据 / 网络出现问题 / 数据获取成功等。','[http://img.gank.io/bc62534e-99f0-48bb-9914-51955479b93b]','2016-09-30T11:46:31.941Z','chrome','Android','https://github.com/WassimBenltaief/FlowLayout','true','代码家'),(1287,'57edb6a1421aa95ddb9cb56c','2016-09-30T08:49:37.712Z','自动给 TextView 增加超链接的库,还可以处理 Hashtags (#) ,at 人(@),电话,邮件等等数据。 超有用!','[http://img.gank.io/ee8bed83-a484-41c5-b579-d47564b1c4e9]','2016-09-30T11:46:31.941Z','chrome','Android','https://github.com/armcha/AutoLinkTextView','true','代码家'),(1288,'57edb6f1421aa95de3b8ab28','2016-09-30T08:50:57.337Z','Android 仿应用宝的下载效果,你知道中间那个光条是怎么做出来的吗?','[http://img.gank.io/be0e1fd3-acdb-4499-abda-41a8672eaf98]','2016-09-30T11:46:31.941Z','chrome','Android','https://github.com/LineChen/FlickerProgressBar','true','代码家'),(1289,'57edb73c421aa95dd351b0b5','2016-09-30T08:52:12.415Z','自动生成 Swift Initializer 的小插件。','[http://img.gank.io/63170cac-d5ea-49ac-9856-be2e60df3f5e]','2016-09-30T11:46:31.941Z','chrome','iOS','https://github.com/Bouke/SwiftInitializerGenerator','true','iOS 机器人'),(1290,'57edba71421aa95dd78e8d93','2016-09-30T09:05:53.26Z','出发去旅行',NULL,'2016-09-30T11:46:31.941Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f8bc5c5n4nj20u00irgn8.jpg','true','嗲马甲'),(1291,'57eddcbf421aa95dd351b0b7','2016-09-30T11:32:15.794Z','Elon Musk 的故事',NULL,'2016-09-30T11:46:31.941Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTY3NzA4NTc1Ng==.html?from=s1.8-1-1.2&spm=a2h0k.8191407.0.0','true','S'),(1292,'57e3ceb9421aa95bc7f06a92','2016-09-22T20:29:45.720Z','从源码出发深入理解 Android Service',NULL,'2016-09-29T11:36:17.680Z','web','Android','http://www.woaitqs.cc/android/2016/09/20/android-service-usage.html','true','tangqisen'),(1293,'57ea96c3421aa95dd351b097','2016-09-27T23:56:51.961Z','一对5岁的青梅竹马,分开了17个月后再次相遇,这反应让人心都融化了超级有爱!',NULL,'2016-09-29T11:36:17.680Z','chrome','休息视频','http://www.miaopai.com/show/5HepgGi7-ufQnsTnRl9u5w__.htm','true','LHF'),(1294,'57eb772c421aa95ddb9cb555','2016-09-28T15:54:20.889Z','显示阳历,农历,节假日和二十四节气 ,可单选或者多选的日历库',NULL,'2016-09-29T11:36:17.680Z','web','Android','https://github.com/myjoybar/android-calendar-view','true','Myjoybar'),(1295,'57ebec3f421aa95de3b8ab0f','2016-09-29T00:13:51.658Z','Android7.0适配教程,心得',NULL,'2016-09-29T11:36:17.680Z','web','Android','http://www.jianshu.com/p/56b9fb319310','true','JokAr'),(1296,'57ec61e5421aa95dd78e8d84','2016-09-29T08:35:49.342Z','iOS 直接调用 ionicons 图标集合','[http://img.gank.io/becf350a-c1a5-41b9-b9d0-6763324f78ce]','2016-09-29T11:36:17.680Z','chrome','iOS','https://github.com/keitaoouchi/IoniconsKit','true','keitao'),(1297,'57ec6253421aa95dd351b0ad','2016-09-29T08:37:39.6Z','iOS 弹出滑动选择器','[http://img.gank.io/20edec7a-5c26-4122-80f3-92b5531086a1]','2016-09-29T11:36:17.680Z','chrome','iOS','https://github.com/hsylife/SwiftyPickerPopover','true','代码家'),(1298,'57ec6285421aa95ddb9cb55c','2016-09-29T08:38:29.756Z','又一个漂亮的 Chart 小框架','[http://img.gank.io/d5924b83-0a34-4060-9a9f-e99be187f799, http://img.gank.io/e56f5e72-f4a1-4b08-a3f3-80ecd0221834]','2016-09-29T11:36:17.680Z','chrome','iOS','https://github.com/GeorgeWang03/WYChart','true','代码家'),(1299,'57ec62e9421aa95de3b8ab11','2016-09-29T08:40:09.375Z','支持 at 别人效果的 EditText,很实用的样子。','[http://img.gank.io/f670b234-09e3-4ce7-a4df-2a99e8ccf209]','2016-09-29T11:36:17.680Z','chrome','Android','https://github.com/luckyandyzhang/MentionEditText','true','代码家'),(1300,'57ec633b421aa95dd78e8d86','2016-09-29T08:41:31.815Z','9-29',NULL,'2016-09-29T11:36:17.680Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f8a5uj64mpj20u00u0tca.jpg','true','daimajia'),(1301,'57ec6517421aa95dd78e8d87','2016-09-29T08:49:27.255Z','全球所有国家的国旗 SVG 图片。',NULL,'2016-09-29T11:36:17.680Z','chrome','拓展资源','https://github.com/woble/flags','true','代码家'),(1302,'57ec7741421aa95dd351b0b2','2016-09-29T10:06:57.669Z','实战-Fluxion与wifi热点伪造、钓鱼、中间人攻击、wifi破解',NULL,'2016-09-29T11:36:17.680Z','chrome','瞎推荐','https://zhuanlan.zhihu.com/p/22071905?refer=xh-coding','true','LHF'),(1303,'57ec7bd8421aa95dd78e8d89','2016-09-29T10:26:32.934Z','模拟自然动画的精髓——TimeInterpolator与TypeEvaluator',NULL,'2016-09-29T11:36:17.680Z','web','Android','https://github.com/xuyisheng/NaturalAnim','true','xuyisheng'),(1304,'57e8af93421aa95dd351b07f','2016-09-26T13:18:11.161Z','Windows 操作系统引导过程 BIOS & EFI',NULL,'2016-09-28T11:35:12.91Z','web','拓展资源','http://www.jianshu.com/p/944fc7104a75','true','CoderKo1o'),(1305,'57e8afae421aa95de3b8aae2','2016-09-26T13:18:38.93Z','浅谈 MBR & GPT',NULL,'2016-09-28T11:35:12.91Z','web','拓展资源','http://www.jianshu.com/p/3914b4e2cc97','true','CoderKo1o'),(1306,'57ea1fc9421aa95dd351b091','2016-09-27T15:29:13.378Z','Workflows List',NULL,'2016-09-28T11:35:12.91Z','chrome','瞎推荐','http://www.alfredworkflow.com/','true','LHF'),(1307,'57ea2342421aa95de3b8aaf2','2016-09-27T15:44:02.578Z','OS X 效率启动器 Alfred 详解与使用技巧','[http://img.gank.io/fa283263-6bd4-4108-85dd-6661dc481f17]','2016-09-28T11:35:12.91Z','chrome','瞎推荐','http://sspai.com/27900/','true','LHF'),(1308,'57ea2a46421aa95dd78e8d71','2016-09-27T16:13:58.957Z','一名Android开发者的微信小程序填坑之路(1)',NULL,'2016-09-28T11:35:12.91Z','web','前端','http://blog.csdn.net/luoyanglizi/article/details/52681245#comments','true','lypeer'),(1309,'57ea8084421aa95de3b8aafb','2016-09-27T22:21:56.238Z','iPhone7 大陆零售店预约店取监控 for macOS','[http://img.gank.io/75344ec5-fcb2-4086-a223-1cf70305f68d]','2016-09-28T11:35:12.91Z','chrome','iOS','https://github.com/Naituw/iPhoneAvailability','true','代码家'),(1310,'57ea95da421aa95dd78e8d74','2016-09-27T23:52:58.548Z','从这篇教程开始, 成为 Sublime Text 大师','[http://img.gank.io/8a7b7eee-66e8-4606-9af9-666f533e9573]','2016-09-28T11:35:12.91Z','chrome','瞎推荐','https://laravel-china.org/topics/2825','true','LHF'),(1311,'57ea95fe421aa95de3b8aafe','2016-09-27T23:53:34.427Z','TED演讲:一定要睡个好觉',NULL,'2016-09-28T11:35:12.91Z','chrome','休息视频','http://www.miaopai.com/show/~w6Y7-6Hf7~EaOWRv2Cqlw__.htm','true','LHF'),(1312,'57eb0100421aa95de3b8ab00','2016-09-28T07:30:08.163Z','Android 下雪效果','[http://img.gank.io/cf2f253d-a7d7-453e-a948-3dda9d9984ae]','2016-09-28T11:35:12.91Z','chrome','Android','https://github.com/HelloVass/SnowingView','true','代码家'),(1313,'57eb0134421aa95dd351b09a','2016-09-28T07:31:00.346Z','Android 又一个权限管理库','[http://img.gank.io/1175dfa5-6120-4e88-83b0-5db21841edfb]','2016-09-28T11:35:12.91Z','chrome','Android','https://github.com/holidaycheck/Permissify','true','代码家'),(1314,'57eb018b421aa95dd78e8d77','2016-09-28T07:32:27.386Z','RxJava 处理 Activity Result 的裤子',NULL,'2016-09-28T11:35:12.91Z','chrome','Android','https://github.com/NateWickstrom/RxActivityResult','true','代码家'),(1315,'57eb01fd421aa95dd78e8d78','2016-09-28T07:34:21.780Z','Android 角标组件效果','[http://img.gank.io/41291217-1373-4066-be02-8070983ddb63]','2016-09-28T11:35:12.91Z','chrome','Android','https://github.com/czy1121/cornerlabelview','true','代码家'),(1316,'57eb0320421aa95de3b8ab01','2016-09-28T07:39:12.437Z','Chrome 插件,双击高亮关键字,看代码不能更爽!',NULL,'2016-09-28T11:35:12.91Z','web','瞎推荐','https://chrome.google.com/webstore/detail/%E5%85%B3%E9%94%AE%E8%AF%8D%E5%8F%8C%E5%87%BB%E9%AB%98%E4%BA%AE/hiemiigjnmkjedjibioplldlbkhekbjk','true','代码家'),(1317,'57eb0495421aa95dd78e8d79','2016-09-28T07:45:25.283Z','9-28',NULL,'2016-09-28T11:35:12.91Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f88ylsqjvqj20u011hn5i.jpg','true','代码家'),(1318,'57eb0531421aa95de3b8ab04','2016-09-28T07:48:01.422Z','利用反卷积网络实现人脸生成。( Uber 幽灵车的车主头像其实可以生成的好看点儿嘛)','[http://img.gank.io/0f430e78-2c61-4031-bb0a-1b7118b192cb]','2016-09-28T11:35:12.91Z','chrome','瞎推荐','https://github.com/zo7/facegen','true','代码家'),(1319,'57eb0607421aa95dd351b09b','2016-09-28T07:51:35.547Z','利用 UISegmentedControl 实现的滑块儿 Tab 效果','[http://img.gank.io/96dd091f-f33e-4f7d-a87b-0f8ed2aefeea]','2016-09-28T11:35:12.91Z','chrome','iOS','https://github.com/twicketapp/TwicketSegmentedControl','true','代码家'),(1320,'57eb064a421aa95dd351b09c','2016-09-28T07:52:42.505Z','Swift Image Show 滑动效果。','[http://img.gank.io/e94c9c08-188f-4814-b325-38ecf1cac9a5]','2016-09-28T11:35:12.91Z','chrome','iOS','https://github.com/zvonicek/ImageSlideshow','true','iOS'),(1321,'57eb068f421aa95dd351b09e','2016-09-28T07:53:51.412Z','模拟色盲看到的 App 世界,很有爱的一个库。通过模拟以后,修改一些无法看清的字体色彩。','[http://img.gank.io/5a66c638-5674-4a9e-85df-699d7628b506, http://img.gank.io/2768e6c2-987a-4761-9e6c-e71a18304b94]','2016-09-28T11:35:12.91Z','chrome','iOS','https://github.com/jordidekock/Colorblinds','true','代码家'),(1322,'57e73ab9421aa95dd78e8d50','2016-09-25T10:47:21.102Z','如何看出一个男人是否单身……哈哈哈好有道理啊,这回答也太残酷了[',NULL,'2016-09-27T11:41:22.507Z','chrome','休息视频','http://card.weibo.com/video/h5/detail?object_id=2017607:fdc2bc414073f3d61e74305d74378c5e','true','lxxself'),(1323,'57e8a76f421aa95dd351b07d','2016-09-26T12:43:27.922Z','微信小程序版的Gank客户端','[http://img.gank.io/8327b357-3982-41c6-8985-b125093c9da9]','2016-09-27T11:41:22.507Z','web','前端','https://github.com/lypeer/wechat-weapp-gank','true','lypeer'),(1324,'57e8b595421aa95dd351b080','2016-09-26T13:43:49.970Z','MDCC 2016 Android 部分演讲稿合集。',NULL,'2016-09-27T11:41:22.507Z','chrome','Android','https://github.com/MDCC2016/Android-Session-Slides','true','wuzheng'),(1325,'57e93309421aa95dd351b084','2016-09-26T22:39:05.719Z','\"How do I...\" in iOS 10<1>-如何开发一个iMessage表情包?',NULL,'2016-09-27T11:41:22.507Z','web','iOS','https://boxueio.com/series/how-do-i-in-ios10/ebook/112','true',NULL),(1326,'57e9d998421aa95dd78e8d68','2016-09-27T10:29:44.53Z','模仿掌上英雄联盟能力分析效果','[http://img.gank.io/e7f20d82-d9fb-4892-84ed-8f889805015e]','2016-09-27T11:41:22.507Z','web','Android','https://github.com/jiangzehui/polygonsview','true',NULL),(1327,'57e9e0eb421aa95de3b8aaeb','2016-09-27T11:00:59.671Z','一个漂亮的 iOS 步行数小插件','[http://img.gank.io/550b96ae-5f67-4eeb-af06-abeeaa1fda30]','2016-09-27T11:41:22.507Z','chrome','iOS','https://github.com/Wildog/iOS-10-Steps-Widget','true','代码家'),(1328,'57e9e1c9421aa95de3b8aaed','2016-09-27T11:04:41.555Z','第一个在 GitHub 上做设计交易的 Repo ,祝他成功。 ?','[http://img.gank.io/671afe64-4601-414e-a8f1-b49aabbd3b00]','2016-09-27T11:41:22.507Z','chrome','瞎推荐','https://github.com/xcatliu/xzoo','true','代码家'),(1329,'57e9e2de421aa95dd351b08b','2016-09-27T11:09:18.885Z','iOS Cell 展开过渡效果','[http://img.gank.io/536f7763-c9f8-40d9-913d-62b97aad1c8b]','2016-09-27T11:41:22.507Z','chrome','iOS','https://github.com/NjrSea/FlickTransition','true','代码家'),(1330,'57e9e46f421aa95ddb9cb547','2016-09-27T11:15:59.299Z','秋天来了',NULL,'2016-09-27T11:41:22.507Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f87z2n2taej20u011h11h.jpg','true','代码家'),(1331,'57e9e537421aa95dd351b08d','2016-09-27T11:19:19.648Z','Preference 中经常会遇到选颜色的问题,这个自定义组件,就是帮你解决Color Preferece 的问题。','[http://img.gank.io/ebb35ba9-59c7-4838-9dd6-c2d3ffd4ecfa, http://img.gank.io/b0e01ea6-3b3e-4eb5-afb8-10dd997a0451]','2016-09-27T11:41:22.507Z','chrome','Android','https://github.com/kizitonwose/colorpreference','true','代码家'),(1332,'57e9e5c9421aa95dd78e8d6b','2016-09-27T11:21:45.30Z','Android 高性能实时模糊(Blur) View 效果','[http://img.gank.io/69a441d0-fb75-4eee-879d-98cd5b880176]','2016-09-27T11:41:22.507Z','chrome','Android','https://github.com/mmin18/RealtimeBlurView','true','代码家'),(1333,'57e49a8d421aa95bcb130184','2016-09-23T10:59:25.263Z','itsCoder WeeklyBlog 第三期 (Android 源码解析,热修复,View 相关等, Java 注解,动态代理, Python 协和器)',NULL,'2016-09-26T11:52:58.626Z','web','拓展资源','http://itscoder.com/weeklyblog-pahse-3/','true',NULL),(1334,'57e6694b421aa95bc338988a','2016-09-24T19:53:47.132Z','冰蛙(Icefrog)的个人历史',NULL,'2016-09-26T11:52:58.626Z','chrome','休息视频','http://www.bilibili.com/video/av6378219/?tg','true','daimajia'),(1335,'57e77b62421aa95dd351b073','2016-09-25T15:23:14.890Z','轻量的 Key-Value 文件管理 (Swift 3)',NULL,'2016-09-26T11:52:58.626Z','web','iOS','https://github.com/puttin/Curator','true','Yanzhi Wang'),(1336,'57e7e200421aa95dd351b076','2016-09-25T22:41:04.582Z','9-26',NULL,'2016-09-26T11:52:58.626Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f867mvc6qjj20u00u0wh7.jpg','true','daimajia'),(1337,'57e7e428421aa95de3b8aad7','2016-09-25T22:50:16.372Z','在网页里激活一个 Spotlight ,亲测好用到爆。','[http://img.gank.io/ceca43a0-a220-4013-a9d9-4f88650d4b2d]','2016-09-26T11:52:58.626Z','chrome','拓展资源','https://github.com/kamranahmedse/tab-switcher','true','代码家'),(1338,'57e7e4bb421aa95dd351b079','2016-09-25T22:52:43.247Z','通过 AnimateVectoreDrawer 实现的一些动画效果,看看代码,有没有新灵感。','[http://img.gank.io/d6eb0aa7-f587-43ab-8b63-26ae1ee3821a, http://img.gank.io/6e85dd80-0c37-42e6-bb12-108abefa4fc2, http://img.gank.io/530c9fcc-dd61-40c8-929b-b9ef42e19a69, http://img.gank.io/36694bac-5c5c-4d39-87cc-faea55a4ba5c, http://img.gank.io/5ed7378b-44bd-4cf9-8ddc-43642c309696, http://img.gank.io/00d68d14-be71-4bce-adab-082fce8c6d5d, http://img.gank.io/3bccb9c2-b180-4df6-abea-28d87c6c89c8]','2016-09-26T11:52:58.626Z','chrome','Android','https://github.com/ghuiii/AnimateVectorDrawableDEMO','true','代码家'),(1339,'57e7e52f421aa95dd78e8d54','2016-09-25T22:54:39.344Z','Toolbar 组件展示 Banner 图片效果。','[http://img.gank.io/d363e8f7-1b8b-41a1-9d24-864dc8fb9aae]','2016-09-26T11:52:58.626Z','chrome','Android','https://github.com/JuL1205/SlideshowToolbar','true','代码家'),(1340,'57e7e561421aa95ddb9cb540','2016-09-25T22:55:29.805Z','利用 AnimatedVectorDrawable 实现会动的 emoji。','[http://img.gank.io/ad578f28-a541-40f6-9c2e-0e193cff3530]','2016-09-26T11:52:58.626Z','chrome','Android','https://github.com/RomainPiel/live-emoji','true','代码家'),(1341,'57e7e9c3421aa95dd78e8d56','2016-09-25T23:14:11.591Z','iOS 环形进度条效果','[http://img.gank.io/7b69cade-c5f4-4bed-ade3-596cee411992]','2016-09-26T11:52:58.626Z','chrome','iOS','https://github.com/luispadron/UICircularProgressRing','true','代码家'),(1342,'57e87050421aa95dd78e8d58','2016-09-26T08:48:16.1Z','一个小工具业余项目,如何做到月赚 8 万人民币。很励志很有故事的一篇文章。',NULL,'2016-09-26T11:52:58.626Z','chrome','瞎推荐','https://www.indiehackers.com/businesses/park-io','true','代码家'),(1343,'57fd981b421aa95dd78e8df0','2016-10-12T09:55:39.438Z','收集了大量优质 JavaScript、CSS3、Canvas、SVG、Web 动画的 Demo 集合。',NULL,'2016-10-12T11:40:02.146Z','chrome','前端','https://github.com/airen/DemoHouse','true','机器人'),(1344,'57fd9964421aa95dd351b106','2016-10-12T10:01:08.961Z','一个漂亮的 Share Button UI 效果。','[http://img.gank.io/ee1fcfbd-20a5-4819-943c-80d55301dc4d]','2016-10-12T11:40:02.146Z','chrome','Android','https://github.com/kayan1990/ShareButton','true','代码家'),(1345,'57fd9af5421aa95dd78e8df1','2016-10-12T10:07:49.232Z','10-12',NULL,'2016-10-12T11:40:02.146Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f8p9eahanlj20u011h42y.jpg','true','daimajia'),(1346,'57fd9b91421aa95dd78e8df2','2016-10-12T10:10:25.710Z','让 Intellij 支持 Emoji 输入提醒','[http://img.gank.io/eb556ea9-e0f3-4fe2-a5fb-fc0148f88e6d]','2016-10-12T11:40:02.146Z','chrome','Android','https://github.com/shiraji/emoji','true','代码家'),(1347,'57fd9c72421aa95dd78e8df3','2016-10-12T10:14:10.459Z','支持自动计数的 EditText,做社交限制字数的时候非常有用。','[http://img.gank.io/87ba3b71-384c-4e77-8b8b-b98b5e5d5c12]','2016-10-12T11:40:02.146Z','chrome','Android','https://github.com/FTandJYQ/AnFQNumEditText','true','代码家'),(1348,'57fd9d61421aa95dd78e8df4','2016-10-12T10:18:09.871Z','Cell 弹性效果','[http://img.gank.io/2178220c-a9bd-46ce-b159-5c6b3df8fd14]','2016-10-12T11:40:02.146Z','chrome','iOS','https://github.com/anyashka/CellBounceEffect','true','代码家'),(1349,'57fd9da2421aa95dd78e8df6','2016-10-12T10:19:14.809Z','Xcode 8 快速注释和取消注释插件。','[http://img.gank.io/d0eb3749-0fc7-4494-a19e-b2d59274612e]','2016-10-12T11:40:02.146Z','chrome','iOS','https://github.com/ebaker355/FastCommentLine','true','机器人'),(1350,'57fd9de6421aa95ddb9cb5c0','2016-10-12T10:20:22.189Z','去中心化程序实现工具集合 awesome-decentralization。',NULL,'2016-10-12T11:40:02.146Z','chrome','拓展资源','https://github.com/retrohacker/awesome-decentralization','true','代码家'),(1351,'57fdab07421aa95dd78e8dfc','2016-10-12T11:16:23.433Z','仿Cuto的加载动画','[http://img.gank.io/20e7756e-9243-451a-a8b7-0a5115c0220a]','2016-10-12T11:40:02.146Z','web','Android','https://github.com/andyxialm/CutoLoadingView','true',NULL),(1352,'57f0e616421aa95ddb9cb577','2016-10-02T18:48:54.166Z','又一个LowPoly图片, 另外这个还可以让图片变成沙画','[http://img.gank.io/4b93fe53-bb4f-4dfb-b058-4fc7aebdedce, http://img.gank.io/917ce961-f026-4bdf-9f36-7877709805cd]','2016-10-11T11:42:22.814Z','web','Android','https://github.com/xyzxqs/XLowPoly','true','xyzxqs'),(1353,'57f1169b421aa95dd351b0bf','2016-10-02T22:15:55.685Z','NIKE上世纪80年代在中国的广告,创意无限,堪称经典!',NULL,'2016-10-11T11:42:22.814Z','chrome','休息视频','http://weibo.com/p/230444f9f47df74f41f696a3a6968382abb30f','true','lxxself'),(1354,'57fb0f38421aa95dd351b0ef','2016-10-10T11:47:04.29Z','豆瓣的混合开发框架 -- Rexxar',NULL,'2016-10-11T11:42:22.814Z','chrome','Android','https://github.com/douban/rexxar-android','true','wuzheng'),(1355,'57fb4987421aa95dd351b0f2','2016-10-10T15:55:51.411Z','当Rxjava遇上databinding','[http://img.gank.io/1a9db224-2809-4fca-bfb9-22d467bfe07e]','2016-10-11T11:42:22.814Z','chrome','Android','https://github.com/TangoAgency/android-data-binding-rxjava','true','有时放纵'),(1356,'57fc3fb0421aa95dd78e8dda','2016-10-11T09:26:08.664Z','支持下滑反馈的键盘组件,体现交互细节的时候到了。','[http://img.gank.io/3c8ca17a-6c9d-451b-a857-68869e837909]','2016-10-11T11:42:22.814Z','chrome','iOS','https://github.com/RxSwiftCommunity/RxKeyboard','true','代码家'),(1357,'57fc40a1421aa95dd78e8ddb','2016-10-11T09:30:09.136Z','10-11',NULL,'2016-10-11T11:42:22.814Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f8o2ov8xi0j20u00u0q61.jpg','true','daimajia'),(1358,'57fc4242421aa95dd78e8ddc','2016-10-11T09:37:06.186Z','安卓 sqlite 数据库查看','[http://img.gank.io/ca4ca30f-dca5-46d8-9f2e-b2361df32be2]','2016-10-11T11:42:22.814Z','chrome','App','https://github.com/yedaxia/sqlitelookup','true','蒋朋'),(1359,'57fc4248421aa95de3b8ab7c','2016-10-11T09:37:12.796Z','支持自动高亮关键字的 TextView,很实用。','[http://img.gank.io/1296065e-d8a3-4edc-8d70-ce9e5bdfe79b]','2016-10-11T11:42:22.814Z','chrome','Android','https://github.com/wangshaolei/UnderLineLinkTextView','true','机器人'),(1360,'57fc42e0421aa95dd351b0f9','2016-10-11T09:39:44.299Z','不同语言实现的爬虫程序和爬虫框架。',NULL,'2016-10-11T11:42:22.814Z','chrome','拓展资源','https://github.com/BruceDone/awesome-crawler','true','机器人'),(1361,'57fc44c8421aa95dd351b0fa','2016-10-11T09:47:52.129Z','超酷的一个 Swift 日期和时间操作组件,可以很容易的做出各种日期的算数操作。','[http://img.gank.io/d3cecb7c-227c-4565-b9ae-e780b0c1086b]','2016-10-11T11:42:22.814Z','chrome','iOS','https://github.com/malcommac/SwiftDate','true','机器人'),(1362,'57fc5cdb421aa95ddb9cb5b6','2016-10-11T11:30:35.291Z','itsCoder WeeklyBlog 第四期(本期内容:Android 绘制优化,BroadcastReceiver 分析,View layout 和 draw 过程详解,Java 8 特性;Java Lambda 和基础;算法;设计模式;Nginx;Git)(咱们在国庆假期也很勤奋呢)',NULL,'2016-10-11T11:42:22.814Z','web','拓展资源','http://itscoder.com/weeklyblog-phase-4/','true',NULL),(1363,'57f7bc1d421aa95ddb9cb584','2016-10-07T23:15:41.403Z','那些年我们追过的电视剧,哈哈哈!',NULL,'2016-10-10T11:41:33.500Z','chrome','休息视频','http://weibo.com/p/230444a3330508dc4dad753572a96e0f0bd466','true','lxxself'),(1364,'57f9bd33421aa95ddb9cb591','2016-10-09T11:44:51.367Z','一款在IDEA中为微信小程序注入方法的插件',NULL,'2016-10-10T11:41:33.500Z','web','前端','https://github.com/lypeer/Matchmaker','true','lypeer'),(1365,'57f9fb7e421aa95dd78e8dc5','2016-10-09T16:10:38.710Z','跨平台(Android,iOS,web)的 IM 开源项目',NULL,'2016-10-10T11:41:33.500Z','web','Android','https://github.com/sealtalk/sealtalk-android','true','AMing'),(1366,'57fa0828421aa95dd78e8dc6','2016-10-09T17:04:40.42Z','一个API描述文档自动生成Swift执行代码的工具',NULL,'2016-10-10T11:41:33.500Z','web','iOS','https://github.com/drinking/SwiftAPI','true','Drinking'),(1367,'57facc74421aa95de3b8ab6b','2016-10-10T07:02:12.35Z','10-10',NULL,'2016-10-10T11:41:33.500Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f8mssipb9sj20u011hgqk.jpg','true','daimajia'),(1368,'57facd09421aa95dd351b0e6','2016-10-10T07:04:41.740Z','Android 指纹识别身份验证 Demo 一例','[http://img.gank.io/3a5366c2-fd48-4706-b8a6-2f60f04189ab, http://img.gank.io/e1c8a695-9095-4997-a113-90c627657be7]','2016-10-10T11:41:33.500Z','chrome','Android','https://github.com/pro100svitlo/FingerprintAuthHelper','true','机器人'),(1369,'57facd2f421aa95dd351b0e7','2016-10-10T07:05:19.450Z','一款漂亮的 Bottom Sheet 选择器','[http://img.gank.io/6a097553-00d2-4895-86f9-12af888681a9]','2016-10-10T11:41:33.500Z','chrome','Android','https://github.com/philliphsu/BottomSheetPickers','true','机器人'),(1370,'57faed42421aa95dd351b0e8','2016-10-10T09:22:10.810Z','一个别致的环形菜单','[http://img.gank.io/d4baf374-f8a1-4b39-bf55-b087abf0bf34]','2016-10-10T11:41:33.500Z','web','Android','https://github.com/Hitomis/CircleMenu','true','Hitomi'),(1371,'57fafe78421aa95dd351b0eb','2016-10-10T10:35:36.807Z','豆瓣在移动混合开发实践方面做了一些努力。主要产出是一个名为 Rexxar 的项目。现在,我们把这个项目开源。一方面,是为了给大家提供一些借鉴;另一方面,是为了提高这个项目的质量。接受大家的意见和建议。',NULL,'2016-10-10T11:41:33.500Z','web','App','http://lincode.github.io/Rexxar-OpenSource','true','GUO Lin'),(1372,'57fb0bd7421aa95de3b8ab70','2016-10-10T11:32:39.673Z','如果你已经厌倦了 UISegmentedControl,试试这个炫酷的组件。','[http://img.gank.io/fd976eb3-57e1-4022-8f5e-847f35416863]','2016-10-10T11:41:33.500Z','chrome','iOS','https://github.com/sasojadrovski/SJFluidSegmentedControl','true','Andy'),(1373,'57fb0c0b421aa95dd351b0ed','2016-10-10T11:33:31.167Z','文件操作管理器工具库',NULL,'2016-10-10T11:41:33.500Z','chrome','iOS','https://github.com/castial/HYFileManager','true','机器人'),(1374,'57fb0c82421aa95de3b8ab71','2016-10-10T11:35:30.877Z','带有动态效果的表单引导进度条。','[http://img.gank.io/dcfcdf95-22e1-41dc-8fb8-a921f4a6e42d]','2016-10-10T11:41:33.500Z','chrome','Android','https://github.com/VictorAlbertos/BreadcrumbsView','true','机器人'),(1375,'57f3e181421aa95ddb9cb57d','2016-10-05T01:06:09.944Z','一个通用状态切换视图','[http://img.gank.io/58cec842-0078-4be1-986b-ebc9895a6e80]','2016-10-09T11:45:38.236Z','web','Android','https://github.com/XuDaojie/MultiStateView','true',NULL),(1376,'57f7bfb9421aa95dd78e8da8','2016-10-07T23:31:05.470Z','提名诺贝尔奖的普通希腊人《莱斯沃斯颂》',NULL,'2016-10-09T11:45:38.236Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTczOTY5Mjk1Mg==.html','true','lxxself'),(1377,'57f846f0421aa95dd78e8dab','2016-10-08T09:08:00.430Z','OkHttpUtils-2.0.0 升级后改名 OkGo,全新完美支持RxJava,比Retrofit更简单易用。',NULL,'2016-10-09T11:45:38.236Z','web','Android','https://github.com/jeasonlzy/okhttp-OkGo','true','龙龙童鞋'),(1378,'57f86c57421aa95dd78e8db3','2016-10-08T11:47:35.802Z','一个简洁的汇率转换软件,使用 kotlin 编写,通过 anko 框架编写 UI 并实现漂亮的主题动态切换效果','[http://img.gank.io/35ae570a-f172-45f3-bb53-867d1292b476]','2016-10-09T11:45:38.236Z','web','Android','https://github.com/yiyuanliu/Currency','true','Yiyuan Liu'),(1379,'57f894a2421aa95dd78e8db8','2016-10-08T14:39:30.536Z','又一个显示recycleview复杂效果的库','[http://img.gank.io/a1581b3d-ff82-4050-b760-8a7ffe5e48a4]','2016-10-09T11:45:38.236Z','chrome','Android','https://github.com/airbnb/epoxy','true','有时放纵'),(1380,'57f896fb421aa95de3b8ab57','2016-10-08T14:49:31.851Z','underscore 函数去抖的实现',NULL,'2016-10-09T11:45:38.236Z','web','前端','https://github.com/hanzichi/underscore-analysis/issues/21','true','子迟'),(1381,'57f98925421aa95de3b8ab5a','2016-10-09T08:02:45.353Z','10-9',NULL,'2016-10-09T11:45:38.236Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f8lox7c1pbj20u011h12x.jpg','true','daimajia'),(1382,'57f98961421aa95dd351b0d6','2016-10-09T08:03:45.842Z','Swift 实现的概率和统计的基础工具库',NULL,'2016-10-09T11:45:38.236Z','chrome','iOS','https://github.com/harlanhaskins/Probably','true','机器人'),(1383,'57f989d9421aa95de3b8ab5c','2016-10-09T08:05:45.807Z','Yalantis 出品:基于 Force Touch 实现的图片模糊效果。','[http://img.gank.io/567676b3-dccc-4fd5-8617-7b51c4decb14]','2016-10-09T11:45:38.236Z','chrome','iOS','https://github.com/Yalantis/ForceBlur','true','机器人'),(1384,'57f9a6cf421aa95dd351b0da','2016-10-09T10:09:19.467Z','番剧记录工具Bgm38( bangumi 第三方客户端 ),采用 RxJava + Retrofit + MVP, 设计上采用 Material Design','[http://img.gank.io/08f9c082-7a4c-4b60-bb3a-c9d34385a57d]','2016-10-09T11:45:38.236Z','web','App','https://github.com/zubinxiong/Bgm38','true','ZubinXiong'),(1385,'57f9aa1e421aa95ddb9cb58f','2016-10-09T10:23:26.403Z','利用文本实现的 CSS 加载效果。','[http://img.gank.io/eaddc2d3-2c79-4961-bbd3-9adc01da4ad2]','2016-10-09T11:45:38.236Z','chrome','前端','https://github.com/tawian/text-spinners','true','代码家'),(1386,'57f9aa9b421aa95ddb9cb590','2016-10-09T10:25:31.34Z','Swift 实现的简单的 Session 管理库',NULL,'2016-10-09T11:45:38.236Z','chrome','iOS','https://github.com/comodinx/SimpleSession','true','代码家'),(1387,'57f9b634421aa95dd351b0db','2016-10-09T11:15:00.129Z','为你的应用程序加上数字角标','[http://img.gank.io/e14fd215-09cb-4a6e-bf14-e2283b65b874]','2016-10-09T11:45:38.236Z','web','Android','https://github.com/leolin310148/ShortcutBadger','true','王荣强'),(1388,'57f5c4b8421aa95de3b8ab3d','2016-10-06T11:27:52.883Z','超漂亮的 Animation Scale 动画设置效果。','[http://img.gank.io/f618fbe0-af11-4d97-85aa-d89b65628d09]','2016-10-08T11:42:07.440Z','chrome','Android','https://github.com/nickbutcher/AnimatorDurationTile','true','Masayuki Suda'),(1389,'57f60060421aa95ddb9cb580','2016-10-06T15:42:24.870Z','JavaScript 函数节流和函数去抖应用场景辨析',NULL,'2016-10-08T11:42:07.440Z','web','前端','https://github.com/hanzichi/underscore-analysis/issues/20','true','子迟'),(1390,'57f71dcb421aa95de3b8ab42','2016-10-07T12:00:11.438Z','拆轮子-唯美细腻的夕阳海浪动画',NULL,'2016-10-08T11:42:07.440Z','web','Android','http://immortalz.me/559.html','true','Mr_immortalZ'),(1391,'57f7359a421aa95de3b8ab43','2016-10-07T13:41:46.29Z','词法分析器, AJAX 与 php, C++程序交互',NULL,'2016-10-08T11:42:07.440Z','web','拓展资源','https://github.com/netcan/compilingTheory','true','Netcan'),(1392,'57f773b8421aa95de3b8ab45','2016-10-07T18:06:48.811Z','一个展示下载进度的View,下载完成和失败的时候会有酷酷的动画.','[http://img.gank.io/b4cd9fb3-90e8-46ac-9e45-3e1b0ba0b9ac]','2016-10-08T11:42:07.440Z','web','Android','https://github.com/dudu90/FreshDownloadView','true',NULL),(1393,'57f7bc06421aa95ddb9cb583','2016-10-07T23:15:18.904Z','大学毕业一年后的样子,看的心酸。',NULL,'2016-10-08T11:42:07.440Z','chrome','休息视频','http://weibo.com/p/230444f94ea5698af31b8313977f09dcd0c530','true','lxxself'),(1394,'57f84f7d421aa95dd351b0ce','2016-10-08T09:44:29.984Z','Xcode 省事插件,在任何地方都可以随意 import ,再也无需滑到顶部去 import 数据了。','[http://img.gank.io/5f89438a-33f0-4327-96ea-7a687f669df2]','2016-10-08T11:42:07.440Z','chrome','iOS','https://github.com/markohlebar/Import','true','代码家の机器人'),(1395,'57f85084421aa95dd351b0cf','2016-10-08T09:48:52.538Z','教你写出高质量的 Readme',NULL,'2016-10-08T11:42:07.440Z','chrome','拓展资源','https://github.com/noffle/art-of-readme/blob/master/README-zh.md','true','代码家の机器人'),(1396,'57f850d3421aa95de3b8ab4b','2016-10-08T09:50:11.344Z','单文件组成的 C/C++ Lib,里面很多代码写的都很棒',NULL,'2016-10-08T11:42:07.440Z','chrome','拓展资源','https://github.com/nothings/single_file_libs','true','Gank 机器人'),(1397,'57f8510a421aa95de3b8ab4c','2016-10-08T09:51:06.876Z','intellij JVM options 参数讲解,实用而且涨姿势。',NULL,'2016-10-08T11:42:07.440Z','chrome','Android','https://github.com/FoxxMD/intellij-jvm-options-explained','true','代码家'),(1398,'57f851d3421aa95dd78e8dac','2016-10-08T09:54:27.381Z','一个 Android Page 过渡效果 Demo 效果','[http://img.gank.io/6664f7de-89f8-4ffe-8dda-c0369c11ea6b]','2016-10-08T11:42:07.440Z','chrome','Android','https://github.com/xmuSistone/android-page-transition','true','代码家'),(1399,'57f85215421aa95de3b8ab4f','2016-10-08T09:55:33.936Z','VR 开发者资源汇总','[http://img.gank.io/8facb75a-8966-44fd-9794-12608ffd9e2a]','2016-10-08T11:42:07.440Z','chrome','拓展资源','https://github.com/GeekLiB/Lee-VR-Source','true','代码家の机器人'),(1400,'57f8523c421aa95dd78e8dad','2016-10-08T09:56:12.590Z','MDCC 2016 iOS 演讲稿汇总',NULL,'2016-10-08T11:42:07.440Z','chrome','iOS','https://github.com/MDCC2016/iOS-Session-Slides','true','机器人'),(1401,'57f852d6421aa95de3b8ab51','2016-10-08T09:58:46.945Z','又一个 Image Picker,不过这个是支持选取 Facebook 相册图片的。','[http://img.gank.io/d7e1cfa3-e2cb-4ca4-919c-df9b5f11c8aa]','2016-10-08T11:42:07.440Z','chrome','iOS','https://github.com/terflogag/GBHFacebookImagePicker','true','代码家の机器人'),(1402,'57f85461421aa95dd78e8daf','2016-10-08T10:05:21.431Z','10-8',NULL,'2016-10-08T11:42:07.440Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f8kmud15q1j20u011hdjg.jpg','true','daimajia'),(1403,'57f85a88421aa95ddb9cb58a','2016-10-08T10:31:36.607Z','RxJava实战经验集合,很不错',NULL,'2016-10-08T11:42:07.440Z','chrome','瞎推荐','http://blog.csdn.net/dd864140130/article/details/52714272','true','江湖人称小白哥'),(1404,'57ea2f30421aa95de3b8aaf4','2016-09-27T16:34:56.607Z','Alfred workflow 开发指南','[http://img.gank.io/87b383b5-0607-4975-b344-0d840b428500]','2016-09-30T11:46:31.941Z','chrome','瞎推荐','http://myg0u.com/python/2015/05/23/tutorial-alfred-workflow.html','true','LHF'),(1405,'57eb05c6421aa95dd78e8d7a','2016-09-28T07:50:30.516Z','Swift Protobuf 插件。',NULL,'2016-09-30T11:46:31.941Z','chrome','iOS','https://github.com/apple/swift-protobuf-plugin','true','代码家'),(1406,'57ec9819421aa95de3b8ab1d','2016-09-29T12:27:05.800Z','《剑指Offer》笔试、面试编程题汇总(更新中)',NULL,'2016-09-30T11:46:31.941Z','web','拓展资源','https://github.com/nibnait/algorithms/tree/master/src/SwordOffer','true','NibNait'),(1407,'57eccc98421aa95dd78e8d8b','2016-09-29T16:11:04.42Z','Xcode8下的插入文档注释插件,支持在全文范围内给每一个方法和属性添加文档注释',NULL,'2016-09-30T11:46:31.941Z','web','iOS','https://github.com/why19910522/ExtXcode8','true','WHY19910522'),(1408,'57ed0832421aa95ddb9cb569','2016-09-29T20:25:22.436Z','超轻量的Android端Router框架。可灵活配置规则。适用性广',NULL,'2016-09-30T11:46:31.941Z','web','Android','https://github.com/yjfnypeu/Router','true',NULL),(1409,'57edb4cf421aa95de3b8ab25','2016-09-30T08:41:51.53Z','Spotify 开源新的组件驱动的 UI 和 Content 开发工具箱',NULL,'2016-09-30T11:46:31.941Z','chrome','iOS','https://github.com/spotify/HubFramework','true','代码家'),(1410,'57edb5f6421aa95de3b8ab26','2016-09-30T08:46:46.119Z','很实用的一个库,帮你做 ListView / RecyclerView 等组件的状态维护,比如:无数据 / 网络出现问题 / 数据获取成功等。','[http://img.gank.io/bc62534e-99f0-48bb-9914-51955479b93b]','2016-09-30T11:46:31.941Z','chrome','Android','https://github.com/WassimBenltaief/FlowLayout','true','代码家'),(1411,'57edb6a1421aa95ddb9cb56c','2016-09-30T08:49:37.712Z','自动给 TextView 增加超链接的库,还可以处理 Hashtags (#) ,at 人(@),电话,邮件等等数据。 超有用!','[http://img.gank.io/ee8bed83-a484-41c5-b579-d47564b1c4e9]','2016-09-30T11:46:31.941Z','chrome','Android','https://github.com/armcha/AutoLinkTextView','true','代码家'),(1412,'57edb6f1421aa95de3b8ab28','2016-09-30T08:50:57.337Z','Android 仿应用宝的下载效果,你知道中间那个光条是怎么做出来的吗?','[http://img.gank.io/be0e1fd3-acdb-4499-abda-41a8672eaf98]','2016-09-30T11:46:31.941Z','chrome','Android','https://github.com/LineChen/FlickerProgressBar','true','代码家'),(1413,'57edb73c421aa95dd351b0b5','2016-09-30T08:52:12.415Z','自动生成 Swift Initializer 的小插件。','[http://img.gank.io/63170cac-d5ea-49ac-9856-be2e60df3f5e]','2016-09-30T11:46:31.941Z','chrome','iOS','https://github.com/Bouke/SwiftInitializerGenerator','true','iOS 机器人'),(1414,'57edba71421aa95dd78e8d93','2016-09-30T09:05:53.26Z','出发去旅行',NULL,'2016-09-30T11:46:31.941Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f8bc5c5n4nj20u00irgn8.jpg','true','嗲马甲'),(1415,'57eddcbf421aa95dd351b0b7','2016-09-30T11:32:15.794Z','Elon Musk 的故事',NULL,'2016-09-30T11:46:31.941Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTY3NzA4NTc1Ng==.html?from=s1.8-1-1.2&spm=a2h0k.8191407.0.0','true','S'),(1416,'57e3ceb9421aa95bc7f06a92','2016-09-22T20:29:45.720Z','从源码出发深入理解 Android Service',NULL,'2016-09-29T11:36:17.680Z','web','Android','http://www.woaitqs.cc/android/2016/09/20/android-service-usage.html','true','tangqisen'),(1417,'57ea96c3421aa95dd351b097','2016-09-27T23:56:51.961Z','一对5岁的青梅竹马,分开了17个月后再次相遇,这反应让人心都融化了超级有爱!',NULL,'2016-09-29T11:36:17.680Z','chrome','休息视频','http://www.miaopai.com/show/5HepgGi7-ufQnsTnRl9u5w__.htm','true','LHF'),(1418,'57eb772c421aa95ddb9cb555','2016-09-28T15:54:20.889Z','显示阳历,农历,节假日和二十四节气 ,可单选或者多选的日历库',NULL,'2016-09-29T11:36:17.680Z','web','Android','https://github.com/myjoybar/android-calendar-view','true','Myjoybar'),(1419,'57ebec3f421aa95de3b8ab0f','2016-09-29T00:13:51.658Z','Android7.0适配教程,心得',NULL,'2016-09-29T11:36:17.680Z','web','Android','http://www.jianshu.com/p/56b9fb319310','true','JokAr'),(1420,'57ec61e5421aa95dd78e8d84','2016-09-29T08:35:49.342Z','iOS 直接调用 ionicons 图标集合','[http://img.gank.io/becf350a-c1a5-41b9-b9d0-6763324f78ce]','2016-09-29T11:36:17.680Z','chrome','iOS','https://github.com/keitaoouchi/IoniconsKit','true','keitao'),(1421,'57ec6253421aa95dd351b0ad','2016-09-29T08:37:39.6Z','iOS 弹出滑动选择器','[http://img.gank.io/20edec7a-5c26-4122-80f3-92b5531086a1]','2016-09-29T11:36:17.680Z','chrome','iOS','https://github.com/hsylife/SwiftyPickerPopover','true','代码家'),(1422,'57ec6285421aa95ddb9cb55c','2016-09-29T08:38:29.756Z','又一个漂亮的 Chart 小框架','[http://img.gank.io/d5924b83-0a34-4060-9a9f-e99be187f799, http://img.gank.io/e56f5e72-f4a1-4b08-a3f3-80ecd0221834]','2016-09-29T11:36:17.680Z','chrome','iOS','https://github.com/GeorgeWang03/WYChart','true','代码家'),(1423,'57ec62e9421aa95de3b8ab11','2016-09-29T08:40:09.375Z','支持 at 别人效果的 EditText,很实用的样子。','[http://img.gank.io/f670b234-09e3-4ce7-a4df-2a99e8ccf209]','2016-09-29T11:36:17.680Z','chrome','Android','https://github.com/luckyandyzhang/MentionEditText','true','代码家'),(1424,'57ec633b421aa95dd78e8d86','2016-09-29T08:41:31.815Z','9-29',NULL,'2016-09-29T11:36:17.680Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f8a5uj64mpj20u00u0tca.jpg','true','daimajia'),(1425,'57ec6517421aa95dd78e8d87','2016-09-29T08:49:27.255Z','全球所有国家的国旗 SVG 图片。',NULL,'2016-09-29T11:36:17.680Z','chrome','拓展资源','https://github.com/woble/flags','true','代码家'),(1426,'57ec7741421aa95dd351b0b2','2016-09-29T10:06:57.669Z','实战-Fluxion与wifi热点伪造、钓鱼、中间人攻击、wifi破解',NULL,'2016-09-29T11:36:17.680Z','chrome','瞎推荐','https://zhuanlan.zhihu.com/p/22071905?refer=xh-coding','true','LHF'),(1427,'57ec7bd8421aa95dd78e8d89','2016-09-29T10:26:32.934Z','模拟自然动画的精髓——TimeInterpolator与TypeEvaluator',NULL,'2016-09-29T11:36:17.680Z','web','Android','https://github.com/xuyisheng/NaturalAnim','true','xuyisheng'),(1428,'57e8af93421aa95dd351b07f','2016-09-26T13:18:11.161Z','Windows 操作系统引导过程 BIOS & EFI',NULL,'2016-09-28T11:35:12.91Z','web','拓展资源','http://www.jianshu.com/p/944fc7104a75','true','CoderKo1o'),(1429,'57e8afae421aa95de3b8aae2','2016-09-26T13:18:38.93Z','浅谈 MBR & GPT',NULL,'2016-09-28T11:35:12.91Z','web','拓展资源','http://www.jianshu.com/p/3914b4e2cc97','true','CoderKo1o'),(1430,'57ea1fc9421aa95dd351b091','2016-09-27T15:29:13.378Z','Workflows List',NULL,'2016-09-28T11:35:12.91Z','chrome','瞎推荐','http://www.alfredworkflow.com/','true','LHF'),(1431,'57ea2342421aa95de3b8aaf2','2016-09-27T15:44:02.578Z','OS X 效率启动器 Alfred 详解与使用技巧','[http://img.gank.io/fa283263-6bd4-4108-85dd-6661dc481f17]','2016-09-28T11:35:12.91Z','chrome','瞎推荐','http://sspai.com/27900/','true','LHF'),(1432,'57ea2a46421aa95dd78e8d71','2016-09-27T16:13:58.957Z','一名Android开发者的微信小程序填坑之路(1)',NULL,'2016-09-28T11:35:12.91Z','web','前端','http://blog.csdn.net/luoyanglizi/article/details/52681245#comments','true','lypeer'),(1433,'57ea8084421aa95de3b8aafb','2016-09-27T22:21:56.238Z','iPhone7 大陆零售店预约店取监控 for macOS','[http://img.gank.io/75344ec5-fcb2-4086-a223-1cf70305f68d]','2016-09-28T11:35:12.91Z','chrome','iOS','https://github.com/Naituw/iPhoneAvailability','true','代码家'),(1434,'57ea95da421aa95dd78e8d74','2016-09-27T23:52:58.548Z','从这篇教程开始, 成为 Sublime Text 大师','[http://img.gank.io/8a7b7eee-66e8-4606-9af9-666f533e9573]','2016-09-28T11:35:12.91Z','chrome','瞎推荐','https://laravel-china.org/topics/2825','true','LHF'),(1435,'57ea95fe421aa95de3b8aafe','2016-09-27T23:53:34.427Z','TED演讲:一定要睡个好觉',NULL,'2016-09-28T11:35:12.91Z','chrome','休息视频','http://www.miaopai.com/show/~w6Y7-6Hf7~EaOWRv2Cqlw__.htm','true','LHF'),(1436,'57eb0100421aa95de3b8ab00','2016-09-28T07:30:08.163Z','Android 下雪效果','[http://img.gank.io/cf2f253d-a7d7-453e-a948-3dda9d9984ae]','2016-09-28T11:35:12.91Z','chrome','Android','https://github.com/HelloVass/SnowingView','true','代码家'),(1437,'57eb0134421aa95dd351b09a','2016-09-28T07:31:00.346Z','Android 又一个权限管理库','[http://img.gank.io/1175dfa5-6120-4e88-83b0-5db21841edfb]','2016-09-28T11:35:12.91Z','chrome','Android','https://github.com/holidaycheck/Permissify','true','代码家'),(1438,'57eb018b421aa95dd78e8d77','2016-09-28T07:32:27.386Z','RxJava 处理 Activity Result 的裤子',NULL,'2016-09-28T11:35:12.91Z','chrome','Android','https://github.com/NateWickstrom/RxActivityResult','true','代码家'),(1439,'57eb01fd421aa95dd78e8d78','2016-09-28T07:34:21.780Z','Android 角标组件效果','[http://img.gank.io/41291217-1373-4066-be02-8070983ddb63]','2016-09-28T11:35:12.91Z','chrome','Android','https://github.com/czy1121/cornerlabelview','true','代码家'),(1440,'57eb0320421aa95de3b8ab01','2016-09-28T07:39:12.437Z','Chrome 插件,双击高亮关键字,看代码不能更爽!',NULL,'2016-09-28T11:35:12.91Z','web','瞎推荐','https://chrome.google.com/webstore/detail/%E5%85%B3%E9%94%AE%E8%AF%8D%E5%8F%8C%E5%87%BB%E9%AB%98%E4%BA%AE/hiemiigjnmkjedjibioplldlbkhekbjk','true','代码家'),(1441,'57eb0495421aa95dd78e8d79','2016-09-28T07:45:25.283Z','9-28',NULL,'2016-09-28T11:35:12.91Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f88ylsqjvqj20u011hn5i.jpg','true','代码家'),(1442,'57eb0531421aa95de3b8ab04','2016-09-28T07:48:01.422Z','利用反卷积网络实现人脸生成。( Uber 幽灵车的车主头像其实可以生成的好看点儿嘛)','[http://img.gank.io/0f430e78-2c61-4031-bb0a-1b7118b192cb]','2016-09-28T11:35:12.91Z','chrome','瞎推荐','https://github.com/zo7/facegen','true','代码家'),(1443,'57eb0607421aa95dd351b09b','2016-09-28T07:51:35.547Z','利用 UISegmentedControl 实现的滑块儿 Tab 效果','[http://img.gank.io/96dd091f-f33e-4f7d-a87b-0f8ed2aefeea]','2016-09-28T11:35:12.91Z','chrome','iOS','https://github.com/twicketapp/TwicketSegmentedControl','true','代码家'),(1444,'57eb064a421aa95dd351b09c','2016-09-28T07:52:42.505Z','Swift Image Show 滑动效果。','[http://img.gank.io/e94c9c08-188f-4814-b325-38ecf1cac9a5]','2016-09-28T11:35:12.91Z','chrome','iOS','https://github.com/zvonicek/ImageSlideshow','true','iOS'),(1445,'57eb068f421aa95dd351b09e','2016-09-28T07:53:51.412Z','模拟色盲看到的 App 世界,很有爱的一个库。通过模拟以后,修改一些无法看清的字体色彩。','[http://img.gank.io/5a66c638-5674-4a9e-85df-699d7628b506, http://img.gank.io/2768e6c2-987a-4761-9e6c-e71a18304b94]','2016-09-28T11:35:12.91Z','chrome','iOS','https://github.com/jordidekock/Colorblinds','true','代码家'),(1446,'57e73ab9421aa95dd78e8d50','2016-09-25T10:47:21.102Z','如何看出一个男人是否单身……哈哈哈好有道理啊,这回答也太残酷了[',NULL,'2016-09-27T11:41:22.507Z','chrome','休息视频','http://card.weibo.com/video/h5/detail?object_id=2017607:fdc2bc414073f3d61e74305d74378c5e','true','lxxself'),(1447,'57e8a76f421aa95dd351b07d','2016-09-26T12:43:27.922Z','微信小程序版的Gank客户端','[http://img.gank.io/8327b357-3982-41c6-8985-b125093c9da9]','2016-09-27T11:41:22.507Z','web','前端','https://github.com/lypeer/wechat-weapp-gank','true','lypeer'),(1448,'57e8b595421aa95dd351b080','2016-09-26T13:43:49.970Z','MDCC 2016 Android 部分演讲稿合集。',NULL,'2016-09-27T11:41:22.507Z','chrome','Android','https://github.com/MDCC2016/Android-Session-Slides','true','wuzheng'),(1449,'57e93309421aa95dd351b084','2016-09-26T22:39:05.719Z','\"How do I...\" in iOS 10<1>-如何开发一个iMessage表情包?',NULL,'2016-09-27T11:41:22.507Z','web','iOS','https://boxueio.com/series/how-do-i-in-ios10/ebook/112','true',NULL),(1450,'57e9d998421aa95dd78e8d68','2016-09-27T10:29:44.53Z','模仿掌上英雄联盟能力分析效果','[http://img.gank.io/e7f20d82-d9fb-4892-84ed-8f889805015e]','2016-09-27T11:41:22.507Z','web','Android','https://github.com/jiangzehui/polygonsview','true',NULL),(1451,'57e9e0eb421aa95de3b8aaeb','2016-09-27T11:00:59.671Z','一个漂亮的 iOS 步行数小插件','[http://img.gank.io/550b96ae-5f67-4eeb-af06-abeeaa1fda30]','2016-09-27T11:41:22.507Z','chrome','iOS','https://github.com/Wildog/iOS-10-Steps-Widget','true','代码家'),(1452,'57e9e1c9421aa95de3b8aaed','2016-09-27T11:04:41.555Z','第一个在 GitHub 上做设计交易的 Repo ,祝他成功。 ?','[http://img.gank.io/671afe64-4601-414e-a8f1-b49aabbd3b00]','2016-09-27T11:41:22.507Z','chrome','瞎推荐','https://github.com/xcatliu/xzoo','true','代码家'),(1453,'57e9e2de421aa95dd351b08b','2016-09-27T11:09:18.885Z','iOS Cell 展开过渡效果','[http://img.gank.io/536f7763-c9f8-40d9-913d-62b97aad1c8b]','2016-09-27T11:41:22.507Z','chrome','iOS','https://github.com/NjrSea/FlickTransition','true','代码家'),(1454,'57e9e46f421aa95ddb9cb547','2016-09-27T11:15:59.299Z','秋天来了',NULL,'2016-09-27T11:41:22.507Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f87z2n2taej20u011h11h.jpg','true','代码家'),(1455,'57e9e537421aa95dd351b08d','2016-09-27T11:19:19.648Z','Preference 中经常会遇到选颜色的问题,这个自定义组件,就是帮你解决Color Preferece 的问题。','[http://img.gank.io/ebb35ba9-59c7-4838-9dd6-c2d3ffd4ecfa, http://img.gank.io/b0e01ea6-3b3e-4eb5-afb8-10dd997a0451]','2016-09-27T11:41:22.507Z','chrome','Android','https://github.com/kizitonwose/colorpreference','true','代码家'),(1456,'57e9e5c9421aa95dd78e8d6b','2016-09-27T11:21:45.30Z','Android 高性能实时模糊(Blur) View 效果','[http://img.gank.io/69a441d0-fb75-4eee-879d-98cd5b880176]','2016-09-27T11:41:22.507Z','chrome','Android','https://github.com/mmin18/RealtimeBlurView','true','代码家'),(1457,'57e49a8d421aa95bcb130184','2016-09-23T10:59:25.263Z','itsCoder WeeklyBlog 第三期 (Android 源码解析,热修复,View 相关等, Java 注解,动态代理, Python 协和器)',NULL,'2016-09-26T11:52:58.626Z','web','拓展资源','http://itscoder.com/weeklyblog-pahse-3/','true',NULL),(1458,'57e6694b421aa95bc338988a','2016-09-24T19:53:47.132Z','冰蛙(Icefrog)的个人历史',NULL,'2016-09-26T11:52:58.626Z','chrome','休息视频','http://www.bilibili.com/video/av6378219/?tg','true','daimajia'),(1459,'57e77b62421aa95dd351b073','2016-09-25T15:23:14.890Z','轻量的 Key-Value 文件管理 (Swift 3)',NULL,'2016-09-26T11:52:58.626Z','web','iOS','https://github.com/puttin/Curator','true','Yanzhi Wang'),(1460,'57e7e200421aa95dd351b076','2016-09-25T22:41:04.582Z','9-26',NULL,'2016-09-26T11:52:58.626Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f867mvc6qjj20u00u0wh7.jpg','true','daimajia'),(1461,'57e7e428421aa95de3b8aad7','2016-09-25T22:50:16.372Z','在网页里激活一个 Spotlight ,亲测好用到爆。','[http://img.gank.io/ceca43a0-a220-4013-a9d9-4f88650d4b2d]','2016-09-26T11:52:58.626Z','chrome','拓展资源','https://github.com/kamranahmedse/tab-switcher','true','代码家'),(1462,'57e7e4bb421aa95dd351b079','2016-09-25T22:52:43.247Z','通过 AnimateVectoreDrawer 实现的一些动画效果,看看代码,有没有新灵感。','[http://img.gank.io/d6eb0aa7-f587-43ab-8b63-26ae1ee3821a, http://img.gank.io/6e85dd80-0c37-42e6-bb12-108abefa4fc2, http://img.gank.io/530c9fcc-dd61-40c8-929b-b9ef42e19a69, http://img.gank.io/36694bac-5c5c-4d39-87cc-faea55a4ba5c, http://img.gank.io/5ed7378b-44bd-4cf9-8ddc-43642c309696, http://img.gank.io/00d68d14-be71-4bce-adab-082fce8c6d5d, http://img.gank.io/3bccb9c2-b180-4df6-abea-28d87c6c89c8]','2016-09-26T11:52:58.626Z','chrome','Android','https://github.com/ghuiii/AnimateVectorDrawableDEMO','true','代码家'),(1463,'57e7e52f421aa95dd78e8d54','2016-09-25T22:54:39.344Z','Toolbar 组件展示 Banner 图片效果。','[http://img.gank.io/d363e8f7-1b8b-41a1-9d24-864dc8fb9aae]','2016-09-26T11:52:58.626Z','chrome','Android','https://github.com/JuL1205/SlideshowToolbar','true','代码家'),(1464,'57e7e561421aa95ddb9cb540','2016-09-25T22:55:29.805Z','利用 AnimatedVectorDrawable 实现会动的 emoji。','[http://img.gank.io/ad578f28-a541-40f6-9c2e-0e193cff3530]','2016-09-26T11:52:58.626Z','chrome','Android','https://github.com/RomainPiel/live-emoji','true','代码家'),(1465,'57e7e9c3421aa95dd78e8d56','2016-09-25T23:14:11.591Z','iOS 环形进度条效果','[http://img.gank.io/7b69cade-c5f4-4bed-ade3-596cee411992]','2016-09-26T11:52:58.626Z','chrome','iOS','https://github.com/luispadron/UICircularProgressRing','true','代码家'),(1466,'57e87050421aa95dd78e8d58','2016-09-26T08:48:16.1Z','一个小工具业余项目,如何做到月赚 8 万人民币。很励志很有故事的一篇文章。',NULL,'2016-09-26T11:52:58.626Z','chrome','瞎推荐','https://www.indiehackers.com/businesses/park-io','true','代码家'),(1467,'57fd981b421aa95dd78e8df0','2016-10-12T09:55:39.438Z','收集了大量优质 JavaScript、CSS3、Canvas、SVG、Web 动画的 Demo 集合。',NULL,'2016-10-12T11:40:02.146Z','chrome','前端','https://github.com/airen/DemoHouse','true','机器人'),(1468,'57fd9964421aa95dd351b106','2016-10-12T10:01:08.961Z','一个漂亮的 Share Button UI 效果。','[http://img.gank.io/ee1fcfbd-20a5-4819-943c-80d55301dc4d]','2016-10-12T11:40:02.146Z','chrome','Android','https://github.com/kayan1990/ShareButton','true','代码家'),(1469,'57fd9af5421aa95dd78e8df1','2016-10-12T10:07:49.232Z','10-12',NULL,'2016-10-12T11:40:02.146Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f8p9eahanlj20u011h42y.jpg','true','daimajia'),(1470,'57fd9b91421aa95dd78e8df2','2016-10-12T10:10:25.710Z','让 Intellij 支持 Emoji 输入提醒','[http://img.gank.io/eb556ea9-e0f3-4fe2-a5fb-fc0148f88e6d]','2016-10-12T11:40:02.146Z','chrome','Android','https://github.com/shiraji/emoji','true','代码家'),(1471,'57fd9c72421aa95dd78e8df3','2016-10-12T10:14:10.459Z','支持自动计数的 EditText,做社交限制字数的时候非常有用。','[http://img.gank.io/87ba3b71-384c-4e77-8b8b-b98b5e5d5c12]','2016-10-12T11:40:02.146Z','chrome','Android','https://github.com/FTandJYQ/AnFQNumEditText','true','代码家'),(1472,'57fd9d61421aa95dd78e8df4','2016-10-12T10:18:09.871Z','Cell 弹性效果','[http://img.gank.io/2178220c-a9bd-46ce-b159-5c6b3df8fd14]','2016-10-12T11:40:02.146Z','chrome','iOS','https://github.com/anyashka/CellBounceEffect','true','代码家'),(1473,'57fd9da2421aa95dd78e8df6','2016-10-12T10:19:14.809Z','Xcode 8 快速注释和取消注释插件。','[http://img.gank.io/d0eb3749-0fc7-4494-a19e-b2d59274612e]','2016-10-12T11:40:02.146Z','chrome','iOS','https://github.com/ebaker355/FastCommentLine','true','机器人'),(1474,'57fd9de6421aa95ddb9cb5c0','2016-10-12T10:20:22.189Z','去中心化程序实现工具集合 awesome-decentralization。',NULL,'2016-10-12T11:40:02.146Z','chrome','拓展资源','https://github.com/retrohacker/awesome-decentralization','true','代码家'),(1475,'57fdab07421aa95dd78e8dfc','2016-10-12T11:16:23.433Z','仿Cuto的加载动画','[http://img.gank.io/20e7756e-9243-451a-a8b7-0a5115c0220a]','2016-10-12T11:40:02.146Z','web','Android','https://github.com/andyxialm/CutoLoadingView','true',NULL),(1476,'57f0e616421aa95ddb9cb577','2016-10-02T18:48:54.166Z','又一个LowPoly图片, 另外这个还可以让图片变成沙画','[http://img.gank.io/4b93fe53-bb4f-4dfb-b058-4fc7aebdedce, http://img.gank.io/917ce961-f026-4bdf-9f36-7877709805cd]','2016-10-11T11:42:22.814Z','web','Android','https://github.com/xyzxqs/XLowPoly','true','xyzxqs'),(1477,'57f1169b421aa95dd351b0bf','2016-10-02T22:15:55.685Z','NIKE上世纪80年代在中国的广告,创意无限,堪称经典!',NULL,'2016-10-11T11:42:22.814Z','chrome','休息视频','http://weibo.com/p/230444f9f47df74f41f696a3a6968382abb30f','true','lxxself'),(1478,'57fb0f38421aa95dd351b0ef','2016-10-10T11:47:04.29Z','豆瓣的混合开发框架 -- Rexxar',NULL,'2016-10-11T11:42:22.814Z','chrome','Android','https://github.com/douban/rexxar-android','true','wuzheng'),(1479,'57fb4987421aa95dd351b0f2','2016-10-10T15:55:51.411Z','当Rxjava遇上databinding','[http://img.gank.io/1a9db224-2809-4fca-bfb9-22d467bfe07e]','2016-10-11T11:42:22.814Z','chrome','Android','https://github.com/TangoAgency/android-data-binding-rxjava','true','有时放纵'),(1480,'57fc3fb0421aa95dd78e8dda','2016-10-11T09:26:08.664Z','支持下滑反馈的键盘组件,体现交互细节的时候到了。','[http://img.gank.io/3c8ca17a-6c9d-451b-a857-68869e837909]','2016-10-11T11:42:22.814Z','chrome','iOS','https://github.com/RxSwiftCommunity/RxKeyboard','true','代码家'),(1481,'57fc40a1421aa95dd78e8ddb','2016-10-11T09:30:09.136Z','10-11',NULL,'2016-10-11T11:42:22.814Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f8o2ov8xi0j20u00u0q61.jpg','true','daimajia'),(1482,'57fc4242421aa95dd78e8ddc','2016-10-11T09:37:06.186Z','安卓 sqlite 数据库查看','[http://img.gank.io/ca4ca30f-dca5-46d8-9f2e-b2361df32be2]','2016-10-11T11:42:22.814Z','chrome','App','https://github.com/yedaxia/sqlitelookup','true','蒋朋'),(1483,'57fc4248421aa95de3b8ab7c','2016-10-11T09:37:12.796Z','支持自动高亮关键字的 TextView,很实用。','[http://img.gank.io/1296065e-d8a3-4edc-8d70-ce9e5bdfe79b]','2016-10-11T11:42:22.814Z','chrome','Android','https://github.com/wangshaolei/UnderLineLinkTextView','true','机器人'),(1484,'57fc42e0421aa95dd351b0f9','2016-10-11T09:39:44.299Z','不同语言实现的爬虫程序和爬虫框架。',NULL,'2016-10-11T11:42:22.814Z','chrome','拓展资源','https://github.com/BruceDone/awesome-crawler','true','机器人'),(1485,'57fc44c8421aa95dd351b0fa','2016-10-11T09:47:52.129Z','超酷的一个 Swift 日期和时间操作组件,可以很容易的做出各种日期的算数操作。','[http://img.gank.io/d3cecb7c-227c-4565-b9ae-e780b0c1086b]','2016-10-11T11:42:22.814Z','chrome','iOS','https://github.com/malcommac/SwiftDate','true','机器人'),(1486,'57fc5cdb421aa95ddb9cb5b6','2016-10-11T11:30:35.291Z','itsCoder WeeklyBlog 第四期(本期内容:Android 绘制优化,BroadcastReceiver 分析,View layout 和 draw 过程详解,Java 8 特性;Java Lambda 和基础;算法;设计模式;Nginx;Git)(咱们在国庆假期也很勤奋呢)',NULL,'2016-10-11T11:42:22.814Z','web','拓展资源','http://itscoder.com/weeklyblog-phase-4/','true',NULL),(1487,'57f7bc1d421aa95ddb9cb584','2016-10-07T23:15:41.403Z','那些年我们追过的电视剧,哈哈哈!',NULL,'2016-10-10T11:41:33.500Z','chrome','休息视频','http://weibo.com/p/230444a3330508dc4dad753572a96e0f0bd466','true','lxxself'),(1488,'57f9bd33421aa95ddb9cb591','2016-10-09T11:44:51.367Z','一款在IDEA中为微信小程序注入方法的插件',NULL,'2016-10-10T11:41:33.500Z','web','前端','https://github.com/lypeer/Matchmaker','true','lypeer'),(1489,'57f9fb7e421aa95dd78e8dc5','2016-10-09T16:10:38.710Z','跨平台(Android,iOS,web)的 IM 开源项目',NULL,'2016-10-10T11:41:33.500Z','web','Android','https://github.com/sealtalk/sealtalk-android','true','AMing'),(1490,'57fa0828421aa95dd78e8dc6','2016-10-09T17:04:40.42Z','一个API描述文档自动生成Swift执行代码的工具',NULL,'2016-10-10T11:41:33.500Z','web','iOS','https://github.com/drinking/SwiftAPI','true','Drinking'),(1491,'57facc74421aa95de3b8ab6b','2016-10-10T07:02:12.35Z','10-10',NULL,'2016-10-10T11:41:33.500Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f8mssipb9sj20u011hgqk.jpg','true','daimajia'),(1492,'57facd09421aa95dd351b0e6','2016-10-10T07:04:41.740Z','Android 指纹识别身份验证 Demo 一例','[http://img.gank.io/3a5366c2-fd48-4706-b8a6-2f60f04189ab, http://img.gank.io/e1c8a695-9095-4997-a113-90c627657be7]','2016-10-10T11:41:33.500Z','chrome','Android','https://github.com/pro100svitlo/FingerprintAuthHelper','true','机器人'),(1493,'57facd2f421aa95dd351b0e7','2016-10-10T07:05:19.450Z','一款漂亮的 Bottom Sheet 选择器','[http://img.gank.io/6a097553-00d2-4895-86f9-12af888681a9]','2016-10-10T11:41:33.500Z','chrome','Android','https://github.com/philliphsu/BottomSheetPickers','true','机器人'),(1494,'57faed42421aa95dd351b0e8','2016-10-10T09:22:10.810Z','一个别致的环形菜单','[http://img.gank.io/d4baf374-f8a1-4b39-bf55-b087abf0bf34]','2016-10-10T11:41:33.500Z','web','Android','https://github.com/Hitomis/CircleMenu','true','Hitomi'),(1495,'57fafe78421aa95dd351b0eb','2016-10-10T10:35:36.807Z','豆瓣在移动混合开发实践方面做了一些努力。主要产出是一个名为 Rexxar 的项目。现在,我们把这个项目开源。一方面,是为了给大家提供一些借鉴;另一方面,是为了提高这个项目的质量。接受大家的意见和建议。',NULL,'2016-10-10T11:41:33.500Z','web','App','http://lincode.github.io/Rexxar-OpenSource','true','GUO Lin'),(1496,'57fb0bd7421aa95de3b8ab70','2016-10-10T11:32:39.673Z','如果你已经厌倦了 UISegmentedControl,试试这个炫酷的组件。','[http://img.gank.io/fd976eb3-57e1-4022-8f5e-847f35416863]','2016-10-10T11:41:33.500Z','chrome','iOS','https://github.com/sasojadrovski/SJFluidSegmentedControl','true','Andy'),(1497,'57fb0c0b421aa95dd351b0ed','2016-10-10T11:33:31.167Z','文件操作管理器工具库',NULL,'2016-10-10T11:41:33.500Z','chrome','iOS','https://github.com/castial/HYFileManager','true','机器人'),(1498,'57fb0c82421aa95de3b8ab71','2016-10-10T11:35:30.877Z','带有动态效果的表单引导进度条。','[http://img.gank.io/dcfcdf95-22e1-41dc-8fb8-a921f4a6e42d]','2016-10-10T11:41:33.500Z','chrome','Android','https://github.com/VictorAlbertos/BreadcrumbsView','true','机器人'),(1499,'57f3e181421aa95ddb9cb57d','2016-10-05T01:06:09.944Z','一个通用状态切换视图','[http://img.gank.io/58cec842-0078-4be1-986b-ebc9895a6e80]','2016-10-09T11:45:38.236Z','web','Android','https://github.com/XuDaojie/MultiStateView','true',NULL),(1500,'57f7bfb9421aa95dd78e8da8','2016-10-07T23:31:05.470Z','提名诺贝尔奖的普通希腊人《莱斯沃斯颂》',NULL,'2016-10-09T11:45:38.236Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTczOTY5Mjk1Mg==.html','true','lxxself'),(1501,'57f846f0421aa95dd78e8dab','2016-10-08T09:08:00.430Z','OkHttpUtils-2.0.0 升级后改名 OkGo,全新完美支持RxJava,比Retrofit更简单易用。',NULL,'2016-10-09T11:45:38.236Z','web','Android','https://github.com/jeasonlzy/okhttp-OkGo','true','龙龙童鞋'),(1502,'57f86c57421aa95dd78e8db3','2016-10-08T11:47:35.802Z','一个简洁的汇率转换软件,使用 kotlin 编写,通过 anko 框架编写 UI 并实现漂亮的主题动态切换效果','[http://img.gank.io/35ae570a-f172-45f3-bb53-867d1292b476]','2016-10-09T11:45:38.236Z','web','Android','https://github.com/yiyuanliu/Currency','true','Yiyuan Liu'),(1503,'57f894a2421aa95dd78e8db8','2016-10-08T14:39:30.536Z','又一个显示recycleview复杂效果的库','[http://img.gank.io/a1581b3d-ff82-4050-b760-8a7ffe5e48a4]','2016-10-09T11:45:38.236Z','chrome','Android','https://github.com/airbnb/epoxy','true','有时放纵'),(1504,'57f896fb421aa95de3b8ab57','2016-10-08T14:49:31.851Z','underscore 函数去抖的实现',NULL,'2016-10-09T11:45:38.236Z','web','前端','https://github.com/hanzichi/underscore-analysis/issues/21','true','子迟'),(1505,'57f98925421aa95de3b8ab5a','2016-10-09T08:02:45.353Z','10-9',NULL,'2016-10-09T11:45:38.236Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f8lox7c1pbj20u011h12x.jpg','true','daimajia'),(1506,'57f98961421aa95dd351b0d6','2016-10-09T08:03:45.842Z','Swift 实现的概率和统计的基础工具库',NULL,'2016-10-09T11:45:38.236Z','chrome','iOS','https://github.com/harlanhaskins/Probably','true','机器人'),(1507,'57f989d9421aa95de3b8ab5c','2016-10-09T08:05:45.807Z','Yalantis 出品:基于 Force Touch 实现的图片模糊效果。','[http://img.gank.io/567676b3-dccc-4fd5-8617-7b51c4decb14]','2016-10-09T11:45:38.236Z','chrome','iOS','https://github.com/Yalantis/ForceBlur','true','机器人'),(1508,'57f9a6cf421aa95dd351b0da','2016-10-09T10:09:19.467Z','番剧记录工具Bgm38( bangumi 第三方客户端 ),采用 RxJava + Retrofit + MVP, 设计上采用 Material Design','[http://img.gank.io/08f9c082-7a4c-4b60-bb3a-c9d34385a57d]','2016-10-09T11:45:38.236Z','web','App','https://github.com/zubinxiong/Bgm38','true','ZubinXiong'),(1509,'57f9aa1e421aa95ddb9cb58f','2016-10-09T10:23:26.403Z','利用文本实现的 CSS 加载效果。','[http://img.gank.io/eaddc2d3-2c79-4961-bbd3-9adc01da4ad2]','2016-10-09T11:45:38.236Z','chrome','前端','https://github.com/tawian/text-spinners','true','代码家'),(1510,'57f9aa9b421aa95ddb9cb590','2016-10-09T10:25:31.34Z','Swift 实现的简单的 Session 管理库',NULL,'2016-10-09T11:45:38.236Z','chrome','iOS','https://github.com/comodinx/SimpleSession','true','代码家'),(1511,'57f9b634421aa95dd351b0db','2016-10-09T11:15:00.129Z','为你的应用程序加上数字角标','[http://img.gank.io/e14fd215-09cb-4a6e-bf14-e2283b65b874]','2016-10-09T11:45:38.236Z','web','Android','https://github.com/leolin310148/ShortcutBadger','true','王荣强'),(1512,'57f5c4b8421aa95de3b8ab3d','2016-10-06T11:27:52.883Z','超漂亮的 Animation Scale 动画设置效果。','[http://img.gank.io/f618fbe0-af11-4d97-85aa-d89b65628d09]','2016-10-08T11:42:07.440Z','chrome','Android','https://github.com/nickbutcher/AnimatorDurationTile','true','Masayuki Suda'),(1513,'57f60060421aa95ddb9cb580','2016-10-06T15:42:24.870Z','JavaScript 函数节流和函数去抖应用场景辨析',NULL,'2016-10-08T11:42:07.440Z','web','前端','https://github.com/hanzichi/underscore-analysis/issues/20','true','子迟'),(1514,'57f71dcb421aa95de3b8ab42','2016-10-07T12:00:11.438Z','拆轮子-唯美细腻的夕阳海浪动画',NULL,'2016-10-08T11:42:07.440Z','web','Android','http://immortalz.me/559.html','true','Mr_immortalZ'),(1515,'57f7359a421aa95de3b8ab43','2016-10-07T13:41:46.29Z','词法分析器, AJAX 与 php, C++程序交互',NULL,'2016-10-08T11:42:07.440Z','web','拓展资源','https://github.com/netcan/compilingTheory','true','Netcan'),(1516,'57f773b8421aa95de3b8ab45','2016-10-07T18:06:48.811Z','一个展示下载进度的View,下载完成和失败的时候会有酷酷的动画.','[http://img.gank.io/b4cd9fb3-90e8-46ac-9e45-3e1b0ba0b9ac]','2016-10-08T11:42:07.440Z','web','Android','https://github.com/dudu90/FreshDownloadView','true',NULL),(1517,'57f7bc06421aa95ddb9cb583','2016-10-07T23:15:18.904Z','大学毕业一年后的样子,看的心酸。',NULL,'2016-10-08T11:42:07.440Z','chrome','休息视频','http://weibo.com/p/230444f94ea5698af31b8313977f09dcd0c530','true','lxxself'),(1518,'57f84f7d421aa95dd351b0ce','2016-10-08T09:44:29.984Z','Xcode 省事插件,在任何地方都可以随意 import ,再也无需滑到顶部去 import 数据了。','[http://img.gank.io/5f89438a-33f0-4327-96ea-7a687f669df2]','2016-10-08T11:42:07.440Z','chrome','iOS','https://github.com/markohlebar/Import','true','代码家の机器人'),(1519,'57f85084421aa95dd351b0cf','2016-10-08T09:48:52.538Z','教你写出高质量的 Readme',NULL,'2016-10-08T11:42:07.440Z','chrome','拓展资源','https://github.com/noffle/art-of-readme/blob/master/README-zh.md','true','代码家の机器人'),(1520,'57f850d3421aa95de3b8ab4b','2016-10-08T09:50:11.344Z','单文件组成的 C/C++ Lib,里面很多代码写的都很棒',NULL,'2016-10-08T11:42:07.440Z','chrome','拓展资源','https://github.com/nothings/single_file_libs','true','Gank 机器人'),(1521,'57f8510a421aa95de3b8ab4c','2016-10-08T09:51:06.876Z','intellij JVM options 参数讲解,实用而且涨姿势。',NULL,'2016-10-08T11:42:07.440Z','chrome','Android','https://github.com/FoxxMD/intellij-jvm-options-explained','true','代码家'),(1522,'57f851d3421aa95dd78e8dac','2016-10-08T09:54:27.381Z','一个 Android Page 过渡效果 Demo 效果','[http://img.gank.io/6664f7de-89f8-4ffe-8dda-c0369c11ea6b]','2016-10-08T11:42:07.440Z','chrome','Android','https://github.com/xmuSistone/android-page-transition','true','代码家'),(1523,'57f85215421aa95de3b8ab4f','2016-10-08T09:55:33.936Z','VR 开发者资源汇总','[http://img.gank.io/8facb75a-8966-44fd-9794-12608ffd9e2a]','2016-10-08T11:42:07.440Z','chrome','拓展资源','https://github.com/GeekLiB/Lee-VR-Source','true','代码家の机器人'),(1524,'57f8523c421aa95dd78e8dad','2016-10-08T09:56:12.590Z','MDCC 2016 iOS 演讲稿汇总',NULL,'2016-10-08T11:42:07.440Z','chrome','iOS','https://github.com/MDCC2016/iOS-Session-Slides','true','机器人'),(1525,'57f852d6421aa95de3b8ab51','2016-10-08T09:58:46.945Z','又一个 Image Picker,不过这个是支持选取 Facebook 相册图片的。','[http://img.gank.io/d7e1cfa3-e2cb-4ca4-919c-df9b5f11c8aa]','2016-10-08T11:42:07.440Z','chrome','iOS','https://github.com/terflogag/GBHFacebookImagePicker','true','代码家の机器人'),(1526,'57f85461421aa95dd78e8daf','2016-10-08T10:05:21.431Z','10-8',NULL,'2016-10-08T11:42:07.440Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f8kmud15q1j20u011hdjg.jpg','true','daimajia'),(1527,'57f85a88421aa95ddb9cb58a','2016-10-08T10:31:36.607Z','RxJava实战经验集合,很不错',NULL,'2016-10-08T11:42:07.440Z','chrome','瞎推荐','http://blog.csdn.net/dd864140130/article/details/52714272','true','江湖人称小白哥'),(1528,'57ea2f30421aa95de3b8aaf4','2016-09-27T16:34:56.607Z','Alfred workflow 开发指南','[http://img.gank.io/87b383b5-0607-4975-b344-0d840b428500]','2016-09-30T11:46:31.941Z','chrome','瞎推荐','http://myg0u.com/python/2015/05/23/tutorial-alfred-workflow.html','true','LHF'),(1529,'57eb05c6421aa95dd78e8d7a','2016-09-28T07:50:30.516Z','Swift Protobuf 插件。',NULL,'2016-09-30T11:46:31.941Z','chrome','iOS','https://github.com/apple/swift-protobuf-plugin','true','代码家'),(1530,'57ec9819421aa95de3b8ab1d','2016-09-29T12:27:05.800Z','《剑指Offer》笔试、面试编程题汇总(更新中)',NULL,'2016-09-30T11:46:31.941Z','web','拓展资源','https://github.com/nibnait/algorithms/tree/master/src/SwordOffer','true','NibNait'),(1531,'57eccc98421aa95dd78e8d8b','2016-09-29T16:11:04.42Z','Xcode8下的插入文档注释插件,支持在全文范围内给每一个方法和属性添加文档注释',NULL,'2016-09-30T11:46:31.941Z','web','iOS','https://github.com/why19910522/ExtXcode8','true','WHY19910522'),(1532,'57ed0832421aa95ddb9cb569','2016-09-29T20:25:22.436Z','超轻量的Android端Router框架。可灵活配置规则。适用性广',NULL,'2016-09-30T11:46:31.941Z','web','Android','https://github.com/yjfnypeu/Router','true',NULL),(1533,'57edb4cf421aa95de3b8ab25','2016-09-30T08:41:51.53Z','Spotify 开源新的组件驱动的 UI 和 Content 开发工具箱',NULL,'2016-09-30T11:46:31.941Z','chrome','iOS','https://github.com/spotify/HubFramework','true','代码家'),(1534,'57edb5f6421aa95de3b8ab26','2016-09-30T08:46:46.119Z','很实用的一个库,帮你做 ListView / RecyclerView 等组件的状态维护,比如:无数据 / 网络出现问题 / 数据获取成功等。','[http://img.gank.io/bc62534e-99f0-48bb-9914-51955479b93b]','2016-09-30T11:46:31.941Z','chrome','Android','https://github.com/WassimBenltaief/FlowLayout','true','代码家'),(1535,'57edb6a1421aa95ddb9cb56c','2016-09-30T08:49:37.712Z','自动给 TextView 增加超链接的库,还可以处理 Hashtags (#) ,at 人(@),电话,邮件等等数据。 超有用!','[http://img.gank.io/ee8bed83-a484-41c5-b579-d47564b1c4e9]','2016-09-30T11:46:31.941Z','chrome','Android','https://github.com/armcha/AutoLinkTextView','true','代码家'),(1536,'57edb6f1421aa95de3b8ab28','2016-09-30T08:50:57.337Z','Android 仿应用宝的下载效果,你知道中间那个光条是怎么做出来的吗?','[http://img.gank.io/be0e1fd3-acdb-4499-abda-41a8672eaf98]','2016-09-30T11:46:31.941Z','chrome','Android','https://github.com/LineChen/FlickerProgressBar','true','代码家'),(1537,'57edb73c421aa95dd351b0b5','2016-09-30T08:52:12.415Z','自动生成 Swift Initializer 的小插件。','[http://img.gank.io/63170cac-d5ea-49ac-9856-be2e60df3f5e]','2016-09-30T11:46:31.941Z','chrome','iOS','https://github.com/Bouke/SwiftInitializerGenerator','true','iOS 机器人'),(1538,'57edba71421aa95dd78e8d93','2016-09-30T09:05:53.26Z','出发去旅行',NULL,'2016-09-30T11:46:31.941Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f8bc5c5n4nj20u00irgn8.jpg','true','嗲马甲'),(1539,'57eddcbf421aa95dd351b0b7','2016-09-30T11:32:15.794Z','Elon Musk 的故事',NULL,'2016-09-30T11:46:31.941Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTY3NzA4NTc1Ng==.html?from=s1.8-1-1.2&spm=a2h0k.8191407.0.0','true','S'),(1540,'57e3ceb9421aa95bc7f06a92','2016-09-22T20:29:45.720Z','从源码出发深入理解 Android Service',NULL,'2016-09-29T11:36:17.680Z','web','Android','http://www.woaitqs.cc/android/2016/09/20/android-service-usage.html','true','tangqisen'),(1541,'57ea96c3421aa95dd351b097','2016-09-27T23:56:51.961Z','一对5岁的青梅竹马,分开了17个月后再次相遇,这反应让人心都融化了超级有爱!',NULL,'2016-09-29T11:36:17.680Z','chrome','休息视频','http://www.miaopai.com/show/5HepgGi7-ufQnsTnRl9u5w__.htm','true','LHF'),(1542,'57eb772c421aa95ddb9cb555','2016-09-28T15:54:20.889Z','显示阳历,农历,节假日和二十四节气 ,可单选或者多选的日历库',NULL,'2016-09-29T11:36:17.680Z','web','Android','https://github.com/myjoybar/android-calendar-view','true','Myjoybar'),(1543,'57ebec3f421aa95de3b8ab0f','2016-09-29T00:13:51.658Z','Android7.0适配教程,心得',NULL,'2016-09-29T11:36:17.680Z','web','Android','http://www.jianshu.com/p/56b9fb319310','true','JokAr'),(1544,'57ec61e5421aa95dd78e8d84','2016-09-29T08:35:49.342Z','iOS 直接调用 ionicons 图标集合','[http://img.gank.io/becf350a-c1a5-41b9-b9d0-6763324f78ce]','2016-09-29T11:36:17.680Z','chrome','iOS','https://github.com/keitaoouchi/IoniconsKit','true','keitao'),(1545,'57ec6253421aa95dd351b0ad','2016-09-29T08:37:39.6Z','iOS 弹出滑动选择器','[http://img.gank.io/20edec7a-5c26-4122-80f3-92b5531086a1]','2016-09-29T11:36:17.680Z','chrome','iOS','https://github.com/hsylife/SwiftyPickerPopover','true','代码家'),(1546,'57ec6285421aa95ddb9cb55c','2016-09-29T08:38:29.756Z','又一个漂亮的 Chart 小框架','[http://img.gank.io/d5924b83-0a34-4060-9a9f-e99be187f799, http://img.gank.io/e56f5e72-f4a1-4b08-a3f3-80ecd0221834]','2016-09-29T11:36:17.680Z','chrome','iOS','https://github.com/GeorgeWang03/WYChart','true','代码家'),(1547,'57ec62e9421aa95de3b8ab11','2016-09-29T08:40:09.375Z','支持 at 别人效果的 EditText,很实用的样子。','[http://img.gank.io/f670b234-09e3-4ce7-a4df-2a99e8ccf209]','2016-09-29T11:36:17.680Z','chrome','Android','https://github.com/luckyandyzhang/MentionEditText','true','代码家'),(1548,'57ec633b421aa95dd78e8d86','2016-09-29T08:41:31.815Z','9-29',NULL,'2016-09-29T11:36:17.680Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f8a5uj64mpj20u00u0tca.jpg','true','daimajia'),(1549,'57ec6517421aa95dd78e8d87','2016-09-29T08:49:27.255Z','全球所有国家的国旗 SVG 图片。',NULL,'2016-09-29T11:36:17.680Z','chrome','拓展资源','https://github.com/woble/flags','true','代码家'),(1550,'57ec7741421aa95dd351b0b2','2016-09-29T10:06:57.669Z','实战-Fluxion与wifi热点伪造、钓鱼、中间人攻击、wifi破解',NULL,'2016-09-29T11:36:17.680Z','chrome','瞎推荐','https://zhuanlan.zhihu.com/p/22071905?refer=xh-coding','true','LHF'),(1551,'57ec7bd8421aa95dd78e8d89','2016-09-29T10:26:32.934Z','模拟自然动画的精髓——TimeInterpolator与TypeEvaluator',NULL,'2016-09-29T11:36:17.680Z','web','Android','https://github.com/xuyisheng/NaturalAnim','true','xuyisheng'),(1552,'57e8af93421aa95dd351b07f','2016-09-26T13:18:11.161Z','Windows 操作系统引导过程 BIOS & EFI',NULL,'2016-09-28T11:35:12.91Z','web','拓展资源','http://www.jianshu.com/p/944fc7104a75','true','CoderKo1o'),(1553,'57e8afae421aa95de3b8aae2','2016-09-26T13:18:38.93Z','浅谈 MBR & GPT',NULL,'2016-09-28T11:35:12.91Z','web','拓展资源','http://www.jianshu.com/p/3914b4e2cc97','true','CoderKo1o'),(1554,'57ea1fc9421aa95dd351b091','2016-09-27T15:29:13.378Z','Workflows List',NULL,'2016-09-28T11:35:12.91Z','chrome','瞎推荐','http://www.alfredworkflow.com/','true','LHF'),(1555,'57ea2342421aa95de3b8aaf2','2016-09-27T15:44:02.578Z','OS X 效率启动器 Alfred 详解与使用技巧','[http://img.gank.io/fa283263-6bd4-4108-85dd-6661dc481f17]','2016-09-28T11:35:12.91Z','chrome','瞎推荐','http://sspai.com/27900/','true','LHF'),(1556,'57ea2a46421aa95dd78e8d71','2016-09-27T16:13:58.957Z','一名Android开发者的微信小程序填坑之路(1)',NULL,'2016-09-28T11:35:12.91Z','web','前端','http://blog.csdn.net/luoyanglizi/article/details/52681245#comments','true','lypeer'),(1557,'57ea8084421aa95de3b8aafb','2016-09-27T22:21:56.238Z','iPhone7 大陆零售店预约店取监控 for macOS','[http://img.gank.io/75344ec5-fcb2-4086-a223-1cf70305f68d]','2016-09-28T11:35:12.91Z','chrome','iOS','https://github.com/Naituw/iPhoneAvailability','true','代码家'),(1558,'57ea95da421aa95dd78e8d74','2016-09-27T23:52:58.548Z','从这篇教程开始, 成为 Sublime Text 大师','[http://img.gank.io/8a7b7eee-66e8-4606-9af9-666f533e9573]','2016-09-28T11:35:12.91Z','chrome','瞎推荐','https://laravel-china.org/topics/2825','true','LHF'),(1559,'57ea95fe421aa95de3b8aafe','2016-09-27T23:53:34.427Z','TED演讲:一定要睡个好觉',NULL,'2016-09-28T11:35:12.91Z','chrome','休息视频','http://www.miaopai.com/show/~w6Y7-6Hf7~EaOWRv2Cqlw__.htm','true','LHF'),(1560,'57eb0100421aa95de3b8ab00','2016-09-28T07:30:08.163Z','Android 下雪效果','[http://img.gank.io/cf2f253d-a7d7-453e-a948-3dda9d9984ae]','2016-09-28T11:35:12.91Z','chrome','Android','https://github.com/HelloVass/SnowingView','true','代码家'),(1561,'57eb0134421aa95dd351b09a','2016-09-28T07:31:00.346Z','Android 又一个权限管理库','[http://img.gank.io/1175dfa5-6120-4e88-83b0-5db21841edfb]','2016-09-28T11:35:12.91Z','chrome','Android','https://github.com/holidaycheck/Permissify','true','代码家'),(1562,'57eb018b421aa95dd78e8d77','2016-09-28T07:32:27.386Z','RxJava 处理 Activity Result 的裤子',NULL,'2016-09-28T11:35:12.91Z','chrome','Android','https://github.com/NateWickstrom/RxActivityResult','true','代码家'),(1563,'57eb01fd421aa95dd78e8d78','2016-09-28T07:34:21.780Z','Android 角标组件效果','[http://img.gank.io/41291217-1373-4066-be02-8070983ddb63]','2016-09-28T11:35:12.91Z','chrome','Android','https://github.com/czy1121/cornerlabelview','true','代码家'),(1564,'57eb0320421aa95de3b8ab01','2016-09-28T07:39:12.437Z','Chrome 插件,双击高亮关键字,看代码不能更爽!',NULL,'2016-09-28T11:35:12.91Z','web','瞎推荐','https://chrome.google.com/webstore/detail/%E5%85%B3%E9%94%AE%E8%AF%8D%E5%8F%8C%E5%87%BB%E9%AB%98%E4%BA%AE/hiemiigjnmkjedjibioplldlbkhekbjk','true','代码家'),(1565,'57eb0495421aa95dd78e8d79','2016-09-28T07:45:25.283Z','9-28',NULL,'2016-09-28T11:35:12.91Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f88ylsqjvqj20u011hn5i.jpg','true','代码家'),(1566,'57eb0531421aa95de3b8ab04','2016-09-28T07:48:01.422Z','利用反卷积网络实现人脸生成。( Uber 幽灵车的车主头像其实可以生成的好看点儿嘛)','[http://img.gank.io/0f430e78-2c61-4031-bb0a-1b7118b192cb]','2016-09-28T11:35:12.91Z','chrome','瞎推荐','https://github.com/zo7/facegen','true','代码家'),(1567,'57eb0607421aa95dd351b09b','2016-09-28T07:51:35.547Z','利用 UISegmentedControl 实现的滑块儿 Tab 效果','[http://img.gank.io/96dd091f-f33e-4f7d-a87b-0f8ed2aefeea]','2016-09-28T11:35:12.91Z','chrome','iOS','https://github.com/twicketapp/TwicketSegmentedControl','true','代码家'),(1568,'57eb064a421aa95dd351b09c','2016-09-28T07:52:42.505Z','Swift Image Show 滑动效果。','[http://img.gank.io/e94c9c08-188f-4814-b325-38ecf1cac9a5]','2016-09-28T11:35:12.91Z','chrome','iOS','https://github.com/zvonicek/ImageSlideshow','true','iOS'),(1569,'57eb068f421aa95dd351b09e','2016-09-28T07:53:51.412Z','模拟色盲看到的 App 世界,很有爱的一个库。通过模拟以后,修改一些无法看清的字体色彩。','[http://img.gank.io/5a66c638-5674-4a9e-85df-699d7628b506, http://img.gank.io/2768e6c2-987a-4761-9e6c-e71a18304b94]','2016-09-28T11:35:12.91Z','chrome','iOS','https://github.com/jordidekock/Colorblinds','true','代码家'),(1570,'57e73ab9421aa95dd78e8d50','2016-09-25T10:47:21.102Z','如何看出一个男人是否单身……哈哈哈好有道理啊,这回答也太残酷了[',NULL,'2016-09-27T11:41:22.507Z','chrome','休息视频','http://card.weibo.com/video/h5/detail?object_id=2017607:fdc2bc414073f3d61e74305d74378c5e','true','lxxself'),(1571,'57e8a76f421aa95dd351b07d','2016-09-26T12:43:27.922Z','微信小程序版的Gank客户端','[http://img.gank.io/8327b357-3982-41c6-8985-b125093c9da9]','2016-09-27T11:41:22.507Z','web','前端','https://github.com/lypeer/wechat-weapp-gank','true','lypeer'),(1572,'57e8b595421aa95dd351b080','2016-09-26T13:43:49.970Z','MDCC 2016 Android 部分演讲稿合集。',NULL,'2016-09-27T11:41:22.507Z','chrome','Android','https://github.com/MDCC2016/Android-Session-Slides','true','wuzheng'),(1573,'57e93309421aa95dd351b084','2016-09-26T22:39:05.719Z','\"How do I...\" in iOS 10<1>-如何开发一个iMessage表情包?',NULL,'2016-09-27T11:41:22.507Z','web','iOS','https://boxueio.com/series/how-do-i-in-ios10/ebook/112','true',NULL),(1574,'57e9d998421aa95dd78e8d68','2016-09-27T10:29:44.53Z','模仿掌上英雄联盟能力分析效果','[http://img.gank.io/e7f20d82-d9fb-4892-84ed-8f889805015e]','2016-09-27T11:41:22.507Z','web','Android','https://github.com/jiangzehui/polygonsview','true',NULL),(1575,'57e9e0eb421aa95de3b8aaeb','2016-09-27T11:00:59.671Z','一个漂亮的 iOS 步行数小插件','[http://img.gank.io/550b96ae-5f67-4eeb-af06-abeeaa1fda30]','2016-09-27T11:41:22.507Z','chrome','iOS','https://github.com/Wildog/iOS-10-Steps-Widget','true','代码家'),(1576,'57e9e1c9421aa95de3b8aaed','2016-09-27T11:04:41.555Z','第一个在 GitHub 上做设计交易的 Repo ,祝他成功。 ?','[http://img.gank.io/671afe64-4601-414e-a8f1-b49aabbd3b00]','2016-09-27T11:41:22.507Z','chrome','瞎推荐','https://github.com/xcatliu/xzoo','true','代码家'),(1577,'57e9e2de421aa95dd351b08b','2016-09-27T11:09:18.885Z','iOS Cell 展开过渡效果','[http://img.gank.io/536f7763-c9f8-40d9-913d-62b97aad1c8b]','2016-09-27T11:41:22.507Z','chrome','iOS','https://github.com/NjrSea/FlickTransition','true','代码家'),(1578,'57e9e46f421aa95ddb9cb547','2016-09-27T11:15:59.299Z','秋天来了',NULL,'2016-09-27T11:41:22.507Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f87z2n2taej20u011h11h.jpg','true','代码家'),(1579,'57e9e537421aa95dd351b08d','2016-09-27T11:19:19.648Z','Preference 中经常会遇到选颜色的问题,这个自定义组件,就是帮你解决Color Preferece 的问题。','[http://img.gank.io/ebb35ba9-59c7-4838-9dd6-c2d3ffd4ecfa, http://img.gank.io/b0e01ea6-3b3e-4eb5-afb8-10dd997a0451]','2016-09-27T11:41:22.507Z','chrome','Android','https://github.com/kizitonwose/colorpreference','true','代码家'),(1580,'57e9e5c9421aa95dd78e8d6b','2016-09-27T11:21:45.30Z','Android 高性能实时模糊(Blur) View 效果','[http://img.gank.io/69a441d0-fb75-4eee-879d-98cd5b880176]','2016-09-27T11:41:22.507Z','chrome','Android','https://github.com/mmin18/RealtimeBlurView','true','代码家'),(1581,'57e49a8d421aa95bcb130184','2016-09-23T10:59:25.263Z','itsCoder WeeklyBlog 第三期 (Android 源码解析,热修复,View 相关等, Java 注解,动态代理, Python 协和器)',NULL,'2016-09-26T11:52:58.626Z','web','拓展资源','http://itscoder.com/weeklyblog-pahse-3/','true',NULL),(1582,'57e6694b421aa95bc338988a','2016-09-24T19:53:47.132Z','冰蛙(Icefrog)的个人历史',NULL,'2016-09-26T11:52:58.626Z','chrome','休息视频','http://www.bilibili.com/video/av6378219/?tg','true','daimajia'),(1583,'57e77b62421aa95dd351b073','2016-09-25T15:23:14.890Z','轻量的 Key-Value 文件管理 (Swift 3)',NULL,'2016-09-26T11:52:58.626Z','web','iOS','https://github.com/puttin/Curator','true','Yanzhi Wang'),(1584,'57e7e200421aa95dd351b076','2016-09-25T22:41:04.582Z','9-26',NULL,'2016-09-26T11:52:58.626Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f867mvc6qjj20u00u0wh7.jpg','true','daimajia'),(1585,'57e7e428421aa95de3b8aad7','2016-09-25T22:50:16.372Z','在网页里激活一个 Spotlight ,亲测好用到爆。','[http://img.gank.io/ceca43a0-a220-4013-a9d9-4f88650d4b2d]','2016-09-26T11:52:58.626Z','chrome','拓展资源','https://github.com/kamranahmedse/tab-switcher','true','代码家'),(1586,'57e7e4bb421aa95dd351b079','2016-09-25T22:52:43.247Z','通过 AnimateVectoreDrawer 实现的一些动画效果,看看代码,有没有新灵感。','[http://img.gank.io/d6eb0aa7-f587-43ab-8b63-26ae1ee3821a, http://img.gank.io/6e85dd80-0c37-42e6-bb12-108abefa4fc2, http://img.gank.io/530c9fcc-dd61-40c8-929b-b9ef42e19a69, http://img.gank.io/36694bac-5c5c-4d39-87cc-faea55a4ba5c, http://img.gank.io/5ed7378b-44bd-4cf9-8ddc-43642c309696, http://img.gank.io/00d68d14-be71-4bce-adab-082fce8c6d5d, http://img.gank.io/3bccb9c2-b180-4df6-abea-28d87c6c89c8]','2016-09-26T11:52:58.626Z','chrome','Android','https://github.com/ghuiii/AnimateVectorDrawableDEMO','true','代码家'),(1587,'57e7e52f421aa95dd78e8d54','2016-09-25T22:54:39.344Z','Toolbar 组件展示 Banner 图片效果。','[http://img.gank.io/d363e8f7-1b8b-41a1-9d24-864dc8fb9aae]','2016-09-26T11:52:58.626Z','chrome','Android','https://github.com/JuL1205/SlideshowToolbar','true','代码家'),(1588,'57e7e561421aa95ddb9cb540','2016-09-25T22:55:29.805Z','利用 AnimatedVectorDrawable 实现会动的 emoji。','[http://img.gank.io/ad578f28-a541-40f6-9c2e-0e193cff3530]','2016-09-26T11:52:58.626Z','chrome','Android','https://github.com/RomainPiel/live-emoji','true','代码家'),(1589,'57e7e9c3421aa95dd78e8d56','2016-09-25T23:14:11.591Z','iOS 环形进度条效果','[http://img.gank.io/7b69cade-c5f4-4bed-ade3-596cee411992]','2016-09-26T11:52:58.626Z','chrome','iOS','https://github.com/luispadron/UICircularProgressRing','true','代码家'),(1590,'57e87050421aa95dd78e8d58','2016-09-26T08:48:16.1Z','一个小工具业余项目,如何做到月赚 8 万人民币。很励志很有故事的一篇文章。',NULL,'2016-09-26T11:52:58.626Z','chrome','瞎推荐','https://www.indiehackers.com/businesses/park-io','true','代码家'),(1591,'58101f83421aa90e6f21b44b','2016-10-26T11:14:11.143Z','10-26',NULL,'2016-10-26T11:28:10.759Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f95hzq3p4rj20u011htbm.jpg','true','daimajia'),(1592,'58102017421aa90e6f21b44c','2016-10-26T11:16:39.343Z','Swift 实现的一个简洁的计时器 Timer 功能',NULL,'2016-10-26T11:28:10.759Z','chrome','iOS','https://github.com/dalu93/Each','true','dalu'),(1593,'58102049421aa913769745c0','2016-10-26T11:17:29.981Z','Material Design 中那些标准的设计常量',NULL,'2016-10-26T11:28:10.759Z','chrome','Android','https://github.com/AoDevBlue/MaterialValues','true','Ao'),(1594,'58102076421aa91369f95987','2016-10-26T11:18:14.121Z','一款漂亮的打分效果','[http://img.gank.io/7b740bb9-4745-450a-85a4-1c5f922f4e00]','2016-10-26T11:28:10.759Z','chrome','Android','https://github.com/DreaminginCodeZH/MaterialRatingBar','true','代码及'),(1595,'581020a4421aa90e6f21b44f','2016-10-26T11:19:00.862Z','让 RecyclerView 也支持 fast scroll 效果。','[http://img.gank.io/9e62d576-fe1f-4013-8631-85b6354fc11b]','2016-10-26T11:28:10.759Z','chrome','Android','https://github.com/L4Digital/FastScroll','true','L4'),(1596,'5808f2a0421aa90e6f21b41e','2016-10-21T00:36:48.978Z','关于SharedPreference踩的那些坑',NULL,'2016-10-25T11:35:01.586Z','web','Android','http://shaohui.me/2016/10/20/%E5%85%B3%E4%BA%8ESharedPreference%E8%B8%A9%E7%9A%84%E9%82%A3%E4%BA%9B%E5%9D%91/','true','邵辉Vista'),(1597,'5809e222421aa90e799ec1ea','2016-10-21T17:38:42.687Z','轻巧易用、功能强大且配置灵活的日志封装库',NULL,'2016-10-25T11:35:01.586Z','web','Android','https://github.com/Muyangmin/Android-PLog','true','Muyangmin'),(1598,'580c1930421aa91376974597','2016-10-23T09:58:08.963Z','iOS 下又一个强大的布局库。','[http://img.gank.io/998d251b-85e3-4fcb-9ee1-35c567983e9a]','2016-10-25T11:35:01.586Z','chrome','iOS','https://github.com/wayfair/brickkit-ios','true','代码家'),(1599,'580c1a60421aa91376974599','2016-10-23T10:03:12.662Z','实现类似 iOS 10 Apple Music 一样效果的 浮起卡片过渡效果','[http://img.gank.io/8db17e14-9226-4169-a75f-a2fa608a175c]','2016-10-25T11:35:01.586Z','chrome','iOS','https://github.com/harshilshah/DeckTransition','true','harsh'),(1600,'580c7807421aa91369f95970','2016-10-23T16:42:47.788Z','Android Java 程序员开发调试与测试工具,非常实用','[http://img.gank.io/cdc8e35d-7601-4790-80f5-8f0d5926a788]','2016-10-25T11:35:01.586Z','web','Android','https://github.com/kiruto/debug-bottle','true','yuriel'),(1601,'580cb768421aa91369f95971','2016-10-23T21:13:12.129Z','一个逆天的广告:男人当爸爸前后,到底要完成多大的转变?好暖!!!',NULL,'2016-10-25T11:35:01.586Z','chrome','休息视频','http://www.miaopai.com/show/pbfpOe5dZg5HjqB9ulecLA__.htm','true','lxxself'),(1602,'580d8e4c421aa913769745a5','2016-10-24T12:30:04.148Z','有可能是目前最新最全最实用的混淆博客',NULL,'2016-10-25T11:35:01.586Z','web','Android','http://mp.weixin.qq.com/s?__biz=MzI4NTQ2OTI4MA==&mid=2247483651&idx=1&sn=85f0d6c6a0f6c4f2ece97429f423c51c&chksm=ebeafe0cdc9d771a31344d0d6861e3b864bfe36d46652770aa522631eb0115a754e1be579d3b#rd','true','zhenghuiy'),(1603,'580e28b3421aa913769745ac','2016-10-24T23:28:50.999Z','用 RFC 标准文档推翻那些你曾经的自以为是。',NULL,'2016-10-25T11:35:01.586Z','chrome','拓展资源','https://github.com/kdeldycke/awesome-falsehood','true','代码家'),(1604,'580e9c74421aa90e799ec1fa','2016-10-25T07:42:44.254Z','10-25',NULL,'2016-10-25T11:35:01.586Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f9469eoojtj20u011hdjy.jpg','true','daimajia'),(1605,'580ea1bc421aa91369f9597c','2016-10-25T08:05:16.267Z','仿 Smartisan OneStep,可以的,速度很快。','[http://img.gank.io/531277ff-1433-4914-a1ef-33e5f4f579d7]','2016-10-25T11:35:01.586Z','chrome','Android','https://github.com/gavinliu/SimpleOneStep','true','代码家'),(1606,'580ebd93421aa90e799ec1fd','2016-10-25T10:04:03.814Z','高速路模拟器,有意思了',NULL,'2016-10-25T11:35:01.586Z','chrome','瞎推荐','http://xn--mhlemann-65a.ch/highwaysim/','true','代码家'),(1607,'580ebdbe421aa90e799ec1ff','2016-10-25T10:04:46.863Z','Font-Awesome 要出 5 了,正在 kickstarter 上众筹','[http://img.gank.io/b533e02a-b9f0-451b-a042-1f443faf7528]','2016-10-25T11:35:01.586Z','chrome','瞎推荐','https://www.kickstarter.com/projects/232193852/font-awesome-5','true','kick'),(1608,'580ebea1421aa90e6f21b445','2016-10-25T10:08:33.519Z','带有徽标(数字,小红点)的按钮','[http://img.gank.io/7b9c683f-606e-4c3e-9e0e-358cfff32b74]','2016-10-25T11:35:01.586Z','web','Android','https://github.com/czy1121/badgebutton','true','ezy'),(1609,'5809d8e0421aa90e6f21b429','2016-10-21T16:59:12.407Z','模仿了 Smartisan OS 的 BigBang 功能','[http://img.gank.io/20762814-cf05-486a-90bf-5935381b5be0]','2016-10-24T11:25:22.197Z','chrome','Android','https://github.com/baoyongzhang/BigBang','true','onlylemi'),(1610,'5809f3e9421aa90e799ec1eb','2016-10-21T18:54:33.27Z','AndroidHttpCapture 一款针对于移动流量劫持而开发的Android手机抓包软件','[http://img.gank.io/daacf163-72bc-4e6a-835e-7179aadf2fcd, http://img.gank.io/ad90e09a-53aa-488b-a63a-b2e17e501c6c]','2016-10-24T11:25:22.197Z','chrome','App','https://github.com/JZ-Darkal/AndroidHttpCapture','true','咕咚'),(1611,'580c1794421aa90e6f21b431','2016-10-23T09:51:16.503Z','10-24',NULL,'2016-10-24T11:25:22.197Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f91ypzqaivj20u00k0jui.jpg','true','daimajia'),(1612,'580c3453421aa9137697459a','2016-10-23T11:53:55.373Z','国外一个小妹纸,打算测试下自己13岁小男友的忠诚度......结果就测出事了!妹纸妈妈机智的解决了早恋问题[摊手',NULL,'2016-10-24T11:25:22.197Z','chrome','休息视频','http://www.miaopai.com/show/5XPzQrzanSLMZpJ4MjhxEg__.htm','true','lxxself'),(1613,'580c53e7421aa90e799ec1f2','2016-10-23T14:08:39.502Z','通话录音',NULL,'2016-10-24T11:25:22.197Z','chrome','Android','https://github.com/aykuttasil/CallRecorder','true','家家~'),(1614,'580d5f76421aa91369f95972','2016-10-24T09:10:14.189Z','一个单纯可爱的知乎爬虫',NULL,'2016-10-24T11:25:22.197Z','web','拓展资源','https://github.com/ladingwu/python_zhihu','true','ladingwu'),(1615,'580d6b27421aa91369f95973','2016-10-24T10:00:07.831Z','精准计步器',NULL,'2016-10-24T11:25:22.197Z','chrome','Android','https://github.com/linglongxin24/DylanStepCount','true','Jason'),(1616,'580d70d5421aa91369f95974','2016-10-24T10:24:21.281Z','iOS 时间线效果的组件','[http://img.gank.io/a40945cb-7c68-469f-9efe-68a756a7dbb3]','2016-10-24T11:25:22.197Z','chrome','iOS','https://github.com/kf99916/TimelineTableViewCell','true','kf'),(1617,'580d7215421aa90e799ec1f5','2016-10-24T10:29:41.51Z','支持图片权重下载','[http://img.gank.io/e5ab640f-ebbf-4281-8e89-6855f91b7bc6]','2016-10-24T11:25:22.197Z','chrome','iOS','https://github.com/jinSasaki/Vulcan','true','vulcan'),(1618,'580d7261421aa90e799ec1f6','2016-10-24T10:30:57.437Z','在屏幕上显示 FPS,CPU 使用率,更好的监控应用性能','[http://img.gank.io/45aad0f3-e733-4522-933f-9bfc9b65cd0a]','2016-10-24T11:25:22.197Z','chrome','iOS','https://github.com/dani-gavrilov/GDPerformanceView','true','代码家'),(1619,'580d796e421aa913769745a2','2016-10-24T11:01:02.155Z','一个轻量级的dex解析器',NULL,'2016-10-24T11:25:22.197Z','web','Android','https://github.com/zjutkz/Dexer','true',NULL),(1620,'57fee37f421aa95de3b8ab9d','2016-10-13T09:29:35.352Z','找了很久的视频,笑死我了!可以不爱,但别伤害![笑cry]',NULL,'2016-10-21T11:42:18.625Z','chrome','休息视频','http://weibo.com/p/230444263b48844449692bab19a02d667006ff','true','lxxself'),(1621,'5808745d421aa91369f95958','2016-10-20T15:38:05.937Z','支持vi、grep、awk等更加强大,无需root的adb shell。',NULL,'2016-10-21T11:42:18.625Z','web','Android','https://zhuanlan.zhihu.com/p/23068742','true','weishu'),(1622,'58089031421aa91369f95959','2016-10-20T17:36:49.94Z','Support Library 25.0.0 更新讲解',NULL,'2016-10-21T11:42:18.625Z','web','Android','http://www.jianshu.com/p/f3b489b2fac8','true','cey'),(1623,'5809629c421aa9137697457f','2016-10-21T08:34:36.914Z','区块链相关的知识和资源聚合',NULL,'2016-10-21T11:42:18.625Z','chrome','拓展资源','https://github.com/McFrankline/Blockchain-stuff','true','Frank'),(1624,'58096341421aa91376974580','2016-10-21T08:37:21.866Z','Swift 下强大且易用的 矢量图 处理工具库','[http://img.gank.io/098a18bd-501c-4464-a757-f5108f45ce1d]','2016-10-21T11:42:18.625Z','chrome','iOS','https://github.com/exyte/Macaw','true','exyte'),(1625,'5809639e421aa90e799ec1de','2016-10-21T08:38:54.539Z','10-21',NULL,'2016-10-21T11:42:18.625Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f8zlenaornj20u011idhv.jpg','true','daimajia'),(1626,'580963d8421aa91369f9595e','2016-10-21T08:39:52.734Z','iOS 下优雅的异步操作',NULL,'2016-10-21T11:42:18.625Z','chrome','iOS','https://github.com/jaredsinclair/AsyncOperations','true','代码家'),(1627,'5809649c421aa90e799ec1df','2016-10-21T08:43:08.113Z','Yalantis 放出的又一大作:Multi-Selection (优雅多选框),把选中的先存起来。','[http://img.gank.io/a9bf1d7d-bef0-4924-a968-39575bc3f608]','2016-10-21T11:42:18.625Z','chrome','Android','https://github.com/Yalantis/Multi-Selection','true','代码家'),(1628,'580964eb421aa90e6f21b422','2016-10-21T08:44:27.464Z','基于 libtorrent 实现的种子下载客户端',NULL,'2016-10-21T11:42:18.625Z','chrome','Android','https://github.com/proninyaroslav/libretorrent','true','proin'),(1629,'5809653a421aa90e6f21b423','2016-10-21T08:45:46.902Z','一款简洁的蓝牙操作工具库','[http://img.gank.io/5ee722a7-c8d4-4b39-93a7-4fc852c6435a]','2016-10-21T11:42:18.625Z','chrome','Android','https://github.com/a-voyager/BluetoothHelper','true','weibo'),(1630,'5806e0ea421aa90e799ec1c3','2016-10-19T10:56:42.343Z','10个猜不到结局的爆笑广告,每一个结局都出乎意料,又令人捧腹大笑!',NULL,'2016-10-20T11:39:59.546Z','chrome','休息视频','http://www.miaopai.com/show/tfsbFTshNeWejO65yLbIGw__.htm','true','lxxself'),(1631,'58078baf421aa91369f9594c','2016-10-19T23:05:19.787Z','10-20',NULL,'2016-10-20T11:39:59.546Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f8xz7ip2u5j20u011h78h.jpg','true','daimajia'),(1632,'58078ce9421aa90e799ec1cf','2016-10-19T23:10:33.979Z','类似 Windows 的 AutoHotkey,只不过这是跨平台的方案,而且可编程。',NULL,'2016-10-20T11:39:59.546Z','chrome','Android','https://github.com/repeats/Repeat','true','机器人'),(1633,'58080c80421aa90e799ec1d1','2016-10-20T08:14:56.250Z','历史上微大的程序员们',NULL,'2016-10-20T11:39:59.546Z','chrome','拓展资源','https://github.com/rekihattori/awesome-programmers','true','机器人'),(1634,'58080cfa421aa91369f9594d','2016-10-20T08:16:58.866Z','49 个漂亮的渐变色彩,用来做网站北京再合适不过。',NULL,'2016-10-20T11:39:59.546Z','chrome','前端','https://github.com/evankarageorgos/hue','true','Frontend'),(1635,'58080d5d421aa90e6f21b40e','2016-10-20T08:18:37.180Z','React native 实现的一款查看 GitHub 热门项目的 App,完成度很高,推荐。','[http://img.gank.io/9c8312d7-81f3-452e-95f1-cbacd2f7ffca]','2016-10-20T11:39:59.546Z','chrome','iOS','https://github.com/crazycodeboy/GitHubPopular','true','机器人'),(1636,'58080d87421aa90e6f21b40f','2016-10-20T08:19:19.339Z','iOS 10 风格的日历和时间选择器','[http://img.gank.io/a09d4081-de71-4709-95c5-605d051ba94f]','2016-10-20T11:39:59.546Z','chrome','iOS','https://github.com/itsmeichigo/DateTimePicker','true','picker'),(1637,'58080dd9421aa90e799ec1d2','2016-10-20T08:20:41.169Z','一款实用的 Sketch 切图辅助插件','[http://img.gank.io/401949ce-0e39-48b6-871b-836817e45293]','2016-10-20T11:39:59.546Z','chrome','iOS','https://github.com/ozzik/Slicer','true','代码家'),(1638,'58080e33421aa91369f95950','2016-10-20T08:22:11.221Z','以组件的方式维护列表加载状态','[http://img.gank.io/fb48a6eb-7d39-4e9e-a04a-4af780e44e64]','2016-10-20T11:39:59.546Z','chrome','Android','https://github.com/gitsindonesia/baso','true','gitsindonesia'),(1639,'58080e60421aa90e6f21b411','2016-10-20T08:22:56.842Z','风车效果的 LayoutManager,做的很漂亮。','[http://img.gank.io/1c25e996-6592-42a2-82dc-bdbf15daf3f0]','2016-10-20T11:39:59.546Z','chrome','Android','https://github.com/Cleveroad/FanLayoutManager','true','代码家'),(1640,'5808285c421aa91376974574','2016-10-20T10:13:48.525Z','开始学习跨平台开发框架 Electron','[http://img.gank.io/b5efd1aa-3edf-4ac5-ab2b-d95be0172fe8, http://img.gank.io/bcd1853c-0cba-4905-a094-5f62c611f873]','2016-10-20T11:39:59.546Z','chrome','拓展资源','https://github.com/feross/electron-workshop','true','Electron'),(1641,'58180ec9421aa90e799ec24d','2016-11-01T11:40:57.96Z','给用户输入自动加上特定格式','[http://img.gank.io/1eba4c3d-8d90-4565-9b37-61047dbe41ba]','2016-11-01T11:46:01.617Z','chrome','Android','https://github.com/RedMadRobot/input-mask-android','true','代码家'),(1642,'58180eef421aa90e6f21b494','2016-11-01T11:41:35.943Z','一款比较完整的 Android 安全管理 App','[http://img.gank.io/eb2fbee1-47ee-4ddb-a09f-2d900b05b8fd]','2016-11-01T11:46:01.617Z','chrome','App','https://github.com/ittianyu/MobileGuard','true','代码家'),(1643,'5812d10d421aa913769745e1','2016-10-28T12:16:13.145Z','让日本孩子策划家族旅行,却故意少给1张机票,谁会被留下?结果出人意料!',NULL,'2016-10-31T11:43:44.770Z','chrome','休息视频','http://v.qq.com/x/cover/c9zr0i7xey0dg9c.html?vid=w0334o72jbv','true','lxxself'),(1644,'5812d582421aa91369f959a6','2016-10-28T12:35:14.706Z','一款快速浏览和分享相册中GIF的App,适配了iOS 10 的 iMessage Extension。','[http://img.gank.io/45576514-312c-4b47-88bb-0a318696f0fc]','2016-10-31T11:43:44.770Z','web','iOS','https://github.com/atuooo/notGIF','true','oOatuo'),(1645,'58144455421aa91369f959ad','2016-10-29T14:40:21.710Z','gradle从入门到放弃',NULL,'2016-10-31T11:43:44.770Z','web','Android','https://levent-j.github.io/android/2016/09/27/gradle(1)','true','Li Wenjing'),(1646,'5814bef7421aa91369f959b0','2016-10-29T23:23:35.268Z','几行代码快速实现滑动清屏效果!动态绑定清屏UI,参考自淘宝直播','[http://img.gank.io/bcf2ef6c-5f87-43c0-8636-14bf55386098]','2016-10-31T11:43:44.770Z','web','Android','https://github.com/Yellow5A5/ClearScreenHelper','true',NULL),(1647,'5814c586421aa91369f959b1','2016-10-29T23:51:33.994Z','RecyclerView 实现流式布局,可以用来做 Tag 标签效果。','[http://img.gank.io/e18fb086-81c5-4fb0-aa53-ec1d71d2ceb5]','2016-10-31T11:43:44.770Z','chrome','Android','https://github.com/BelooS/ChipsLayoutManager','true','Jason'),(1648,'58154250421aa91369f959b2','2016-10-30T08:44:00.228Z','支持多选的 RecyclerView','[http://img.gank.io/2bdef822-a4cd-465e-b6da-f4e07e30fa34]','2016-10-31T11:43:44.770Z','chrome','Android','https://github.com/dvdciri/MultiChoiceRecyclerView','true','daimajia'),(1649,'581545ca421aa91369f959b3','2016-10-30T08:58:50.458Z','一个处理 View Controller 内部和外部调用的开源库。可用于解除 View Controller 间耦合。',NULL,'2016-10-31T11:43:44.770Z','web','iOS','https://github.com/douban/FRDIntent','true','GUO Lin'),(1650,'5815b05d421aa90e799ec235','2016-10-30T16:33:33.439Z','一个 TV app 的直播节目实例,包含各央视频道及卫视频道',NULL,'2016-10-31T11:43:44.770Z','web','Android','https://github.com/hejunlin2013/LivePlayback','true','hejunlin'),(1651,'5816871a421aa91369f959b6','2016-10-31T07:49:46.592Z','10-31',NULL,'2016-10-31T11:43:44.770Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f9b46kpoeoj20ku0kuwhc.jpg','true','daimajia'),(1652,'58168761421aa91369f959b8','2016-10-31T07:50:57.824Z','Latex 最容易入门教程','[http://img.gank.io/28062930-0e14-45bc-932d-ad32d11bf6fa]','2016-10-31T11:43:44.770Z','chrome','拓展资源','https://github.com/VoLuong/Begin-Latex-in-minutes','true','Volu'),(1653,'581687fe421aa90e799ec238','2016-10-31T07:53:34.856Z','Yalantis 出品:搜索过滤器交互效果','[http://img.gank.io/980289f4-f211-4ee9-b067-bbf86f6b73c8]','2016-10-31T11:43:44.770Z','chrome','Android','https://github.com/Yalantis/SearchFilter','true','代码家'),(1654,'5816888a421aa91369f959b9','2016-10-31T07:55:54.809Z','Python 轻量级 Cache 工具','[http://img.gank.io/d72dbc48-490b-4c5a-8507-a8622ce61099]','2016-10-31T11:43:44.770Z','chrome','拓展资源','https://github.com/duboviy/minicache','true','dubovity'),(1655,'581699b9421aa90e799ec239','2016-10-31T09:09:13.883Z','兼容5.0以下转场动画帮助类','[http://img.gank.io/3abaa901-a14f-47ca-a493-17de4be6c49c]','2016-10-31T11:43:44.770Z','web','Android','https://github.com/ImmortalZ/TransitionHelper','true','Mr_immortalZ'),(1656,'58006bb3421aa95dd351b12a','2016-10-14T13:22:59.462Z','效果超棒的微笑下拉刷新。这是在 SwipeRefreshLayout基础上修改的下拉刷新库。','[http://img.gank.io/616cb9ae-2d42-4f97-a7c9-28c291c7b66f]','2016-10-28T11:29:36.510Z','web','Android','https://github.com/songixan/SmileRefresh','true',NULL),(1657,'5808959e421aa91369f9595a','2016-10-20T17:59:58.768Z','Android 上展示 FPS 的悬浮组件','[http://img.gank.io/4a0d3491-d0aa-4006-868e-13fab94100d0]','2016-10-28T11:29:36.510Z','web','Android','https://github.com/friendlyrobotnyc/TinyDancer','true','kg'),(1658,'580d8a23421aa91369f95975','2016-10-24T12:12:19.817Z','让陈赫和张全蛋告诉你为什么一天比一天胖!心里话都被说出来了,赤裸裸的真相啊!',NULL,'2016-10-28T11:29:36.510Z','chrome','休息视频','http://weibo.com/p/2304443d008bf7ceb8c2b5512102d35c891f73','true','lxxself'),(1659,'581218e9421aa90e799ec222','2016-10-27T23:10:33.618Z','10-28',NULL,'2016-10-28T11:29:36.510Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f978bh1cerj20u00u0767.jpg','true','daimajia'),(1660,'5812b679421aa90e6f21b46b','2016-10-28T10:22:49.812Z','开源的团队内部知识贡献平台','[http://img.gank.io/4fdca754-b6ca-42fd-9b5a-c072a8982cf8]','2016-10-28T11:29:36.510Z','chrome','拓展资源','https://phith0n.github.io/mooder/','true','Mooder'),(1661,'5812b826421aa90e799ec224','2016-10-28T10:29:58.752Z','很有新意的一套前端浏览器 UI 单元测试和集成测试框架,而且还开源了,做的不错。',NULL,'2016-10-28T11:29:36.510Z','chrome','前端','https://www.cypress.io/','true','代码家'),(1662,'5812ba95421aa90e799ec226','2016-10-28T10:40:21.263Z','iOS 侧边栏效果','[http://img.gank.io/c16e4e13-ad04-4d90-8782-314d2ba43d8d]','2016-10-28T11:29:36.510Z','chrome','iOS','https://github.com/lminhtm/LMSideBarController','true','lminhtm'),(1663,'5812bb31421aa913769745dd','2016-10-28T10:42:57.201Z','Sensor 注解:实现当传感器参数发生变化的时候,自动调用特定函数。',NULL,'2016-10-28T11:29:36.510Z','chrome','Android','https://github.com/dvoiss/SensorAnnotations','true','daimajia'),(1664,'5812bb94421aa91369f959a2','2016-10-28T10:44:36.747Z','滑动完成确认的交互效果','[http://img.gank.io/611f8865-2f7d-4d2f-976e-6dad68f9e595]','2016-10-28T11:29:36.510Z','chrome','Android','https://github.com/VictorAlbertos/SwipeCoordinator','true','Victor'),(1665,'5812bbcd421aa91369f959a3','2016-10-28T10:45:33.2Z','一款完整的货币转换的 App,做的很漂亮','[http://img.gank.io/1948f9e6-75fd-4432-969b-a439f716a631]','2016-10-28T11:29:36.510Z','chrome','Android','https://github.com/samanyougarg/Currency-Converter-Android','true','daimajia'),(1666,'5812bc88421aa90e6f21b471','2016-10-28T10:48:40.419Z','一款模仿开眼视频 Android 版本的客户端。','[http://img.gank.io/4a421779-160b-4a4b-b1b2-89ea9d10488d]','2016-10-28T11:29:36.510Z','chrome','App','https://github.com/Assassinss/Interessant','true','开源大法好'),(1667,'5812bcc3421aa91369f959a4','2016-10-28T10:49:39.277Z','Android Support 25.0 中 Shortcut Demo 一例','[http://img.gank.io/a8bf7dbc-ca23-4ebf-97a3-e5d4622f1b33]','2016-10-28T11:29:36.510Z','chrome','Android','https://github.com/pcevikogullari/AndroidShortcuts','true','代码家'),(1668,'58103fc2421aa913769745c6','2016-10-26T13:31:46.696Z','Android app 增量更新。','[http://img.gank.io/bddae17e-7183-44de-97d7-acf6ed5a1a0c]','2016-10-27T11:41:45.88Z','chrome','Android','https://github.com/kingwang666/AppAddUpdate','true','kingwang'),(1669,'58105477421aa90e799ec213','2016-10-26T15:00:07.731Z','可设置圆角背景边框的的按钮','[http://img.gank.io/82378ff5-b30d-4a57-ac75-4250d71b77fd]','2016-10-27T11:41:45.88Z','web','Android','https://github.com/czy1121/roundbutton','true','ezy'),(1670,'58105e19421aa90e6f21b454','2016-10-26T15:41:13.545Z','一个才适应Swift2.2的开发者眼中的Swift 3.0和iOS 10',NULL,'2016-10-27T11:41:45.88Z','web','iOS','http://fanhang.me/post/ios/-ge-cai-gua-ying-swift2.2de-kai-fa-zhe-yan-zhong-de-swift-3.0he-ios-10#toc_0','true','Rxamoy'),(1671,'581073c2421aa91369f95992','2016-10-26T17:13:38.464Z','让你的 App 不再那么无聊和单调,气泡风格的过渡动画效果,酷酷的!(老外投稿)','[http://img.gank.io/48064ba8-51f4-4732-86e2-25353d4eced2]','2016-10-27T11:41:45.88Z','web','Android','https://github.com/Cleveroad/BubbleAnimationLayout','true',NULL),(1672,'5810bf67421aa90e6f21b458','2016-10-26T22:36:23.287Z','一个功能强大的TextView,可以满足日常大部分布局方式','[http://img.gank.io/4bde91e7-03ff-478f-bf82-ebc21dbd8ad4]','2016-10-27T11:41:45.88Z','chrome','Android','https://github.com/lygttpod/SuperTextView','true','Jason'),(1673,'5810c6cc421aa90e6f21b459','2016-10-26T23:07:56.851Z','Android进程绝杀技',NULL,'2016-10-27T11:41:45.88Z','web','Android','http://gityuan.com/2016/10/22/force-stop/','true','Pan HongJin'),(1674,'581153b2421aa90e6f21b45c','2016-10-27T09:09:06.489Z','CSS的reflow和repaint',NULL,'2016-10-27T11:41:45.88Z','web','前端','https://github.com/wangning0/Autumn_Ning_Blog/blob/master/blogs/10-27/reflow&repaint.md','true','王宁'),(1675,'5811596a421aa90e6f21b45e','2016-10-27T09:33:30.47Z','10-27',NULL,'2016-10-27T11:41:45.88Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034gw1f96kp6faayj20u00jywg9.jpg','true','daimajia'),(1676,'58116914421aa913769745d0','2016-10-27T10:40:20.548Z','B 站开源的:利用 HTML5 来播放 FLV组件',NULL,'2016-10-27T11:41:45.88Z','chrome','前端','https://github.com/Bilibili/flv.js','true','LFLV'),(1677,'581169a4421aa90e799ec219','2016-10-27T10:42:44.903Z','听说新版的 Macbook 没有 ESC 键,VIM 党不能忍,开源了这个项目!','[http://img.gank.io/9229cd36-be57-42f3-95da-23bb1c12209b]','2016-10-27T11:41:45.88Z','chrome','iOS','https://github.com/brianmichel/ESCapey','true','代码家'),(1678,'58116ccd421aa91369f95997','2016-10-27T10:56:13.866Z','百度网盘命令行工具',NULL,'2016-10-27T11:41:45.88Z','chrome','瞎推荐','https://github.com/GangZhuo/BaiduPCS','true','代码家'),(1679,'58116d68421aa91369f95998','2016-10-27T10:58:48.731Z','JS 实现的 HLS 格式播放器','[http://img.gank.io/881de5c0-089d-4f42-9c25-46e9ff01d95d]','2016-10-27T11:41:45.88Z','chrome','前端','https://github.com/dailymotion/hls.js','true','代码家'),(1680,'58116d98421aa90e799ec21a','2016-10-27T10:59:36.623Z','无需越狱,读取其他 App 的 InfoPlist 文件','[http://img.gank.io/80d84bb7-a36d-40cf-8fb4-7e6081f821a2]','2016-10-27T11:41:45.88Z','chrome','iOS','https://github.com/cyanzhong/Retriver','true','daimajia'),(1681,'5811754b421aa90e6f21b463','2016-10-27T11:32:27.285Z','一款轻量级的文件选择器,支持多种文件类型','[http://img.gank.io/35553301-3def-40f8-81f1-a853e0aa0987, http://img.gank.io/190fe2c8-5ab4-4c61-b906-187d6b7ee35f]','2016-10-27T11:41:45.88Z','web','Android','https://github.com/fishwjy/MultiType-FilePicker','true','Vincent'),(1682,'5811761c421aa913769745d4','2016-10-27T11:35:56.365Z','香港电台做过一个轰动全港的节目《穷富翁大作战》,邀请数名社会富豪化身底层人民去工作生活,其中影响力最大的是这期——香港四大家族之一,田家公子田北辰。他在三天时间里去做清洁工,尝尽底层辛酸,并说出了震撼金句:“这个社会在极严厉地惩罚读不成书的人。”强烈推荐观看!',NULL,'2016-10-27T11:41:45.88Z','chrome','休息视频','http://v.youku.com/v_show/id_XNzU2MDk1OTY0.html?from=s1.8-1-1.2&spm=a2h0k.8191407.0.0','true','daimajia'),(1683,'57eb1c5d421aa95dd351b0a0','2016-09-28T09:26:53.382Z','绝对想不到,电影的里那些声音,竟然是这些破烂发出的',NULL,'2016-10-26T11:28:10.759Z','chrome','休息视频','http://www.miaopai.com/show/4qrig2S8yF0SsUhxaOaqbg__.htm','true','lxxself'),(1684,'57ef3275421aa95de3b8ab34','2016-10-01T11:50:13.266Z','project.pbxproj 文件被包含于 Xcode 工程文件 *.xcodeproj 之中,存储着 Xcode 工程的各项配置参数。它本质上是一种旧风格的 Property List 文件,历史可追溯到 NeXT 的 OpenStep。其可读性不如 xml 和 json,苹果却一直沿用至今,作为一家以创新闻名的公司可能这里剩下的就是情怀吧。',NULL,'2016-10-26T11:28:10.759Z','web','iOS','http://yulingtianxia.com/blog/2016/09/28/Let-s-Talk-About-project-pbxproj/','true','杨萧玉'),(1685,'580f1f91421aa90e799ec204','2016-10-25T17:02:09.125Z','一款开放式、支持多维设计与分析 的BI Dashboard应用',NULL,'2016-10-26T11:28:10.759Z','web','前端','https://github.com/yzhang921/CBoard','true',NULL),(1686,'580f8416421aa90e799ec208','2016-10-26T00:11:02.667Z','漫谈Android 增量更新',NULL,'2016-10-26T11:28:10.759Z','chrome','拓展资源','http://blog.csdn.net/dd864140130/article/details/52928419','true','江湖人称小白哥'),(1687,'580ff3fd421aa913769745bb','2016-10-26T08:08:29.661Z','高仿微信视差手势滑动返回,无需设置透明主题','[http://img.gank.io/2873a863-09ce-4581-91bc-5707d9b3a993]','2016-10-26T11:28:10.759Z','web','Android','https://github.com/oubowu/SlideBack','true','Ou Bowu'),(1688,'5810045f421aa90e799ec20a','2016-10-26T09:18:23.339Z','基于 DNS 实现的 Android 广告拦截','[http://img.gank.io/4f10467a-99a2-4429-9d45-eaa775818756]','2016-10-26T11:28:10.759Z','chrome','Android','https://github.com/julian-klode/dns66','true','代码家'),(1689,'581006bd421aa91369f95984','2016-10-26T09:28:28.930Z','开源的 Android APM (应用性能监测) 工具','[http://img.gank.io/f2519838-efb6-4d36-9b3e-a0cf9dd09dd3]','2016-10-26T11:28:10.759Z','chrome','Android','https://github.com/scouter-project/scouter','true','代码家'),(1690,'581006d1421aa90e6f21b447','2016-10-26T09:28:49.459Z','百度开源自己文件系统','[http://img.gank.io/21cd7e6e-84b0-4a9b-abe4-6a139eb2cdc9]','2016-10-26T11:28:10.759Z','chrome','拓展资源','https://github.com/baidu/bfs','true','fs'),(1691,'58058e16421aa90e799ec1b5','2016-10-18T10:51:02.87Z','文本编辑工具,轻松搞定一段文字不同颜色的需求','[http://img.gank.io/c318a175-59f0-4dbe-b2e6-8ec886fb2a61]','2016-10-19T11:47:24.946Z','web','Android','https://github.com/THEONE10211024/ColorPhrase','true','xiayong'),(1692,'5805ade4421aa90e6f21b3f3','2016-10-18T13:06:44.306Z','又一个 Material ViewPagerIndicator (指示器)','[http://img.gank.io/6fa3957e-80ca-46a9-bf93-73a8aad0113f]','2016-10-19T11:47:24.946Z','chrome','Android','https://github.com/ronaldsmartin/Material-ViewPagerIndicator','true','代码家'),(1693,'5805ae97421aa90e6f21b3f5','2016-10-18T13:09:43.964Z','教你用 Google Vision Api 实现的人脸检测效果。',NULL,'2016-10-19T11:47:24.946Z','chrome','Android','https://hackernoon.com/machine-learning-for-android-developers-with-the-mobile-vision-api-part-1-face-detection-e7e24a3e472f#.k02j2joo0','true','代码家'),(1694,'5806ac38421aa91376974564','2016-10-19T07:11:52.511Z','图片手动切割组件,自动切割选取部分的图片。(如果能加上套索就完美了)','[http://img.gank.io/1768d0e1-e018-44af-ba8f-acd3a6d06daa]','2016-10-19T11:47:24.946Z','chrome','iOS','https://github.com/cemolcay/ImageFreeCut','true','机器人'),(1695,'5806ac7b421aa91369f95942','2016-10-19T07:12:59.231Z','带有滑动弹性效果 PageViewController,太漂亮了。','[http://img.gank.io/19627cb1-dff8-468e-a697-448dec178ffd]','2016-10-19T11:47:24.946Z','chrome','iOS','https://github.com/BohdanOrlov/BouncyPageViewController','true','机器人'),(1696,'5806ae3e421aa90e6f21b3fa','2016-10-19T07:20:30.116Z','做的很棒的一个 Android 辐射数据统计效果','[http://img.gank.io/07c56cae-9edc-4028-845e-168cc8a515a6]','2016-10-19T11:47:24.946Z','chrome','Android','https://github.com/DmitriyZaitsev/RadarChartView','true','代码家'),(1697,'5806b10f421aa90e799ec1c2','2016-10-19T07:32:31.743Z','ColorTextView:让特定的文字呈现出特定的颜色,很小的一个工具库,但是特定场景下格外有用。','[http://img.gank.io/7a2eb02f-c366-4461-9989-6f1bbc5ab751]','2016-10-19T11:47:24.946Z','chrome','Android','https://github.com/zhonghanwen/ColorTextView','true','代码家'),(1698,'5806b5c3421aa90e6f21b3fb','2016-10-19T07:52:35.528Z','在MDCC中冯森林老师的《回归初心,从容器化到组件化》,为我们这些没有那么多精力折腾黑科技开发者们打开了另一扇门',NULL,'2016-10-19T11:47:24.946Z','web','Android','http://kymjs.com/code/2016/10/18/01','true','张涛'),(1699,'5806c0ec421aa91376974565','2016-10-19T08:40:12.537Z','大象:基于 RxJava+Retrofit+MVP+Material Design 开发的一款 PHPHub 社区第三方 Android 客户端','[http://img.gank.io/15433972-6152-4316-8739-1e3fd137da7e]','2016-10-19T11:47:24.946Z','web','App','https://github.com/Freelander/Elephant','true','Paul General'),(1700,'5806db07421aa90e6f21b3ff','2016-10-19T10:31:35.169Z','用《Pokemon Go》的游戏音效重新编曲后,唱《神奇宝贝》的片头主题曲。',NULL,'2016-10-19T11:47:24.946Z','chrome','休息视频','http://www.miaopai.com/show/zT~Z~PrHK-2zGugZeYgsLA__.htm','true','Pokemon'),(1701,'5806eb37421aa90e799ec1c4','2016-10-19T11:40:39.218Z','10-19',NULL,'2016-10-19T11:47:24.946Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f8xff48zauj20u00x5jws.jpg','true','daimajia'),(1702,'57ee218b421aa95dd351b0bb','2016-09-30T16:25:47.271Z','替换用户输入的所有Emoji为HTML NCR(Numeric Character Reference)直接入库,前端显示直接打印,达到WYSWYG的效果。',NULL,'2016-10-18T11:50:35.205Z','web','瞎推荐','https://github.com/hidehalo/Emoji','true','__hidehalo'),(1703,'5800a66b421aa95dd351b12e','2016-10-14T17:33:31.111Z','自定义 自动补充 email 的 EditText','[http://img.gank.io/3ba627c7-23d2-4476-8527-7d872b608de1]','2016-10-18T11:50:35.205Z','web','Android','https://github.com/wangshaolei/AutoFillEmailEditText','true','fearless'),(1704,'58013e82421aa95dd351b131','2016-10-15T04:22:26.561Z','【经验分享】Android 事件分发机制详解',NULL,'2016-10-18T11:50:35.205Z','web','Android','http://www.gcssloop.com/customview/dispatch-touchevent-source','true','sloop'),(1705,'58024a79421aa90e714dc97b','2016-10-15T23:25:45.582Z','使AppBarLayout 可以弹性下拉的Behavior',NULL,'2016-10-18T11:50:35.205Z','web','Android','https://github.com/ToDou/appbarlayout-spring-behavior','true',NULL),(1706,'5802d6a3421aa90e799ec192','2016-10-16T09:23:47.790Z','漂亮的 Swift 实现的 Message 通知效果。','[http://img.gank.io/f5879caa-5d4c-40a4-a446-ad6c3ada01a9]','2016-10-18T11:50:35.205Z','chrome','iOS','https://github.com/SwiftKickMobile/SwiftMessages','true','机器人'),(1707,'5802d782421aa90e6f21b3d5','2016-10-16T09:27:30.729Z','一个中规中矩的日历组件,很简约。','[http://img.gank.io/d3e0f278-22f1-46ca-8f55-fe0a4851120c]','2016-10-18T11:50:35.205Z','chrome','iOS','https://github.com/shoheiyokoyama/Koyomi','true','机器人'),(1708,'5805612d421aa90e799ec1ac','2016-10-18T07:39:25.756Z','10-18',NULL,'2016-10-18T11:50:35.205Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f8w2tr9bgzj20ku0mjdi8.jpg','true','代码家'),(1709,'580564d0421aa90e6f21b3ea','2016-10-18T07:54:56.964Z','iOS Font-Awesome 工具箱','[http://img.gank.io/702b1e02-c00e-4c31-acd8-3bb14ff28d87, http://img.gank.io/a6fe536b-7cbe-43c2-b93d-e99c7d376409]','2016-10-18T11:50:35.205Z','chrome','iOS','https://github.com/qiuncheng/FontAwesomeKit.Swift','true','Robot'),(1710,'58101f83421aa90e6f21b44b','2016-10-26T11:14:11.143Z','10-26',NULL,'2016-10-26T11:28:10.759Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f95hzq3p4rj20u011htbm.jpg','true','daimajia'),(1711,'58102017421aa90e6f21b44c','2016-10-26T11:16:39.343Z','Swift 实现的一个简洁的计时器 Timer 功能',NULL,'2016-10-26T11:28:10.759Z','chrome','iOS','https://github.com/dalu93/Each','true','dalu'),(1712,'58102049421aa913769745c0','2016-10-26T11:17:29.981Z','Material Design 中那些标准的设计常量',NULL,'2016-10-26T11:28:10.759Z','chrome','Android','https://github.com/AoDevBlue/MaterialValues','true','Ao'),(1713,'58102076421aa91369f95987','2016-10-26T11:18:14.121Z','一款漂亮的打分效果','[http://img.gank.io/7b740bb9-4745-450a-85a4-1c5f922f4e00]','2016-10-26T11:28:10.759Z','chrome','Android','https://github.com/DreaminginCodeZH/MaterialRatingBar','true','代码及'),(1714,'581020a4421aa90e6f21b44f','2016-10-26T11:19:00.862Z','让 RecyclerView 也支持 fast scroll 效果。','[http://img.gank.io/9e62d576-fe1f-4013-8631-85b6354fc11b]','2016-10-26T11:28:10.759Z','chrome','Android','https://github.com/L4Digital/FastScroll','true','L4'),(1715,'5808f2a0421aa90e6f21b41e','2016-10-21T00:36:48.978Z','关于SharedPreference踩的那些坑',NULL,'2016-10-25T11:35:01.586Z','web','Android','http://shaohui.me/2016/10/20/%E5%85%B3%E4%BA%8ESharedPreference%E8%B8%A9%E7%9A%84%E9%82%A3%E4%BA%9B%E5%9D%91/','true','邵辉Vista'),(1716,'5809e222421aa90e799ec1ea','2016-10-21T17:38:42.687Z','轻巧易用、功能强大且配置灵活的日志封装库',NULL,'2016-10-25T11:35:01.586Z','web','Android','https://github.com/Muyangmin/Android-PLog','true','Muyangmin'),(1717,'580c1930421aa91376974597','2016-10-23T09:58:08.963Z','iOS 下又一个强大的布局库。','[http://img.gank.io/998d251b-85e3-4fcb-9ee1-35c567983e9a]','2016-10-25T11:35:01.586Z','chrome','iOS','https://github.com/wayfair/brickkit-ios','true','代码家'),(1718,'580c1a60421aa91376974599','2016-10-23T10:03:12.662Z','实现类似 iOS 10 Apple Music 一样效果的 浮起卡片过渡效果','[http://img.gank.io/8db17e14-9226-4169-a75f-a2fa608a175c]','2016-10-25T11:35:01.586Z','chrome','iOS','https://github.com/harshilshah/DeckTransition','true','harsh'),(1719,'580c7807421aa91369f95970','2016-10-23T16:42:47.788Z','Android Java 程序员开发调试与测试工具,非常实用','[http://img.gank.io/cdc8e35d-7601-4790-80f5-8f0d5926a788]','2016-10-25T11:35:01.586Z','web','Android','https://github.com/kiruto/debug-bottle','true','yuriel'),(1720,'580cb768421aa91369f95971','2016-10-23T21:13:12.129Z','一个逆天的广告:男人当爸爸前后,到底要完成多大的转变?好暖!!!',NULL,'2016-10-25T11:35:01.586Z','chrome','休息视频','http://www.miaopai.com/show/pbfpOe5dZg5HjqB9ulecLA__.htm','true','lxxself'),(1721,'580d8e4c421aa913769745a5','2016-10-24T12:30:04.148Z','有可能是目前最新最全最实用的混淆博客',NULL,'2016-10-25T11:35:01.586Z','web','Android','http://mp.weixin.qq.com/s?__biz=MzI4NTQ2OTI4MA==&mid=2247483651&idx=1&sn=85f0d6c6a0f6c4f2ece97429f423c51c&chksm=ebeafe0cdc9d771a31344d0d6861e3b864bfe36d46652770aa522631eb0115a754e1be579d3b#rd','true','zhenghuiy'),(1722,'580e28b3421aa913769745ac','2016-10-24T23:28:50.999Z','用 RFC 标准文档推翻那些你曾经的自以为是。',NULL,'2016-10-25T11:35:01.586Z','chrome','拓展资源','https://github.com/kdeldycke/awesome-falsehood','true','代码家'),(1723,'580e9c74421aa90e799ec1fa','2016-10-25T07:42:44.254Z','10-25',NULL,'2016-10-25T11:35:01.586Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f9469eoojtj20u011hdjy.jpg','true','daimajia'),(1724,'580ea1bc421aa91369f9597c','2016-10-25T08:05:16.267Z','仿 Smartisan OneStep,可以的,速度很快。','[http://img.gank.io/531277ff-1433-4914-a1ef-33e5f4f579d7]','2016-10-25T11:35:01.586Z','chrome','Android','https://github.com/gavinliu/SimpleOneStep','true','代码家'),(1725,'580ebd93421aa90e799ec1fd','2016-10-25T10:04:03.814Z','高速路模拟器,有意思了',NULL,'2016-10-25T11:35:01.586Z','chrome','瞎推荐','http://xn--mhlemann-65a.ch/highwaysim/','true','代码家'),(1726,'580ebdbe421aa90e799ec1ff','2016-10-25T10:04:46.863Z','Font-Awesome 要出 5 了,正在 kickstarter 上众筹','[http://img.gank.io/b533e02a-b9f0-451b-a042-1f443faf7528]','2016-10-25T11:35:01.586Z','chrome','瞎推荐','https://www.kickstarter.com/projects/232193852/font-awesome-5','true','kick'),(1727,'580ebea1421aa90e6f21b445','2016-10-25T10:08:33.519Z','带有徽标(数字,小红点)的按钮','[http://img.gank.io/7b9c683f-606e-4c3e-9e0e-358cfff32b74]','2016-10-25T11:35:01.586Z','web','Android','https://github.com/czy1121/badgebutton','true','ezy'),(1728,'5809d8e0421aa90e6f21b429','2016-10-21T16:59:12.407Z','模仿了 Smartisan OS 的 BigBang 功能','[http://img.gank.io/20762814-cf05-486a-90bf-5935381b5be0]','2016-10-24T11:25:22.197Z','chrome','Android','https://github.com/baoyongzhang/BigBang','true','onlylemi'),(1729,'5809f3e9421aa90e799ec1eb','2016-10-21T18:54:33.27Z','AndroidHttpCapture 一款针对于移动流量劫持而开发的Android手机抓包软件','[http://img.gank.io/daacf163-72bc-4e6a-835e-7179aadf2fcd, http://img.gank.io/ad90e09a-53aa-488b-a63a-b2e17e501c6c]','2016-10-24T11:25:22.197Z','chrome','App','https://github.com/JZ-Darkal/AndroidHttpCapture','true','咕咚'),(1730,'580c1794421aa90e6f21b431','2016-10-23T09:51:16.503Z','10-24',NULL,'2016-10-24T11:25:22.197Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f91ypzqaivj20u00k0jui.jpg','true','daimajia'),(1731,'580c3453421aa9137697459a','2016-10-23T11:53:55.373Z','国外一个小妹纸,打算测试下自己13岁小男友的忠诚度......结果就测出事了!妹纸妈妈机智的解决了早恋问题[摊手',NULL,'2016-10-24T11:25:22.197Z','chrome','休息视频','http://www.miaopai.com/show/5XPzQrzanSLMZpJ4MjhxEg__.htm','true','lxxself'),(1732,'580c53e7421aa90e799ec1f2','2016-10-23T14:08:39.502Z','通话录音',NULL,'2016-10-24T11:25:22.197Z','chrome','Android','https://github.com/aykuttasil/CallRecorder','true','家家~'),(1733,'580d5f76421aa91369f95972','2016-10-24T09:10:14.189Z','一个单纯可爱的知乎爬虫',NULL,'2016-10-24T11:25:22.197Z','web','拓展资源','https://github.com/ladingwu/python_zhihu','true','ladingwu'),(1734,'580d6b27421aa91369f95973','2016-10-24T10:00:07.831Z','精准计步器',NULL,'2016-10-24T11:25:22.197Z','chrome','Android','https://github.com/linglongxin24/DylanStepCount','true','Jason'),(1735,'580d70d5421aa91369f95974','2016-10-24T10:24:21.281Z','iOS 时间线效果的组件','[http://img.gank.io/a40945cb-7c68-469f-9efe-68a756a7dbb3]','2016-10-24T11:25:22.197Z','chrome','iOS','https://github.com/kf99916/TimelineTableViewCell','true','kf'),(1736,'580d7215421aa90e799ec1f5','2016-10-24T10:29:41.51Z','支持图片权重下载','[http://img.gank.io/e5ab640f-ebbf-4281-8e89-6855f91b7bc6]','2016-10-24T11:25:22.197Z','chrome','iOS','https://github.com/jinSasaki/Vulcan','true','vulcan'),(1737,'580d7261421aa90e799ec1f6','2016-10-24T10:30:57.437Z','在屏幕上显示 FPS,CPU 使用率,更好的监控应用性能','[http://img.gank.io/45aad0f3-e733-4522-933f-9bfc9b65cd0a]','2016-10-24T11:25:22.197Z','chrome','iOS','https://github.com/dani-gavrilov/GDPerformanceView','true','代码家'),(1738,'580d796e421aa913769745a2','2016-10-24T11:01:02.155Z','一个轻量级的dex解析器',NULL,'2016-10-24T11:25:22.197Z','web','Android','https://github.com/zjutkz/Dexer','true',NULL),(1739,'57fee37f421aa95de3b8ab9d','2016-10-13T09:29:35.352Z','找了很久的视频,笑死我了!可以不爱,但别伤害![笑cry]',NULL,'2016-10-21T11:42:18.625Z','chrome','休息视频','http://weibo.com/p/230444263b48844449692bab19a02d667006ff','true','lxxself'),(1740,'5808745d421aa91369f95958','2016-10-20T15:38:05.937Z','支持vi、grep、awk等更加强大,无需root的adb shell。',NULL,'2016-10-21T11:42:18.625Z','web','Android','https://zhuanlan.zhihu.com/p/23068742','true','weishu'),(1741,'58089031421aa91369f95959','2016-10-20T17:36:49.94Z','Support Library 25.0.0 更新讲解',NULL,'2016-10-21T11:42:18.625Z','web','Android','http://www.jianshu.com/p/f3b489b2fac8','true','cey'),(1742,'5809629c421aa9137697457f','2016-10-21T08:34:36.914Z','区块链相关的知识和资源聚合',NULL,'2016-10-21T11:42:18.625Z','chrome','拓展资源','https://github.com/McFrankline/Blockchain-stuff','true','Frank'),(1743,'58096341421aa91376974580','2016-10-21T08:37:21.866Z','Swift 下强大且易用的 矢量图 处理工具库','[http://img.gank.io/098a18bd-501c-4464-a757-f5108f45ce1d]','2016-10-21T11:42:18.625Z','chrome','iOS','https://github.com/exyte/Macaw','true','exyte'),(1744,'5809639e421aa90e799ec1de','2016-10-21T08:38:54.539Z','10-21',NULL,'2016-10-21T11:42:18.625Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f8zlenaornj20u011idhv.jpg','true','daimajia'),(1745,'580963d8421aa91369f9595e','2016-10-21T08:39:52.734Z','iOS 下优雅的异步操作',NULL,'2016-10-21T11:42:18.625Z','chrome','iOS','https://github.com/jaredsinclair/AsyncOperations','true','代码家'),(1746,'5809649c421aa90e799ec1df','2016-10-21T08:43:08.113Z','Yalantis 放出的又一大作:Multi-Selection (优雅多选框),把选中的先存起来。','[http://img.gank.io/a9bf1d7d-bef0-4924-a968-39575bc3f608]','2016-10-21T11:42:18.625Z','chrome','Android','https://github.com/Yalantis/Multi-Selection','true','代码家'),(1747,'580964eb421aa90e6f21b422','2016-10-21T08:44:27.464Z','基于 libtorrent 实现的种子下载客户端',NULL,'2016-10-21T11:42:18.625Z','chrome','Android','https://github.com/proninyaroslav/libretorrent','true','proin'),(1748,'5809653a421aa90e6f21b423','2016-10-21T08:45:46.902Z','一款简洁的蓝牙操作工具库','[http://img.gank.io/5ee722a7-c8d4-4b39-93a7-4fc852c6435a]','2016-10-21T11:42:18.625Z','chrome','Android','https://github.com/a-voyager/BluetoothHelper','true','weibo'),(1749,'5806e0ea421aa90e799ec1c3','2016-10-19T10:56:42.343Z','10个猜不到结局的爆笑广告,每一个结局都出乎意料,又令人捧腹大笑!',NULL,'2016-10-20T11:39:59.546Z','chrome','休息视频','http://www.miaopai.com/show/tfsbFTshNeWejO65yLbIGw__.htm','true','lxxself'),(1750,'58078baf421aa91369f9594c','2016-10-19T23:05:19.787Z','10-20',NULL,'2016-10-20T11:39:59.546Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f8xz7ip2u5j20u011h78h.jpg','true','daimajia'),(1751,'58078ce9421aa90e799ec1cf','2016-10-19T23:10:33.979Z','类似 Windows 的 AutoHotkey,只不过这是跨平台的方案,而且可编程。',NULL,'2016-10-20T11:39:59.546Z','chrome','Android','https://github.com/repeats/Repeat','true','机器人'),(1752,'58080c80421aa90e799ec1d1','2016-10-20T08:14:56.250Z','历史上微大的程序员们',NULL,'2016-10-20T11:39:59.546Z','chrome','拓展资源','https://github.com/rekihattori/awesome-programmers','true','机器人'),(1753,'58080cfa421aa91369f9594d','2016-10-20T08:16:58.866Z','49 个漂亮的渐变色彩,用来做网站北京再合适不过。',NULL,'2016-10-20T11:39:59.546Z','chrome','前端','https://github.com/evankarageorgos/hue','true','Frontend'),(1754,'58080d5d421aa90e6f21b40e','2016-10-20T08:18:37.180Z','React native 实现的一款查看 GitHub 热门项目的 App,完成度很高,推荐。','[http://img.gank.io/9c8312d7-81f3-452e-95f1-cbacd2f7ffca]','2016-10-20T11:39:59.546Z','chrome','iOS','https://github.com/crazycodeboy/GitHubPopular','true','机器人'),(1755,'58080d87421aa90e6f21b40f','2016-10-20T08:19:19.339Z','iOS 10 风格的日历和时间选择器','[http://img.gank.io/a09d4081-de71-4709-95c5-605d051ba94f]','2016-10-20T11:39:59.546Z','chrome','iOS','https://github.com/itsmeichigo/DateTimePicker','true','picker'),(1756,'58080dd9421aa90e799ec1d2','2016-10-20T08:20:41.169Z','一款实用的 Sketch 切图辅助插件','[http://img.gank.io/401949ce-0e39-48b6-871b-836817e45293]','2016-10-20T11:39:59.546Z','chrome','iOS','https://github.com/ozzik/Slicer','true','代码家'),(1757,'58080e33421aa91369f95950','2016-10-20T08:22:11.221Z','以组件的方式维护列表加载状态','[http://img.gank.io/fb48a6eb-7d39-4e9e-a04a-4af780e44e64]','2016-10-20T11:39:59.546Z','chrome','Android','https://github.com/gitsindonesia/baso','true','gitsindonesia'),(1758,'58080e60421aa90e6f21b411','2016-10-20T08:22:56.842Z','风车效果的 LayoutManager,做的很漂亮。','[http://img.gank.io/1c25e996-6592-42a2-82dc-bdbf15daf3f0]','2016-10-20T11:39:59.546Z','chrome','Android','https://github.com/Cleveroad/FanLayoutManager','true','代码家'),(1759,'5808285c421aa91376974574','2016-10-20T10:13:48.525Z','开始学习跨平台开发框架 Electron','[http://img.gank.io/b5efd1aa-3edf-4ac5-ab2b-d95be0172fe8, http://img.gank.io/bcd1853c-0cba-4905-a094-5f62c611f873]','2016-10-20T11:39:59.546Z','chrome','拓展资源','https://github.com/feross/electron-workshop','true','Electron'),(1760,'58180ec9421aa90e799ec24d','2016-11-01T11:40:57.96Z','给用户输入自动加上特定格式','[http://img.gank.io/1eba4c3d-8d90-4565-9b37-61047dbe41ba]','2016-11-01T11:46:01.617Z','chrome','Android','https://github.com/RedMadRobot/input-mask-android','true','代码家'),(1761,'58180eef421aa90e6f21b494','2016-11-01T11:41:35.943Z','一款比较完整的 Android 安全管理 App','[http://img.gank.io/eb2fbee1-47ee-4ddb-a09f-2d900b05b8fd]','2016-11-01T11:46:01.617Z','chrome','App','https://github.com/ittianyu/MobileGuard','true','代码家'),(1762,'5812d10d421aa913769745e1','2016-10-28T12:16:13.145Z','让日本孩子策划家族旅行,却故意少给1张机票,谁会被留下?结果出人意料!',NULL,'2016-10-31T11:43:44.770Z','chrome','休息视频','http://v.qq.com/x/cover/c9zr0i7xey0dg9c.html?vid=w0334o72jbv','true','lxxself'),(1763,'5812d582421aa91369f959a6','2016-10-28T12:35:14.706Z','一款快速浏览和分享相册中GIF的App,适配了iOS 10 的 iMessage Extension。','[http://img.gank.io/45576514-312c-4b47-88bb-0a318696f0fc]','2016-10-31T11:43:44.770Z','web','iOS','https://github.com/atuooo/notGIF','true','oOatuo'),(1764,'58144455421aa91369f959ad','2016-10-29T14:40:21.710Z','gradle从入门到放弃',NULL,'2016-10-31T11:43:44.770Z','web','Android','https://levent-j.github.io/android/2016/09/27/gradle(1)','true','Li Wenjing'),(1765,'5814bef7421aa91369f959b0','2016-10-29T23:23:35.268Z','几行代码快速实现滑动清屏效果!动态绑定清屏UI,参考自淘宝直播','[http://img.gank.io/bcf2ef6c-5f87-43c0-8636-14bf55386098]','2016-10-31T11:43:44.770Z','web','Android','https://github.com/Yellow5A5/ClearScreenHelper','true',NULL),(1766,'5814c586421aa91369f959b1','2016-10-29T23:51:33.994Z','RecyclerView 实现流式布局,可以用来做 Tag 标签效果。','[http://img.gank.io/e18fb086-81c5-4fb0-aa53-ec1d71d2ceb5]','2016-10-31T11:43:44.770Z','chrome','Android','https://github.com/BelooS/ChipsLayoutManager','true','Jason'),(1767,'58154250421aa91369f959b2','2016-10-30T08:44:00.228Z','支持多选的 RecyclerView','[http://img.gank.io/2bdef822-a4cd-465e-b6da-f4e07e30fa34]','2016-10-31T11:43:44.770Z','chrome','Android','https://github.com/dvdciri/MultiChoiceRecyclerView','true','daimajia'),(1768,'581545ca421aa91369f959b3','2016-10-30T08:58:50.458Z','一个处理 View Controller 内部和外部调用的开源库。可用于解除 View Controller 间耦合。',NULL,'2016-10-31T11:43:44.770Z','web','iOS','https://github.com/douban/FRDIntent','true','GUO Lin'),(1769,'5815b05d421aa90e799ec235','2016-10-30T16:33:33.439Z','一个 TV app 的直播节目实例,包含各央视频道及卫视频道',NULL,'2016-10-31T11:43:44.770Z','web','Android','https://github.com/hejunlin2013/LivePlayback','true','hejunlin'),(1770,'5816871a421aa91369f959b6','2016-10-31T07:49:46.592Z','10-31',NULL,'2016-10-31T11:43:44.770Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f9b46kpoeoj20ku0kuwhc.jpg','true','daimajia'),(1771,'58168761421aa91369f959b8','2016-10-31T07:50:57.824Z','Latex 最容易入门教程','[http://img.gank.io/28062930-0e14-45bc-932d-ad32d11bf6fa]','2016-10-31T11:43:44.770Z','chrome','拓展资源','https://github.com/VoLuong/Begin-Latex-in-minutes','true','Volu'),(1772,'581687fe421aa90e799ec238','2016-10-31T07:53:34.856Z','Yalantis 出品:搜索过滤器交互效果','[http://img.gank.io/980289f4-f211-4ee9-b067-bbf86f6b73c8]','2016-10-31T11:43:44.770Z','chrome','Android','https://github.com/Yalantis/SearchFilter','true','代码家'),(1773,'5816888a421aa91369f959b9','2016-10-31T07:55:54.809Z','Python 轻量级 Cache 工具','[http://img.gank.io/d72dbc48-490b-4c5a-8507-a8622ce61099]','2016-10-31T11:43:44.770Z','chrome','拓展资源','https://github.com/duboviy/minicache','true','dubovity'),(1774,'581699b9421aa90e799ec239','2016-10-31T09:09:13.883Z','兼容5.0以下转场动画帮助类','[http://img.gank.io/3abaa901-a14f-47ca-a493-17de4be6c49c]','2016-10-31T11:43:44.770Z','web','Android','https://github.com/ImmortalZ/TransitionHelper','true','Mr_immortalZ'),(1775,'58006bb3421aa95dd351b12a','2016-10-14T13:22:59.462Z','效果超棒的微笑下拉刷新。这是在 SwipeRefreshLayout基础上修改的下拉刷新库。','[http://img.gank.io/616cb9ae-2d42-4f97-a7c9-28c291c7b66f]','2016-10-28T11:29:36.510Z','web','Android','https://github.com/songixan/SmileRefresh','true',NULL),(1776,'5808959e421aa91369f9595a','2016-10-20T17:59:58.768Z','Android 上展示 FPS 的悬浮组件','[http://img.gank.io/4a0d3491-d0aa-4006-868e-13fab94100d0]','2016-10-28T11:29:36.510Z','web','Android','https://github.com/friendlyrobotnyc/TinyDancer','true','kg'),(1777,'580d8a23421aa91369f95975','2016-10-24T12:12:19.817Z','让陈赫和张全蛋告诉你为什么一天比一天胖!心里话都被说出来了,赤裸裸的真相啊!',NULL,'2016-10-28T11:29:36.510Z','chrome','休息视频','http://weibo.com/p/2304443d008bf7ceb8c2b5512102d35c891f73','true','lxxself'),(1778,'581218e9421aa90e799ec222','2016-10-27T23:10:33.618Z','10-28',NULL,'2016-10-28T11:29:36.510Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f978bh1cerj20u00u0767.jpg','true','daimajia'),(1779,'5812b679421aa90e6f21b46b','2016-10-28T10:22:49.812Z','开源的团队内部知识贡献平台','[http://img.gank.io/4fdca754-b6ca-42fd-9b5a-c072a8982cf8]','2016-10-28T11:29:36.510Z','chrome','拓展资源','https://phith0n.github.io/mooder/','true','Mooder'),(1780,'5812b826421aa90e799ec224','2016-10-28T10:29:58.752Z','很有新意的一套前端浏览器 UI 单元测试和集成测试框架,而且还开源了,做的不错。',NULL,'2016-10-28T11:29:36.510Z','chrome','前端','https://www.cypress.io/','true','代码家'),(1781,'5812ba95421aa90e799ec226','2016-10-28T10:40:21.263Z','iOS 侧边栏效果','[http://img.gank.io/c16e4e13-ad04-4d90-8782-314d2ba43d8d]','2016-10-28T11:29:36.510Z','chrome','iOS','https://github.com/lminhtm/LMSideBarController','true','lminhtm'),(1782,'5812bb31421aa913769745dd','2016-10-28T10:42:57.201Z','Sensor 注解:实现当传感器参数发生变化的时候,自动调用特定函数。',NULL,'2016-10-28T11:29:36.510Z','chrome','Android','https://github.com/dvoiss/SensorAnnotations','true','daimajia'),(1783,'5812bb94421aa91369f959a2','2016-10-28T10:44:36.747Z','滑动完成确认的交互效果','[http://img.gank.io/611f8865-2f7d-4d2f-976e-6dad68f9e595]','2016-10-28T11:29:36.510Z','chrome','Android','https://github.com/VictorAlbertos/SwipeCoordinator','true','Victor'),(1784,'5812bbcd421aa91369f959a3','2016-10-28T10:45:33.2Z','一款完整的货币转换的 App,做的很漂亮','[http://img.gank.io/1948f9e6-75fd-4432-969b-a439f716a631]','2016-10-28T11:29:36.510Z','chrome','Android','https://github.com/samanyougarg/Currency-Converter-Android','true','daimajia'),(1785,'5812bc88421aa90e6f21b471','2016-10-28T10:48:40.419Z','一款模仿开眼视频 Android 版本的客户端。','[http://img.gank.io/4a421779-160b-4a4b-b1b2-89ea9d10488d]','2016-10-28T11:29:36.510Z','chrome','App','https://github.com/Assassinss/Interessant','true','开源大法好'),(1786,'5812bcc3421aa91369f959a4','2016-10-28T10:49:39.277Z','Android Support 25.0 中 Shortcut Demo 一例','[http://img.gank.io/a8bf7dbc-ca23-4ebf-97a3-e5d4622f1b33]','2016-10-28T11:29:36.510Z','chrome','Android','https://github.com/pcevikogullari/AndroidShortcuts','true','代码家'),(1787,'58103fc2421aa913769745c6','2016-10-26T13:31:46.696Z','Android app 增量更新。','[http://img.gank.io/bddae17e-7183-44de-97d7-acf6ed5a1a0c]','2016-10-27T11:41:45.88Z','chrome','Android','https://github.com/kingwang666/AppAddUpdate','true','kingwang'),(1788,'58105477421aa90e799ec213','2016-10-26T15:00:07.731Z','可设置圆角背景边框的的按钮','[http://img.gank.io/82378ff5-b30d-4a57-ac75-4250d71b77fd]','2016-10-27T11:41:45.88Z','web','Android','https://github.com/czy1121/roundbutton','true','ezy'),(1789,'58105e19421aa90e6f21b454','2016-10-26T15:41:13.545Z','一个才适应Swift2.2的开发者眼中的Swift 3.0和iOS 10',NULL,'2016-10-27T11:41:45.88Z','web','iOS','http://fanhang.me/post/ios/-ge-cai-gua-ying-swift2.2de-kai-fa-zhe-yan-zhong-de-swift-3.0he-ios-10#toc_0','true','Rxamoy'),(1790,'581073c2421aa91369f95992','2016-10-26T17:13:38.464Z','让你的 App 不再那么无聊和单调,气泡风格的过渡动画效果,酷酷的!(老外投稿)','[http://img.gank.io/48064ba8-51f4-4732-86e2-25353d4eced2]','2016-10-27T11:41:45.88Z','web','Android','https://github.com/Cleveroad/BubbleAnimationLayout','true',NULL),(1791,'5810bf67421aa90e6f21b458','2016-10-26T22:36:23.287Z','一个功能强大的TextView,可以满足日常大部分布局方式','[http://img.gank.io/4bde91e7-03ff-478f-bf82-ebc21dbd8ad4]','2016-10-27T11:41:45.88Z','chrome','Android','https://github.com/lygttpod/SuperTextView','true','Jason'),(1792,'5810c6cc421aa90e6f21b459','2016-10-26T23:07:56.851Z','Android进程绝杀技',NULL,'2016-10-27T11:41:45.88Z','web','Android','http://gityuan.com/2016/10/22/force-stop/','true','Pan HongJin'),(1793,'581153b2421aa90e6f21b45c','2016-10-27T09:09:06.489Z','CSS的reflow和repaint',NULL,'2016-10-27T11:41:45.88Z','web','前端','https://github.com/wangning0/Autumn_Ning_Blog/blob/master/blogs/10-27/reflow&repaint.md','true','王宁'),(1794,'5811596a421aa90e6f21b45e','2016-10-27T09:33:30.47Z','10-27',NULL,'2016-10-27T11:41:45.88Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034gw1f96kp6faayj20u00jywg9.jpg','true','daimajia'),(1795,'58116914421aa913769745d0','2016-10-27T10:40:20.548Z','B 站开源的:利用 HTML5 来播放 FLV组件',NULL,'2016-10-27T11:41:45.88Z','chrome','前端','https://github.com/Bilibili/flv.js','true','LFLV'),(1796,'581169a4421aa90e799ec219','2016-10-27T10:42:44.903Z','听说新版的 Macbook 没有 ESC 键,VIM 党不能忍,开源了这个项目!','[http://img.gank.io/9229cd36-be57-42f3-95da-23bb1c12209b]','2016-10-27T11:41:45.88Z','chrome','iOS','https://github.com/brianmichel/ESCapey','true','代码家'),(1797,'58116ccd421aa91369f95997','2016-10-27T10:56:13.866Z','百度网盘命令行工具',NULL,'2016-10-27T11:41:45.88Z','chrome','瞎推荐','https://github.com/GangZhuo/BaiduPCS','true','代码家'),(1798,'58116d68421aa91369f95998','2016-10-27T10:58:48.731Z','JS 实现的 HLS 格式播放器','[http://img.gank.io/881de5c0-089d-4f42-9c25-46e9ff01d95d]','2016-10-27T11:41:45.88Z','chrome','前端','https://github.com/dailymotion/hls.js','true','代码家'),(1799,'58116d98421aa90e799ec21a','2016-10-27T10:59:36.623Z','无需越狱,读取其他 App 的 InfoPlist 文件','[http://img.gank.io/80d84bb7-a36d-40cf-8fb4-7e6081f821a2]','2016-10-27T11:41:45.88Z','chrome','iOS','https://github.com/cyanzhong/Retriver','true','daimajia'),(1800,'5811754b421aa90e6f21b463','2016-10-27T11:32:27.285Z','一款轻量级的文件选择器,支持多种文件类型','[http://img.gank.io/35553301-3def-40f8-81f1-a853e0aa0987, http://img.gank.io/190fe2c8-5ab4-4c61-b906-187d6b7ee35f]','2016-10-27T11:41:45.88Z','web','Android','https://github.com/fishwjy/MultiType-FilePicker','true','Vincent'),(1801,'5811761c421aa913769745d4','2016-10-27T11:35:56.365Z','香港电台做过一个轰动全港的节目《穷富翁大作战》,邀请数名社会富豪化身底层人民去工作生活,其中影响力最大的是这期——香港四大家族之一,田家公子田北辰。他在三天时间里去做清洁工,尝尽底层辛酸,并说出了震撼金句:“这个社会在极严厉地惩罚读不成书的人。”强烈推荐观看!',NULL,'2016-10-27T11:41:45.88Z','chrome','休息视频','http://v.youku.com/v_show/id_XNzU2MDk1OTY0.html?from=s1.8-1-1.2&spm=a2h0k.8191407.0.0','true','daimajia'),(1802,'57eb1c5d421aa95dd351b0a0','2016-09-28T09:26:53.382Z','绝对想不到,电影的里那些声音,竟然是这些破烂发出的',NULL,'2016-10-26T11:28:10.759Z','chrome','休息视频','http://www.miaopai.com/show/4qrig2S8yF0SsUhxaOaqbg__.htm','true','lxxself'),(1803,'57ef3275421aa95de3b8ab34','2016-10-01T11:50:13.266Z','project.pbxproj 文件被包含于 Xcode 工程文件 *.xcodeproj 之中,存储着 Xcode 工程的各项配置参数。它本质上是一种旧风格的 Property List 文件,历史可追溯到 NeXT 的 OpenStep。其可读性不如 xml 和 json,苹果却一直沿用至今,作为一家以创新闻名的公司可能这里剩下的就是情怀吧。',NULL,'2016-10-26T11:28:10.759Z','web','iOS','http://yulingtianxia.com/blog/2016/09/28/Let-s-Talk-About-project-pbxproj/','true','杨萧玉'),(1804,'580f1f91421aa90e799ec204','2016-10-25T17:02:09.125Z','一款开放式、支持多维设计与分析 的BI Dashboard应用',NULL,'2016-10-26T11:28:10.759Z','web','前端','https://github.com/yzhang921/CBoard','true',NULL),(1805,'580f8416421aa90e799ec208','2016-10-26T00:11:02.667Z','漫谈Android 增量更新',NULL,'2016-10-26T11:28:10.759Z','chrome','拓展资源','http://blog.csdn.net/dd864140130/article/details/52928419','true','江湖人称小白哥'),(1806,'580ff3fd421aa913769745bb','2016-10-26T08:08:29.661Z','高仿微信视差手势滑动返回,无需设置透明主题','[http://img.gank.io/2873a863-09ce-4581-91bc-5707d9b3a993]','2016-10-26T11:28:10.759Z','web','Android','https://github.com/oubowu/SlideBack','true','Ou Bowu'),(1807,'5810045f421aa90e799ec20a','2016-10-26T09:18:23.339Z','基于 DNS 实现的 Android 广告拦截','[http://img.gank.io/4f10467a-99a2-4429-9d45-eaa775818756]','2016-10-26T11:28:10.759Z','chrome','Android','https://github.com/julian-klode/dns66','true','代码家'),(1808,'581006bd421aa91369f95984','2016-10-26T09:28:28.930Z','开源的 Android APM (应用性能监测) 工具','[http://img.gank.io/f2519838-efb6-4d36-9b3e-a0cf9dd09dd3]','2016-10-26T11:28:10.759Z','chrome','Android','https://github.com/scouter-project/scouter','true','代码家'),(1809,'581006d1421aa90e6f21b447','2016-10-26T09:28:49.459Z','百度开源自己文件系统','[http://img.gank.io/21cd7e6e-84b0-4a9b-abe4-6a139eb2cdc9]','2016-10-26T11:28:10.759Z','chrome','拓展资源','https://github.com/baidu/bfs','true','fs'),(1810,'58058e16421aa90e799ec1b5','2016-10-18T10:51:02.87Z','文本编辑工具,轻松搞定一段文字不同颜色的需求','[http://img.gank.io/c318a175-59f0-4dbe-b2e6-8ec886fb2a61]','2016-10-19T11:47:24.946Z','web','Android','https://github.com/THEONE10211024/ColorPhrase','true','xiayong'),(1811,'5805ade4421aa90e6f21b3f3','2016-10-18T13:06:44.306Z','又一个 Material ViewPagerIndicator (指示器)','[http://img.gank.io/6fa3957e-80ca-46a9-bf93-73a8aad0113f]','2016-10-19T11:47:24.946Z','chrome','Android','https://github.com/ronaldsmartin/Material-ViewPagerIndicator','true','代码家'),(1812,'5805ae97421aa90e6f21b3f5','2016-10-18T13:09:43.964Z','教你用 Google Vision Api 实现的人脸检测效果。',NULL,'2016-10-19T11:47:24.946Z','chrome','Android','https://hackernoon.com/machine-learning-for-android-developers-with-the-mobile-vision-api-part-1-face-detection-e7e24a3e472f#.k02j2joo0','true','代码家'),(1813,'5806ac38421aa91376974564','2016-10-19T07:11:52.511Z','图片手动切割组件,自动切割选取部分的图片。(如果能加上套索就完美了)','[http://img.gank.io/1768d0e1-e018-44af-ba8f-acd3a6d06daa]','2016-10-19T11:47:24.946Z','chrome','iOS','https://github.com/cemolcay/ImageFreeCut','true','机器人'),(1814,'5806ac7b421aa91369f95942','2016-10-19T07:12:59.231Z','带有滑动弹性效果 PageViewController,太漂亮了。','[http://img.gank.io/19627cb1-dff8-468e-a697-448dec178ffd]','2016-10-19T11:47:24.946Z','chrome','iOS','https://github.com/BohdanOrlov/BouncyPageViewController','true','机器人'),(1815,'5806ae3e421aa90e6f21b3fa','2016-10-19T07:20:30.116Z','做的很棒的一个 Android 辐射数据统计效果','[http://img.gank.io/07c56cae-9edc-4028-845e-168cc8a515a6]','2016-10-19T11:47:24.946Z','chrome','Android','https://github.com/DmitriyZaitsev/RadarChartView','true','代码家'),(1816,'5806b10f421aa90e799ec1c2','2016-10-19T07:32:31.743Z','ColorTextView:让特定的文字呈现出特定的颜色,很小的一个工具库,但是特定场景下格外有用。','[http://img.gank.io/7a2eb02f-c366-4461-9989-6f1bbc5ab751]','2016-10-19T11:47:24.946Z','chrome','Android','https://github.com/zhonghanwen/ColorTextView','true','代码家'),(1817,'5806b5c3421aa90e6f21b3fb','2016-10-19T07:52:35.528Z','在MDCC中冯森林老师的《回归初心,从容器化到组件化》,为我们这些没有那么多精力折腾黑科技开发者们打开了另一扇门',NULL,'2016-10-19T11:47:24.946Z','web','Android','http://kymjs.com/code/2016/10/18/01','true','张涛'),(1818,'5806c0ec421aa91376974565','2016-10-19T08:40:12.537Z','大象:基于 RxJava+Retrofit+MVP+Material Design 开发的一款 PHPHub 社区第三方 Android 客户端','[http://img.gank.io/15433972-6152-4316-8739-1e3fd137da7e]','2016-10-19T11:47:24.946Z','web','App','https://github.com/Freelander/Elephant','true','Paul General'),(1819,'5806db07421aa90e6f21b3ff','2016-10-19T10:31:35.169Z','用《Pokemon Go》的游戏音效重新编曲后,唱《神奇宝贝》的片头主题曲。',NULL,'2016-10-19T11:47:24.946Z','chrome','休息视频','http://www.miaopai.com/show/zT~Z~PrHK-2zGugZeYgsLA__.htm','true','Pokemon'),(1820,'5806eb37421aa90e799ec1c4','2016-10-19T11:40:39.218Z','10-19',NULL,'2016-10-19T11:47:24.946Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f8xff48zauj20u00x5jws.jpg','true','daimajia'),(1821,'57ee218b421aa95dd351b0bb','2016-09-30T16:25:47.271Z','替换用户输入的所有Emoji为HTML NCR(Numeric Character Reference)直接入库,前端显示直接打印,达到WYSWYG的效果。',NULL,'2016-10-18T11:50:35.205Z','web','瞎推荐','https://github.com/hidehalo/Emoji','true','__hidehalo'),(1822,'5800a66b421aa95dd351b12e','2016-10-14T17:33:31.111Z','自定义 自动补充 email 的 EditText','[http://img.gank.io/3ba627c7-23d2-4476-8527-7d872b608de1]','2016-10-18T11:50:35.205Z','web','Android','https://github.com/wangshaolei/AutoFillEmailEditText','true','fearless'),(1823,'58013e82421aa95dd351b131','2016-10-15T04:22:26.561Z','【经验分享】Android 事件分发机制详解',NULL,'2016-10-18T11:50:35.205Z','web','Android','http://www.gcssloop.com/customview/dispatch-touchevent-source','true','sloop'),(1824,'58024a79421aa90e714dc97b','2016-10-15T23:25:45.582Z','使AppBarLayout 可以弹性下拉的Behavior',NULL,'2016-10-18T11:50:35.205Z','web','Android','https://github.com/ToDou/appbarlayout-spring-behavior','true',NULL),(1825,'5802d6a3421aa90e799ec192','2016-10-16T09:23:47.790Z','漂亮的 Swift 实现的 Message 通知效果。','[http://img.gank.io/f5879caa-5d4c-40a4-a446-ad6c3ada01a9]','2016-10-18T11:50:35.205Z','chrome','iOS','https://github.com/SwiftKickMobile/SwiftMessages','true','机器人'),(1826,'5802d782421aa90e6f21b3d5','2016-10-16T09:27:30.729Z','一个中规中矩的日历组件,很简约。','[http://img.gank.io/d3e0f278-22f1-46ca-8f55-fe0a4851120c]','2016-10-18T11:50:35.205Z','chrome','iOS','https://github.com/shoheiyokoyama/Koyomi','true','机器人'),(1827,'5805612d421aa90e799ec1ac','2016-10-18T07:39:25.756Z','10-18',NULL,'2016-10-18T11:50:35.205Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f8w2tr9bgzj20ku0mjdi8.jpg','true','代码家'),(1828,'580564d0421aa90e6f21b3ea','2016-10-18T07:54:56.964Z','iOS Font-Awesome 工具箱','[http://img.gank.io/702b1e02-c00e-4c31-acd8-3bb14ff28d87, http://img.gank.io/a6fe536b-7cbe-43c2-b93d-e99c7d376409]','2016-10-18T11:50:35.205Z','chrome','iOS','https://github.com/qiuncheng/FontAwesomeKit.Swift','true','Robot'),(1829,'58101f83421aa90e6f21b44b','2016-10-26T11:14:11.143Z','10-26',NULL,'2016-10-26T11:28:10.759Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f95hzq3p4rj20u011htbm.jpg','true','daimajia'),(1830,'58102017421aa90e6f21b44c','2016-10-26T11:16:39.343Z','Swift 实现的一个简洁的计时器 Timer 功能',NULL,'2016-10-26T11:28:10.759Z','chrome','iOS','https://github.com/dalu93/Each','true','dalu'),(1831,'58102049421aa913769745c0','2016-10-26T11:17:29.981Z','Material Design 中那些标准的设计常量',NULL,'2016-10-26T11:28:10.759Z','chrome','Android','https://github.com/AoDevBlue/MaterialValues','true','Ao'),(1832,'58102076421aa91369f95987','2016-10-26T11:18:14.121Z','一款漂亮的打分效果','[http://img.gank.io/7b740bb9-4745-450a-85a4-1c5f922f4e00]','2016-10-26T11:28:10.759Z','chrome','Android','https://github.com/DreaminginCodeZH/MaterialRatingBar','true','代码及'),(1833,'581020a4421aa90e6f21b44f','2016-10-26T11:19:00.862Z','让 RecyclerView 也支持 fast scroll 效果。','[http://img.gank.io/9e62d576-fe1f-4013-8631-85b6354fc11b]','2016-10-26T11:28:10.759Z','chrome','Android','https://github.com/L4Digital/FastScroll','true','L4'),(1834,'5808f2a0421aa90e6f21b41e','2016-10-21T00:36:48.978Z','关于SharedPreference踩的那些坑',NULL,'2016-10-25T11:35:01.586Z','web','Android','http://shaohui.me/2016/10/20/%E5%85%B3%E4%BA%8ESharedPreference%E8%B8%A9%E7%9A%84%E9%82%A3%E4%BA%9B%E5%9D%91/','true','邵辉Vista'),(1835,'5809e222421aa90e799ec1ea','2016-10-21T17:38:42.687Z','轻巧易用、功能强大且配置灵活的日志封装库',NULL,'2016-10-25T11:35:01.586Z','web','Android','https://github.com/Muyangmin/Android-PLog','true','Muyangmin'),(1836,'580c1930421aa91376974597','2016-10-23T09:58:08.963Z','iOS 下又一个强大的布局库。','[http://img.gank.io/998d251b-85e3-4fcb-9ee1-35c567983e9a]','2016-10-25T11:35:01.586Z','chrome','iOS','https://github.com/wayfair/brickkit-ios','true','代码家'),(1837,'580c1a60421aa91376974599','2016-10-23T10:03:12.662Z','实现类似 iOS 10 Apple Music 一样效果的 浮起卡片过渡效果','[http://img.gank.io/8db17e14-9226-4169-a75f-a2fa608a175c]','2016-10-25T11:35:01.586Z','chrome','iOS','https://github.com/harshilshah/DeckTransition','true','harsh'),(1838,'580c7807421aa91369f95970','2016-10-23T16:42:47.788Z','Android Java 程序员开发调试与测试工具,非常实用','[http://img.gank.io/cdc8e35d-7601-4790-80f5-8f0d5926a788]','2016-10-25T11:35:01.586Z','web','Android','https://github.com/kiruto/debug-bottle','true','yuriel'),(1839,'580cb768421aa91369f95971','2016-10-23T21:13:12.129Z','一个逆天的广告:男人当爸爸前后,到底要完成多大的转变?好暖!!!',NULL,'2016-10-25T11:35:01.586Z','chrome','休息视频','http://www.miaopai.com/show/pbfpOe5dZg5HjqB9ulecLA__.htm','true','lxxself'),(1840,'580d8e4c421aa913769745a5','2016-10-24T12:30:04.148Z','有可能是目前最新最全最实用的混淆博客',NULL,'2016-10-25T11:35:01.586Z','web','Android','http://mp.weixin.qq.com/s?__biz=MzI4NTQ2OTI4MA==&mid=2247483651&idx=1&sn=85f0d6c6a0f6c4f2ece97429f423c51c&chksm=ebeafe0cdc9d771a31344d0d6861e3b864bfe36d46652770aa522631eb0115a754e1be579d3b#rd','true','zhenghuiy'),(1841,'580e28b3421aa913769745ac','2016-10-24T23:28:50.999Z','用 RFC 标准文档推翻那些你曾经的自以为是。',NULL,'2016-10-25T11:35:01.586Z','chrome','拓展资源','https://github.com/kdeldycke/awesome-falsehood','true','代码家'),(1842,'580e9c74421aa90e799ec1fa','2016-10-25T07:42:44.254Z','10-25',NULL,'2016-10-25T11:35:01.586Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f9469eoojtj20u011hdjy.jpg','true','daimajia'),(1843,'580ea1bc421aa91369f9597c','2016-10-25T08:05:16.267Z','仿 Smartisan OneStep,可以的,速度很快。','[http://img.gank.io/531277ff-1433-4914-a1ef-33e5f4f579d7]','2016-10-25T11:35:01.586Z','chrome','Android','https://github.com/gavinliu/SimpleOneStep','true','代码家'),(1844,'580ebd93421aa90e799ec1fd','2016-10-25T10:04:03.814Z','高速路模拟器,有意思了',NULL,'2016-10-25T11:35:01.586Z','chrome','瞎推荐','http://xn--mhlemann-65a.ch/highwaysim/','true','代码家'),(1845,'580ebdbe421aa90e799ec1ff','2016-10-25T10:04:46.863Z','Font-Awesome 要出 5 了,正在 kickstarter 上众筹','[http://img.gank.io/b533e02a-b9f0-451b-a042-1f443faf7528]','2016-10-25T11:35:01.586Z','chrome','瞎推荐','https://www.kickstarter.com/projects/232193852/font-awesome-5','true','kick'),(1846,'580ebea1421aa90e6f21b445','2016-10-25T10:08:33.519Z','带有徽标(数字,小红点)的按钮','[http://img.gank.io/7b9c683f-606e-4c3e-9e0e-358cfff32b74]','2016-10-25T11:35:01.586Z','web','Android','https://github.com/czy1121/badgebutton','true','ezy'),(1847,'5809d8e0421aa90e6f21b429','2016-10-21T16:59:12.407Z','模仿了 Smartisan OS 的 BigBang 功能','[http://img.gank.io/20762814-cf05-486a-90bf-5935381b5be0]','2016-10-24T11:25:22.197Z','chrome','Android','https://github.com/baoyongzhang/BigBang','true','onlylemi'),(1848,'5809f3e9421aa90e799ec1eb','2016-10-21T18:54:33.27Z','AndroidHttpCapture 一款针对于移动流量劫持而开发的Android手机抓包软件','[http://img.gank.io/daacf163-72bc-4e6a-835e-7179aadf2fcd, http://img.gank.io/ad90e09a-53aa-488b-a63a-b2e17e501c6c]','2016-10-24T11:25:22.197Z','chrome','App','https://github.com/JZ-Darkal/AndroidHttpCapture','true','咕咚'),(1849,'580c1794421aa90e6f21b431','2016-10-23T09:51:16.503Z','10-24',NULL,'2016-10-24T11:25:22.197Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f91ypzqaivj20u00k0jui.jpg','true','daimajia'),(1850,'580c3453421aa9137697459a','2016-10-23T11:53:55.373Z','国外一个小妹纸,打算测试下自己13岁小男友的忠诚度......结果就测出事了!妹纸妈妈机智的解决了早恋问题[摊手',NULL,'2016-10-24T11:25:22.197Z','chrome','休息视频','http://www.miaopai.com/show/5XPzQrzanSLMZpJ4MjhxEg__.htm','true','lxxself'),(1851,'580c53e7421aa90e799ec1f2','2016-10-23T14:08:39.502Z','通话录音',NULL,'2016-10-24T11:25:22.197Z','chrome','Android','https://github.com/aykuttasil/CallRecorder','true','家家~'),(1852,'580d5f76421aa91369f95972','2016-10-24T09:10:14.189Z','一个单纯可爱的知乎爬虫',NULL,'2016-10-24T11:25:22.197Z','web','拓展资源','https://github.com/ladingwu/python_zhihu','true','ladingwu'),(1853,'580d6b27421aa91369f95973','2016-10-24T10:00:07.831Z','精准计步器',NULL,'2016-10-24T11:25:22.197Z','chrome','Android','https://github.com/linglongxin24/DylanStepCount','true','Jason'),(1854,'580d70d5421aa91369f95974','2016-10-24T10:24:21.281Z','iOS 时间线效果的组件','[http://img.gank.io/a40945cb-7c68-469f-9efe-68a756a7dbb3]','2016-10-24T11:25:22.197Z','chrome','iOS','https://github.com/kf99916/TimelineTableViewCell','true','kf'),(1855,'580d7215421aa90e799ec1f5','2016-10-24T10:29:41.51Z','支持图片权重下载','[http://img.gank.io/e5ab640f-ebbf-4281-8e89-6855f91b7bc6]','2016-10-24T11:25:22.197Z','chrome','iOS','https://github.com/jinSasaki/Vulcan','true','vulcan'),(1856,'580d7261421aa90e799ec1f6','2016-10-24T10:30:57.437Z','在屏幕上显示 FPS,CPU 使用率,更好的监控应用性能','[http://img.gank.io/45aad0f3-e733-4522-933f-9bfc9b65cd0a]','2016-10-24T11:25:22.197Z','chrome','iOS','https://github.com/dani-gavrilov/GDPerformanceView','true','代码家'),(1857,'580d796e421aa913769745a2','2016-10-24T11:01:02.155Z','一个轻量级的dex解析器',NULL,'2016-10-24T11:25:22.197Z','web','Android','https://github.com/zjutkz/Dexer','true',NULL),(1858,'57fee37f421aa95de3b8ab9d','2016-10-13T09:29:35.352Z','找了很久的视频,笑死我了!可以不爱,但别伤害![笑cry]',NULL,'2016-10-21T11:42:18.625Z','chrome','休息视频','http://weibo.com/p/230444263b48844449692bab19a02d667006ff','true','lxxself'),(1859,'5808745d421aa91369f95958','2016-10-20T15:38:05.937Z','支持vi、grep、awk等更加强大,无需root的adb shell。',NULL,'2016-10-21T11:42:18.625Z','web','Android','https://zhuanlan.zhihu.com/p/23068742','true','weishu'),(1860,'58089031421aa91369f95959','2016-10-20T17:36:49.94Z','Support Library 25.0.0 更新讲解',NULL,'2016-10-21T11:42:18.625Z','web','Android','http://www.jianshu.com/p/f3b489b2fac8','true','cey'),(1861,'5809629c421aa9137697457f','2016-10-21T08:34:36.914Z','区块链相关的知识和资源聚合',NULL,'2016-10-21T11:42:18.625Z','chrome','拓展资源','https://github.com/McFrankline/Blockchain-stuff','true','Frank'),(1862,'58096341421aa91376974580','2016-10-21T08:37:21.866Z','Swift 下强大且易用的 矢量图 处理工具库','[http://img.gank.io/098a18bd-501c-4464-a757-f5108f45ce1d]','2016-10-21T11:42:18.625Z','chrome','iOS','https://github.com/exyte/Macaw','true','exyte'),(1863,'5809639e421aa90e799ec1de','2016-10-21T08:38:54.539Z','10-21',NULL,'2016-10-21T11:42:18.625Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f8zlenaornj20u011idhv.jpg','true','daimajia'),(1864,'580963d8421aa91369f9595e','2016-10-21T08:39:52.734Z','iOS 下优雅的异步操作',NULL,'2016-10-21T11:42:18.625Z','chrome','iOS','https://github.com/jaredsinclair/AsyncOperations','true','代码家'),(1865,'5809649c421aa90e799ec1df','2016-10-21T08:43:08.113Z','Yalantis 放出的又一大作:Multi-Selection (优雅多选框),把选中的先存起来。','[http://img.gank.io/a9bf1d7d-bef0-4924-a968-39575bc3f608]','2016-10-21T11:42:18.625Z','chrome','Android','https://github.com/Yalantis/Multi-Selection','true','代码家'),(1866,'580964eb421aa90e6f21b422','2016-10-21T08:44:27.464Z','基于 libtorrent 实现的种子下载客户端',NULL,'2016-10-21T11:42:18.625Z','chrome','Android','https://github.com/proninyaroslav/libretorrent','true','proin'),(1867,'5809653a421aa90e6f21b423','2016-10-21T08:45:46.902Z','一款简洁的蓝牙操作工具库','[http://img.gank.io/5ee722a7-c8d4-4b39-93a7-4fc852c6435a]','2016-10-21T11:42:18.625Z','chrome','Android','https://github.com/a-voyager/BluetoothHelper','true','weibo'),(1868,'5806e0ea421aa90e799ec1c3','2016-10-19T10:56:42.343Z','10个猜不到结局的爆笑广告,每一个结局都出乎意料,又令人捧腹大笑!',NULL,'2016-10-20T11:39:59.546Z','chrome','休息视频','http://www.miaopai.com/show/tfsbFTshNeWejO65yLbIGw__.htm','true','lxxself'),(1869,'58078baf421aa91369f9594c','2016-10-19T23:05:19.787Z','10-20',NULL,'2016-10-20T11:39:59.546Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f8xz7ip2u5j20u011h78h.jpg','true','daimajia'),(1870,'58078ce9421aa90e799ec1cf','2016-10-19T23:10:33.979Z','类似 Windows 的 AutoHotkey,只不过这是跨平台的方案,而且可编程。',NULL,'2016-10-20T11:39:59.546Z','chrome','Android','https://github.com/repeats/Repeat','true','机器人'),(1871,'58080c80421aa90e799ec1d1','2016-10-20T08:14:56.250Z','历史上微大的程序员们',NULL,'2016-10-20T11:39:59.546Z','chrome','拓展资源','https://github.com/rekihattori/awesome-programmers','true','机器人'),(1872,'58080cfa421aa91369f9594d','2016-10-20T08:16:58.866Z','49 个漂亮的渐变色彩,用来做网站北京再合适不过。',NULL,'2016-10-20T11:39:59.546Z','chrome','前端','https://github.com/evankarageorgos/hue','true','Frontend'),(1873,'58080d5d421aa90e6f21b40e','2016-10-20T08:18:37.180Z','React native 实现的一款查看 GitHub 热门项目的 App,完成度很高,推荐。','[http://img.gank.io/9c8312d7-81f3-452e-95f1-cbacd2f7ffca]','2016-10-20T11:39:59.546Z','chrome','iOS','https://github.com/crazycodeboy/GitHubPopular','true','机器人'),(1874,'58080d87421aa90e6f21b40f','2016-10-20T08:19:19.339Z','iOS 10 风格的日历和时间选择器','[http://img.gank.io/a09d4081-de71-4709-95c5-605d051ba94f]','2016-10-20T11:39:59.546Z','chrome','iOS','https://github.com/itsmeichigo/DateTimePicker','true','picker'),(1875,'58080dd9421aa90e799ec1d2','2016-10-20T08:20:41.169Z','一款实用的 Sketch 切图辅助插件','[http://img.gank.io/401949ce-0e39-48b6-871b-836817e45293]','2016-10-20T11:39:59.546Z','chrome','iOS','https://github.com/ozzik/Slicer','true','代码家'),(1876,'58080e33421aa91369f95950','2016-10-20T08:22:11.221Z','以组件的方式维护列表加载状态','[http://img.gank.io/fb48a6eb-7d39-4e9e-a04a-4af780e44e64]','2016-10-20T11:39:59.546Z','chrome','Android','https://github.com/gitsindonesia/baso','true','gitsindonesia'),(1877,'58080e60421aa90e6f21b411','2016-10-20T08:22:56.842Z','风车效果的 LayoutManager,做的很漂亮。','[http://img.gank.io/1c25e996-6592-42a2-82dc-bdbf15daf3f0]','2016-10-20T11:39:59.546Z','chrome','Android','https://github.com/Cleveroad/FanLayoutManager','true','代码家'),(1878,'5808285c421aa91376974574','2016-10-20T10:13:48.525Z','开始学习跨平台开发框架 Electron','[http://img.gank.io/b5efd1aa-3edf-4ac5-ab2b-d95be0172fe8, http://img.gank.io/bcd1853c-0cba-4905-a094-5f62c611f873]','2016-10-20T11:39:59.546Z','chrome','拓展资源','https://github.com/feross/electron-workshop','true','Electron'),(1879,'58180ec9421aa90e799ec24d','2016-11-01T11:40:57.96Z','给用户输入自动加上特定格式','[http://img.gank.io/1eba4c3d-8d90-4565-9b37-61047dbe41ba]','2016-11-01T11:46:01.617Z','chrome','Android','https://github.com/RedMadRobot/input-mask-android','true','代码家'),(1880,'58180eef421aa90e6f21b494','2016-11-01T11:41:35.943Z','一款比较完整的 Android 安全管理 App','[http://img.gank.io/eb2fbee1-47ee-4ddb-a09f-2d900b05b8fd]','2016-11-01T11:46:01.617Z','chrome','App','https://github.com/ittianyu/MobileGuard','true','代码家'),(1881,'5812d10d421aa913769745e1','2016-10-28T12:16:13.145Z','让日本孩子策划家族旅行,却故意少给1张机票,谁会被留下?结果出人意料!',NULL,'2016-10-31T11:43:44.770Z','chrome','休息视频','http://v.qq.com/x/cover/c9zr0i7xey0dg9c.html?vid=w0334o72jbv','true','lxxself'),(1882,'5812d582421aa91369f959a6','2016-10-28T12:35:14.706Z','一款快速浏览和分享相册中GIF的App,适配了iOS 10 的 iMessage Extension。','[http://img.gank.io/45576514-312c-4b47-88bb-0a318696f0fc]','2016-10-31T11:43:44.770Z','web','iOS','https://github.com/atuooo/notGIF','true','oOatuo'),(1883,'58144455421aa91369f959ad','2016-10-29T14:40:21.710Z','gradle从入门到放弃',NULL,'2016-10-31T11:43:44.770Z','web','Android','https://levent-j.github.io/android/2016/09/27/gradle(1)','true','Li Wenjing'),(1884,'5814bef7421aa91369f959b0','2016-10-29T23:23:35.268Z','几行代码快速实现滑动清屏效果!动态绑定清屏UI,参考自淘宝直播','[http://img.gank.io/bcf2ef6c-5f87-43c0-8636-14bf55386098]','2016-10-31T11:43:44.770Z','web','Android','https://github.com/Yellow5A5/ClearScreenHelper','true',NULL),(1885,'5814c586421aa91369f959b1','2016-10-29T23:51:33.994Z','RecyclerView 实现流式布局,可以用来做 Tag 标签效果。','[http://img.gank.io/e18fb086-81c5-4fb0-aa53-ec1d71d2ceb5]','2016-10-31T11:43:44.770Z','chrome','Android','https://github.com/BelooS/ChipsLayoutManager','true','Jason'),(1886,'58154250421aa91369f959b2','2016-10-30T08:44:00.228Z','支持多选的 RecyclerView','[http://img.gank.io/2bdef822-a4cd-465e-b6da-f4e07e30fa34]','2016-10-31T11:43:44.770Z','chrome','Android','https://github.com/dvdciri/MultiChoiceRecyclerView','true','daimajia'),(1887,'581545ca421aa91369f959b3','2016-10-30T08:58:50.458Z','一个处理 View Controller 内部和外部调用的开源库。可用于解除 View Controller 间耦合。',NULL,'2016-10-31T11:43:44.770Z','web','iOS','https://github.com/douban/FRDIntent','true','GUO Lin'),(1888,'5815b05d421aa90e799ec235','2016-10-30T16:33:33.439Z','一个 TV app 的直播节目实例,包含各央视频道及卫视频道',NULL,'2016-10-31T11:43:44.770Z','web','Android','https://github.com/hejunlin2013/LivePlayback','true','hejunlin'),(1889,'5816871a421aa91369f959b6','2016-10-31T07:49:46.592Z','10-31',NULL,'2016-10-31T11:43:44.770Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f9b46kpoeoj20ku0kuwhc.jpg','true','daimajia'),(1890,'58168761421aa91369f959b8','2016-10-31T07:50:57.824Z','Latex 最容易入门教程','[http://img.gank.io/28062930-0e14-45bc-932d-ad32d11bf6fa]','2016-10-31T11:43:44.770Z','chrome','拓展资源','https://github.com/VoLuong/Begin-Latex-in-minutes','true','Volu'),(1891,'581687fe421aa90e799ec238','2016-10-31T07:53:34.856Z','Yalantis 出品:搜索过滤器交互效果','[http://img.gank.io/980289f4-f211-4ee9-b067-bbf86f6b73c8]','2016-10-31T11:43:44.770Z','chrome','Android','https://github.com/Yalantis/SearchFilter','true','代码家'),(1892,'5816888a421aa91369f959b9','2016-10-31T07:55:54.809Z','Python 轻量级 Cache 工具','[http://img.gank.io/d72dbc48-490b-4c5a-8507-a8622ce61099]','2016-10-31T11:43:44.770Z','chrome','拓展资源','https://github.com/duboviy/minicache','true','dubovity'),(1893,'581699b9421aa90e799ec239','2016-10-31T09:09:13.883Z','兼容5.0以下转场动画帮助类','[http://img.gank.io/3abaa901-a14f-47ca-a493-17de4be6c49c]','2016-10-31T11:43:44.770Z','web','Android','https://github.com/ImmortalZ/TransitionHelper','true','Mr_immortalZ'),(1894,'58006bb3421aa95dd351b12a','2016-10-14T13:22:59.462Z','效果超棒的微笑下拉刷新。这是在 SwipeRefreshLayout基础上修改的下拉刷新库。','[http://img.gank.io/616cb9ae-2d42-4f97-a7c9-28c291c7b66f]','2016-10-28T11:29:36.510Z','web','Android','https://github.com/songixan/SmileRefresh','true',NULL),(1895,'5808959e421aa91369f9595a','2016-10-20T17:59:58.768Z','Android 上展示 FPS 的悬浮组件','[http://img.gank.io/4a0d3491-d0aa-4006-868e-13fab94100d0]','2016-10-28T11:29:36.510Z','web','Android','https://github.com/friendlyrobotnyc/TinyDancer','true','kg'),(1896,'580d8a23421aa91369f95975','2016-10-24T12:12:19.817Z','让陈赫和张全蛋告诉你为什么一天比一天胖!心里话都被说出来了,赤裸裸的真相啊!',NULL,'2016-10-28T11:29:36.510Z','chrome','休息视频','http://weibo.com/p/2304443d008bf7ceb8c2b5512102d35c891f73','true','lxxself'),(1897,'581218e9421aa90e799ec222','2016-10-27T23:10:33.618Z','10-28',NULL,'2016-10-28T11:29:36.510Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f978bh1cerj20u00u0767.jpg','true','daimajia'),(1898,'5812b679421aa90e6f21b46b','2016-10-28T10:22:49.812Z','开源的团队内部知识贡献平台','[http://img.gank.io/4fdca754-b6ca-42fd-9b5a-c072a8982cf8]','2016-10-28T11:29:36.510Z','chrome','拓展资源','https://phith0n.github.io/mooder/','true','Mooder'),(1899,'5812b826421aa90e799ec224','2016-10-28T10:29:58.752Z','很有新意的一套前端浏览器 UI 单元测试和集成测试框架,而且还开源了,做的不错。',NULL,'2016-10-28T11:29:36.510Z','chrome','前端','https://www.cypress.io/','true','代码家'),(1900,'5812ba95421aa90e799ec226','2016-10-28T10:40:21.263Z','iOS 侧边栏效果','[http://img.gank.io/c16e4e13-ad04-4d90-8782-314d2ba43d8d]','2016-10-28T11:29:36.510Z','chrome','iOS','https://github.com/lminhtm/LMSideBarController','true','lminhtm'),(1901,'5812bb31421aa913769745dd','2016-10-28T10:42:57.201Z','Sensor 注解:实现当传感器参数发生变化的时候,自动调用特定函数。',NULL,'2016-10-28T11:29:36.510Z','chrome','Android','https://github.com/dvoiss/SensorAnnotations','true','daimajia'),(1902,'5812bb94421aa91369f959a2','2016-10-28T10:44:36.747Z','滑动完成确认的交互效果','[http://img.gank.io/611f8865-2f7d-4d2f-976e-6dad68f9e595]','2016-10-28T11:29:36.510Z','chrome','Android','https://github.com/VictorAlbertos/SwipeCoordinator','true','Victor'),(1903,'5812bbcd421aa91369f959a3','2016-10-28T10:45:33.2Z','一款完整的货币转换的 App,做的很漂亮','[http://img.gank.io/1948f9e6-75fd-4432-969b-a439f716a631]','2016-10-28T11:29:36.510Z','chrome','Android','https://github.com/samanyougarg/Currency-Converter-Android','true','daimajia'),(1904,'5812bc88421aa90e6f21b471','2016-10-28T10:48:40.419Z','一款模仿开眼视频 Android 版本的客户端。','[http://img.gank.io/4a421779-160b-4a4b-b1b2-89ea9d10488d]','2016-10-28T11:29:36.510Z','chrome','App','https://github.com/Assassinss/Interessant','true','开源大法好'),(1905,'5812bcc3421aa91369f959a4','2016-10-28T10:49:39.277Z','Android Support 25.0 中 Shortcut Demo 一例','[http://img.gank.io/a8bf7dbc-ca23-4ebf-97a3-e5d4622f1b33]','2016-10-28T11:29:36.510Z','chrome','Android','https://github.com/pcevikogullari/AndroidShortcuts','true','代码家'),(1906,'58103fc2421aa913769745c6','2016-10-26T13:31:46.696Z','Android app 增量更新。','[http://img.gank.io/bddae17e-7183-44de-97d7-acf6ed5a1a0c]','2016-10-27T11:41:45.88Z','chrome','Android','https://github.com/kingwang666/AppAddUpdate','true','kingwang'),(1907,'58105477421aa90e799ec213','2016-10-26T15:00:07.731Z','可设置圆角背景边框的的按钮','[http://img.gank.io/82378ff5-b30d-4a57-ac75-4250d71b77fd]','2016-10-27T11:41:45.88Z','web','Android','https://github.com/czy1121/roundbutton','true','ezy'),(1908,'58105e19421aa90e6f21b454','2016-10-26T15:41:13.545Z','一个才适应Swift2.2的开发者眼中的Swift 3.0和iOS 10',NULL,'2016-10-27T11:41:45.88Z','web','iOS','http://fanhang.me/post/ios/-ge-cai-gua-ying-swift2.2de-kai-fa-zhe-yan-zhong-de-swift-3.0he-ios-10#toc_0','true','Rxamoy'),(1909,'581073c2421aa91369f95992','2016-10-26T17:13:38.464Z','让你的 App 不再那么无聊和单调,气泡风格的过渡动画效果,酷酷的!(老外投稿)','[http://img.gank.io/48064ba8-51f4-4732-86e2-25353d4eced2]','2016-10-27T11:41:45.88Z','web','Android','https://github.com/Cleveroad/BubbleAnimationLayout','true',NULL),(1910,'5810bf67421aa90e6f21b458','2016-10-26T22:36:23.287Z','一个功能强大的TextView,可以满足日常大部分布局方式','[http://img.gank.io/4bde91e7-03ff-478f-bf82-ebc21dbd8ad4]','2016-10-27T11:41:45.88Z','chrome','Android','https://github.com/lygttpod/SuperTextView','true','Jason'),(1911,'5810c6cc421aa90e6f21b459','2016-10-26T23:07:56.851Z','Android进程绝杀技',NULL,'2016-10-27T11:41:45.88Z','web','Android','http://gityuan.com/2016/10/22/force-stop/','true','Pan HongJin'),(1912,'581153b2421aa90e6f21b45c','2016-10-27T09:09:06.489Z','CSS的reflow和repaint',NULL,'2016-10-27T11:41:45.88Z','web','前端','https://github.com/wangning0/Autumn_Ning_Blog/blob/master/blogs/10-27/reflow&repaint.md','true','王宁'),(1913,'5811596a421aa90e6f21b45e','2016-10-27T09:33:30.47Z','10-27',NULL,'2016-10-27T11:41:45.88Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034gw1f96kp6faayj20u00jywg9.jpg','true','daimajia'),(1914,'58116914421aa913769745d0','2016-10-27T10:40:20.548Z','B 站开源的:利用 HTML5 来播放 FLV组件',NULL,'2016-10-27T11:41:45.88Z','chrome','前端','https://github.com/Bilibili/flv.js','true','LFLV'),(1915,'581169a4421aa90e799ec219','2016-10-27T10:42:44.903Z','听说新版的 Macbook 没有 ESC 键,VIM 党不能忍,开源了这个项目!','[http://img.gank.io/9229cd36-be57-42f3-95da-23bb1c12209b]','2016-10-27T11:41:45.88Z','chrome','iOS','https://github.com/brianmichel/ESCapey','true','代码家'),(1916,'58116ccd421aa91369f95997','2016-10-27T10:56:13.866Z','百度网盘命令行工具',NULL,'2016-10-27T11:41:45.88Z','chrome','瞎推荐','https://github.com/GangZhuo/BaiduPCS','true','代码家'),(1917,'58116d68421aa91369f95998','2016-10-27T10:58:48.731Z','JS 实现的 HLS 格式播放器','[http://img.gank.io/881de5c0-089d-4f42-9c25-46e9ff01d95d]','2016-10-27T11:41:45.88Z','chrome','前端','https://github.com/dailymotion/hls.js','true','代码家'),(1918,'58116d98421aa90e799ec21a','2016-10-27T10:59:36.623Z','无需越狱,读取其他 App 的 InfoPlist 文件','[http://img.gank.io/80d84bb7-a36d-40cf-8fb4-7e6081f821a2]','2016-10-27T11:41:45.88Z','chrome','iOS','https://github.com/cyanzhong/Retriver','true','daimajia'),(1919,'5811754b421aa90e6f21b463','2016-10-27T11:32:27.285Z','一款轻量级的文件选择器,支持多种文件类型','[http://img.gank.io/35553301-3def-40f8-81f1-a853e0aa0987, http://img.gank.io/190fe2c8-5ab4-4c61-b906-187d6b7ee35f]','2016-10-27T11:41:45.88Z','web','Android','https://github.com/fishwjy/MultiType-FilePicker','true','Vincent'),(1920,'5811761c421aa913769745d4','2016-10-27T11:35:56.365Z','香港电台做过一个轰动全港的节目《穷富翁大作战》,邀请数名社会富豪化身底层人民去工作生活,其中影响力最大的是这期——香港四大家族之一,田家公子田北辰。他在三天时间里去做清洁工,尝尽底层辛酸,并说出了震撼金句:“这个社会在极严厉地惩罚读不成书的人。”强烈推荐观看!',NULL,'2016-10-27T11:41:45.88Z','chrome','休息视频','http://v.youku.com/v_show/id_XNzU2MDk1OTY0.html?from=s1.8-1-1.2&spm=a2h0k.8191407.0.0','true','daimajia'),(1921,'57eb1c5d421aa95dd351b0a0','2016-09-28T09:26:53.382Z','绝对想不到,电影的里那些声音,竟然是这些破烂发出的',NULL,'2016-10-26T11:28:10.759Z','chrome','休息视频','http://www.miaopai.com/show/4qrig2S8yF0SsUhxaOaqbg__.htm','true','lxxself'),(1922,'57ef3275421aa95de3b8ab34','2016-10-01T11:50:13.266Z','project.pbxproj 文件被包含于 Xcode 工程文件 *.xcodeproj 之中,存储着 Xcode 工程的各项配置参数。它本质上是一种旧风格的 Property List 文件,历史可追溯到 NeXT 的 OpenStep。其可读性不如 xml 和 json,苹果却一直沿用至今,作为一家以创新闻名的公司可能这里剩下的就是情怀吧。',NULL,'2016-10-26T11:28:10.759Z','web','iOS','http://yulingtianxia.com/blog/2016/09/28/Let-s-Talk-About-project-pbxproj/','true','杨萧玉'),(1923,'580f1f91421aa90e799ec204','2016-10-25T17:02:09.125Z','一款开放式、支持多维设计与分析 的BI Dashboard应用',NULL,'2016-10-26T11:28:10.759Z','web','前端','https://github.com/yzhang921/CBoard','true',NULL),(1924,'580f8416421aa90e799ec208','2016-10-26T00:11:02.667Z','漫谈Android 增量更新',NULL,'2016-10-26T11:28:10.759Z','chrome','拓展资源','http://blog.csdn.net/dd864140130/article/details/52928419','true','江湖人称小白哥'),(1925,'580ff3fd421aa913769745bb','2016-10-26T08:08:29.661Z','高仿微信视差手势滑动返回,无需设置透明主题','[http://img.gank.io/2873a863-09ce-4581-91bc-5707d9b3a993]','2016-10-26T11:28:10.759Z','web','Android','https://github.com/oubowu/SlideBack','true','Ou Bowu'),(1926,'5810045f421aa90e799ec20a','2016-10-26T09:18:23.339Z','基于 DNS 实现的 Android 广告拦截','[http://img.gank.io/4f10467a-99a2-4429-9d45-eaa775818756]','2016-10-26T11:28:10.759Z','chrome','Android','https://github.com/julian-klode/dns66','true','代码家'),(1927,'581006bd421aa91369f95984','2016-10-26T09:28:28.930Z','开源的 Android APM (应用性能监测) 工具','[http://img.gank.io/f2519838-efb6-4d36-9b3e-a0cf9dd09dd3]','2016-10-26T11:28:10.759Z','chrome','Android','https://github.com/scouter-project/scouter','true','代码家'),(1928,'581006d1421aa90e6f21b447','2016-10-26T09:28:49.459Z','百度开源自己文件系统','[http://img.gank.io/21cd7e6e-84b0-4a9b-abe4-6a139eb2cdc9]','2016-10-26T11:28:10.759Z','chrome','拓展资源','https://github.com/baidu/bfs','true','fs'),(1929,'58058e16421aa90e799ec1b5','2016-10-18T10:51:02.87Z','文本编辑工具,轻松搞定一段文字不同颜色的需求','[http://img.gank.io/c318a175-59f0-4dbe-b2e6-8ec886fb2a61]','2016-10-19T11:47:24.946Z','web','Android','https://github.com/THEONE10211024/ColorPhrase','true','xiayong'),(1930,'5805ade4421aa90e6f21b3f3','2016-10-18T13:06:44.306Z','又一个 Material ViewPagerIndicator (指示器)','[http://img.gank.io/6fa3957e-80ca-46a9-bf93-73a8aad0113f]','2016-10-19T11:47:24.946Z','chrome','Android','https://github.com/ronaldsmartin/Material-ViewPagerIndicator','true','代码家'),(1931,'5805ae97421aa90e6f21b3f5','2016-10-18T13:09:43.964Z','教你用 Google Vision Api 实现的人脸检测效果。',NULL,'2016-10-19T11:47:24.946Z','chrome','Android','https://hackernoon.com/machine-learning-for-android-developers-with-the-mobile-vision-api-part-1-face-detection-e7e24a3e472f#.k02j2joo0','true','代码家'),(1932,'5806ac38421aa91376974564','2016-10-19T07:11:52.511Z','图片手动切割组件,自动切割选取部分的图片。(如果能加上套索就完美了)','[http://img.gank.io/1768d0e1-e018-44af-ba8f-acd3a6d06daa]','2016-10-19T11:47:24.946Z','chrome','iOS','https://github.com/cemolcay/ImageFreeCut','true','机器人'),(1933,'5806ac7b421aa91369f95942','2016-10-19T07:12:59.231Z','带有滑动弹性效果 PageViewController,太漂亮了。','[http://img.gank.io/19627cb1-dff8-468e-a697-448dec178ffd]','2016-10-19T11:47:24.946Z','chrome','iOS','https://github.com/BohdanOrlov/BouncyPageViewController','true','机器人'),(1934,'5806ae3e421aa90e6f21b3fa','2016-10-19T07:20:30.116Z','做的很棒的一个 Android 辐射数据统计效果','[http://img.gank.io/07c56cae-9edc-4028-845e-168cc8a515a6]','2016-10-19T11:47:24.946Z','chrome','Android','https://github.com/DmitriyZaitsev/RadarChartView','true','代码家'),(1935,'5806b10f421aa90e799ec1c2','2016-10-19T07:32:31.743Z','ColorTextView:让特定的文字呈现出特定的颜色,很小的一个工具库,但是特定场景下格外有用。','[http://img.gank.io/7a2eb02f-c366-4461-9989-6f1bbc5ab751]','2016-10-19T11:47:24.946Z','chrome','Android','https://github.com/zhonghanwen/ColorTextView','true','代码家'),(1936,'5806b5c3421aa90e6f21b3fb','2016-10-19T07:52:35.528Z','在MDCC中冯森林老师的《回归初心,从容器化到组件化》,为我们这些没有那么多精力折腾黑科技开发者们打开了另一扇门',NULL,'2016-10-19T11:47:24.946Z','web','Android','http://kymjs.com/code/2016/10/18/01','true','张涛'),(1937,'5806c0ec421aa91376974565','2016-10-19T08:40:12.537Z','大象:基于 RxJava+Retrofit+MVP+Material Design 开发的一款 PHPHub 社区第三方 Android 客户端','[http://img.gank.io/15433972-6152-4316-8739-1e3fd137da7e]','2016-10-19T11:47:24.946Z','web','App','https://github.com/Freelander/Elephant','true','Paul General'),(1938,'5806db07421aa90e6f21b3ff','2016-10-19T10:31:35.169Z','用《Pokemon Go》的游戏音效重新编曲后,唱《神奇宝贝》的片头主题曲。',NULL,'2016-10-19T11:47:24.946Z','chrome','休息视频','http://www.miaopai.com/show/zT~Z~PrHK-2zGugZeYgsLA__.htm','true','Pokemon'),(1939,'5806eb37421aa90e799ec1c4','2016-10-19T11:40:39.218Z','10-19',NULL,'2016-10-19T11:47:24.946Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f8xff48zauj20u00x5jws.jpg','true','daimajia'),(1940,'57ee218b421aa95dd351b0bb','2016-09-30T16:25:47.271Z','替换用户输入的所有Emoji为HTML NCR(Numeric Character Reference)直接入库,前端显示直接打印,达到WYSWYG的效果。',NULL,'2016-10-18T11:50:35.205Z','web','瞎推荐','https://github.com/hidehalo/Emoji','true','__hidehalo'),(1941,'5800a66b421aa95dd351b12e','2016-10-14T17:33:31.111Z','自定义 自动补充 email 的 EditText','[http://img.gank.io/3ba627c7-23d2-4476-8527-7d872b608de1]','2016-10-18T11:50:35.205Z','web','Android','https://github.com/wangshaolei/AutoFillEmailEditText','true','fearless'),(1942,'58013e82421aa95dd351b131','2016-10-15T04:22:26.561Z','【经验分享】Android 事件分发机制详解',NULL,'2016-10-18T11:50:35.205Z','web','Android','http://www.gcssloop.com/customview/dispatch-touchevent-source','true','sloop'),(1943,'58024a79421aa90e714dc97b','2016-10-15T23:25:45.582Z','使AppBarLayout 可以弹性下拉的Behavior',NULL,'2016-10-18T11:50:35.205Z','web','Android','https://github.com/ToDou/appbarlayout-spring-behavior','true',NULL),(1944,'5802d6a3421aa90e799ec192','2016-10-16T09:23:47.790Z','漂亮的 Swift 实现的 Message 通知效果。','[http://img.gank.io/f5879caa-5d4c-40a4-a446-ad6c3ada01a9]','2016-10-18T11:50:35.205Z','chrome','iOS','https://github.com/SwiftKickMobile/SwiftMessages','true','机器人'),(1945,'5802d782421aa90e6f21b3d5','2016-10-16T09:27:30.729Z','一个中规中矩的日历组件,很简约。','[http://img.gank.io/d3e0f278-22f1-46ca-8f55-fe0a4851120c]','2016-10-18T11:50:35.205Z','chrome','iOS','https://github.com/shoheiyokoyama/Koyomi','true','机器人'),(1946,'5805612d421aa90e799ec1ac','2016-10-18T07:39:25.756Z','10-18',NULL,'2016-10-18T11:50:35.205Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f8w2tr9bgzj20ku0mjdi8.jpg','true','代码家'),(1947,'580564d0421aa90e6f21b3ea','2016-10-18T07:54:56.964Z','iOS Font-Awesome 工具箱','[http://img.gank.io/702b1e02-c00e-4c31-acd8-3bb14ff28d87, http://img.gank.io/a6fe536b-7cbe-43c2-b93d-e99c7d376409]','2016-10-18T11:50:35.205Z','chrome','iOS','https://github.com/qiuncheng/FontAwesomeKit.Swift','true','Robot'),(1948,'57de9714421aa95bc338982c','2016-09-18T21:31:00.863Z','9-19',NULL,'2016-09-19T11:36:25.457Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f7y296c5taj20u00u0tay.jpg','true','daimajia'),(1949,'57de9b4e421aa95bd05015d4','2016-09-18T21:49:02.730Z','[Android 之美] 那些你不知道的APK 瘦身,让你的APK更小',NULL,'2016-09-19T11:36:25.457Z','chrome','Android','http://blog.csdn.net/vfush/article/details/52266843','true','LHF'),(1950,'57dea1d3421aa95bc338982f','2016-09-18T22:16:51.442Z','iOS 开发辅助工具:快速跳转到目标文件夹','[http://img.gank.io/af9ae739-c65c-40e4-8473-3ed30ce86a54]','2016-09-19T11:36:25.457Z','chrome','iOS','https://github.com/hyperoslo/Simulator','true','代码家'),(1951,'57df2b12421aa95bc3389831','2016-09-19T08:02:26.114Z','掉落式消息通知效果','[http://img.gank.io/17ffe89e-86ff-46b2-b2a4-c2a786ff508d]','2016-09-19T11:36:25.457Z','chrome','iOS','https://github.com/ilyainyushin/ISMessages','true','代码家の机器人'),(1952,'57df2c51421aa95bcb130138','2016-09-19T08:07:45.876Z','做出漂亮的背景渐变色','[http://img.gank.io/0c21df80-1100-4767-ac73-eae5ebcc03ff]','2016-09-19T11:36:25.457Z','chrome','iOS','https://github.com/DiegoCaridei/DCShade','true','代码家'),(1953,'57df5498421aa95bc3389835','2016-09-19T10:59:36.572Z','推送,你需要知道的都在这里了',NULL,'2016-09-19T11:36:25.457Z','web','Android','http://blog.csdn.net/eclipsexys/article/details/52575602','true','xuyisheng'),(1954,'57df5b87421aa95bc7f06a56','2016-09-19T11:29:11.672Z','BGM配的太好了哈哈哈哈哈哈哈',NULL,'2016-09-19T11:36:25.457Z','chrome','休息视频','http://weibo.com/p/230444a69d54b688c351a2ffa8baf4edba8f0b','true','娱乐娱乐'),(1955,'57d9ca3a421aa95bc7f06a33','2016-09-15T06:07:54.198Z','一个专业给 View 拍照的摄像机,安卓制作简单 3D 效果必不可少的工具,你值得拥有。',NULL,'2016-09-18T11:36:10.609Z','web','Android','http://www.gcssloop.com/customview/matrix-3d-camera','true','sloop'),(1956,'57da32bc421aa95bd05015bd','2016-09-15T13:33:48.28Z','程序员的第一次约会!这真的是程序员被黑的最惨的一次了!23333333',NULL,'2016-09-18T11:36:10.609Z','chrome','休息视频','http://toutiao.com/i6330157221892063745/?tt_from=sina&utm_campain=client_share&app=news_article&utm_source=sinaweibo&iid=5368972119&utm_medium=toutiao_ios','true','lxxself'),(1957,'57db6700421aa95bc338981a','2016-09-16T11:29:04.872Z','第三方微博','[http://img.gank.io/a19ebea1-4b32-4f8b-8971-528c6459a994]','2016-09-18T11:36:10.609Z','chrome','Android','http://werb.github.io/2016/09/11/%E4%B8%9A%E4%BD%99%E6%97%B6%E9%97%B4%E5%86%99%E4%BA%86%E4%B8%80%E4%B8%AA%E7%AC%AC%E4%B8%89%E6%96%B9%E5%BE%AE%E5%8D%9A%EF%BC%88%E4%B8%8D%E4%BD%BF%E7%94%A8%E5%AE%98%E6%96%B9SDK%EF%BC%89/','true','Jason'),(1958,'57dd46a4421aa95bcb130126','2016-09-17T21:35:32.195Z','9-18',NULL,'2016-09-18T11:36:10.609Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f7wws4xk5nj20u011hwhb.jpg','true','daimajia'),(1959,'57dd46e1421aa95bc7f06a41','2016-09-17T21:36:33.142Z','那些超棒的 Server-Side Swift 项目',NULL,'2016-09-18T11:36:10.609Z','chrome','iOS','https://github.com/Awesome-Server-Side-Swift/TheList','true','代码家'),(1960,'57dd4790421aa95bcb130128','2016-09-17T21:39:28.809Z','一行代码实现 Android 图片 Lowpoly 效果','[http://img.gank.io/4a6dacf2-6cf8-4ad5-9bf8-b671d85035b5]','2016-09-18T11:36:10.609Z','chrome','Android','https://github.com/CoXier/LowPoly','true','代码家の机器人'),(1961,'57dd47c6421aa95bd05015c3','2016-09-17T21:40:22.817Z','一个超棒的 Android Music Player','[http://img.gank.io/1572262a-b0a1-4a38-9089-0c717938a83c]','2016-09-18T11:36:10.609Z','chrome','Android','https://github.com/ryanhoo/StylishMusicPlayer','true','代码家'),(1962,'57dde399421aa95bc7f06a44','2016-09-18T08:45:13.201Z','React Native 游戏引擎,RN 越来越强大了!',NULL,'2016-09-18T11:36:10.609Z','chrome','iOS','https://github.com/FormidableLabs/react-game-kit','true','代码家'),(1963,'57dde3ff421aa95bc7f06a46','2016-09-18T08:46:55.207Z','通过 P2P 技术实现的网站托管, GOV 很难将其摧毁的一种网络。太酷了!',NULL,'2016-09-18T11:36:10.609Z','chrome','瞎推荐','https://github.com/elendirx/web2web','true','代码家'),(1964,'57dde44c421aa95bd05015c5','2016-09-18T08:48:12.294Z','Android 音频格式转换,支持 AAC, MP3, M4A, WMA, WAV 和 FLAC 之间的转换。',NULL,'2016-09-18T11:36:10.609Z','chrome','Android','https://github.com/adrielcafe/AndroidAudioConverter','true','Allen'),(1965,'57dde49a421aa95bc3389823','2016-09-18T08:49:30.4Z','摇晃的门牌效果,支持 Sensor 晃动。','[http://img.gank.io/efa633e6-8969-4ffc-9e86-e3de808c72bf]','2016-09-18T11:36:10.609Z','chrome','Android','https://github.com/renaudcerrato/DoorSignView','true','代码家'),(1966,'57ddf893421aa95bc7f06a4a','2016-09-18T10:14:43.910Z','支持多种显示效果与无限滚动的RecyclerView','[http://img.gank.io/2eda0a84-0af7-4e7f-97e8-9edaf0aebeb6]','2016-09-18T11:36:10.609Z','web','Android','https://github.com/kHRYSTAL/CircleRecyclerView','true',NULL),(1967,'57d68dac421aa90981539503','2016-09-12T19:12:44.91Z','【敖厂长】斯大林请冷静!',NULL,'2016-09-14T11:35:01.991Z','chrome','休息视频','http://www.bilibili.com/video/av6209709/','true','LHF'),(1968,'57d7779b421aa95bc3389806','2016-09-13T11:50:51.305Z','從零開始學 ReactJS(ReactJS 101),最全的 ReactJS 生態系入門教程',NULL,'2016-09-14T11:35:01.991Z','web','前端','https://github.com/kdchang/reactjs101','true',NULL),(1969,'57d7bb32421aa95bc3389809','2016-09-13T16:39:14.171Z','腾讯 QMUI Team 常用的 Xcode Code Snippets 代码片段,加速开发效率!',NULL,'2016-09-14T11:35:01.991Z','web','iOS','https://github.com/QMUI/qmui-ios-codesnippets','true','MoLice'),(1970,'57d7c489421aa95bc7f06a1e','2016-09-13T17:19:05.751Z','仿锤子闹钟','[http://img.gank.io/c6529cec-9932-423c-b048-ce517b32fc36]','2016-09-14T11:35:01.991Z','web','Android','https://github.com/SpiritMan/SmartisanTime','true','yolo.cc'),(1971,'57d89766421aa95bc7f06a25','2016-09-14T08:18:46.615Z','带有进度效果的 Label 和 Button','[http://img.gank.io/cdd72948-a5ab-4aea-8975-43d142aeed29]','2016-09-14T11:35:01.991Z','chrome','iOS','https://github.com/reddymk/buttonandlabelactivityspinner','true','Allen'),(1972,'57d8982f421aa95bd05015af','2016-09-14T08:22:07.587Z','9-14',NULL,'2016-09-14T11:35:01.991Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f7sszr81ewj20u011hgog.jpg','true','daimajia'),(1973,'57d899f5421aa95bcb130116','2016-09-14T08:29:41.123Z','做的很不错的一款短链接服务',NULL,'2016-09-14T11:35:01.991Z','chrome','拓展资源','https://project.polr.me/','true','代码家'),(1974,'57d89c4d421aa95bcb130117','2016-09-14T08:39:41.284Z','简单实现夜间模式-渐变效果',NULL,'2016-09-14T11:35:01.991Z','web','Android','http://www.jianshu.com/p/f30ebec8b4ed','true','Lam Fung'),(1975,'57d89ec8421aa95bcb130118','2016-09-14T08:50:16.132Z','一些 iOS 10 上的炫酷 Sample','[http://img.gank.io/ea3fa264-20ad-4568-873b-54e0e77df169, http://img.gank.io/482a4add-4ce9-416e-bdad-943e14bfd706, http://img.gank.io/866d80c5-914e-4216-88b3-6b68c54a781b, http://img.gank.io/36bbb5c4-882d-4d00-a25e-635b0166ecfa]','2016-09-14T11:35:01.991Z','chrome','iOS','https://github.com/shu223/iOS-10-Sampler','true','代码家'),(1976,'57d8a30a421aa95bd05015b2','2016-09-14T09:08:26.707Z','将生成的二维码与选择的图片合成,生成的新二维码','[http://img.gank.io/4b78556a-aac1-42e0-983b-84ba537bf42b]','2016-09-14T11:35:01.991Z','web','Android','https://github.com/scola/Qart','true','JackHang'),(1977,'57d601b4421aa909815394f5','2016-09-12T09:15:32.50Z','又一个Android mvp框架库',NULL,'2016-09-13T11:36:54.991Z','chrome','Android','https://github.com/grandcentrix/ThirtyInch','true','花开堪折枝'),(1978,'57d65406421aa9098db8ee73','2016-09-12T15:06:46.217Z','在 Terminal 里直接搜索问题',NULL,'2016-09-13T11:36:54.991Z','chrome','瞎推荐','https://github.com/crufter/borg','true','代码家'),(1979,'57d67e02421aa9098db8ee77','2016-09-12T18:05:54.300Z','跨平台的 React native 组件工具箱~','[http://img.gank.io/8dc07b6b-1782-425f-bdc6-097d39d375a3]','2016-09-13T11:36:54.991Z','chrome','iOS','https://github.com/react-native-community/React-Native-Elements','true','代码家'),(1980,'57d69865421aa909895ffa76','2016-09-12T19:58:29.35Z','各种第三方技术文档轻松转换成 epub 格式,装入你的电子阅读器里~','[http://img.gank.io/4017d60c-a905-448b-a733-efb31cd8b518]','2016-09-13T11:36:54.991Z','chrome','拓展资源','https://github.com/javierbyte/docs2epub','true','代码家'),(1981,'57d69887421aa909895ffa78','2016-09-12T19:59:03.204Z','A tiny modern CSS reset',NULL,'2016-09-13T11:36:54.991Z','chrome','前端','http://jgthms.com/minireset.css/','true','Qoli'),(1982,'57d6e0d6421aa95bd050159e','2016-09-13T01:07:34.766Z','李宗盛 :人生沒有白走的路,每一步都算數。',NULL,'2016-09-13T11:36:54.991Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTYwNTYwMDg1Ng==.html?from=s1.8-1-1.2&spm=0.0.0.0.HUbBbY','true','lxxself'),(1983,'57d741cc421aa95bc7f06a17','2016-09-13T08:01:16.18Z','9-13',NULL,'2016-09-13T11:36:54.991Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f7rmrmrscrj20u011hgp1.jpg','true','代码家'),(1984,'57d745f5421aa95bc7f06a18','2016-09-13T08:19:01.697Z','iOS 下辅助询问权限的工具库','[http://img.gank.io/a7258852-a05d-4672-9dfb-58394e817eef, http://img.gank.io/31e64b54-f64c-4746-9b7f-827281931911]','2016-09-13T11:36:54.991Z','chrome','iOS','https://github.com/pascalbros/PAPermissions','true','代码家'),(1985,'57d74633421aa95bd05015a1','2016-09-13T08:20:03.252Z','密码强度提醒交互效果,做的很漂亮','[http://img.gank.io/6340c0d1-fed1-4799-b9eb-65a20e4f43fc]','2016-09-13T11:36:54.991Z','chrome','iOS','https://github.com/EurekaCommunity/GenericPasswordRow','true','白开水'),(1986,'57d7469b421aa95bcb13010c','2016-09-13T08:21:47.364Z','超级漂亮的一个高亮功能提醒效果!','[http://img.gank.io/92c4e833-ae65-4124-a29d-386b3364dfac]','2016-09-13T11:36:54.991Z','chrome','Android','https://github.com/KeepSafe/TapTargetView','true','代码家'),(1987,'57d74844421aa95bc33897fe','2016-09-13T08:28:52.338Z','利用 OpenCV 实现的 Candy Crash 作弊器!搞事情!',NULL,'2016-09-13T11:36:54.991Z','chrome','Android','https://applidium.com/en/news/candy_crush_solver/','true','代码家'),(1988,'57d74d5d421aa95bc3389800','2016-09-13T08:50:37.980Z','Chrome 全文搜索历史浏览的插件( 你只要记得你看过的页面的任何一个文字,都可以被检索出来! ),刁刁的,超实用!','[http://img.gank.io/9f961f57-8af7-4e6f-b6b1-c454d8c12f4c]','2016-09-13T11:36:54.991Z','chrome','拓展资源','https://github.com/lengstrom/falcon','true','代码家'),(1989,'57d75453421aa95bc3389801','2016-09-13T09:20:19.209Z','高可用的 WebSocket Server','[http://img.gank.io/749edfaf-953d-49fb-bc38-7d307ade8879]','2016-09-13T11:36:54.991Z','chrome','拓展资源','https://github.com/uWebSockets/uWebSockets','true','代码家'),(1990,'57d7560e421aa95bd05015a3','2016-09-13T09:27:42.15Z','SegementIO 出品:滑动顶部或底部 Tab 组件','[http://img.gank.io/93a778e8-135a-40ed-bee6-23e517f4999f]','2016-09-13T11:36:54.991Z','chrome','iOS','https://github.com/Yalantis/Segmentio','true','代码家'),(1991,'57d75653421aa95bcb13010e','2016-09-13T09:28:51.342Z','Google 出品:用最漂亮的方式去换行,尽管目前只支持日文,但解决一个小问题,做到极致的精神超赞。','[http://img.gank.io/dd5e5e8c-35b5-464f-85a1-dd6c06e5263f]','2016-09-13T11:36:54.991Z','chrome','拓展资源','https://github.com/google/budou','true','代码家'),(1992,'57d00af0421aa90d312ebefd','2016-09-07T20:41:20.725Z','渐变的下载按钮,发现不少小伙伴要做类似效果的','[http://img.gank.io/8cb09cf1-aea8-4ac2-b3a0-bb0a681dc782, http://img.gank.io/c8df3fd2-3b31-48d4-b5c2-b202098eafa5]','2016-09-12T11:34:31.135Z','web','Android','https://github.com/cctanfujun/ProgressRoundButton','true','谈釜君'),(1993,'57d25a49421aa90d312ebf12','2016-09-09T14:44:25.906Z','阴影背景生成器,再也不用依赖CardView 了',NULL,'2016-09-12T11:34:31.135Z','web','Android','http://inloop.github.io/shadow4android/','true','pcyan'),(1994,'57d37a25421aa90d312ebf16','2016-09-10T11:12:37.400Z','dva 1.0 - 基于 react 和 redux 的轻量级框架',NULL,'2016-09-12T11:34:31.135Z','web','前端','https://github.com/sorrycc/blog/issues/10','true','chencheng (云谦)'),(1995,'57d3b90d421aa90d3bea4a4b','2016-09-10T15:41:01.481Z','Android 代码高亮 View','[http://img.gank.io/819709ba-7d30-4deb-9fdc-a9fd3a13311e, http://img.gank.io/148be9d8-691a-4599-acf8-bcdf1f1f9b3c]','2016-09-12T11:34:31.135Z','web','Android','https://github.com/Softwee/codeview-android','true','drakeet'),(1996,'57d50dcd421aa909815394e8','2016-09-11T15:54:53.65Z','iOS 输入智能提示','[http://img.gank.io/d8916e18-42ac-449b-a36a-c14354a9cf0a]','2016-09-12T11:34:31.135Z','chrome','iOS','https://github.com/EurekaCommunity/TokenRow','true','带马甲'),(1997,'57d51226421aa909815394ef','2016-09-11T16:13:26.75Z','为 React 开发的动画引擎库','[http://img.gank.io/dceeea06-d23f-4a92-9629-e1b290222ffa]','2016-09-12T11:34:31.135Z','chrome','iOS','https://github.com/stelatech/react-anime','true','daimajia'),(1998,'57d5de2c421aa9097d64b7a1','2016-09-12T06:43:56.6Z','Android 6.0 运行时权限管理最佳实践',NULL,'2016-09-12T11:34:31.135Z','web','Android','http://blog.csdn.net/yanzhenjie1003/article/details/52503533','true','严振杰'),(1999,'57d5ea17421aa909895ffa5e','2016-09-12T07:34:47.843Z','视差效果的 Item 滑动变大','[http://img.gank.io/cd52d4d1-9cef-4ca1-8174-0f0e7b7aa19a]','2016-09-12T11:34:31.135Z','chrome','Android','https://github.com/iielse/RetailMeNotList','true','代码家'),(2000,'57d5ea52421aa9098db8ee67','2016-09-12T07:35:46.446Z','Android 版本的 Day & Night Switcher!之前 Gank 发布过 iOS 版本的。','[http://img.gank.io/1a084111-4604-4fdc-a9e6-f3a7d00dc9c8]','2016-09-12T11:34:31.135Z','chrome','Android','https://github.com/BaymaxTong/SwitchButton','true','代码家'),(2001,'57d5ed65421aa909895ffa5f','2016-09-12T07:48:53.693Z','9 - 12',NULL,'2016-09-12T11:34:31.135Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f7qgschtz8j20hs0hsac7.jpg','true','代码家'),(2002,'57d5ee61421aa909895ffa61','2016-09-12T07:53:05.940Z','iOS Chat 聊天页面引擎','[http://img.gank.io/24894292-0080-4733-8722-e9d71f7ce1cf]','2016-09-12T11:34:31.135Z','chrome','iOS','https://github.com/eBay/NMessenger','true','奥卢比'),(2003,'57d61b67421aa909815394f9','2016-09-12T11:05:11.184Z','性苦闷者的呐喊',NULL,'2016-09-12T11:34:31.135Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTcxODMzMjU2MA==.html?beta&','true','代码家'),(2004,'57d22d68421aa90d2d8a4f57','2016-09-09T11:32:56.494Z','一个简单的仿 Snip 实现的截图工具','[http://img.gank.io/11a69092-2777-434f-985c-46ed114564ff]','2016-09-10T17:39:36.941Z','chrome','iOS','https://github.com/liufsd/MacSnipManager','true','代码家'),(2005,'57d388a4421aa90d3bea4a4a','2016-09-10T12:14:28.842Z','Android 动态导航总线 URL Router 设计和思想',NULL,'2016-09-10T17:39:36.941Z','web','Android','https://drakeet.me/phoenix-url-router','true','drakeet'),(2006,'57d3b961421aa90d45004486','2016-09-10T15:42:25.525Z','What 2 Years of Android Development Have Taught Me the Hard Way',NULL,'2016-09-10T17:39:36.941Z','chrome','瞎推荐','https://blog.aritraroy.in/what-my-2-years-of-android-development-have-taught-me-the-hard-way-52b495ba5c51#.jl92bz15s','true','lxxself'),(2007,'57c7e22e421aa9125d96f552','2016-09-01T16:09:18.661Z','这个成语接龙有毒,智商已经逆天了,哈哈哈~为所欲为你妹啊!',NULL,'2016-09-09T11:53:48.777Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTcwODUxOTQ2NA==.html?beta&from=s1.8-1-1.2&spm=0.0.0.0.KEya7A','true','代码家'),(2008,'57d0f95d421aa90d312ebf03','2016-09-08T13:38:37.441Z','带波动效果的索引侧边栏,支持左右手模式和自定义索引','[http://img.gank.io/964e151e-da23-4555-b1bc-767302bc71f2, http://img.gank.io/5e02ed8c-60fd-410a-ad1b-8692a350eb49]','2016-09-09T11:53:48.777Z','web','Android','https://github.com/gjiazhe/WaveSideBar','true','郭佳哲'),(2009,'57d106e9421aa90d2d8a4f4d','2016-09-08T14:36:25.127Z','通过更简洁的方式启动 Activity、Service、Broadcast 等',NULL,'2016-09-09T11:53:48.777Z','web','Android','https://github.com/Sausure/SmartGo','true','JOJO'),(2010,'57d1256a421aa90d312ebf07','2016-09-08T16:46:34.879Z','新一代开源针对Root后的系统优化工具,智能、开源、功能强大',NULL,'2016-09-09T11:53:48.777Z','web','Android','https://github.com/rarnu/root-tools','true','xuyisheng'),(2011,'57d16f1b421aa90d2d8a4f52','2016-09-08T22:00:59.815Z','09-09',NULL,'2016-09-09T11:53:48.777Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f7mixvc7emj20ku0dv74p.jpg','true','代码家'),(2012,'57d17202421aa90d45004476','2016-09-08T22:13:22.34Z','超棒的在线画流程图工具! http://draw.io',NULL,'2016-09-09T11:53:48.777Z','chrome','前端','https://github.com/jgraph/draw.io','true','代码家'),(2013,'57d19201421aa90d312ebf09','2016-09-09T00:29:53.725Z','V2Ray 用户手册',NULL,'2016-09-09T11:53:48.777Z','chrome','瞎推荐','https://www.v2ray.com/','true','lxxself'),(2014,'57d194a8421aa90d45004478','2016-09-09T00:41:12.723Z','极客日报,一款纯粹的阅读App,基于Material Design + MVP + RxJava + Retrofit + Dagger2 + Realm + Glide',NULL,'2016-09-09T11:53:48.777Z','web','瞎推荐','https://github.com/codeestX/GeekNews','true','Est'),(2015,'57d20899421aa90d312ebf0a','2016-09-09T08:55:53.978Z','想学习 CMake ?Follow 这个 Awesome-CMake 一点点的学吧!',NULL,'2016-09-09T11:53:48.777Z','chrome','拓展资源','https://github.com/onqtam/awesome-cmake','true','代码家'),(2016,'57d2092b421aa90d2d8a4f54','2016-09-09T08:58:19.633Z','更简单的去通过 JS 操作 Cookie',NULL,'2016-09-09T11:53:48.777Z','chrome','前端','https://github.com/franciscop/cookies.js','true','代码家'),(2017,'57d2148b421aa90d3bea4a3f','2016-09-09T09:46:51.108Z','受微信热修复原理激发的Android热修复与增量升级框架,简单易用。',NULL,'2016-09-09T11:53:48.777Z','web','Android','https://github.com/byteam/delta','true','cey'),(2018,'57d22cfc421aa90d312ebf0f','2016-09-09T11:31:08.164Z','教你实现一个很带感的下载按钮效果','[http://img.gank.io/25f9369c-6f58-4afe-ab46-d2a905df5bb8]','2016-09-09T11:53:48.777Z','chrome','iOS','https://github.com/Josin22/JSDownloadView','true','代码家'),(2019,'57d22d22421aa90d2d8a4f56','2016-09-09T11:31:46.887Z','一个简单的番茄工作法 Mac App','[http://img.gank.io/34411728-9df2-48d4-a759-fdcc4ce14a0c]','2016-09-09T11:53:48.777Z','chrome','iOS','https://github.com/chelseavalentine/Pomodoro','true','代码家'),(2020,'57d22e6b421aa90d4500447b','2016-09-09T11:37:15.130Z','用代码动态生成 PDF 的库',NULL,'2016-09-09T11:53:48.777Z','chrome','iOS','https://github.com/Techprimate/TPPDF','true','代码家'),(2021,'57d22efb421aa90d312ebf10','2016-09-09T11:39:39.847Z','基于 Bottom Sheet 实现的图片选择器,交互效果不错。','[http://img.gank.io/5628bffc-fb27-499d-9d32-27b5f042b226, http://img.gank.io/c97584e8-f703-4942-a4ca-4f4f573343b9]','2016-09-09T11:53:48.777Z','chrome','Android','https://github.com/ParkSangGwon/TedBottomPicker','true','代码家'),(2022,'57d22f68421aa90d3bea4a40','2016-09-09T11:41:28.282Z','500 行 Swift 代码实现一个 BASIC 语言的解析器',NULL,'2016-09-09T11:53:48.777Z','chrome','iOS','https://github.com/jdmoreira/foobarbas','true','Fill'),(2023,'57c8e2da421aa97cb162d8bd','2016-09-02T10:24:26.799Z','一年一度Day by Day(了解iOS10新特性)','[http://img.gank.io/b5eb7427-2f63-4657-b75d-ffe910eb8b86]','2016-09-08T11:43:04.471Z','chrome','iOS','https://www.shinobicontrols.com/blog/ios-10-day-by-day-index','true','Dear宅学长'),(2024,'57cebfd4421aa91a108fc6dc','2016-09-06T21:08:36.812Z','【文曰小强】6分钟看完2016雨果奖《北京折叠》原著',NULL,'2016-09-08T11:43:04.471Z','chrome','休息视频','http://www.bilibili.com/video/av6128318/','true','LHF'),(2025,'57cf5bd6421aa90d3bea4a2a','2016-09-07T08:14:14.663Z','React Native 实现的图片选择器','[http://img.gank.io/523a2b8c-e271-442b-a185-81c1f59cf13d, http://img.gank.io/f20892d3-caae-4dd3-930e-67d0b64f6e8a]','2016-09-08T11:43:04.471Z','chrome','iOS','https://github.com/ivpusic/react-native-image-crop-picker','true','代码家'),(2026,'57d0a1e8421aa90d2d8a4f47','2016-09-08T07:25:28.576Z','AndroidSDK Support自带夜间、日间模式切换详解',NULL,'2016-09-08T11:43:04.471Z','web','Android','http://blog.csdn.net/yanzhenjie1003/article/details/52464363','true','严振杰'),(2027,'57d0a323421aa90d312ebefe','2016-09-08T07:30:43.942Z','非官方 Apple Event App,提醒你所有即将到来的 Apple Event。','[http://img.gank.io/75a9669f-303b-40fb-9693-acbcd9a7efb8]','2016-09-08T11:43:04.471Z','chrome','iOS','https://github.com/insidegui/AppleEvents','true','代码家'),(2028,'57d0a543421aa90d2d8a4f48','2016-09-08T07:39:47.30Z','掉落通知效果','[http://img.gank.io/bb6f82cf-de19-4079-a992-48ca5096ca8f]','2016-09-08T11:43:04.471Z','chrome','Android','https://github.com/Brudigem/DropDownWarning','true','代码家'),(2029,'57d0a582421aa90d3bea4a36','2016-09-08T07:40:50.108Z','一个比较完整的【面对面快传】App 开源项目','[http://img.gank.io/b5e88d2d-3945-4cfb-8144-7f947cd0420a, http://img.gank.io/68c8f72b-0568-4e99-8572-621b7d99723a, http://img.gank.io/c4a2ab68-8c9c-43a6-9452-171cce45ad52]','2016-09-08T11:43:04.471Z','chrome','Android','https://github.com/zhoubowen-sky/LingDong2.0','true','代码家'),(2030,'57d0a5ee421aa90d4500446c','2016-09-08T07:42:38.721Z','一款超漂亮的基于 MD 设计的电影 App','[http://img.gank.io/197431d7-b10d-4064-8045-490da23b3621, http://img.gank.io/c596f7ed-f499-4019-ae5c-35ef65bc76a4]','2016-09-08T11:43:04.471Z','chrome','Android','https://github.com/salRoid/Filmy','true','代码家'),(2031,'57d0a893421aa90d312ebeff','2016-09-08T07:53:55.620Z','9-9',NULL,'2016-09-08T11:43:04.471Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f7lughzrjmj20u00k9jti.jpg','true','代码家'),(2032,'57d0c6e5421aa90d4500446e','2016-09-08T10:03:17.321Z','一个酷炫的分享控件','[http://img.gank.io/fb0ed2e7-4260-4c96-9e67-efca7f3dd109]','2016-09-08T11:43:04.471Z','web','Android','https://github.com/JeasonWong/FlipShare','true','WANG Yu-wei'),(2033,'57d0c766421aa90d2d8a4f4a','2016-09-08T10:05:26.180Z','Exynap 一个帮助开发者自动生成样板代码的 AndroidStudio 插件','[http://img.gank.io/de06003b-1d41-4d89-843d-3a0c1c778169, http://img.gank.io/2e04f48d-29d0-42e0-8be9-d65e6f904f52]','2016-09-08T11:43:04.471Z','chrome','App','http://exynap.com/','true','咕咚'),(2034,'57d0cbb1421aa90d2d8a4f4b','2016-09-08T10:23:45.38Z','又一款彪悍的前端开源富文本编辑器',NULL,'2016-09-08T11:43:04.471Z','chrome','前端','https://quilljs.com/','true','代码家'),(2035,'57cacca3421aa97cada9b7a8','2016-09-03T21:14:11.524Z','Material-Design风格的动画注册登陆界面~够清爽~','[http://img.gank.io/0f993917-e280-429e-a037-40a76f556269, http://img.gank.io/2d61b022-c921-4269-9b33-e008ac4a40e3]','2016-09-07T11:50:57.951Z','web','Android','https://github.com/Yellow5A5/Material-Design-Login','true',NULL),(2036,'57ce5d67421aa910ed64f67c','2016-09-06T14:08:39.461Z','对 ImageView 实现了全屏浏览效果,同时支持了图片缩放效果,和滑动消失效果。','[http://img.gank.io/88e0059d-666b-43a6-b5fa-fc65c275e454]','2016-09-07T11:50:57.951Z','chrome','Android','https://github.com/stfalcon-studio/FrescoImageViewer','true','AndWang'),(2037,'57ce6c52421aa910f56bd8be','2016-09-06T15:12:18.266Z','Vimium-用键盘来操控浏览器',NULL,'2016-09-07T11:50:57.951Z','chrome','瞎推荐','https://github.com/philc/vimium','true','AndWang'),(2038,'57ce74d4421aa910f16b0f3c','2016-09-06T15:48:36.532Z','一个高效,使用方便,基于动态代理实现的Android事件总线库',NULL,'2016-09-07T11:50:57.951Z','web','Android','https://github.com/SilenceDut/Router','true',NULL),(2039,'57ce94bd421aa910f56bd8c1','2016-09-06T18:04:45.941Z','AS最新可用eventbus3插件','[http://img.gank.io/97bff991-43da-4476-8635-5831a0471620]','2016-09-07T11:50:57.951Z','chrome','Android','https://github.com/likfe/eventbus3-intellij-plugin','true','蒋朋'),(2040,'57cee442421aa91a0c3df5e3','2016-09-06T23:44:02.955Z','你是一个人吗?',NULL,'2016-09-07T11:50:57.951Z','chrome','休息视频','http://v.qq.com/x/page/c0326sz7fuk.html','true','lxxself'),(2041,'57cf5b23421aa90d45004463','2016-09-07T08:11:15.522Z','一个全开源的纯 OC 实现的 RTMP 推流 SDK,支持 AAC、H264、美颜滤镜、AMF编解码。',NULL,'2016-09-07T11:50:57.951Z','chrome','iOS','https://github.com/liuf1986/LFRtmp','true','代码家'),(2042,'57cf5cca421aa90d2d8a4f3a','2016-09-07T08:18:18.337Z','iOS 波纹效果,酷到没朋友~','[http://img.gank.io/332d38ce-a57a-4500-9b92-da9ea6d1c179, http://img.gank.io/b89a73fc-83e8-4a7e-8e32-73a289cffd7f, http://img.gank.io/af8c0a66-badc-4106-bfa1-9e33a6498374]','2016-09-07T11:50:57.951Z','chrome','iOS','https://github.com/alsedi/RippleEffectView','true','代码家'),(2043,'57cf5d03421aa90d3bea4a2b','2016-09-07T08:19:15.855Z','过渡色背景渐变 View','[http://img.gank.io/a0067ee4-53f9-4e26-b981-d09d4e9feee2]','2016-09-07T11:50:57.951Z','chrome','iOS','https://github.com/gkye/ComplimentaryGradientView','true','代码家'),(2044,'57cf5e26421aa90d45004464','2016-09-07T08:24:06.506Z','App 崩溃后,帮助你恢复现场并查看崩溃信息的库,在开发阶段相当实用,建议大家集成进去节省些开发时间。','[http://img.gank.io/cce9a32c-aa23-445a-9af5-f2d222c97af7]','2016-09-07T11:50:57.951Z','chrome','Android','https://github.com/Sunzxyong/Recovery','true','代码家'),(2045,'57cf601d421aa90d2d8a4f3b','2016-09-07T08:32:29.460Z','09-07',NULL,'2016-09-07T11:50:57.951Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f7kpy9czh0j20u00vn0us.jpg','true','代码家'),(2046,'57c845b6421aa97cb9511680','2016-09-01T23:13:58.592Z','拖延症患者终极躺枪之作《就今天!》',NULL,'2016-09-06T11:35:21.379Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTY5NTI5Njg5Ng==.html?beta&','true','lxxself'),(2047,'57cd05f6421aa910ed64f670','2016-09-05T13:43:18.36Z','React Native 实现的 Whatsapp。',NULL,'2016-09-06T11:35:21.379Z','chrome','iOS','https://github.com/VctrySam/whatsapp','true','代码家'),(2048,'57cd1319421aa910f56bd8b1','2016-09-05T14:39:21.72Z','雪花,粒子爆炸效果','[http://img.gank.io/6cbb23ff-480f-4820-85cf-e7666d33b9d5, http://img.gank.io/7f44e81d-2ef8-452d-b580-8295399e6d38]','2016-09-06T11:35:21.379Z','chrome','Android','https://github.com/jinatonic/confetti','true','有时放纵'),(2049,'57de9714421aa95bc338982c','2016-09-18T21:31:00.863Z','9-19',NULL,'2016-09-19T11:36:25.457Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f7y296c5taj20u00u0tay.jpg','true','daimajia'),(2050,'57de9b4e421aa95bd05015d4','2016-09-18T21:49:02.730Z','[Android 之美] 那些你不知道的APK 瘦身,让你的APK更小',NULL,'2016-09-19T11:36:25.457Z','chrome','Android','http://blog.csdn.net/vfush/article/details/52266843','true','LHF'),(2051,'57dea1d3421aa95bc338982f','2016-09-18T22:16:51.442Z','iOS 开发辅助工具:快速跳转到目标文件夹','[http://img.gank.io/af9ae739-c65c-40e4-8473-3ed30ce86a54]','2016-09-19T11:36:25.457Z','chrome','iOS','https://github.com/hyperoslo/Simulator','true','代码家'),(2052,'57df2b12421aa95bc3389831','2016-09-19T08:02:26.114Z','掉落式消息通知效果','[http://img.gank.io/17ffe89e-86ff-46b2-b2a4-c2a786ff508d]','2016-09-19T11:36:25.457Z','chrome','iOS','https://github.com/ilyainyushin/ISMessages','true','代码家の机器人'),(2053,'57df2c51421aa95bcb130138','2016-09-19T08:07:45.876Z','做出漂亮的背景渐变色','[http://img.gank.io/0c21df80-1100-4767-ac73-eae5ebcc03ff]','2016-09-19T11:36:25.457Z','chrome','iOS','https://github.com/DiegoCaridei/DCShade','true','代码家'),(2054,'57df5498421aa95bc3389835','2016-09-19T10:59:36.572Z','推送,你需要知道的都在这里了',NULL,'2016-09-19T11:36:25.457Z','web','Android','http://blog.csdn.net/eclipsexys/article/details/52575602','true','xuyisheng'),(2055,'57df5b87421aa95bc7f06a56','2016-09-19T11:29:11.672Z','BGM配的太好了哈哈哈哈哈哈哈',NULL,'2016-09-19T11:36:25.457Z','chrome','休息视频','http://weibo.com/p/230444a69d54b688c351a2ffa8baf4edba8f0b','true','娱乐娱乐'),(2056,'57d9ca3a421aa95bc7f06a33','2016-09-15T06:07:54.198Z','一个专业给 View 拍照的摄像机,安卓制作简单 3D 效果必不可少的工具,你值得拥有。',NULL,'2016-09-18T11:36:10.609Z','web','Android','http://www.gcssloop.com/customview/matrix-3d-camera','true','sloop'),(2057,'57da32bc421aa95bd05015bd','2016-09-15T13:33:48.28Z','程序员的第一次约会!这真的是程序员被黑的最惨的一次了!23333333',NULL,'2016-09-18T11:36:10.609Z','chrome','休息视频','http://toutiao.com/i6330157221892063745/?tt_from=sina&utm_campain=client_share&app=news_article&utm_source=sinaweibo&iid=5368972119&utm_medium=toutiao_ios','true','lxxself'),(2058,'57db6700421aa95bc338981a','2016-09-16T11:29:04.872Z','第三方微博','[http://img.gank.io/a19ebea1-4b32-4f8b-8971-528c6459a994]','2016-09-18T11:36:10.609Z','chrome','Android','http://werb.github.io/2016/09/11/%E4%B8%9A%E4%BD%99%E6%97%B6%E9%97%B4%E5%86%99%E4%BA%86%E4%B8%80%E4%B8%AA%E7%AC%AC%E4%B8%89%E6%96%B9%E5%BE%AE%E5%8D%9A%EF%BC%88%E4%B8%8D%E4%BD%BF%E7%94%A8%E5%AE%98%E6%96%B9SDK%EF%BC%89/','true','Jason'),(2059,'57dd46a4421aa95bcb130126','2016-09-17T21:35:32.195Z','9-18',NULL,'2016-09-18T11:36:10.609Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f7wws4xk5nj20u011hwhb.jpg','true','daimajia'),(2060,'57dd46e1421aa95bc7f06a41','2016-09-17T21:36:33.142Z','那些超棒的 Server-Side Swift 项目',NULL,'2016-09-18T11:36:10.609Z','chrome','iOS','https://github.com/Awesome-Server-Side-Swift/TheList','true','代码家'),(2061,'57dd4790421aa95bcb130128','2016-09-17T21:39:28.809Z','一行代码实现 Android 图片 Lowpoly 效果','[http://img.gank.io/4a6dacf2-6cf8-4ad5-9bf8-b671d85035b5]','2016-09-18T11:36:10.609Z','chrome','Android','https://github.com/CoXier/LowPoly','true','代码家の机器人'),(2062,'57dd47c6421aa95bd05015c3','2016-09-17T21:40:22.817Z','一个超棒的 Android Music Player','[http://img.gank.io/1572262a-b0a1-4a38-9089-0c717938a83c]','2016-09-18T11:36:10.609Z','chrome','Android','https://github.com/ryanhoo/StylishMusicPlayer','true','代码家'),(2063,'57dde399421aa95bc7f06a44','2016-09-18T08:45:13.201Z','React Native 游戏引擎,RN 越来越强大了!',NULL,'2016-09-18T11:36:10.609Z','chrome','iOS','https://github.com/FormidableLabs/react-game-kit','true','代码家'),(2064,'57dde3ff421aa95bc7f06a46','2016-09-18T08:46:55.207Z','通过 P2P 技术实现的网站托管, GOV 很难将其摧毁的一种网络。太酷了!',NULL,'2016-09-18T11:36:10.609Z','chrome','瞎推荐','https://github.com/elendirx/web2web','true','代码家'),(2065,'57dde44c421aa95bd05015c5','2016-09-18T08:48:12.294Z','Android 音频格式转换,支持 AAC, MP3, M4A, WMA, WAV 和 FLAC 之间的转换。',NULL,'2016-09-18T11:36:10.609Z','chrome','Android','https://github.com/adrielcafe/AndroidAudioConverter','true','Allen'),(2066,'57dde49a421aa95bc3389823','2016-09-18T08:49:30.4Z','摇晃的门牌效果,支持 Sensor 晃动。','[http://img.gank.io/efa633e6-8969-4ffc-9e86-e3de808c72bf]','2016-09-18T11:36:10.609Z','chrome','Android','https://github.com/renaudcerrato/DoorSignView','true','代码家'),(2067,'57ddf893421aa95bc7f06a4a','2016-09-18T10:14:43.910Z','支持多种显示效果与无限滚动的RecyclerView','[http://img.gank.io/2eda0a84-0af7-4e7f-97e8-9edaf0aebeb6]','2016-09-18T11:36:10.609Z','web','Android','https://github.com/kHRYSTAL/CircleRecyclerView','true',NULL),(2068,'57d68dac421aa90981539503','2016-09-12T19:12:44.91Z','【敖厂长】斯大林请冷静!',NULL,'2016-09-14T11:35:01.991Z','chrome','休息视频','http://www.bilibili.com/video/av6209709/','true','LHF'),(2069,'57d7779b421aa95bc3389806','2016-09-13T11:50:51.305Z','從零開始學 ReactJS(ReactJS 101),最全的 ReactJS 生態系入門教程',NULL,'2016-09-14T11:35:01.991Z','web','前端','https://github.com/kdchang/reactjs101','true',NULL),(2070,'57d7bb32421aa95bc3389809','2016-09-13T16:39:14.171Z','腾讯 QMUI Team 常用的 Xcode Code Snippets 代码片段,加速开发效率!',NULL,'2016-09-14T11:35:01.991Z','web','iOS','https://github.com/QMUI/qmui-ios-codesnippets','true','MoLice'),(2071,'57d7c489421aa95bc7f06a1e','2016-09-13T17:19:05.751Z','仿锤子闹钟','[http://img.gank.io/c6529cec-9932-423c-b048-ce517b32fc36]','2016-09-14T11:35:01.991Z','web','Android','https://github.com/SpiritMan/SmartisanTime','true','yolo.cc'),(2072,'57d89766421aa95bc7f06a25','2016-09-14T08:18:46.615Z','带有进度效果的 Label 和 Button','[http://img.gank.io/cdd72948-a5ab-4aea-8975-43d142aeed29]','2016-09-14T11:35:01.991Z','chrome','iOS','https://github.com/reddymk/buttonandlabelactivityspinner','true','Allen'),(2073,'57d8982f421aa95bd05015af','2016-09-14T08:22:07.587Z','9-14',NULL,'2016-09-14T11:35:01.991Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f7sszr81ewj20u011hgog.jpg','true','daimajia'),(2074,'57d899f5421aa95bcb130116','2016-09-14T08:29:41.123Z','做的很不错的一款短链接服务',NULL,'2016-09-14T11:35:01.991Z','chrome','拓展资源','https://project.polr.me/','true','代码家'),(2075,'57d89c4d421aa95bcb130117','2016-09-14T08:39:41.284Z','简单实现夜间模式-渐变效果',NULL,'2016-09-14T11:35:01.991Z','web','Android','http://www.jianshu.com/p/f30ebec8b4ed','true','Lam Fung'),(2076,'57d89ec8421aa95bcb130118','2016-09-14T08:50:16.132Z','一些 iOS 10 上的炫酷 Sample','[http://img.gank.io/ea3fa264-20ad-4568-873b-54e0e77df169, http://img.gank.io/482a4add-4ce9-416e-bdad-943e14bfd706, http://img.gank.io/866d80c5-914e-4216-88b3-6b68c54a781b, http://img.gank.io/36bbb5c4-882d-4d00-a25e-635b0166ecfa]','2016-09-14T11:35:01.991Z','chrome','iOS','https://github.com/shu223/iOS-10-Sampler','true','代码家'),(2077,'57d8a30a421aa95bd05015b2','2016-09-14T09:08:26.707Z','将生成的二维码与选择的图片合成,生成的新二维码','[http://img.gank.io/4b78556a-aac1-42e0-983b-84ba537bf42b]','2016-09-14T11:35:01.991Z','web','Android','https://github.com/scola/Qart','true','JackHang'),(2078,'57d601b4421aa909815394f5','2016-09-12T09:15:32.50Z','又一个Android mvp框架库',NULL,'2016-09-13T11:36:54.991Z','chrome','Android','https://github.com/grandcentrix/ThirtyInch','true','花开堪折枝'),(2079,'57d65406421aa9098db8ee73','2016-09-12T15:06:46.217Z','在 Terminal 里直接搜索问题',NULL,'2016-09-13T11:36:54.991Z','chrome','瞎推荐','https://github.com/crufter/borg','true','代码家'),(2080,'57d67e02421aa9098db8ee77','2016-09-12T18:05:54.300Z','跨平台的 React native 组件工具箱~','[http://img.gank.io/8dc07b6b-1782-425f-bdc6-097d39d375a3]','2016-09-13T11:36:54.991Z','chrome','iOS','https://github.com/react-native-community/React-Native-Elements','true','代码家'),(2081,'57d69865421aa909895ffa76','2016-09-12T19:58:29.35Z','各种第三方技术文档轻松转换成 epub 格式,装入你的电子阅读器里~','[http://img.gank.io/4017d60c-a905-448b-a733-efb31cd8b518]','2016-09-13T11:36:54.991Z','chrome','拓展资源','https://github.com/javierbyte/docs2epub','true','代码家'),(2082,'57d69887421aa909895ffa78','2016-09-12T19:59:03.204Z','A tiny modern CSS reset',NULL,'2016-09-13T11:36:54.991Z','chrome','前端','http://jgthms.com/minireset.css/','true','Qoli'),(2083,'57d6e0d6421aa95bd050159e','2016-09-13T01:07:34.766Z','李宗盛 :人生沒有白走的路,每一步都算數。',NULL,'2016-09-13T11:36:54.991Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTYwNTYwMDg1Ng==.html?from=s1.8-1-1.2&spm=0.0.0.0.HUbBbY','true','lxxself'),(2084,'57d741cc421aa95bc7f06a17','2016-09-13T08:01:16.18Z','9-13',NULL,'2016-09-13T11:36:54.991Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f7rmrmrscrj20u011hgp1.jpg','true','代码家'),(2085,'57d745f5421aa95bc7f06a18','2016-09-13T08:19:01.697Z','iOS 下辅助询问权限的工具库','[http://img.gank.io/a7258852-a05d-4672-9dfb-58394e817eef, http://img.gank.io/31e64b54-f64c-4746-9b7f-827281931911]','2016-09-13T11:36:54.991Z','chrome','iOS','https://github.com/pascalbros/PAPermissions','true','代码家'),(2086,'57d74633421aa95bd05015a1','2016-09-13T08:20:03.252Z','密码强度提醒交互效果,做的很漂亮','[http://img.gank.io/6340c0d1-fed1-4799-b9eb-65a20e4f43fc]','2016-09-13T11:36:54.991Z','chrome','iOS','https://github.com/EurekaCommunity/GenericPasswordRow','true','白开水'),(2087,'57d7469b421aa95bcb13010c','2016-09-13T08:21:47.364Z','超级漂亮的一个高亮功能提醒效果!','[http://img.gank.io/92c4e833-ae65-4124-a29d-386b3364dfac]','2016-09-13T11:36:54.991Z','chrome','Android','https://github.com/KeepSafe/TapTargetView','true','代码家'),(2088,'57d74844421aa95bc33897fe','2016-09-13T08:28:52.338Z','利用 OpenCV 实现的 Candy Crash 作弊器!搞事情!',NULL,'2016-09-13T11:36:54.991Z','chrome','Android','https://applidium.com/en/news/candy_crush_solver/','true','代码家'),(2089,'57d74d5d421aa95bc3389800','2016-09-13T08:50:37.980Z','Chrome 全文搜索历史浏览的插件( 你只要记得你看过的页面的任何一个文字,都可以被检索出来! ),刁刁的,超实用!','[http://img.gank.io/9f961f57-8af7-4e6f-b6b1-c454d8c12f4c]','2016-09-13T11:36:54.991Z','chrome','拓展资源','https://github.com/lengstrom/falcon','true','代码家'),(2090,'57d75453421aa95bc3389801','2016-09-13T09:20:19.209Z','高可用的 WebSocket Server','[http://img.gank.io/749edfaf-953d-49fb-bc38-7d307ade8879]','2016-09-13T11:36:54.991Z','chrome','拓展资源','https://github.com/uWebSockets/uWebSockets','true','代码家'),(2091,'57d7560e421aa95bd05015a3','2016-09-13T09:27:42.15Z','SegementIO 出品:滑动顶部或底部 Tab 组件','[http://img.gank.io/93a778e8-135a-40ed-bee6-23e517f4999f]','2016-09-13T11:36:54.991Z','chrome','iOS','https://github.com/Yalantis/Segmentio','true','代码家'),(2092,'57d75653421aa95bcb13010e','2016-09-13T09:28:51.342Z','Google 出品:用最漂亮的方式去换行,尽管目前只支持日文,但解决一个小问题,做到极致的精神超赞。','[http://img.gank.io/dd5e5e8c-35b5-464f-85a1-dd6c06e5263f]','2016-09-13T11:36:54.991Z','chrome','拓展资源','https://github.com/google/budou','true','代码家'),(2093,'57d00af0421aa90d312ebefd','2016-09-07T20:41:20.725Z','渐变的下载按钮,发现不少小伙伴要做类似效果的','[http://img.gank.io/8cb09cf1-aea8-4ac2-b3a0-bb0a681dc782, http://img.gank.io/c8df3fd2-3b31-48d4-b5c2-b202098eafa5]','2016-09-12T11:34:31.135Z','web','Android','https://github.com/cctanfujun/ProgressRoundButton','true','谈釜君'),(2094,'57d25a49421aa90d312ebf12','2016-09-09T14:44:25.906Z','阴影背景生成器,再也不用依赖CardView 了',NULL,'2016-09-12T11:34:31.135Z','web','Android','http://inloop.github.io/shadow4android/','true','pcyan'),(2095,'57d37a25421aa90d312ebf16','2016-09-10T11:12:37.400Z','dva 1.0 - 基于 react 和 redux 的轻量级框架',NULL,'2016-09-12T11:34:31.135Z','web','前端','https://github.com/sorrycc/blog/issues/10','true','chencheng (云谦)'),(2096,'57d3b90d421aa90d3bea4a4b','2016-09-10T15:41:01.481Z','Android 代码高亮 View','[http://img.gank.io/819709ba-7d30-4deb-9fdc-a9fd3a13311e, http://img.gank.io/148be9d8-691a-4599-acf8-bcdf1f1f9b3c]','2016-09-12T11:34:31.135Z','web','Android','https://github.com/Softwee/codeview-android','true','drakeet'),(2097,'57d50dcd421aa909815394e8','2016-09-11T15:54:53.65Z','iOS 输入智能提示','[http://img.gank.io/d8916e18-42ac-449b-a36a-c14354a9cf0a]','2016-09-12T11:34:31.135Z','chrome','iOS','https://github.com/EurekaCommunity/TokenRow','true','带马甲'),(2098,'57d51226421aa909815394ef','2016-09-11T16:13:26.75Z','为 React 开发的动画引擎库','[http://img.gank.io/dceeea06-d23f-4a92-9629-e1b290222ffa]','2016-09-12T11:34:31.135Z','chrome','iOS','https://github.com/stelatech/react-anime','true','daimajia'),(2099,'57d5de2c421aa9097d64b7a1','2016-09-12T06:43:56.6Z','Android 6.0 运行时权限管理最佳实践',NULL,'2016-09-12T11:34:31.135Z','web','Android','http://blog.csdn.net/yanzhenjie1003/article/details/52503533','true','严振杰'),(2100,'57d5ea17421aa909895ffa5e','2016-09-12T07:34:47.843Z','视差效果的 Item 滑动变大','[http://img.gank.io/cd52d4d1-9cef-4ca1-8174-0f0e7b7aa19a]','2016-09-12T11:34:31.135Z','chrome','Android','https://github.com/iielse/RetailMeNotList','true','代码家'),(2101,'57d5ea52421aa9098db8ee67','2016-09-12T07:35:46.446Z','Android 版本的 Day & Night Switcher!之前 Gank 发布过 iOS 版本的。','[http://img.gank.io/1a084111-4604-4fdc-a9e6-f3a7d00dc9c8]','2016-09-12T11:34:31.135Z','chrome','Android','https://github.com/BaymaxTong/SwitchButton','true','代码家'),(2102,'57d5ed65421aa909895ffa5f','2016-09-12T07:48:53.693Z','9 - 12',NULL,'2016-09-12T11:34:31.135Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f7qgschtz8j20hs0hsac7.jpg','true','代码家'),(2103,'57d5ee61421aa909895ffa61','2016-09-12T07:53:05.940Z','iOS Chat 聊天页面引擎','[http://img.gank.io/24894292-0080-4733-8722-e9d71f7ce1cf]','2016-09-12T11:34:31.135Z','chrome','iOS','https://github.com/eBay/NMessenger','true','奥卢比'),(2104,'57d61b67421aa909815394f9','2016-09-12T11:05:11.184Z','性苦闷者的呐喊',NULL,'2016-09-12T11:34:31.135Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTcxODMzMjU2MA==.html?beta&','true','代码家'),(2105,'57d22d68421aa90d2d8a4f57','2016-09-09T11:32:56.494Z','一个简单的仿 Snip 实现的截图工具','[http://img.gank.io/11a69092-2777-434f-985c-46ed114564ff]','2016-09-10T17:39:36.941Z','chrome','iOS','https://github.com/liufsd/MacSnipManager','true','代码家'),(2106,'57d388a4421aa90d3bea4a4a','2016-09-10T12:14:28.842Z','Android 动态导航总线 URL Router 设计和思想',NULL,'2016-09-10T17:39:36.941Z','web','Android','https://drakeet.me/phoenix-url-router','true','drakeet'),(2107,'57d3b961421aa90d45004486','2016-09-10T15:42:25.525Z','What 2 Years of Android Development Have Taught Me the Hard Way',NULL,'2016-09-10T17:39:36.941Z','chrome','瞎推荐','https://blog.aritraroy.in/what-my-2-years-of-android-development-have-taught-me-the-hard-way-52b495ba5c51#.jl92bz15s','true','lxxself'),(2108,'57c7e22e421aa9125d96f552','2016-09-01T16:09:18.661Z','这个成语接龙有毒,智商已经逆天了,哈哈哈~为所欲为你妹啊!',NULL,'2016-09-09T11:53:48.777Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTcwODUxOTQ2NA==.html?beta&from=s1.8-1-1.2&spm=0.0.0.0.KEya7A','true','代码家'),(2109,'57d0f95d421aa90d312ebf03','2016-09-08T13:38:37.441Z','带波动效果的索引侧边栏,支持左右手模式和自定义索引','[http://img.gank.io/964e151e-da23-4555-b1bc-767302bc71f2, http://img.gank.io/5e02ed8c-60fd-410a-ad1b-8692a350eb49]','2016-09-09T11:53:48.777Z','web','Android','https://github.com/gjiazhe/WaveSideBar','true','郭佳哲'),(2110,'57d106e9421aa90d2d8a4f4d','2016-09-08T14:36:25.127Z','通过更简洁的方式启动 Activity、Service、Broadcast 等',NULL,'2016-09-09T11:53:48.777Z','web','Android','https://github.com/Sausure/SmartGo','true','JOJO'),(2111,'57d1256a421aa90d312ebf07','2016-09-08T16:46:34.879Z','新一代开源针对Root后的系统优化工具,智能、开源、功能强大',NULL,'2016-09-09T11:53:48.777Z','web','Android','https://github.com/rarnu/root-tools','true','xuyisheng'),(2112,'57d16f1b421aa90d2d8a4f52','2016-09-08T22:00:59.815Z','09-09',NULL,'2016-09-09T11:53:48.777Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f7mixvc7emj20ku0dv74p.jpg','true','代码家'),(2113,'57d17202421aa90d45004476','2016-09-08T22:13:22.34Z','超棒的在线画流程图工具! http://draw.io',NULL,'2016-09-09T11:53:48.777Z','chrome','前端','https://github.com/jgraph/draw.io','true','代码家'),(2114,'57d19201421aa90d312ebf09','2016-09-09T00:29:53.725Z','V2Ray 用户手册',NULL,'2016-09-09T11:53:48.777Z','chrome','瞎推荐','https://www.v2ray.com/','true','lxxself'),(2115,'57d194a8421aa90d45004478','2016-09-09T00:41:12.723Z','极客日报,一款纯粹的阅读App,基于Material Design + MVP + RxJava + Retrofit + Dagger2 + Realm + Glide',NULL,'2016-09-09T11:53:48.777Z','web','瞎推荐','https://github.com/codeestX/GeekNews','true','Est'),(2116,'57d20899421aa90d312ebf0a','2016-09-09T08:55:53.978Z','想学习 CMake ?Follow 这个 Awesome-CMake 一点点的学吧!',NULL,'2016-09-09T11:53:48.777Z','chrome','拓展资源','https://github.com/onqtam/awesome-cmake','true','代码家'),(2117,'57d2092b421aa90d2d8a4f54','2016-09-09T08:58:19.633Z','更简单的去通过 JS 操作 Cookie',NULL,'2016-09-09T11:53:48.777Z','chrome','前端','https://github.com/franciscop/cookies.js','true','代码家'),(2118,'57d2148b421aa90d3bea4a3f','2016-09-09T09:46:51.108Z','受微信热修复原理激发的Android热修复与增量升级框架,简单易用。',NULL,'2016-09-09T11:53:48.777Z','web','Android','https://github.com/byteam/delta','true','cey'),(2119,'57d22cfc421aa90d312ebf0f','2016-09-09T11:31:08.164Z','教你实现一个很带感的下载按钮效果','[http://img.gank.io/25f9369c-6f58-4afe-ab46-d2a905df5bb8]','2016-09-09T11:53:48.777Z','chrome','iOS','https://github.com/Josin22/JSDownloadView','true','代码家'),(2120,'57d22d22421aa90d2d8a4f56','2016-09-09T11:31:46.887Z','一个简单的番茄工作法 Mac App','[http://img.gank.io/34411728-9df2-48d4-a759-fdcc4ce14a0c]','2016-09-09T11:53:48.777Z','chrome','iOS','https://github.com/chelseavalentine/Pomodoro','true','代码家'),(2121,'57d22e6b421aa90d4500447b','2016-09-09T11:37:15.130Z','用代码动态生成 PDF 的库',NULL,'2016-09-09T11:53:48.777Z','chrome','iOS','https://github.com/Techprimate/TPPDF','true','代码家'),(2122,'57d22efb421aa90d312ebf10','2016-09-09T11:39:39.847Z','基于 Bottom Sheet 实现的图片选择器,交互效果不错。','[http://img.gank.io/5628bffc-fb27-499d-9d32-27b5f042b226, http://img.gank.io/c97584e8-f703-4942-a4ca-4f4f573343b9]','2016-09-09T11:53:48.777Z','chrome','Android','https://github.com/ParkSangGwon/TedBottomPicker','true','代码家'),(2123,'57d22f68421aa90d3bea4a40','2016-09-09T11:41:28.282Z','500 行 Swift 代码实现一个 BASIC 语言的解析器',NULL,'2016-09-09T11:53:48.777Z','chrome','iOS','https://github.com/jdmoreira/foobarbas','true','Fill'),(2124,'57c8e2da421aa97cb162d8bd','2016-09-02T10:24:26.799Z','一年一度Day by Day(了解iOS10新特性)','[http://img.gank.io/b5eb7427-2f63-4657-b75d-ffe910eb8b86]','2016-09-08T11:43:04.471Z','chrome','iOS','https://www.shinobicontrols.com/blog/ios-10-day-by-day-index','true','Dear宅学长'),(2125,'57cebfd4421aa91a108fc6dc','2016-09-06T21:08:36.812Z','【文曰小强】6分钟看完2016雨果奖《北京折叠》原著',NULL,'2016-09-08T11:43:04.471Z','chrome','休息视频','http://www.bilibili.com/video/av6128318/','true','LHF'),(2126,'57cf5bd6421aa90d3bea4a2a','2016-09-07T08:14:14.663Z','React Native 实现的图片选择器','[http://img.gank.io/523a2b8c-e271-442b-a185-81c1f59cf13d, http://img.gank.io/f20892d3-caae-4dd3-930e-67d0b64f6e8a]','2016-09-08T11:43:04.471Z','chrome','iOS','https://github.com/ivpusic/react-native-image-crop-picker','true','代码家'),(2127,'57d0a1e8421aa90d2d8a4f47','2016-09-08T07:25:28.576Z','AndroidSDK Support自带夜间、日间模式切换详解',NULL,'2016-09-08T11:43:04.471Z','web','Android','http://blog.csdn.net/yanzhenjie1003/article/details/52464363','true','严振杰'),(2128,'57d0a323421aa90d312ebefe','2016-09-08T07:30:43.942Z','非官方 Apple Event App,提醒你所有即将到来的 Apple Event。','[http://img.gank.io/75a9669f-303b-40fb-9693-acbcd9a7efb8]','2016-09-08T11:43:04.471Z','chrome','iOS','https://github.com/insidegui/AppleEvents','true','代码家'),(2129,'57d0a543421aa90d2d8a4f48','2016-09-08T07:39:47.30Z','掉落通知效果','[http://img.gank.io/bb6f82cf-de19-4079-a992-48ca5096ca8f]','2016-09-08T11:43:04.471Z','chrome','Android','https://github.com/Brudigem/DropDownWarning','true','代码家'),(2130,'57d0a582421aa90d3bea4a36','2016-09-08T07:40:50.108Z','一个比较完整的【面对面快传】App 开源项目','[http://img.gank.io/b5e88d2d-3945-4cfb-8144-7f947cd0420a, http://img.gank.io/68c8f72b-0568-4e99-8572-621b7d99723a, http://img.gank.io/c4a2ab68-8c9c-43a6-9452-171cce45ad52]','2016-09-08T11:43:04.471Z','chrome','Android','https://github.com/zhoubowen-sky/LingDong2.0','true','代码家'),(2131,'57d0a5ee421aa90d4500446c','2016-09-08T07:42:38.721Z','一款超漂亮的基于 MD 设计的电影 App','[http://img.gank.io/197431d7-b10d-4064-8045-490da23b3621, http://img.gank.io/c596f7ed-f499-4019-ae5c-35ef65bc76a4]','2016-09-08T11:43:04.471Z','chrome','Android','https://github.com/salRoid/Filmy','true','代码家'),(2132,'57d0a893421aa90d312ebeff','2016-09-08T07:53:55.620Z','9-9',NULL,'2016-09-08T11:43:04.471Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f7lughzrjmj20u00k9jti.jpg','true','代码家'),(2133,'57d0c6e5421aa90d4500446e','2016-09-08T10:03:17.321Z','一个酷炫的分享控件','[http://img.gank.io/fb0ed2e7-4260-4c96-9e67-efca7f3dd109]','2016-09-08T11:43:04.471Z','web','Android','https://github.com/JeasonWong/FlipShare','true','WANG Yu-wei'),(2134,'57d0c766421aa90d2d8a4f4a','2016-09-08T10:05:26.180Z','Exynap 一个帮助开发者自动生成样板代码的 AndroidStudio 插件','[http://img.gank.io/de06003b-1d41-4d89-843d-3a0c1c778169, http://img.gank.io/2e04f48d-29d0-42e0-8be9-d65e6f904f52]','2016-09-08T11:43:04.471Z','chrome','App','http://exynap.com/','true','咕咚'),(2135,'57d0cbb1421aa90d2d8a4f4b','2016-09-08T10:23:45.38Z','又一款彪悍的前端开源富文本编辑器',NULL,'2016-09-08T11:43:04.471Z','chrome','前端','https://quilljs.com/','true','代码家'),(2136,'57cacca3421aa97cada9b7a8','2016-09-03T21:14:11.524Z','Material-Design风格的动画注册登陆界面~够清爽~','[http://img.gank.io/0f993917-e280-429e-a037-40a76f556269, http://img.gank.io/2d61b022-c921-4269-9b33-e008ac4a40e3]','2016-09-07T11:50:57.951Z','web','Android','https://github.com/Yellow5A5/Material-Design-Login','true',NULL),(2137,'57ce5d67421aa910ed64f67c','2016-09-06T14:08:39.461Z','对 ImageView 实现了全屏浏览效果,同时支持了图片缩放效果,和滑动消失效果。','[http://img.gank.io/88e0059d-666b-43a6-b5fa-fc65c275e454]','2016-09-07T11:50:57.951Z','chrome','Android','https://github.com/stfalcon-studio/FrescoImageViewer','true','AndWang'),(2138,'57ce6c52421aa910f56bd8be','2016-09-06T15:12:18.266Z','Vimium-用键盘来操控浏览器',NULL,'2016-09-07T11:50:57.951Z','chrome','瞎推荐','https://github.com/philc/vimium','true','AndWang'),(2139,'57ce74d4421aa910f16b0f3c','2016-09-06T15:48:36.532Z','一个高效,使用方便,基于动态代理实现的Android事件总线库',NULL,'2016-09-07T11:50:57.951Z','web','Android','https://github.com/SilenceDut/Router','true',NULL),(2140,'57ce94bd421aa910f56bd8c1','2016-09-06T18:04:45.941Z','AS最新可用eventbus3插件','[http://img.gank.io/97bff991-43da-4476-8635-5831a0471620]','2016-09-07T11:50:57.951Z','chrome','Android','https://github.com/likfe/eventbus3-intellij-plugin','true','蒋朋'),(2141,'57cee442421aa91a0c3df5e3','2016-09-06T23:44:02.955Z','你是一个人吗?',NULL,'2016-09-07T11:50:57.951Z','chrome','休息视频','http://v.qq.com/x/page/c0326sz7fuk.html','true','lxxself'),(2142,'57cf5b23421aa90d45004463','2016-09-07T08:11:15.522Z','一个全开源的纯 OC 实现的 RTMP 推流 SDK,支持 AAC、H264、美颜滤镜、AMF编解码。',NULL,'2016-09-07T11:50:57.951Z','chrome','iOS','https://github.com/liuf1986/LFRtmp','true','代码家'),(2143,'57cf5cca421aa90d2d8a4f3a','2016-09-07T08:18:18.337Z','iOS 波纹效果,酷到没朋友~','[http://img.gank.io/332d38ce-a57a-4500-9b92-da9ea6d1c179, http://img.gank.io/b89a73fc-83e8-4a7e-8e32-73a289cffd7f, http://img.gank.io/af8c0a66-badc-4106-bfa1-9e33a6498374]','2016-09-07T11:50:57.951Z','chrome','iOS','https://github.com/alsedi/RippleEffectView','true','代码家'),(2144,'57cf5d03421aa90d3bea4a2b','2016-09-07T08:19:15.855Z','过渡色背景渐变 View','[http://img.gank.io/a0067ee4-53f9-4e26-b981-d09d4e9feee2]','2016-09-07T11:50:57.951Z','chrome','iOS','https://github.com/gkye/ComplimentaryGradientView','true','代码家'),(2145,'57cf5e26421aa90d45004464','2016-09-07T08:24:06.506Z','App 崩溃后,帮助你恢复现场并查看崩溃信息的库,在开发阶段相当实用,建议大家集成进去节省些开发时间。','[http://img.gank.io/cce9a32c-aa23-445a-9af5-f2d222c97af7]','2016-09-07T11:50:57.951Z','chrome','Android','https://github.com/Sunzxyong/Recovery','true','代码家'),(2146,'57cf601d421aa90d2d8a4f3b','2016-09-07T08:32:29.460Z','09-07',NULL,'2016-09-07T11:50:57.951Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f7kpy9czh0j20u00vn0us.jpg','true','代码家'),(2147,'57c845b6421aa97cb9511680','2016-09-01T23:13:58.592Z','拖延症患者终极躺枪之作《就今天!》',NULL,'2016-09-06T11:35:21.379Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTY5NTI5Njg5Ng==.html?beta&','true','lxxself'),(2148,'57cd05f6421aa910ed64f670','2016-09-05T13:43:18.36Z','React Native 实现的 Whatsapp。',NULL,'2016-09-06T11:35:21.379Z','chrome','iOS','https://github.com/VctrySam/whatsapp','true','代码家'),(2149,'57cd1319421aa910f56bd8b1','2016-09-05T14:39:21.72Z','雪花,粒子爆炸效果','[http://img.gank.io/6cbb23ff-480f-4820-85cf-e7666d33b9d5, http://img.gank.io/7f44e81d-2ef8-452d-b580-8295399e6d38]','2016-09-06T11:35:21.379Z','chrome','Android','https://github.com/jinatonic/confetti','true','有时放纵'),(2150,'57de9714421aa95bc338982c','2016-09-18T21:31:00.863Z','9-19',NULL,'2016-09-19T11:36:25.457Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f7y296c5taj20u00u0tay.jpg','true','daimajia'),(2151,'57de9b4e421aa95bd05015d4','2016-09-18T21:49:02.730Z','[Android 之美] 那些你不知道的APK 瘦身,让你的APK更小',NULL,'2016-09-19T11:36:25.457Z','chrome','Android','http://blog.csdn.net/vfush/article/details/52266843','true','LHF'),(2152,'57dea1d3421aa95bc338982f','2016-09-18T22:16:51.442Z','iOS 开发辅助工具:快速跳转到目标文件夹','[http://img.gank.io/af9ae739-c65c-40e4-8473-3ed30ce86a54]','2016-09-19T11:36:25.457Z','chrome','iOS','https://github.com/hyperoslo/Simulator','true','代码家'),(2153,'57df2b12421aa95bc3389831','2016-09-19T08:02:26.114Z','掉落式消息通知效果','[http://img.gank.io/17ffe89e-86ff-46b2-b2a4-c2a786ff508d]','2016-09-19T11:36:25.457Z','chrome','iOS','https://github.com/ilyainyushin/ISMessages','true','代码家の机器人'),(2154,'57df2c51421aa95bcb130138','2016-09-19T08:07:45.876Z','做出漂亮的背景渐变色','[http://img.gank.io/0c21df80-1100-4767-ac73-eae5ebcc03ff]','2016-09-19T11:36:25.457Z','chrome','iOS','https://github.com/DiegoCaridei/DCShade','true','代码家'),(2155,'57df5498421aa95bc3389835','2016-09-19T10:59:36.572Z','推送,你需要知道的都在这里了',NULL,'2016-09-19T11:36:25.457Z','web','Android','http://blog.csdn.net/eclipsexys/article/details/52575602','true','xuyisheng'),(2156,'57df5b87421aa95bc7f06a56','2016-09-19T11:29:11.672Z','BGM配的太好了哈哈哈哈哈哈哈',NULL,'2016-09-19T11:36:25.457Z','chrome','休息视频','http://weibo.com/p/230444a69d54b688c351a2ffa8baf4edba8f0b','true','娱乐娱乐'),(2157,'57d9ca3a421aa95bc7f06a33','2016-09-15T06:07:54.198Z','一个专业给 View 拍照的摄像机,安卓制作简单 3D 效果必不可少的工具,你值得拥有。',NULL,'2016-09-18T11:36:10.609Z','web','Android','http://www.gcssloop.com/customview/matrix-3d-camera','true','sloop'),(2158,'57da32bc421aa95bd05015bd','2016-09-15T13:33:48.28Z','程序员的第一次约会!这真的是程序员被黑的最惨的一次了!23333333',NULL,'2016-09-18T11:36:10.609Z','chrome','休息视频','http://toutiao.com/i6330157221892063745/?tt_from=sina&utm_campain=client_share&app=news_article&utm_source=sinaweibo&iid=5368972119&utm_medium=toutiao_ios','true','lxxself'),(2159,'57db6700421aa95bc338981a','2016-09-16T11:29:04.872Z','第三方微博','[http://img.gank.io/a19ebea1-4b32-4f8b-8971-528c6459a994]','2016-09-18T11:36:10.609Z','chrome','Android','http://werb.github.io/2016/09/11/%E4%B8%9A%E4%BD%99%E6%97%B6%E9%97%B4%E5%86%99%E4%BA%86%E4%B8%80%E4%B8%AA%E7%AC%AC%E4%B8%89%E6%96%B9%E5%BE%AE%E5%8D%9A%EF%BC%88%E4%B8%8D%E4%BD%BF%E7%94%A8%E5%AE%98%E6%96%B9SDK%EF%BC%89/','true','Jason'),(2160,'57dd46a4421aa95bcb130126','2016-09-17T21:35:32.195Z','9-18',NULL,'2016-09-18T11:36:10.609Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f7wws4xk5nj20u011hwhb.jpg','true','daimajia'),(2161,'57dd46e1421aa95bc7f06a41','2016-09-17T21:36:33.142Z','那些超棒的 Server-Side Swift 项目',NULL,'2016-09-18T11:36:10.609Z','chrome','iOS','https://github.com/Awesome-Server-Side-Swift/TheList','true','代码家'),(2162,'57dd4790421aa95bcb130128','2016-09-17T21:39:28.809Z','一行代码实现 Android 图片 Lowpoly 效果','[http://img.gank.io/4a6dacf2-6cf8-4ad5-9bf8-b671d85035b5]','2016-09-18T11:36:10.609Z','chrome','Android','https://github.com/CoXier/LowPoly','true','代码家の机器人'),(2163,'57dd47c6421aa95bd05015c3','2016-09-17T21:40:22.817Z','一个超棒的 Android Music Player','[http://img.gank.io/1572262a-b0a1-4a38-9089-0c717938a83c]','2016-09-18T11:36:10.609Z','chrome','Android','https://github.com/ryanhoo/StylishMusicPlayer','true','代码家'),(2164,'57dde399421aa95bc7f06a44','2016-09-18T08:45:13.201Z','React Native 游戏引擎,RN 越来越强大了!',NULL,'2016-09-18T11:36:10.609Z','chrome','iOS','https://github.com/FormidableLabs/react-game-kit','true','代码家'),(2165,'57dde3ff421aa95bc7f06a46','2016-09-18T08:46:55.207Z','通过 P2P 技术实现的网站托管, GOV 很难将其摧毁的一种网络。太酷了!',NULL,'2016-09-18T11:36:10.609Z','chrome','瞎推荐','https://github.com/elendirx/web2web','true','代码家'),(2166,'57dde44c421aa95bd05015c5','2016-09-18T08:48:12.294Z','Android 音频格式转换,支持 AAC, MP3, M4A, WMA, WAV 和 FLAC 之间的转换。',NULL,'2016-09-18T11:36:10.609Z','chrome','Android','https://github.com/adrielcafe/AndroidAudioConverter','true','Allen'),(2167,'57dde49a421aa95bc3389823','2016-09-18T08:49:30.4Z','摇晃的门牌效果,支持 Sensor 晃动。','[http://img.gank.io/efa633e6-8969-4ffc-9e86-e3de808c72bf]','2016-09-18T11:36:10.609Z','chrome','Android','https://github.com/renaudcerrato/DoorSignView','true','代码家'),(2168,'57ddf893421aa95bc7f06a4a','2016-09-18T10:14:43.910Z','支持多种显示效果与无限滚动的RecyclerView','[http://img.gank.io/2eda0a84-0af7-4e7f-97e8-9edaf0aebeb6]','2016-09-18T11:36:10.609Z','web','Android','https://github.com/kHRYSTAL/CircleRecyclerView','true',NULL),(2169,'57d68dac421aa90981539503','2016-09-12T19:12:44.91Z','【敖厂长】斯大林请冷静!',NULL,'2016-09-14T11:35:01.991Z','chrome','休息视频','http://www.bilibili.com/video/av6209709/','true','LHF'),(2170,'57d7779b421aa95bc3389806','2016-09-13T11:50:51.305Z','從零開始學 ReactJS(ReactJS 101),最全的 ReactJS 生態系入門教程',NULL,'2016-09-14T11:35:01.991Z','web','前端','https://github.com/kdchang/reactjs101','true',NULL),(2171,'57d7bb32421aa95bc3389809','2016-09-13T16:39:14.171Z','腾讯 QMUI Team 常用的 Xcode Code Snippets 代码片段,加速开发效率!',NULL,'2016-09-14T11:35:01.991Z','web','iOS','https://github.com/QMUI/qmui-ios-codesnippets','true','MoLice'),(2172,'57d7c489421aa95bc7f06a1e','2016-09-13T17:19:05.751Z','仿锤子闹钟','[http://img.gank.io/c6529cec-9932-423c-b048-ce517b32fc36]','2016-09-14T11:35:01.991Z','web','Android','https://github.com/SpiritMan/SmartisanTime','true','yolo.cc'),(2173,'57d89766421aa95bc7f06a25','2016-09-14T08:18:46.615Z','带有进度效果的 Label 和 Button','[http://img.gank.io/cdd72948-a5ab-4aea-8975-43d142aeed29]','2016-09-14T11:35:01.991Z','chrome','iOS','https://github.com/reddymk/buttonandlabelactivityspinner','true','Allen'),(2174,'57d8982f421aa95bd05015af','2016-09-14T08:22:07.587Z','9-14',NULL,'2016-09-14T11:35:01.991Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f7sszr81ewj20u011hgog.jpg','true','daimajia'),(2175,'57d899f5421aa95bcb130116','2016-09-14T08:29:41.123Z','做的很不错的一款短链接服务',NULL,'2016-09-14T11:35:01.991Z','chrome','拓展资源','https://project.polr.me/','true','代码家'),(2176,'57d89c4d421aa95bcb130117','2016-09-14T08:39:41.284Z','简单实现夜间模式-渐变效果',NULL,'2016-09-14T11:35:01.991Z','web','Android','http://www.jianshu.com/p/f30ebec8b4ed','true','Lam Fung'),(2177,'57d89ec8421aa95bcb130118','2016-09-14T08:50:16.132Z','一些 iOS 10 上的炫酷 Sample','[http://img.gank.io/ea3fa264-20ad-4568-873b-54e0e77df169, http://img.gank.io/482a4add-4ce9-416e-bdad-943e14bfd706, http://img.gank.io/866d80c5-914e-4216-88b3-6b68c54a781b, http://img.gank.io/36bbb5c4-882d-4d00-a25e-635b0166ecfa]','2016-09-14T11:35:01.991Z','chrome','iOS','https://github.com/shu223/iOS-10-Sampler','true','代码家'),(2178,'57d8a30a421aa95bd05015b2','2016-09-14T09:08:26.707Z','将生成的二维码与选择的图片合成,生成的新二维码','[http://img.gank.io/4b78556a-aac1-42e0-983b-84ba537bf42b]','2016-09-14T11:35:01.991Z','web','Android','https://github.com/scola/Qart','true','JackHang'),(2179,'57d601b4421aa909815394f5','2016-09-12T09:15:32.50Z','又一个Android mvp框架库',NULL,'2016-09-13T11:36:54.991Z','chrome','Android','https://github.com/grandcentrix/ThirtyInch','true','花开堪折枝'),(2180,'57d65406421aa9098db8ee73','2016-09-12T15:06:46.217Z','在 Terminal 里直接搜索问题',NULL,'2016-09-13T11:36:54.991Z','chrome','瞎推荐','https://github.com/crufter/borg','true','代码家'),(2181,'57d67e02421aa9098db8ee77','2016-09-12T18:05:54.300Z','跨平台的 React native 组件工具箱~','[http://img.gank.io/8dc07b6b-1782-425f-bdc6-097d39d375a3]','2016-09-13T11:36:54.991Z','chrome','iOS','https://github.com/react-native-community/React-Native-Elements','true','代码家'),(2182,'57d69865421aa909895ffa76','2016-09-12T19:58:29.35Z','各种第三方技术文档轻松转换成 epub 格式,装入你的电子阅读器里~','[http://img.gank.io/4017d60c-a905-448b-a733-efb31cd8b518]','2016-09-13T11:36:54.991Z','chrome','拓展资源','https://github.com/javierbyte/docs2epub','true','代码家'),(2183,'57d69887421aa909895ffa78','2016-09-12T19:59:03.204Z','A tiny modern CSS reset',NULL,'2016-09-13T11:36:54.991Z','chrome','前端','http://jgthms.com/minireset.css/','true','Qoli'),(2184,'57d6e0d6421aa95bd050159e','2016-09-13T01:07:34.766Z','李宗盛 :人生沒有白走的路,每一步都算數。',NULL,'2016-09-13T11:36:54.991Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTYwNTYwMDg1Ng==.html?from=s1.8-1-1.2&spm=0.0.0.0.HUbBbY','true','lxxself'),(2185,'57d741cc421aa95bc7f06a17','2016-09-13T08:01:16.18Z','9-13',NULL,'2016-09-13T11:36:54.991Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f7rmrmrscrj20u011hgp1.jpg','true','代码家'),(2186,'57d745f5421aa95bc7f06a18','2016-09-13T08:19:01.697Z','iOS 下辅助询问权限的工具库','[http://img.gank.io/a7258852-a05d-4672-9dfb-58394e817eef, http://img.gank.io/31e64b54-f64c-4746-9b7f-827281931911]','2016-09-13T11:36:54.991Z','chrome','iOS','https://github.com/pascalbros/PAPermissions','true','代码家'),(2187,'57d74633421aa95bd05015a1','2016-09-13T08:20:03.252Z','密码强度提醒交互效果,做的很漂亮','[http://img.gank.io/6340c0d1-fed1-4799-b9eb-65a20e4f43fc]','2016-09-13T11:36:54.991Z','chrome','iOS','https://github.com/EurekaCommunity/GenericPasswordRow','true','白开水'),(2188,'57d7469b421aa95bcb13010c','2016-09-13T08:21:47.364Z','超级漂亮的一个高亮功能提醒效果!','[http://img.gank.io/92c4e833-ae65-4124-a29d-386b3364dfac]','2016-09-13T11:36:54.991Z','chrome','Android','https://github.com/KeepSafe/TapTargetView','true','代码家'),(2189,'57d74844421aa95bc33897fe','2016-09-13T08:28:52.338Z','利用 OpenCV 实现的 Candy Crash 作弊器!搞事情!',NULL,'2016-09-13T11:36:54.991Z','chrome','Android','https://applidium.com/en/news/candy_crush_solver/','true','代码家'),(2190,'57d74d5d421aa95bc3389800','2016-09-13T08:50:37.980Z','Chrome 全文搜索历史浏览的插件( 你只要记得你看过的页面的任何一个文字,都可以被检索出来! ),刁刁的,超实用!','[http://img.gank.io/9f961f57-8af7-4e6f-b6b1-c454d8c12f4c]','2016-09-13T11:36:54.991Z','chrome','拓展资源','https://github.com/lengstrom/falcon','true','代码家'),(2191,'57d75453421aa95bc3389801','2016-09-13T09:20:19.209Z','高可用的 WebSocket Server','[http://img.gank.io/749edfaf-953d-49fb-bc38-7d307ade8879]','2016-09-13T11:36:54.991Z','chrome','拓展资源','https://github.com/uWebSockets/uWebSockets','true','代码家'),(2192,'57d7560e421aa95bd05015a3','2016-09-13T09:27:42.15Z','SegementIO 出品:滑动顶部或底部 Tab 组件','[http://img.gank.io/93a778e8-135a-40ed-bee6-23e517f4999f]','2016-09-13T11:36:54.991Z','chrome','iOS','https://github.com/Yalantis/Segmentio','true','代码家'),(2193,'57d75653421aa95bcb13010e','2016-09-13T09:28:51.342Z','Google 出品:用最漂亮的方式去换行,尽管目前只支持日文,但解决一个小问题,做到极致的精神超赞。','[http://img.gank.io/dd5e5e8c-35b5-464f-85a1-dd6c06e5263f]','2016-09-13T11:36:54.991Z','chrome','拓展资源','https://github.com/google/budou','true','代码家'),(2194,'57d00af0421aa90d312ebefd','2016-09-07T20:41:20.725Z','渐变的下载按钮,发现不少小伙伴要做类似效果的','[http://img.gank.io/8cb09cf1-aea8-4ac2-b3a0-bb0a681dc782, http://img.gank.io/c8df3fd2-3b31-48d4-b5c2-b202098eafa5]','2016-09-12T11:34:31.135Z','web','Android','https://github.com/cctanfujun/ProgressRoundButton','true','谈釜君'),(2195,'57d25a49421aa90d312ebf12','2016-09-09T14:44:25.906Z','阴影背景生成器,再也不用依赖CardView 了',NULL,'2016-09-12T11:34:31.135Z','web','Android','http://inloop.github.io/shadow4android/','true','pcyan'),(2196,'57d37a25421aa90d312ebf16','2016-09-10T11:12:37.400Z','dva 1.0 - 基于 react 和 redux 的轻量级框架',NULL,'2016-09-12T11:34:31.135Z','web','前端','https://github.com/sorrycc/blog/issues/10','true','chencheng (云谦)'),(2197,'57d3b90d421aa90d3bea4a4b','2016-09-10T15:41:01.481Z','Android 代码高亮 View','[http://img.gank.io/819709ba-7d30-4deb-9fdc-a9fd3a13311e, http://img.gank.io/148be9d8-691a-4599-acf8-bcdf1f1f9b3c]','2016-09-12T11:34:31.135Z','web','Android','https://github.com/Softwee/codeview-android','true','drakeet'),(2198,'57d50dcd421aa909815394e8','2016-09-11T15:54:53.65Z','iOS 输入智能提示','[http://img.gank.io/d8916e18-42ac-449b-a36a-c14354a9cf0a]','2016-09-12T11:34:31.135Z','chrome','iOS','https://github.com/EurekaCommunity/TokenRow','true','带马甲'),(2199,'57d51226421aa909815394ef','2016-09-11T16:13:26.75Z','为 React 开发的动画引擎库','[http://img.gank.io/dceeea06-d23f-4a92-9629-e1b290222ffa]','2016-09-12T11:34:31.135Z','chrome','iOS','https://github.com/stelatech/react-anime','true','daimajia'),(2200,'57d5de2c421aa9097d64b7a1','2016-09-12T06:43:56.6Z','Android 6.0 运行时权限管理最佳实践',NULL,'2016-09-12T11:34:31.135Z','web','Android','http://blog.csdn.net/yanzhenjie1003/article/details/52503533','true','严振杰'),(2201,'57d5ea17421aa909895ffa5e','2016-09-12T07:34:47.843Z','视差效果的 Item 滑动变大','[http://img.gank.io/cd52d4d1-9cef-4ca1-8174-0f0e7b7aa19a]','2016-09-12T11:34:31.135Z','chrome','Android','https://github.com/iielse/RetailMeNotList','true','代码家'),(2202,'57d5ea52421aa9098db8ee67','2016-09-12T07:35:46.446Z','Android 版本的 Day & Night Switcher!之前 Gank 发布过 iOS 版本的。','[http://img.gank.io/1a084111-4604-4fdc-a9e6-f3a7d00dc9c8]','2016-09-12T11:34:31.135Z','chrome','Android','https://github.com/BaymaxTong/SwitchButton','true','代码家'),(2203,'57d5ed65421aa909895ffa5f','2016-09-12T07:48:53.693Z','9 - 12',NULL,'2016-09-12T11:34:31.135Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f7qgschtz8j20hs0hsac7.jpg','true','代码家'),(2204,'57d5ee61421aa909895ffa61','2016-09-12T07:53:05.940Z','iOS Chat 聊天页面引擎','[http://img.gank.io/24894292-0080-4733-8722-e9d71f7ce1cf]','2016-09-12T11:34:31.135Z','chrome','iOS','https://github.com/eBay/NMessenger','true','奥卢比'),(2205,'57d61b67421aa909815394f9','2016-09-12T11:05:11.184Z','性苦闷者的呐喊',NULL,'2016-09-12T11:34:31.135Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTcxODMzMjU2MA==.html?beta&','true','代码家'),(2206,'57d22d68421aa90d2d8a4f57','2016-09-09T11:32:56.494Z','一个简单的仿 Snip 实现的截图工具','[http://img.gank.io/11a69092-2777-434f-985c-46ed114564ff]','2016-09-10T17:39:36.941Z','chrome','iOS','https://github.com/liufsd/MacSnipManager','true','代码家'),(2207,'57d388a4421aa90d3bea4a4a','2016-09-10T12:14:28.842Z','Android 动态导航总线 URL Router 设计和思想',NULL,'2016-09-10T17:39:36.941Z','web','Android','https://drakeet.me/phoenix-url-router','true','drakeet'),(2208,'57d3b961421aa90d45004486','2016-09-10T15:42:25.525Z','What 2 Years of Android Development Have Taught Me the Hard Way',NULL,'2016-09-10T17:39:36.941Z','chrome','瞎推荐','https://blog.aritraroy.in/what-my-2-years-of-android-development-have-taught-me-the-hard-way-52b495ba5c51#.jl92bz15s','true','lxxself'),(2209,'57c7e22e421aa9125d96f552','2016-09-01T16:09:18.661Z','这个成语接龙有毒,智商已经逆天了,哈哈哈~为所欲为你妹啊!',NULL,'2016-09-09T11:53:48.777Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTcwODUxOTQ2NA==.html?beta&from=s1.8-1-1.2&spm=0.0.0.0.KEya7A','true','代码家'),(2210,'57d0f95d421aa90d312ebf03','2016-09-08T13:38:37.441Z','带波动效果的索引侧边栏,支持左右手模式和自定义索引','[http://img.gank.io/964e151e-da23-4555-b1bc-767302bc71f2, http://img.gank.io/5e02ed8c-60fd-410a-ad1b-8692a350eb49]','2016-09-09T11:53:48.777Z','web','Android','https://github.com/gjiazhe/WaveSideBar','true','郭佳哲'),(2211,'57d106e9421aa90d2d8a4f4d','2016-09-08T14:36:25.127Z','通过更简洁的方式启动 Activity、Service、Broadcast 等',NULL,'2016-09-09T11:53:48.777Z','web','Android','https://github.com/Sausure/SmartGo','true','JOJO'),(2212,'57d1256a421aa90d312ebf07','2016-09-08T16:46:34.879Z','新一代开源针对Root后的系统优化工具,智能、开源、功能强大',NULL,'2016-09-09T11:53:48.777Z','web','Android','https://github.com/rarnu/root-tools','true','xuyisheng'),(2213,'57d16f1b421aa90d2d8a4f52','2016-09-08T22:00:59.815Z','09-09',NULL,'2016-09-09T11:53:48.777Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f7mixvc7emj20ku0dv74p.jpg','true','代码家'),(2214,'57d17202421aa90d45004476','2016-09-08T22:13:22.34Z','超棒的在线画流程图工具! http://draw.io',NULL,'2016-09-09T11:53:48.777Z','chrome','前端','https://github.com/jgraph/draw.io','true','代码家'),(2215,'57d19201421aa90d312ebf09','2016-09-09T00:29:53.725Z','V2Ray 用户手册',NULL,'2016-09-09T11:53:48.777Z','chrome','瞎推荐','https://www.v2ray.com/','true','lxxself'),(2216,'57d194a8421aa90d45004478','2016-09-09T00:41:12.723Z','极客日报,一款纯粹的阅读App,基于Material Design + MVP + RxJava + Retrofit + Dagger2 + Realm + Glide',NULL,'2016-09-09T11:53:48.777Z','web','瞎推荐','https://github.com/codeestX/GeekNews','true','Est'),(2217,'57d20899421aa90d312ebf0a','2016-09-09T08:55:53.978Z','想学习 CMake ?Follow 这个 Awesome-CMake 一点点的学吧!',NULL,'2016-09-09T11:53:48.777Z','chrome','拓展资源','https://github.com/onqtam/awesome-cmake','true','代码家'),(2218,'57d2092b421aa90d2d8a4f54','2016-09-09T08:58:19.633Z','更简单的去通过 JS 操作 Cookie',NULL,'2016-09-09T11:53:48.777Z','chrome','前端','https://github.com/franciscop/cookies.js','true','代码家'),(2219,'57d2148b421aa90d3bea4a3f','2016-09-09T09:46:51.108Z','受微信热修复原理激发的Android热修复与增量升级框架,简单易用。',NULL,'2016-09-09T11:53:48.777Z','web','Android','https://github.com/byteam/delta','true','cey'),(2220,'57d22cfc421aa90d312ebf0f','2016-09-09T11:31:08.164Z','教你实现一个很带感的下载按钮效果','[http://img.gank.io/25f9369c-6f58-4afe-ab46-d2a905df5bb8]','2016-09-09T11:53:48.777Z','chrome','iOS','https://github.com/Josin22/JSDownloadView','true','代码家'),(2221,'57d22d22421aa90d2d8a4f56','2016-09-09T11:31:46.887Z','一个简单的番茄工作法 Mac App','[http://img.gank.io/34411728-9df2-48d4-a759-fdcc4ce14a0c]','2016-09-09T11:53:48.777Z','chrome','iOS','https://github.com/chelseavalentine/Pomodoro','true','代码家'),(2222,'57d22e6b421aa90d4500447b','2016-09-09T11:37:15.130Z','用代码动态生成 PDF 的库',NULL,'2016-09-09T11:53:48.777Z','chrome','iOS','https://github.com/Techprimate/TPPDF','true','代码家'),(2223,'57d22efb421aa90d312ebf10','2016-09-09T11:39:39.847Z','基于 Bottom Sheet 实现的图片选择器,交互效果不错。','[http://img.gank.io/5628bffc-fb27-499d-9d32-27b5f042b226, http://img.gank.io/c97584e8-f703-4942-a4ca-4f4f573343b9]','2016-09-09T11:53:48.777Z','chrome','Android','https://github.com/ParkSangGwon/TedBottomPicker','true','代码家'),(2224,'57d22f68421aa90d3bea4a40','2016-09-09T11:41:28.282Z','500 行 Swift 代码实现一个 BASIC 语言的解析器',NULL,'2016-09-09T11:53:48.777Z','chrome','iOS','https://github.com/jdmoreira/foobarbas','true','Fill'),(2225,'57c8e2da421aa97cb162d8bd','2016-09-02T10:24:26.799Z','一年一度Day by Day(了解iOS10新特性)','[http://img.gank.io/b5eb7427-2f63-4657-b75d-ffe910eb8b86]','2016-09-08T11:43:04.471Z','chrome','iOS','https://www.shinobicontrols.com/blog/ios-10-day-by-day-index','true','Dear宅学长'),(2226,'57cebfd4421aa91a108fc6dc','2016-09-06T21:08:36.812Z','【文曰小强】6分钟看完2016雨果奖《北京折叠》原著',NULL,'2016-09-08T11:43:04.471Z','chrome','休息视频','http://www.bilibili.com/video/av6128318/','true','LHF'),(2227,'57cf5bd6421aa90d3bea4a2a','2016-09-07T08:14:14.663Z','React Native 实现的图片选择器','[http://img.gank.io/523a2b8c-e271-442b-a185-81c1f59cf13d, http://img.gank.io/f20892d3-caae-4dd3-930e-67d0b64f6e8a]','2016-09-08T11:43:04.471Z','chrome','iOS','https://github.com/ivpusic/react-native-image-crop-picker','true','代码家'),(2228,'57d0a1e8421aa90d2d8a4f47','2016-09-08T07:25:28.576Z','AndroidSDK Support自带夜间、日间模式切换详解',NULL,'2016-09-08T11:43:04.471Z','web','Android','http://blog.csdn.net/yanzhenjie1003/article/details/52464363','true','严振杰'),(2229,'57d0a323421aa90d312ebefe','2016-09-08T07:30:43.942Z','非官方 Apple Event App,提醒你所有即将到来的 Apple Event。','[http://img.gank.io/75a9669f-303b-40fb-9693-acbcd9a7efb8]','2016-09-08T11:43:04.471Z','chrome','iOS','https://github.com/insidegui/AppleEvents','true','代码家'),(2230,'57d0a543421aa90d2d8a4f48','2016-09-08T07:39:47.30Z','掉落通知效果','[http://img.gank.io/bb6f82cf-de19-4079-a992-48ca5096ca8f]','2016-09-08T11:43:04.471Z','chrome','Android','https://github.com/Brudigem/DropDownWarning','true','代码家'),(2231,'57d0a582421aa90d3bea4a36','2016-09-08T07:40:50.108Z','一个比较完整的【面对面快传】App 开源项目','[http://img.gank.io/b5e88d2d-3945-4cfb-8144-7f947cd0420a, http://img.gank.io/68c8f72b-0568-4e99-8572-621b7d99723a, http://img.gank.io/c4a2ab68-8c9c-43a6-9452-171cce45ad52]','2016-09-08T11:43:04.471Z','chrome','Android','https://github.com/zhoubowen-sky/LingDong2.0','true','代码家'),(2232,'57d0a5ee421aa90d4500446c','2016-09-08T07:42:38.721Z','一款超漂亮的基于 MD 设计的电影 App','[http://img.gank.io/197431d7-b10d-4064-8045-490da23b3621, http://img.gank.io/c596f7ed-f499-4019-ae5c-35ef65bc76a4]','2016-09-08T11:43:04.471Z','chrome','Android','https://github.com/salRoid/Filmy','true','代码家'),(2233,'57d0a893421aa90d312ebeff','2016-09-08T07:53:55.620Z','9-9',NULL,'2016-09-08T11:43:04.471Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f7lughzrjmj20u00k9jti.jpg','true','代码家'),(2234,'57d0c6e5421aa90d4500446e','2016-09-08T10:03:17.321Z','一个酷炫的分享控件','[http://img.gank.io/fb0ed2e7-4260-4c96-9e67-efca7f3dd109]','2016-09-08T11:43:04.471Z','web','Android','https://github.com/JeasonWong/FlipShare','true','WANG Yu-wei'),(2235,'57d0c766421aa90d2d8a4f4a','2016-09-08T10:05:26.180Z','Exynap 一个帮助开发者自动生成样板代码的 AndroidStudio 插件','[http://img.gank.io/de06003b-1d41-4d89-843d-3a0c1c778169, http://img.gank.io/2e04f48d-29d0-42e0-8be9-d65e6f904f52]','2016-09-08T11:43:04.471Z','chrome','App','http://exynap.com/','true','咕咚'),(2236,'57d0cbb1421aa90d2d8a4f4b','2016-09-08T10:23:45.38Z','又一款彪悍的前端开源富文本编辑器',NULL,'2016-09-08T11:43:04.471Z','chrome','前端','https://quilljs.com/','true','代码家'),(2237,'57cacca3421aa97cada9b7a8','2016-09-03T21:14:11.524Z','Material-Design风格的动画注册登陆界面~够清爽~','[http://img.gank.io/0f993917-e280-429e-a037-40a76f556269, http://img.gank.io/2d61b022-c921-4269-9b33-e008ac4a40e3]','2016-09-07T11:50:57.951Z','web','Android','https://github.com/Yellow5A5/Material-Design-Login','true',NULL),(2238,'57ce5d67421aa910ed64f67c','2016-09-06T14:08:39.461Z','对 ImageView 实现了全屏浏览效果,同时支持了图片缩放效果,和滑动消失效果。','[http://img.gank.io/88e0059d-666b-43a6-b5fa-fc65c275e454]','2016-09-07T11:50:57.951Z','chrome','Android','https://github.com/stfalcon-studio/FrescoImageViewer','true','AndWang'),(2239,'57ce6c52421aa910f56bd8be','2016-09-06T15:12:18.266Z','Vimium-用键盘来操控浏览器',NULL,'2016-09-07T11:50:57.951Z','chrome','瞎推荐','https://github.com/philc/vimium','true','AndWang'),(2240,'57ce74d4421aa910f16b0f3c','2016-09-06T15:48:36.532Z','一个高效,使用方便,基于动态代理实现的Android事件总线库',NULL,'2016-09-07T11:50:57.951Z','web','Android','https://github.com/SilenceDut/Router','true',NULL),(2241,'57ce94bd421aa910f56bd8c1','2016-09-06T18:04:45.941Z','AS最新可用eventbus3插件','[http://img.gank.io/97bff991-43da-4476-8635-5831a0471620]','2016-09-07T11:50:57.951Z','chrome','Android','https://github.com/likfe/eventbus3-intellij-plugin','true','蒋朋'),(2242,'57cee442421aa91a0c3df5e3','2016-09-06T23:44:02.955Z','你是一个人吗?',NULL,'2016-09-07T11:50:57.951Z','chrome','休息视频','http://v.qq.com/x/page/c0326sz7fuk.html','true','lxxself'),(2243,'57cf5b23421aa90d45004463','2016-09-07T08:11:15.522Z','一个全开源的纯 OC 实现的 RTMP 推流 SDK,支持 AAC、H264、美颜滤镜、AMF编解码。',NULL,'2016-09-07T11:50:57.951Z','chrome','iOS','https://github.com/liuf1986/LFRtmp','true','代码家'),(2244,'57cf5cca421aa90d2d8a4f3a','2016-09-07T08:18:18.337Z','iOS 波纹效果,酷到没朋友~','[http://img.gank.io/332d38ce-a57a-4500-9b92-da9ea6d1c179, http://img.gank.io/b89a73fc-83e8-4a7e-8e32-73a289cffd7f, http://img.gank.io/af8c0a66-badc-4106-bfa1-9e33a6498374]','2016-09-07T11:50:57.951Z','chrome','iOS','https://github.com/alsedi/RippleEffectView','true','代码家'),(2245,'57cf5d03421aa90d3bea4a2b','2016-09-07T08:19:15.855Z','过渡色背景渐变 View','[http://img.gank.io/a0067ee4-53f9-4e26-b981-d09d4e9feee2]','2016-09-07T11:50:57.951Z','chrome','iOS','https://github.com/gkye/ComplimentaryGradientView','true','代码家'),(2246,'57cf5e26421aa90d45004464','2016-09-07T08:24:06.506Z','App 崩溃后,帮助你恢复现场并查看崩溃信息的库,在开发阶段相当实用,建议大家集成进去节省些开发时间。','[http://img.gank.io/cce9a32c-aa23-445a-9af5-f2d222c97af7]','2016-09-07T11:50:57.951Z','chrome','Android','https://github.com/Sunzxyong/Recovery','true','代码家'),(2247,'57cf601d421aa90d2d8a4f3b','2016-09-07T08:32:29.460Z','09-07',NULL,'2016-09-07T11:50:57.951Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f7kpy9czh0j20u00vn0us.jpg','true','代码家'),(2248,'57c845b6421aa97cb9511680','2016-09-01T23:13:58.592Z','拖延症患者终极躺枪之作《就今天!》',NULL,'2016-09-06T11:35:21.379Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTY5NTI5Njg5Ng==.html?beta&','true','lxxself'),(2249,'57cd05f6421aa910ed64f670','2016-09-05T13:43:18.36Z','React Native 实现的 Whatsapp。',NULL,'2016-09-06T11:35:21.379Z','chrome','iOS','https://github.com/VctrySam/whatsapp','true','代码家'),(2250,'57cd1319421aa910f56bd8b1','2016-09-05T14:39:21.72Z','雪花,粒子爆炸效果','[http://img.gank.io/6cbb23ff-480f-4820-85cf-e7666d33b9d5, http://img.gank.io/7f44e81d-2ef8-452d-b580-8295399e6d38]','2016-09-06T11:35:21.379Z','chrome','Android','https://github.com/jinatonic/confetti','true','有时放纵'),(2251,'57cd3aed421aa910f56bd8b4','2016-09-05T17:29:17.732Z',' Material Design 风格 底部导航栏','[http://img.gank.io/f6012864-cc25-4f63-b23f-fa98c79620a1, http://img.gank.io/97c6cd2e-dd63-45d0-9904-9a7223af7b2c]','2016-09-06T11:35:21.379Z','web','Android','https://github.com/tyzlmjj/PagerBottomTabStrip?utm_source=tuicool&utm_medium=referral','true',NULL),(2252,'57cd731f421aa91105d65aab','2016-09-05T21:29:03.409Z','underscore 源码解读之 bind 方法的实现',NULL,'2016-09-06T11:35:21.379Z','web','前端','https://github.com/hanzichi/underscore-analysis/issues/19','true','子迟'),(2253,'57cd9de6421aa91105d65aad','2016-09-06T00:31:34.618Z','饿了么开发了一套面向业务逻辑的编程库-ToyRoom',NULL,'2016-09-06T11:35:21.379Z','web','Android','https://elelogistics.github.io/2016/09/05/ToyRoom-饿了么开源的Android业务流框架/','true','xujinyang'),(2254,'57ce0e65421aa910f56bd8b8','2016-09-06T08:31:33.22Z','iPic 放出图片快速上传的 SDK,不用你再从头开发了。','[http://img.gank.io/32d5d661-c494-4ed7-96d4-7dcddebe829f]','2016-09-06T11:35:21.379Z','chrome','iOS','https://github.com/toolinbox/iPicUploader','true','代码家'),(2255,'57ce0e9a421aa91105d65ab0','2016-09-06T08:32:26.205Z','一个很有设计感的 Day Night Switch 切换按钮。','[http://img.gank.io/fe056e94-a1fe-47a0-b032-ebe86d13b1b7]','2016-09-06T11:35:21.379Z','chrome','iOS','https://github.com/finngaida/DayNightSwitch','true','代码家'),(2256,'57ce0f75421aa91105d65ab1','2016-09-06T08:36:05.371Z','RecyclerView 卡片画廊效果','[http://img.gank.io/e03fb0f2-10ef-49be-8402-87eae3cd483d]','2016-09-06T11:35:21.379Z','chrome','Android','https://github.com/huazhiyuan2008/RecyclerViewCardGallery','true','代码家'),(2257,'57ce0fdc421aa910ed64f675','2016-09-06T08:37:48.821Z','可跟随手指滑动,进行响应式滑动的背景效果','[http://img.gank.io/869fd5d9-e022-4802-ae3b-394566b4bdcf, http://img.gank.io/2c0f2c16-32ff-40c0-b69e-717f11ff36a9]','2016-09-06T11:35:21.379Z','chrome','Android','https://github.com/noties/ScrollingBackgroundView','true','代码家'),(2258,'57ce0fde421aa910ed64f676','2016-09-06T08:37:50.302Z','简单而精致的 Fragment 菜单控件,它可以让你切换 Fragment 的时候眼前一亮',NULL,'2016-09-06T11:35:21.379Z','web','Android','https://github.com/Hitomis/ThumbnailMenu','true','Hitomi'),(2259,'57ce103a421aa910f56bd8b9','2016-09-06T08:39:22.211Z','9-7',NULL,'2016-09-06T11:35:21.379Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f7jkj4hl41j20u00mhq68.jpg','true','代码家'),(2260,'57ce11f7421aa910f16b0f3b','2016-09-06T08:46:47.118Z','知乎页面美化插件','[http://img.gank.io/30a119a0-b0fa-4ce5-b260-1c194d7bf362]','2016-09-06T11:35:21.379Z','chrome','瞎推荐','https://github.com/hilongjw/zhihu-beautify','true','代码家'),(2261,'57ce12ff421aa91105d65ab2','2016-09-06T08:51:11.316Z','一套轻量级的 Chat 系统,可以学学如何写 IM','[http://img.gank.io/6ee36e42-d0da-436b-b9b1-4be6f105ff2d]','2016-09-06T11:35:21.379Z','chrome','拓展资源','https://github.com/OmarElGabry/chat.io','true','代码家'),(2262,'57ce1ed4421aa91105d65ab3','2016-09-06T09:41:40.755Z','非常实用的省略控件,无emoji截断之乱码, 无characterstyle截断之不雅',NULL,'2016-09-06T11:35:21.379Z','web','Android','https://github.com/dinuscxj/EllipsizeTextView','true','dinus_developer'),(2263,'57ce2b16421aa91105d65ab6','2016-09-06T10:33:58.211Z','用 TextKit 显示复杂数学公式','[http://img.gank.io/be381f60-226c-49fe-938c-e2c4b54eec78]','2016-09-06T11:35:21.379Z','chrome','iOS','https://github.com/kishikawakatsumi/TextKitExamples','true','Dear宅学长'),(2264,'57c80753421aa9125d96f553','2016-09-01T18:47:47.407Z','含多语言,md解析,day night主题的多语言代码阅读器CoReader','[http://img.gank.io/97ab14d0-fe69-478e-b514-7d72808fa89a, http://img.gank.io/5d005c71-ba0a-487d-b3a3-bf459b6d4c40, http://img.gank.io/8004e36d-4e02-4066-a1cc-b5e85f733d38, http://img.gank.io/f62ec906-7e00-43e6-9144-a3379c711d13]','2016-09-05T11:32:16.999Z','web','Android','https://github.com/loopeer/code-reader','true',NULL),(2265,'57c8e46b421aa97cb9511682','2016-09-02T10:31:07.562Z','简单的框架实现两个视图切换及转场','[http://img.gank.io/010446d3-ffeb-4883-ada0-4614a069038d]','2016-09-05T11:32:16.999Z','chrome','iOS','https://github.com/naru-jpn/View2ViewTransition','true','Dear宅学长'),(2266,'57c8f5be421aa97cbd81c753','2016-09-02T11:45:02.355Z','使用Transition FrameWork实现有意义的转场动画','[http://img.gank.io/e58dd8ec-b500-4f25-a814-72feb6af4be5, http://img.gank.io/39d8f66b-5cb5-44c6-aba4-05f56a6b2b25, http://img.gank.io/3b885cbe-aab3-40a4-93cc-f9d3ffcbab41, http://img.gank.io/5e99fc16-676d-46c4-bc64-cac88b681c88]','2016-09-05T11:32:16.999Z','chrome','Android','https://github.com/lgvalle/Material-Animations/','true','AndWang'),(2267,'57c958bd421aa97cbd81c757','2016-09-02T18:47:25.839Z','Gradle 缓存的文件名是如何生成的?',NULL,'2016-09-05T11:32:16.999Z','chrome','Android','http://www.jianshu.com/p/aff08ef6f661','true','花开堪折枝'),(2268,'57cb6e79421aa97cbd81c75f','2016-09-04T08:44:41.861Z','老师教2+2=5,坚持2+2=4何等不易!',NULL,'2016-09-05T11:32:16.999Z','chrome','休息视频','http://www.miaopai.com/show/dSpYA0hMK4DRvsJqOxEpNw__.htm','true','代码家'),(2269,'57cb7c4f421aa97cbd81c760','2016-09-04T09:43:43.855Z','FcPermissions:也许是目前最好的动态权限请求库','[http://img.gank.io/020ec943-3770-436e-9db1-24474b62627d]','2016-09-05T11:32:16.999Z','web','Android','https://github.com/lypeer/FcPermissions','true','lypeer'),(2270,'57cc16c9421aa910f56bd8ab','2016-09-04T20:42:49.403Z','09-05',NULL,'2016-09-05T11:32:16.999Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f7hu7d460oj20u00u075u.jpg','true','daimajia'),(2271,'57cc1d6a421aa91105d65aa1','2016-09-04T21:11:06.68Z','仿支付宝芝麻信用分仪表盘效果','[http://img.gank.io/29d89091-9c96-4822-9d06-87aad1e7b3d7]','2016-09-05T11:32:16.999Z','web','Android','https://github.com/HotBitmapGG/CreditSesameRingView','true','HotbitmapGG'),(2272,'57ccb42f421aa910f16b0f31','2016-09-05T07:54:23.395Z','每天将必应的壁纸更新到自己的 Mac 上。','[http://img.gank.io/67ee97f9-884f-4056-a0d5-ff2897319be5, http://img.gank.io/277eeae3-5a5c-40df-bb30-d6129e0955c3]','2016-09-05T11:32:16.999Z','chrome','iOS','https://github.com/zekunyan/TTGBingWallPaper','true','代码家'),(2273,'57ccb44e421aa91105d65aa2','2016-09-05T07:54:54.993Z','iOS 滑动 Tab 效果','[http://img.gank.io/51158d1b-62a4-4580-8345-5e355ef97fd6]','2016-09-05T11:32:16.999Z','chrome','iOS','https://github.com/josshad/EHHorizontalSelectionView','true','代码家'),(2274,'57ccb4e4421aa910f56bd8ad','2016-09-05T07:57:24.436Z','给予 Vue.js 2.0 开发的桌面 UI 元素框架','[http://img.gank.io/0cdd48b6-0cf9-4e80-a945-cc2be34ae89e]','2016-09-05T11:32:16.999Z','chrome','前端','https://github.com/ElemeFE/element','true','代码家'),(2275,'57bff3d5421aa9125fa3ed92','2016-08-26T15:46:29.18Z','一个关于音乐随机播放的算法',NULL,'2016-09-02T20:36:28.951Z','web','Android','http://www.jianshu.com/p/472fed76690a','true',NULL),(2276,'57bff672421aa9125fa3ed93','2016-08-26T15:57:38.225Z','Android 自定义漂亮 Dialog。','[http://img.gank.io/83adfa4e-9812-4819-8fc9-caea62d38b03, http://img.gank.io/c7028a1c-dac5-43b6-8c47-010954c8434a]','2016-09-02T20:36:28.951Z','chrome','Android','https://github.com/pedant/sweet-alert-dialog','true','暖火'),(2277,'57bfff86421aa9126b1a15b7','2016-08-26T16:36:22.162Z','种一棵树最好的时间是十年前,其次是现在。',NULL,'2016-09-02T20:36:28.951Z','web','瞎推荐','http://www.wuage.me/2016/08/07/never-give-up/','true','伍阿哥'),(2278,'57c65dc9421aa936f87936e2','2016-08-31T12:32:09.676Z','超实用的数字键盘',NULL,'2016-09-02T20:36:28.951Z','web','iOS','https://github.com/CNKCQ/DigitalKeyboard.git','true','CNKCQ'),(2279,'57c75f50421aa9125fa3edca','2016-09-01T06:50:56.180Z','iOS 梯度色彩效果','[http://img.gank.io/1b5615e4-77a1-484b-b607-205e5566c6c3, http://img.gank.io/9e9efb4f-573d-4cf5-b548-8a02a3e93667, http://img.gank.io/55efbb43-3994-4aab-929a-2f880eac5001]','2016-09-02T20:36:28.951Z','chrome','iOS','https://github.com/shashankpali/EZYGradientView','true','代码家'),(2280,'57c799e5421aa9125d96f54c','2016-09-01T11:00:53.521Z','一波React Native Material Design','[http://img.gank.io/ebcf2a63-5dcd-4ac5-b609-84e9ea466bbc, http://img.gank.io/ded04bc2-70f8-4f56-af02-3d693dfffd30, http://img.gank.io/2c29fcb2-f5f6-493f-bc8f-c5ba9ec215fa]','2016-09-02T20:36:28.951Z','chrome','Android','https://github.com/react-native-material-design/react-native-material-design','true','AndWang'),(2281,'57c7d956421aa91265f4a416','2016-09-01T15:31:34.680Z','Android 的录音库,可录制 pcm 和 wav,暂停/继续录制',NULL,'2016-09-02T20:36:28.951Z','web','Android','https://kailash09dabhi.github.io/OmRecorder/','true','color'),(2282,'57c80811421aa9125fa3edcf','2016-09-01T18:50:57.908Z','基于itemtouchhelper,实现左滑菜单,删除确认','[http://img.gank.io/18aec000-fdd9-4072-a8f5-ab237f6204c7, http://img.gank.io/c7f94765-3190-4fec-bbfe-b36570eaa00d, http://img.gank.io/b05932d2-d0e6-4870-a8aa-d8b4e3cce495]','2016-09-02T20:36:28.951Z','web','Android','https://github.com/loopeer/itemtouchhelper-extension','true',NULL),(2283,'57c83167421aa9125fa3edd0','2016-09-01T21:47:19.924Z','Whatever',NULL,'2016-09-02T20:36:28.951Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f7ef7i5m1zj20u011hdjm.jpg','true','daimajia'),(2284,'57c832d3421aa9125fa3edd1','2016-09-01T21:53:23.440Z','RecyclerView Snap 边缘停止效果,让你的 App 更人性化,更精致。','[http://img.gank.io/3252289d-a4d4-474d-81dc-03d5f11e660e, http://img.gank.io/6240017e-95c8-42a8-b392-41148018fe3c]','2016-09-02T20:36:28.951Z','chrome','Android','https://github.com/rubensousa/RecyclerViewSnap','true','代码家'),(2285,'57c84090421aa97cb162d8ba','2016-09-01T22:52:00.19Z','万达简史',NULL,'2016-09-02T20:36:28.951Z','chrome','休息视频','http://www.iqiyi.com/w_19rs0lt2yd.html','true','lxxself'),(2286,'57c6245c421aa936f87936db','2016-08-31T08:27:08.397Z','在命令行里生成图表','[http://img.gank.io/0484caff-eaad-44a0-a61e-e0fc3cfd403e, http://img.gank.io/917e89bf-5483-438d-92de-e85311ac840c]','2016-09-01T11:31:19.288Z','chrome','瞎推荐','https://github.com/FormidableLabs/victory-cli','true','代码家'),(2287,'57c67ca8421aa9125d96f543','2016-08-31T14:43:52.969Z','【Android干货】Matrix详解,这应该是目前最详细的一篇讲解Matrix的中文文章了。',NULL,'2016-09-01T11:31:19.288Z','web','Android','http://www.gcssloop.com/2015/02/Matrix_Method/','true','sloop'),(2288,'57c67e1e421aa9125fa3edc1','2016-08-31T14:50:06.126Z','Android热修复实践应用--AndFix',NULL,'2016-09-01T11:31:19.288Z','web','Android','http://www.jianshu.com/p/c36c9e0ca3fe','true','郑铉'),(2289,'57c6dcd0421aa9125fa3edc5','2016-08-31T21:34:08.961Z','9-1',NULL,'2016-09-01T11:31:19.288Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f7d97id9mbj20u00u0q4g.jpg','true','daimajia'),(2290,'57c6f954421aa9125fa3edc7','2016-08-31T23:35:48.389Z','很有爱的一段视频:这个世界上,你永远亏欠的人只有一个。[心]',NULL,'2016-09-01T11:31:19.288Z','chrome','休息视频','http://weibo.com/p/230444aaf7d8f93001485a740e08d112779ac5','true','LHF'),(2291,'57c75d23421aa91265f4a40e','2016-09-01T06:41:39.768Z','Google 放出的依赖注入框架,Tiger,速度是最大优势。',NULL,'2016-09-01T11:31:19.288Z','chrome','Android','https://github.com/google/tiger','true','代码家'),(2292,'57c75e58421aa9125fa3edc9','2016-09-01T06:46:48.127Z','利用 KeyStore 存储密码,加密 SharedPreference 的数据,保证安全性。',NULL,'2016-09-01T11:31:19.288Z','chrome','Android','https://github.com/iamMehedi/Secured-Preference-Store','true','代码家'),(2293,'57c76082421aa9125d96f54b','2016-09-01T06:56:02.858Z','Gif 动图 和 apng 图片引擎,占用内存和CPU 要比现有方案更少。','[http://img.gank.io/af71c377-d809-45d9-b803-84ed0846fd13, http://img.gank.io/c91e3b5b-3d3a-4cbe-b37c-e09c211cb5a4]','2016-09-01T11:31:19.288Z','chrome','iOS','https://github.com/wangjwchn/AImage','true','代码家'),(2294,'57c76166421aa9125fa3edcb','2016-09-01T06:59:50.695Z','又一款超棒的图片选择器!','[http://img.gank.io/3c82e0dd-48a5-486d-89b8-918b7df198e8]','2016-09-01T11:31:19.288Z','chrome','iOS','https://github.com/hyperoslo/ImagePicker','true','代码家'),(2295,'57c76198421aa91265f4a40f','2016-09-01T07:00:40.515Z','带有歌词播放效果的 UILabel','[http://img.gank.io/3f86b6a9-7cb5-4635-8e13-57c0473566c7]','2016-09-01T11:31:19.288Z','chrome','iOS','https://github.com/LitleCarl/LiveLabel','true','Jack'),(2296,'57b74481421aa93a7603ed74','2016-08-20T01:40:17.944Z','通过自定义URL实现控制器之间的跳转',NULL,'2016-08-31T11:41:56.41Z','web','iOS','https://github.com/DarielChen/DCURLRouter','true','Dariel'),(2297,'57c23dba421aa9125fa3ed9c','2016-08-28T09:26:18.108Z','轻松监控设备屏幕亮度,实现不同操作。','[http://img.gank.io/b3eca881-85aa-41ec-8791-139d707e5997]','2016-08-31T11:41:56.41Z','chrome','iOS','https://github.com/michalkonturek/ScreenBrightness','true','代码家'),(2298,'57c520df421aa9125d96f534','2016-08-30T13:59:59.568Z','Android 权限判断工具,并且对小米手机做了特别判断',NULL,'2016-08-31T11:41:56.41Z','web','Android','https://github.com/a1018875550/PermissionDispatcher','true','JokAr'),(2299,'57c53f22421aa9125d96f536','2016-08-30T16:09:06.119Z','Android7.0新特性添加快速设定',NULL,'2016-08-31T11:41:56.41Z','web','Android','http://mp.weixin.qq.com/s?__biz=MzI1MzI2NDI3Mw==&mid=2247483724&idx=1&sn=ba9c94946c59b12c3dd42ed2040ea689&scene=0#wechat_redirect','true','FMVP'),(2300,'57c5989a421aa936f87936d8','2016-08-30T22:30:50.743Z','GitHub Plus – 轻松下载 GitHub 上的单个文件','[http://img.gank.io/0646c063-435f-4717-ae62-9884c1bece62]','2016-08-31T11:41:56.41Z','chrome','瞎推荐','https://github.com/softvar/github-plus','true','lxxself'),(2301,'57c5a45f421aa936f87936d9','2016-08-30T23:21:03.869Z','【敖厂长】打脸!魂斗罗水下八关存在',NULL,'2016-08-31T11:41:56.41Z','chrome','休息视频','http://www.bilibili.com/video/av6018306/','true','LHF'),(2302,'57c6249d421aa936f87936dc','2016-08-31T08:28:13.687Z','Python 实现利用 OCR 实现文档转文本功能。',NULL,'2016-08-31T11:41:56.41Z','chrome','拓展资源','https://github.com/jlsutherland/doc2text','true','代码家'),(2303,'57c62502421aa91265f4a405','2016-08-31T08:29:54.277Z','类似 iOS Task 样式的 ViewController History 效果。','[http://img.gank.io/51d6cda7-811c-48bc-8560-8f88eddf44a2]','2016-08-31T11:41:56.41Z','chrome','iOS','https://github.com/bannzai/Kaeru','true','代码家'),(2304,'57c6265c421aa9125d96f53c','2016-08-31T08:35:40.27Z','8-31',NULL,'2016-08-31T11:41:56.41Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f7cmpd95iaj20u011hjtt.jpg','true','代码家'),(2305,'57c626ff421aa9125fa3edbb','2016-08-31T08:38:23.67Z','类似 Facebook 闪烁式的 Load View,哇,好漂亮!','[http://img.gank.io/94aadab4-89c7-468b-8ae3-42109a912e6c]','2016-08-31T11:41:56.41Z','chrome','Android','https://github.com/elye/loaderviewlibrary','true','代码家'),(2306,'57c6275a421aa9125d96f53d','2016-08-31T08:39:54.607Z','渐进色的 Actionbar 效果,使用场景较少,可以在一些花哨的 App 设计上用得到。','[http://img.gank.io/f6f0064d-bbdc-4e06-afe8-493e45b91018]','2016-08-31T11:41:56.41Z','chrome','Android','https://github.com/flouthoc/Gradbar','true','代码家'),(2307,'57c62807421aa9125fa3edbc','2016-08-31T08:42:47.498Z','让 TextView PlaceHolder (Hint)文本带有切换过度效果,在显示多个热门搜索的时候可以用得到。','[http://img.gank.io/e5f6ce39-2917-4edf-8ecf-710c4e5d260b]','2016-08-31T11:41:56.41Z','chrome','Android','https://github.com/cctanfujun/HintAnim-EditText','true','代码家'),(2308,'57c6285c421aa9125fa3edbd','2016-08-31T08:44:12.721Z','利用 React Native 实现的一个 Hacker News 阅读客户端','[http://img.gank.io/96d4777e-89f6-4fa1-9d01-a7980535ecdb]','2016-08-31T11:41:56.41Z','chrome','拓展资源','https://github.com/grigio/HAgnostic-News','true','代码家'),(2309,'57c00f6b421aa9126b1a15ba','2016-08-26T17:44:11.569Z','一个漂亮的 Android 画廊展示效果。','[http://img.gank.io/136b50e6-1e44-4707-a61b-24ee1b2b0f19]','2016-08-30T11:38:36.625Z','web','Android','https://github.com/Jaouan/Carousel-Browsing-Example','true',NULL),(2310,'57c01683421aa91265f4a3e7','2016-08-26T18:14:27.875Z','ADB 常用用法大全,真.大全。',NULL,'2016-08-30T11:38:36.625Z','web','Android','https://github.com/mzlogin/awesome-adb','true','Zhuang Ma'),(2311,'57c17b17421aa9126b1a15bf','2016-08-27T19:35:51.719Z','【C菌】这是我被吓最惨的一次! 那些最恐怖的游戏集合【第32期】',NULL,'2016-08-30T11:38:36.625Z','chrome','休息视频','http://www.bilibili.com/video/av6031594/','true','LHF'),(2312,'57c3c7b1421aa9125d96f525','2016-08-29T13:27:13.169Z','根据图片色调生成渐进式背景图','[http://img.gank.io/d9efda17-8c84-4408-ab48-8c0c1fc36dcd, http://img.gank.io/e054520a-bb36-4b84-8b03-47f1789aba3e]','2016-08-30T11:38:36.625Z','chrome','前端','http://benhowdle.im/grade/','true','代码家'),(2313,'57c3eef0421aa9125d96f527','2016-08-29T16:14:40.232Z','Android的着色器和过滤器','[http://img.gank.io/e0daadd6-6349-4bfd-a081-d4f1b6a3f7b5, http://img.gank.io/c06c0c4d-4963-46b2-8f00-2d63b7972a36, http://img.gank.io/363c658c-84ce-4098-8317-fc88ebfb82ac, http://img.gank.io/5101e36b-29c1-49b3-bcc0-23c83d4eb519]','2016-08-30T11:38:36.625Z','chrome','Android','https://chiuki.github.io/android-shaders-filters/#/','true','有时放纵'),(2314,'57c442bf421aa91265f4a3f9','2016-08-29T22:12:15.47Z','为小孩子准备的超赞的编程入门教程。',NULL,'2016-08-30T11:38:36.625Z','chrome','拓展资源','https://github.com/HollyAdele/awesome-programming-for-kids','true','代码家'),(2315,'57c44429421aa9125fa3edab','2016-08-29T22:18:17.312Z','利用拉普拉斯算子做图片锐化滤镜',NULL,'2016-08-30T11:38:36.625Z','chrome','iOS','https://github.com/DaveNine/Fast-LLF','true','代码家'),(2316,'57c44576421aa9125fa3edac','2016-08-29T22:23:50.74Z','轻量级 Note 开源项目 Dropnote。',NULL,'2016-08-30T11:38:36.625Z','chrome','iOS','https://github.com/Dropnote/Dropnote-iOS','true','代码家'),(2317,'57c44eb0421aa9126b1a15cf','2016-08-29T23:03:12.378Z','Apk 分析与 Hook 技术',NULL,'2016-08-30T11:38:36.625Z','web','Android','http://blog.csdn.net/qq_22329521/article/details/52335180','true','FMT'),(2318,'57c4520d421aa91265f4a3fa','2016-08-29T23:17:33.417Z','值得学习的五大开源项目',NULL,'2016-08-30T11:38:36.625Z','web','Android','http://www.jianshu.com/p/8180cc105f01','true','maat'),(2319,'57c4563f421aa9125d96f530','2016-08-29T23:35:27.854Z','Linux进程管理,挺详细的一篇介绍',NULL,'2016-08-30T11:38:36.625Z','web','拓展资源','http://blog.csdn.net/ljianhui/article/details/46718835','true','潇涧'),(2320,'57c4d7ed421aa9125fa3edae','2016-08-30T08:48:45.336Z','用Canvas实现的简单粒子动画',NULL,'2016-08-30T11:38:36.625Z','web','Android','https://github.com/JeasonWong/Particle','true','WANG Yu-wei'),(2321,'57c4f0f7421aa9125fa3edb2','2016-08-30T10:35:35.735Z','处理手势冲突和错乱的一点经验',NULL,'2016-08-30T11:38:36.625Z','web','iOS','http://yulingtianxia.com/blog/2016/08/29/Some-Experience-of-Gesture/','true','杨萧玉'),(2322,'57c4fd22421aa9125fa3edb5','2016-08-30T11:27:30.559Z','8-30',NULL,'2016-08-30T11:38:36.625Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034gw1f7bm1unn17j20u00u00wm.jpg','true','代码家'),(2323,'57c005ee421aa91265f4a3e5','2016-08-26T17:03:42.770Z','一套完整的开源消息推送系统,MPush!简洁、安全、支持集群。',NULL,'2016-08-29T11:32:28.388Z','web','拓展资源','http://www.jianshu.com/p/6ec412f940d0','true','ohun'),(2324,'57c02ed8421aa9125fa3ed97','2016-08-26T19:58:16.901Z','大话插件 - 动态加载插件 Activity',NULL,'2016-08-29T11:32:28.388Z','web','Android','http://www.woaitqs.cc/android/2016/08/17/launch-activity-without-registering-in-manifest.html','true','tangqisen'),(2325,'57c17dc9421aa91265f4a3eb','2016-08-27T19:47:21.447Z','【敖厂长】抢滩登陆你玩过吗',NULL,'2016-08-29T11:32:28.388Z','chrome','休息视频','http://www.bilibili.com/video/av5953981/','true','LHF'),(2326,'57c1aa73421aa9126b1a15c2','2016-08-27T22:57:55.744Z','基于ijkplayer简单的UI界面 当前项目是基于ijkplayer项目进行的播放器界面UI封装。 是一个适用于 Android 的 RTMP 直播推流 SDK,可高度定制化和二次开发','[http://img.gank.io/86393a3d-78be-4bc7-8d2c-149220bcf896]','2016-08-29T11:32:28.388Z','chrome','Android','https://github.com/jjdxmashl/jjdxm_ijkplayer/','true','Jason'),(2327,'57c1c239421aa9125d96f51a','2016-08-28T00:39:21.263Z','一个简单但可以自定义切换动画的管理多状态的自定义layout',NULL,'2016-08-29T11:32:28.388Z','web','Android','https://github.com/lufficc/StateLayout','true',NULL),(2328,'57c23c33421aa9125d96f51b','2016-08-28T09:19:47.800Z','在 Electron 里直接运行 Chrome App。',NULL,'2016-08-29T11:32:28.388Z','chrome','瞎推荐','https://github.com/koush/electron-chrome','true','代码家'),(2329,'57c23ef4421aa9126b1a15c6','2016-08-28T09:31:32.284Z','太神了!利用深度学习将低像素(带马赛克)的照片,恢复成为几近一样的原始照片。','[http://img.gank.io/4e1ad7cb-4744-45fc-9f3d-196078f76eb3]','2016-08-29T11:32:28.388Z','chrome','拓展资源','https://github.com/david-gpu/srez','true','代码家'),(2330,'57c24c52421aa9125fa3ed9d','2016-08-28T10:28:34.760Z','一键上传图片到图片服务器,生成外链地址,MarkDown写作不二利器!!!',NULL,'2016-08-29T11:32:28.388Z','web','App','https://github.com/liufsd/PhotoCloud','true','xuyisheng'),(2331,'57c2e9f1421aa91265f4a3ee','2016-08-28T21:41:05.165Z','8-29',NULL,'2016-08-29T11:32:28.388Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f79sjqjn11j20u011hmzv.jpg','true','daimajia'),(2332,'57c2ea89421aa9125fa3eda2','2016-08-28T21:43:37.161Z','一个基于 一万小时 理论开发的目标类 App,项目很完整。','[http://img.gank.io/909b99e4-ccec-472f-a26b-dcfc1baf77b3]','2016-08-29T11:32:28.388Z','chrome','iOS','https://github.com/SketchK/FOUR','true','代码家'),(2333,'57c2ecec421aa9126b1a15c8','2016-08-28T21:53:48.335Z','iOS 手势密码,很实用的一个库','[http://img.gank.io/40f7775a-03fd-4c62-93e7-856f8a4bd3a8]','2016-08-29T11:32:28.388Z','chrome','iOS','https://github.com/huangboju/GesturePassword','true','代码家'),(2334,'57c2ed91421aa91265f4a3ef','2016-08-28T21:56:33.256Z','让图片看起来像乐高拼起来的一样,能不能以此拓展出新的滤镜玩儿法','[http://img.gank.io/ad813858-f15f-4346-9764-e090d964546b, http://img.gank.io/3a5c70e6-3b12-4e6b-9ee4-5480586b2b46]','2016-08-29T11:32:28.388Z','chrome','iOS','https://github.com/StefanLage/LegofySwift','true','代码家'),(2335,'57c3837e421aa9125fa3eda5','2016-08-29T08:36:14.511Z','一个很棒的两步登录界面设计','[http://img.gank.io/d9415ee7-7e2c-40b1-b79a-6003e11279c5]','2016-08-29T11:32:28.388Z','chrome','Android','https://github.com/unipiazza/unipiazza-android-twostepslogin','true','花开堪折枝'),(2336,'57c3a79f421aa9125d96f520','2016-08-29T11:10:23.479Z','itsCoder WeeklyBlog 第二期 (Android, Java, Python, Design Pattern)',NULL,'2016-08-29T11:32:28.388Z','web','拓展资源','http://itscoder.com/weeklyblog-pahse-2/','true',NULL),(2337,'579acbea421aa91e2606472f','2016-07-29T11:22:18.978Z','功能完整的图片上传 UIImageView 扩展','[http://img.gank.io/e4d3127b-f9a5-464f-a399-20952fd72049]','2016-08-26T11:39:18.8Z','chrome','iOS','https://github.com/MillmanY/UploadImage','true','Dear宅学长'),(2338,'57b648a3421aa93a804bea23','2016-08-19T07:45:39.770Z','图片 Zoom 变换动画效果','[http://img.gank.io/814a9975-2987-4343-817b-58ac075360cc]','2016-08-26T11:39:18.8Z','chrome','iOS','https://github.com/WorldDownTown/ZoomTransitioning','true','代码家'),(2339,'57be6066421aa9126b1a15a6','2016-08-25T11:05:10.759Z','阿里巴巴开源秒级编译工具',NULL,'2016-08-26T11:39:18.8Z','web','Android','https://yq.aliyun.com/articles/59122','true','弦影'),(2340,'57beae21421aa9125d96f507','2016-08-25T16:36:49.889Z','用canvas画熊本熊',NULL,'2016-08-26T11:39:18.8Z','web','前端','http://blog.ilanyy.com/html5/draw-kumamon-by-canvas.html','true','saymagic'),(2341,'57bebd2d421aa9125d96f50a','2016-08-25T17:41:01.897Z','安卓开发代码规范',NULL,'2016-08-26T11:39:18.8Z','chrome','Android','https://github.com/bufferapp/android-guidelines/blob/master/project_style_guidelines.md','true','蒋朋'),(2342,'57bee81d421aa91265f4a3dc','2016-08-25T20:44:13.861Z','非官方 Instagram 桌面客户端,支持 Win,Linux,Mac','[http://img.gank.io/4c5c69c2-46f3-471b-aa82-0e61cf2905a1]','2016-08-26T11:39:18.8Z','chrome','App','https://github.com/terkelg/ramme','true','代码家'),(2343,'57bee8ae421aa9125fa3ed87','2016-08-25T20:46:38.137Z','支持学生优惠的那些第三方服务,如果你还是枚大学生,快来吧',NULL,'2016-08-26T11:39:18.8Z','chrome','瞎推荐','https://github.com/ivmm/Student-resources','true','Student'),(2344,'57beedd0421aa9125fa3ed88','2016-08-25T21:08:32.718Z','澳门赌王何鸿燊。',NULL,'2016-08-26T11:39:18.8Z','chrome','休息视频','http://www.miaopai.com/show/UzLtKdUoOAW9Dt03v5JvAA__.htm','true','daimajia'),(2345,'57beef67421aa91265f4a3dd','2016-08-25T21:15:19.562Z','8-26',NULL,'2016-08-26T11:39:18.8Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f76axy6xcsj20u00yqq49.jpg','true','daimajia'),(2346,'57beefaf421aa91265f4a3de','2016-08-25T21:16:31.618Z','Swift 自动实现重试机制',NULL,'2016-08-26T11:39:18.8Z','chrome','iOS','https://github.com/icanzilb/Retry','true','代码家'),(2347,'57bf8efc421aa9126b1a15ad','2016-08-26T08:36:12.708Z','iOS 动画效果的 Checkbox。','[http://img.gank.io/65f95268-ce7d-4c03-9663-057bfd7fda39]','2016-08-26T11:39:18.8Z','chrome','iOS','https://github.com/vladislav-k/VKCheckbox','true','代码家'),(2348,'57bfa942421aa9126b1a15b0','2016-08-26T10:28:18.546Z','Android环形进度条类似apple watch健身记录。','[http://img.gank.io/2382bb84-3a2d-453b-a661-5c76b6d1312c]','2016-08-26T11:39:18.8Z','chrome','Android','https://github.com/ldoublem/RingProgress','true','ldoublem'),(2349,'57b7b92b421aa93a74c34645','2016-08-20T09:58:03.761Z','速度指示器,UI 再改进一下会好看很多很多~','[http://img.gank.io/5ca1d802-4e0b-4e82-8188-fc0042bbea00]','2016-08-25T11:23:14.243Z','chrome','Android','https://github.com/anastr/SpeedView','true','代码家'),(2350,'57cd3aed421aa910f56bd8b4','2016-09-05T17:29:17.732Z',' Material Design 风格 底部导航栏','[http://img.gank.io/f6012864-cc25-4f63-b23f-fa98c79620a1, http://img.gank.io/97c6cd2e-dd63-45d0-9904-9a7223af7b2c]','2016-09-06T11:35:21.379Z','web','Android','https://github.com/tyzlmjj/PagerBottomTabStrip?utm_source=tuicool&utm_medium=referral','true',NULL),(2351,'57cd731f421aa91105d65aab','2016-09-05T21:29:03.409Z','underscore 源码解读之 bind 方法的实现',NULL,'2016-09-06T11:35:21.379Z','web','前端','https://github.com/hanzichi/underscore-analysis/issues/19','true','子迟'),(2352,'57cd9de6421aa91105d65aad','2016-09-06T00:31:34.618Z','饿了么开发了一套面向业务逻辑的编程库-ToyRoom',NULL,'2016-09-06T11:35:21.379Z','web','Android','https://elelogistics.github.io/2016/09/05/ToyRoom-饿了么开源的Android业务流框架/','true','xujinyang'),(2353,'57ce0e65421aa910f56bd8b8','2016-09-06T08:31:33.22Z','iPic 放出图片快速上传的 SDK,不用你再从头开发了。','[http://img.gank.io/32d5d661-c494-4ed7-96d4-7dcddebe829f]','2016-09-06T11:35:21.379Z','chrome','iOS','https://github.com/toolinbox/iPicUploader','true','代码家'),(2354,'57ce0e9a421aa91105d65ab0','2016-09-06T08:32:26.205Z','一个很有设计感的 Day Night Switch 切换按钮。','[http://img.gank.io/fe056e94-a1fe-47a0-b032-ebe86d13b1b7]','2016-09-06T11:35:21.379Z','chrome','iOS','https://github.com/finngaida/DayNightSwitch','true','代码家'),(2355,'57ce0f75421aa91105d65ab1','2016-09-06T08:36:05.371Z','RecyclerView 卡片画廊效果','[http://img.gank.io/e03fb0f2-10ef-49be-8402-87eae3cd483d]','2016-09-06T11:35:21.379Z','chrome','Android','https://github.com/huazhiyuan2008/RecyclerViewCardGallery','true','代码家'),(2356,'57ce0fdc421aa910ed64f675','2016-09-06T08:37:48.821Z','可跟随手指滑动,进行响应式滑动的背景效果','[http://img.gank.io/869fd5d9-e022-4802-ae3b-394566b4bdcf, http://img.gank.io/2c0f2c16-32ff-40c0-b69e-717f11ff36a9]','2016-09-06T11:35:21.379Z','chrome','Android','https://github.com/noties/ScrollingBackgroundView','true','代码家'),(2357,'57ce0fde421aa910ed64f676','2016-09-06T08:37:50.302Z','简单而精致的 Fragment 菜单控件,它可以让你切换 Fragment 的时候眼前一亮',NULL,'2016-09-06T11:35:21.379Z','web','Android','https://github.com/Hitomis/ThumbnailMenu','true','Hitomi'),(2358,'57ce103a421aa910f56bd8b9','2016-09-06T08:39:22.211Z','9-7',NULL,'2016-09-06T11:35:21.379Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f7jkj4hl41j20u00mhq68.jpg','true','代码家'),(2359,'57ce11f7421aa910f16b0f3b','2016-09-06T08:46:47.118Z','知乎页面美化插件','[http://img.gank.io/30a119a0-b0fa-4ce5-b260-1c194d7bf362]','2016-09-06T11:35:21.379Z','chrome','瞎推荐','https://github.com/hilongjw/zhihu-beautify','true','代码家'),(2360,'57ce12ff421aa91105d65ab2','2016-09-06T08:51:11.316Z','一套轻量级的 Chat 系统,可以学学如何写 IM','[http://img.gank.io/6ee36e42-d0da-436b-b9b1-4be6f105ff2d]','2016-09-06T11:35:21.379Z','chrome','拓展资源','https://github.com/OmarElGabry/chat.io','true','代码家'),(2361,'57ce1ed4421aa91105d65ab3','2016-09-06T09:41:40.755Z','非常实用的省略控件,无emoji截断之乱码, 无characterstyle截断之不雅',NULL,'2016-09-06T11:35:21.379Z','web','Android','https://github.com/dinuscxj/EllipsizeTextView','true','dinus_developer'),(2362,'57ce2b16421aa91105d65ab6','2016-09-06T10:33:58.211Z','用 TextKit 显示复杂数学公式','[http://img.gank.io/be381f60-226c-49fe-938c-e2c4b54eec78]','2016-09-06T11:35:21.379Z','chrome','iOS','https://github.com/kishikawakatsumi/TextKitExamples','true','Dear宅学长'),(2363,'57c80753421aa9125d96f553','2016-09-01T18:47:47.407Z','含多语言,md解析,day night主题的多语言代码阅读器CoReader','[http://img.gank.io/97ab14d0-fe69-478e-b514-7d72808fa89a, http://img.gank.io/5d005c71-ba0a-487d-b3a3-bf459b6d4c40, http://img.gank.io/8004e36d-4e02-4066-a1cc-b5e85f733d38, http://img.gank.io/f62ec906-7e00-43e6-9144-a3379c711d13]','2016-09-05T11:32:16.999Z','web','Android','https://github.com/loopeer/code-reader','true',NULL),(2364,'57c8e46b421aa97cb9511682','2016-09-02T10:31:07.562Z','简单的框架实现两个视图切换及转场','[http://img.gank.io/010446d3-ffeb-4883-ada0-4614a069038d]','2016-09-05T11:32:16.999Z','chrome','iOS','https://github.com/naru-jpn/View2ViewTransition','true','Dear宅学长'),(2365,'57c8f5be421aa97cbd81c753','2016-09-02T11:45:02.355Z','使用Transition FrameWork实现有意义的转场动画','[http://img.gank.io/e58dd8ec-b500-4f25-a814-72feb6af4be5, http://img.gank.io/39d8f66b-5cb5-44c6-aba4-05f56a6b2b25, http://img.gank.io/3b885cbe-aab3-40a4-93cc-f9d3ffcbab41, http://img.gank.io/5e99fc16-676d-46c4-bc64-cac88b681c88]','2016-09-05T11:32:16.999Z','chrome','Android','https://github.com/lgvalle/Material-Animations/','true','AndWang'),(2366,'57c958bd421aa97cbd81c757','2016-09-02T18:47:25.839Z','Gradle 缓存的文件名是如何生成的?',NULL,'2016-09-05T11:32:16.999Z','chrome','Android','http://www.jianshu.com/p/aff08ef6f661','true','花开堪折枝'),(2367,'57cb6e79421aa97cbd81c75f','2016-09-04T08:44:41.861Z','老师教2+2=5,坚持2+2=4何等不易!',NULL,'2016-09-05T11:32:16.999Z','chrome','休息视频','http://www.miaopai.com/show/dSpYA0hMK4DRvsJqOxEpNw__.htm','true','代码家'),(2368,'57cb7c4f421aa97cbd81c760','2016-09-04T09:43:43.855Z','FcPermissions:也许是目前最好的动态权限请求库','[http://img.gank.io/020ec943-3770-436e-9db1-24474b62627d]','2016-09-05T11:32:16.999Z','web','Android','https://github.com/lypeer/FcPermissions','true','lypeer'),(2369,'57cc16c9421aa910f56bd8ab','2016-09-04T20:42:49.403Z','09-05',NULL,'2016-09-05T11:32:16.999Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f7hu7d460oj20u00u075u.jpg','true','daimajia'),(2370,'57cc1d6a421aa91105d65aa1','2016-09-04T21:11:06.68Z','仿支付宝芝麻信用分仪表盘效果','[http://img.gank.io/29d89091-9c96-4822-9d06-87aad1e7b3d7]','2016-09-05T11:32:16.999Z','web','Android','https://github.com/HotBitmapGG/CreditSesameRingView','true','HotbitmapGG'),(2371,'57ccb42f421aa910f16b0f31','2016-09-05T07:54:23.395Z','每天将必应的壁纸更新到自己的 Mac 上。','[http://img.gank.io/67ee97f9-884f-4056-a0d5-ff2897319be5, http://img.gank.io/277eeae3-5a5c-40df-bb30-d6129e0955c3]','2016-09-05T11:32:16.999Z','chrome','iOS','https://github.com/zekunyan/TTGBingWallPaper','true','代码家'),(2372,'57ccb44e421aa91105d65aa2','2016-09-05T07:54:54.993Z','iOS 滑动 Tab 效果','[http://img.gank.io/51158d1b-62a4-4580-8345-5e355ef97fd6]','2016-09-05T11:32:16.999Z','chrome','iOS','https://github.com/josshad/EHHorizontalSelectionView','true','代码家'),(2373,'57ccb4e4421aa910f56bd8ad','2016-09-05T07:57:24.436Z','给予 Vue.js 2.0 开发的桌面 UI 元素框架','[http://img.gank.io/0cdd48b6-0cf9-4e80-a945-cc2be34ae89e]','2016-09-05T11:32:16.999Z','chrome','前端','https://github.com/ElemeFE/element','true','代码家'),(2374,'57bff3d5421aa9125fa3ed92','2016-08-26T15:46:29.18Z','一个关于音乐随机播放的算法',NULL,'2016-09-02T20:36:28.951Z','web','Android','http://www.jianshu.com/p/472fed76690a','true',NULL),(2375,'57bff672421aa9125fa3ed93','2016-08-26T15:57:38.225Z','Android 自定义漂亮 Dialog。','[http://img.gank.io/83adfa4e-9812-4819-8fc9-caea62d38b03, http://img.gank.io/c7028a1c-dac5-43b6-8c47-010954c8434a]','2016-09-02T20:36:28.951Z','chrome','Android','https://github.com/pedant/sweet-alert-dialog','true','暖火'),(2376,'57bfff86421aa9126b1a15b7','2016-08-26T16:36:22.162Z','种一棵树最好的时间是十年前,其次是现在。',NULL,'2016-09-02T20:36:28.951Z','web','瞎推荐','http://www.wuage.me/2016/08/07/never-give-up/','true','伍阿哥'),(2377,'57c65dc9421aa936f87936e2','2016-08-31T12:32:09.676Z','超实用的数字键盘',NULL,'2016-09-02T20:36:28.951Z','web','iOS','https://github.com/CNKCQ/DigitalKeyboard.git','true','CNKCQ'),(2378,'57c75f50421aa9125fa3edca','2016-09-01T06:50:56.180Z','iOS 梯度色彩效果','[http://img.gank.io/1b5615e4-77a1-484b-b607-205e5566c6c3, http://img.gank.io/9e9efb4f-573d-4cf5-b548-8a02a3e93667, http://img.gank.io/55efbb43-3994-4aab-929a-2f880eac5001]','2016-09-02T20:36:28.951Z','chrome','iOS','https://github.com/shashankpali/EZYGradientView','true','代码家'),(2379,'57c799e5421aa9125d96f54c','2016-09-01T11:00:53.521Z','一波React Native Material Design','[http://img.gank.io/ebcf2a63-5dcd-4ac5-b609-84e9ea466bbc, http://img.gank.io/ded04bc2-70f8-4f56-af02-3d693dfffd30, http://img.gank.io/2c29fcb2-f5f6-493f-bc8f-c5ba9ec215fa]','2016-09-02T20:36:28.951Z','chrome','Android','https://github.com/react-native-material-design/react-native-material-design','true','AndWang'),(2380,'57c7d956421aa91265f4a416','2016-09-01T15:31:34.680Z','Android 的录音库,可录制 pcm 和 wav,暂停/继续录制',NULL,'2016-09-02T20:36:28.951Z','web','Android','https://kailash09dabhi.github.io/OmRecorder/','true','color'),(2381,'57c80811421aa9125fa3edcf','2016-09-01T18:50:57.908Z','基于itemtouchhelper,实现左滑菜单,删除确认','[http://img.gank.io/18aec000-fdd9-4072-a8f5-ab237f6204c7, http://img.gank.io/c7f94765-3190-4fec-bbfe-b36570eaa00d, http://img.gank.io/b05932d2-d0e6-4870-a8aa-d8b4e3cce495]','2016-09-02T20:36:28.951Z','web','Android','https://github.com/loopeer/itemtouchhelper-extension','true',NULL),(2382,'57c83167421aa9125fa3edd0','2016-09-01T21:47:19.924Z','Whatever',NULL,'2016-09-02T20:36:28.951Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f7ef7i5m1zj20u011hdjm.jpg','true','daimajia'),(2383,'57c832d3421aa9125fa3edd1','2016-09-01T21:53:23.440Z','RecyclerView Snap 边缘停止效果,让你的 App 更人性化,更精致。','[http://img.gank.io/3252289d-a4d4-474d-81dc-03d5f11e660e, http://img.gank.io/6240017e-95c8-42a8-b392-41148018fe3c]','2016-09-02T20:36:28.951Z','chrome','Android','https://github.com/rubensousa/RecyclerViewSnap','true','代码家'),(2384,'57c84090421aa97cb162d8ba','2016-09-01T22:52:00.19Z','万达简史',NULL,'2016-09-02T20:36:28.951Z','chrome','休息视频','http://www.iqiyi.com/w_19rs0lt2yd.html','true','lxxself'),(2385,'57c6245c421aa936f87936db','2016-08-31T08:27:08.397Z','在命令行里生成图表','[http://img.gank.io/0484caff-eaad-44a0-a61e-e0fc3cfd403e, http://img.gank.io/917e89bf-5483-438d-92de-e85311ac840c]','2016-09-01T11:31:19.288Z','chrome','瞎推荐','https://github.com/FormidableLabs/victory-cli','true','代码家'),(2386,'57c67ca8421aa9125d96f543','2016-08-31T14:43:52.969Z','【Android干货】Matrix详解,这应该是目前最详细的一篇讲解Matrix的中文文章了。',NULL,'2016-09-01T11:31:19.288Z','web','Android','http://www.gcssloop.com/2015/02/Matrix_Method/','true','sloop'),(2387,'57c67e1e421aa9125fa3edc1','2016-08-31T14:50:06.126Z','Android热修复实践应用--AndFix',NULL,'2016-09-01T11:31:19.288Z','web','Android','http://www.jianshu.com/p/c36c9e0ca3fe','true','郑铉'),(2388,'57c6dcd0421aa9125fa3edc5','2016-08-31T21:34:08.961Z','9-1',NULL,'2016-09-01T11:31:19.288Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f7d97id9mbj20u00u0q4g.jpg','true','daimajia'),(2389,'57c6f954421aa9125fa3edc7','2016-08-31T23:35:48.389Z','很有爱的一段视频:这个世界上,你永远亏欠的人只有一个。[心]',NULL,'2016-09-01T11:31:19.288Z','chrome','休息视频','http://weibo.com/p/230444aaf7d8f93001485a740e08d112779ac5','true','LHF'),(2390,'57c75d23421aa91265f4a40e','2016-09-01T06:41:39.768Z','Google 放出的依赖注入框架,Tiger,速度是最大优势。',NULL,'2016-09-01T11:31:19.288Z','chrome','Android','https://github.com/google/tiger','true','代码家'),(2391,'57c75e58421aa9125fa3edc9','2016-09-01T06:46:48.127Z','利用 KeyStore 存储密码,加密 SharedPreference 的数据,保证安全性。',NULL,'2016-09-01T11:31:19.288Z','chrome','Android','https://github.com/iamMehedi/Secured-Preference-Store','true','代码家'),(2392,'57c76082421aa9125d96f54b','2016-09-01T06:56:02.858Z','Gif 动图 和 apng 图片引擎,占用内存和CPU 要比现有方案更少。','[http://img.gank.io/af71c377-d809-45d9-b803-84ed0846fd13, http://img.gank.io/c91e3b5b-3d3a-4cbe-b37c-e09c211cb5a4]','2016-09-01T11:31:19.288Z','chrome','iOS','https://github.com/wangjwchn/AImage','true','代码家'),(2393,'57c76166421aa9125fa3edcb','2016-09-01T06:59:50.695Z','又一款超棒的图片选择器!','[http://img.gank.io/3c82e0dd-48a5-486d-89b8-918b7df198e8]','2016-09-01T11:31:19.288Z','chrome','iOS','https://github.com/hyperoslo/ImagePicker','true','代码家'),(2394,'57c76198421aa91265f4a40f','2016-09-01T07:00:40.515Z','带有歌词播放效果的 UILabel','[http://img.gank.io/3f86b6a9-7cb5-4635-8e13-57c0473566c7]','2016-09-01T11:31:19.288Z','chrome','iOS','https://github.com/LitleCarl/LiveLabel','true','Jack'),(2395,'57b74481421aa93a7603ed74','2016-08-20T01:40:17.944Z','通过自定义URL实现控制器之间的跳转',NULL,'2016-08-31T11:41:56.41Z','web','iOS','https://github.com/DarielChen/DCURLRouter','true','Dariel'),(2396,'57c23dba421aa9125fa3ed9c','2016-08-28T09:26:18.108Z','轻松监控设备屏幕亮度,实现不同操作。','[http://img.gank.io/b3eca881-85aa-41ec-8791-139d707e5997]','2016-08-31T11:41:56.41Z','chrome','iOS','https://github.com/michalkonturek/ScreenBrightness','true','代码家'),(2397,'57c520df421aa9125d96f534','2016-08-30T13:59:59.568Z','Android 权限判断工具,并且对小米手机做了特别判断',NULL,'2016-08-31T11:41:56.41Z','web','Android','https://github.com/a1018875550/PermissionDispatcher','true','JokAr'),(2398,'57c53f22421aa9125d96f536','2016-08-30T16:09:06.119Z','Android7.0新特性添加快速设定',NULL,'2016-08-31T11:41:56.41Z','web','Android','http://mp.weixin.qq.com/s?__biz=MzI1MzI2NDI3Mw==&mid=2247483724&idx=1&sn=ba9c94946c59b12c3dd42ed2040ea689&scene=0#wechat_redirect','true','FMVP'),(2399,'57c5989a421aa936f87936d8','2016-08-30T22:30:50.743Z','GitHub Plus – 轻松下载 GitHub 上的单个文件','[http://img.gank.io/0646c063-435f-4717-ae62-9884c1bece62]','2016-08-31T11:41:56.41Z','chrome','瞎推荐','https://github.com/softvar/github-plus','true','lxxself'),(2400,'57c5a45f421aa936f87936d9','2016-08-30T23:21:03.869Z','【敖厂长】打脸!魂斗罗水下八关存在',NULL,'2016-08-31T11:41:56.41Z','chrome','休息视频','http://www.bilibili.com/video/av6018306/','true','LHF'),(2401,'57c6249d421aa936f87936dc','2016-08-31T08:28:13.687Z','Python 实现利用 OCR 实现文档转文本功能。',NULL,'2016-08-31T11:41:56.41Z','chrome','拓展资源','https://github.com/jlsutherland/doc2text','true','代码家'),(2402,'57c62502421aa91265f4a405','2016-08-31T08:29:54.277Z','类似 iOS Task 样式的 ViewController History 效果。','[http://img.gank.io/51d6cda7-811c-48bc-8560-8f88eddf44a2]','2016-08-31T11:41:56.41Z','chrome','iOS','https://github.com/bannzai/Kaeru','true','代码家'),(2403,'57c6265c421aa9125d96f53c','2016-08-31T08:35:40.27Z','8-31',NULL,'2016-08-31T11:41:56.41Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f7cmpd95iaj20u011hjtt.jpg','true','代码家'),(2404,'57c626ff421aa9125fa3edbb','2016-08-31T08:38:23.67Z','类似 Facebook 闪烁式的 Load View,哇,好漂亮!','[http://img.gank.io/94aadab4-89c7-468b-8ae3-42109a912e6c]','2016-08-31T11:41:56.41Z','chrome','Android','https://github.com/elye/loaderviewlibrary','true','代码家'),(2405,'57c6275a421aa9125d96f53d','2016-08-31T08:39:54.607Z','渐进色的 Actionbar 效果,使用场景较少,可以在一些花哨的 App 设计上用得到。','[http://img.gank.io/f6f0064d-bbdc-4e06-afe8-493e45b91018]','2016-08-31T11:41:56.41Z','chrome','Android','https://github.com/flouthoc/Gradbar','true','代码家'),(2406,'57c62807421aa9125fa3edbc','2016-08-31T08:42:47.498Z','让 TextView PlaceHolder (Hint)文本带有切换过度效果,在显示多个热门搜索的时候可以用得到。','[http://img.gank.io/e5f6ce39-2917-4edf-8ecf-710c4e5d260b]','2016-08-31T11:41:56.41Z','chrome','Android','https://github.com/cctanfujun/HintAnim-EditText','true','代码家'),(2407,'57c6285c421aa9125fa3edbd','2016-08-31T08:44:12.721Z','利用 React Native 实现的一个 Hacker News 阅读客户端','[http://img.gank.io/96d4777e-89f6-4fa1-9d01-a7980535ecdb]','2016-08-31T11:41:56.41Z','chrome','拓展资源','https://github.com/grigio/HAgnostic-News','true','代码家'),(2408,'57c00f6b421aa9126b1a15ba','2016-08-26T17:44:11.569Z','一个漂亮的 Android 画廊展示效果。','[http://img.gank.io/136b50e6-1e44-4707-a61b-24ee1b2b0f19]','2016-08-30T11:38:36.625Z','web','Android','https://github.com/Jaouan/Carousel-Browsing-Example','true',NULL),(2409,'57c01683421aa91265f4a3e7','2016-08-26T18:14:27.875Z','ADB 常用用法大全,真.大全。',NULL,'2016-08-30T11:38:36.625Z','web','Android','https://github.com/mzlogin/awesome-adb','true','Zhuang Ma'),(2410,'57c17b17421aa9126b1a15bf','2016-08-27T19:35:51.719Z','【C菌】这是我被吓最惨的一次! 那些最恐怖的游戏集合【第32期】',NULL,'2016-08-30T11:38:36.625Z','chrome','休息视频','http://www.bilibili.com/video/av6031594/','true','LHF'),(2411,'57c3c7b1421aa9125d96f525','2016-08-29T13:27:13.169Z','根据图片色调生成渐进式背景图','[http://img.gank.io/d9efda17-8c84-4408-ab48-8c0c1fc36dcd, http://img.gank.io/e054520a-bb36-4b84-8b03-47f1789aba3e]','2016-08-30T11:38:36.625Z','chrome','前端','http://benhowdle.im/grade/','true','代码家'),(2412,'57c3eef0421aa9125d96f527','2016-08-29T16:14:40.232Z','Android的着色器和过滤器','[http://img.gank.io/e0daadd6-6349-4bfd-a081-d4f1b6a3f7b5, http://img.gank.io/c06c0c4d-4963-46b2-8f00-2d63b7972a36, http://img.gank.io/363c658c-84ce-4098-8317-fc88ebfb82ac, http://img.gank.io/5101e36b-29c1-49b3-bcc0-23c83d4eb519]','2016-08-30T11:38:36.625Z','chrome','Android','https://chiuki.github.io/android-shaders-filters/#/','true','有时放纵'),(2413,'57c442bf421aa91265f4a3f9','2016-08-29T22:12:15.47Z','为小孩子准备的超赞的编程入门教程。',NULL,'2016-08-30T11:38:36.625Z','chrome','拓展资源','https://github.com/HollyAdele/awesome-programming-for-kids','true','代码家'),(2414,'57c44429421aa9125fa3edab','2016-08-29T22:18:17.312Z','利用拉普拉斯算子做图片锐化滤镜',NULL,'2016-08-30T11:38:36.625Z','chrome','iOS','https://github.com/DaveNine/Fast-LLF','true','代码家'),(2415,'57c44576421aa9125fa3edac','2016-08-29T22:23:50.74Z','轻量级 Note 开源项目 Dropnote。',NULL,'2016-08-30T11:38:36.625Z','chrome','iOS','https://github.com/Dropnote/Dropnote-iOS','true','代码家'),(2416,'57c44eb0421aa9126b1a15cf','2016-08-29T23:03:12.378Z','Apk 分析与 Hook 技术',NULL,'2016-08-30T11:38:36.625Z','web','Android','http://blog.csdn.net/qq_22329521/article/details/52335180','true','FMT'),(2417,'57c4520d421aa91265f4a3fa','2016-08-29T23:17:33.417Z','值得学习的五大开源项目',NULL,'2016-08-30T11:38:36.625Z','web','Android','http://www.jianshu.com/p/8180cc105f01','true','maat'),(2418,'57c4563f421aa9125d96f530','2016-08-29T23:35:27.854Z','Linux进程管理,挺详细的一篇介绍',NULL,'2016-08-30T11:38:36.625Z','web','拓展资源','http://blog.csdn.net/ljianhui/article/details/46718835','true','潇涧'),(2419,'57c4d7ed421aa9125fa3edae','2016-08-30T08:48:45.336Z','用Canvas实现的简单粒子动画',NULL,'2016-08-30T11:38:36.625Z','web','Android','https://github.com/JeasonWong/Particle','true','WANG Yu-wei'),(2420,'57c4f0f7421aa9125fa3edb2','2016-08-30T10:35:35.735Z','处理手势冲突和错乱的一点经验',NULL,'2016-08-30T11:38:36.625Z','web','iOS','http://yulingtianxia.com/blog/2016/08/29/Some-Experience-of-Gesture/','true','杨萧玉'),(2421,'57c4fd22421aa9125fa3edb5','2016-08-30T11:27:30.559Z','8-30',NULL,'2016-08-30T11:38:36.625Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034gw1f7bm1unn17j20u00u00wm.jpg','true','代码家'),(2422,'57c005ee421aa91265f4a3e5','2016-08-26T17:03:42.770Z','一套完整的开源消息推送系统,MPush!简洁、安全、支持集群。',NULL,'2016-08-29T11:32:28.388Z','web','拓展资源','http://www.jianshu.com/p/6ec412f940d0','true','ohun'),(2423,'57c02ed8421aa9125fa3ed97','2016-08-26T19:58:16.901Z','大话插件 - 动态加载插件 Activity',NULL,'2016-08-29T11:32:28.388Z','web','Android','http://www.woaitqs.cc/android/2016/08/17/launch-activity-without-registering-in-manifest.html','true','tangqisen'),(2424,'57c17dc9421aa91265f4a3eb','2016-08-27T19:47:21.447Z','【敖厂长】抢滩登陆你玩过吗',NULL,'2016-08-29T11:32:28.388Z','chrome','休息视频','http://www.bilibili.com/video/av5953981/','true','LHF'),(2425,'57c1aa73421aa9126b1a15c2','2016-08-27T22:57:55.744Z','基于ijkplayer简单的UI界面 当前项目是基于ijkplayer项目进行的播放器界面UI封装。 是一个适用于 Android 的 RTMP 直播推流 SDK,可高度定制化和二次开发','[http://img.gank.io/86393a3d-78be-4bc7-8d2c-149220bcf896]','2016-08-29T11:32:28.388Z','chrome','Android','https://github.com/jjdxmashl/jjdxm_ijkplayer/','true','Jason'),(2426,'57c1c239421aa9125d96f51a','2016-08-28T00:39:21.263Z','一个简单但可以自定义切换动画的管理多状态的自定义layout',NULL,'2016-08-29T11:32:28.388Z','web','Android','https://github.com/lufficc/StateLayout','true',NULL),(2427,'57c23c33421aa9125d96f51b','2016-08-28T09:19:47.800Z','在 Electron 里直接运行 Chrome App。',NULL,'2016-08-29T11:32:28.388Z','chrome','瞎推荐','https://github.com/koush/electron-chrome','true','代码家'),(2428,'57c23ef4421aa9126b1a15c6','2016-08-28T09:31:32.284Z','太神了!利用深度学习将低像素(带马赛克)的照片,恢复成为几近一样的原始照片。','[http://img.gank.io/4e1ad7cb-4744-45fc-9f3d-196078f76eb3]','2016-08-29T11:32:28.388Z','chrome','拓展资源','https://github.com/david-gpu/srez','true','代码家'),(2429,'57c24c52421aa9125fa3ed9d','2016-08-28T10:28:34.760Z','一键上传图片到图片服务器,生成外链地址,MarkDown写作不二利器!!!',NULL,'2016-08-29T11:32:28.388Z','web','App','https://github.com/liufsd/PhotoCloud','true','xuyisheng'),(2430,'57c2e9f1421aa91265f4a3ee','2016-08-28T21:41:05.165Z','8-29',NULL,'2016-08-29T11:32:28.388Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f79sjqjn11j20u011hmzv.jpg','true','daimajia'),(2431,'57c2ea89421aa9125fa3eda2','2016-08-28T21:43:37.161Z','一个基于 一万小时 理论开发的目标类 App,项目很完整。','[http://img.gank.io/909b99e4-ccec-472f-a26b-dcfc1baf77b3]','2016-08-29T11:32:28.388Z','chrome','iOS','https://github.com/SketchK/FOUR','true','代码家'),(2432,'57c2ecec421aa9126b1a15c8','2016-08-28T21:53:48.335Z','iOS 手势密码,很实用的一个库','[http://img.gank.io/40f7775a-03fd-4c62-93e7-856f8a4bd3a8]','2016-08-29T11:32:28.388Z','chrome','iOS','https://github.com/huangboju/GesturePassword','true','代码家'),(2433,'57c2ed91421aa91265f4a3ef','2016-08-28T21:56:33.256Z','让图片看起来像乐高拼起来的一样,能不能以此拓展出新的滤镜玩儿法','[http://img.gank.io/ad813858-f15f-4346-9764-e090d964546b, http://img.gank.io/3a5c70e6-3b12-4e6b-9ee4-5480586b2b46]','2016-08-29T11:32:28.388Z','chrome','iOS','https://github.com/StefanLage/LegofySwift','true','代码家'),(2434,'57c3837e421aa9125fa3eda5','2016-08-29T08:36:14.511Z','一个很棒的两步登录界面设计','[http://img.gank.io/d9415ee7-7e2c-40b1-b79a-6003e11279c5]','2016-08-29T11:32:28.388Z','chrome','Android','https://github.com/unipiazza/unipiazza-android-twostepslogin','true','花开堪折枝'),(2435,'57c3a79f421aa9125d96f520','2016-08-29T11:10:23.479Z','itsCoder WeeklyBlog 第二期 (Android, Java, Python, Design Pattern)',NULL,'2016-08-29T11:32:28.388Z','web','拓展资源','http://itscoder.com/weeklyblog-pahse-2/','true',NULL),(2436,'579acbea421aa91e2606472f','2016-07-29T11:22:18.978Z','功能完整的图片上传 UIImageView 扩展','[http://img.gank.io/e4d3127b-f9a5-464f-a399-20952fd72049]','2016-08-26T11:39:18.8Z','chrome','iOS','https://github.com/MillmanY/UploadImage','true','Dear宅学长'),(2437,'57b648a3421aa93a804bea23','2016-08-19T07:45:39.770Z','图片 Zoom 变换动画效果','[http://img.gank.io/814a9975-2987-4343-817b-58ac075360cc]','2016-08-26T11:39:18.8Z','chrome','iOS','https://github.com/WorldDownTown/ZoomTransitioning','true','代码家'),(2438,'57be6066421aa9126b1a15a6','2016-08-25T11:05:10.759Z','阿里巴巴开源秒级编译工具',NULL,'2016-08-26T11:39:18.8Z','web','Android','https://yq.aliyun.com/articles/59122','true','弦影'),(2439,'57beae21421aa9125d96f507','2016-08-25T16:36:49.889Z','用canvas画熊本熊',NULL,'2016-08-26T11:39:18.8Z','web','前端','http://blog.ilanyy.com/html5/draw-kumamon-by-canvas.html','true','saymagic'),(2440,'57bebd2d421aa9125d96f50a','2016-08-25T17:41:01.897Z','安卓开发代码规范',NULL,'2016-08-26T11:39:18.8Z','chrome','Android','https://github.com/bufferapp/android-guidelines/blob/master/project_style_guidelines.md','true','蒋朋'),(2441,'57bee81d421aa91265f4a3dc','2016-08-25T20:44:13.861Z','非官方 Instagram 桌面客户端,支持 Win,Linux,Mac','[http://img.gank.io/4c5c69c2-46f3-471b-aa82-0e61cf2905a1]','2016-08-26T11:39:18.8Z','chrome','App','https://github.com/terkelg/ramme','true','代码家'),(2442,'57bee8ae421aa9125fa3ed87','2016-08-25T20:46:38.137Z','支持学生优惠的那些第三方服务,如果你还是枚大学生,快来吧',NULL,'2016-08-26T11:39:18.8Z','chrome','瞎推荐','https://github.com/ivmm/Student-resources','true','Student'),(2443,'57beedd0421aa9125fa3ed88','2016-08-25T21:08:32.718Z','澳门赌王何鸿燊。',NULL,'2016-08-26T11:39:18.8Z','chrome','休息视频','http://www.miaopai.com/show/UzLtKdUoOAW9Dt03v5JvAA__.htm','true','daimajia'),(2444,'57beef67421aa91265f4a3dd','2016-08-25T21:15:19.562Z','8-26',NULL,'2016-08-26T11:39:18.8Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f76axy6xcsj20u00yqq49.jpg','true','daimajia'),(2445,'57beefaf421aa91265f4a3de','2016-08-25T21:16:31.618Z','Swift 自动实现重试机制',NULL,'2016-08-26T11:39:18.8Z','chrome','iOS','https://github.com/icanzilb/Retry','true','代码家'),(2446,'57bf8efc421aa9126b1a15ad','2016-08-26T08:36:12.708Z','iOS 动画效果的 Checkbox。','[http://img.gank.io/65f95268-ce7d-4c03-9663-057bfd7fda39]','2016-08-26T11:39:18.8Z','chrome','iOS','https://github.com/vladislav-k/VKCheckbox','true','代码家'),(2447,'57bfa942421aa9126b1a15b0','2016-08-26T10:28:18.546Z','Android环形进度条类似apple watch健身记录。','[http://img.gank.io/2382bb84-3a2d-453b-a661-5c76b6d1312c]','2016-08-26T11:39:18.8Z','chrome','Android','https://github.com/ldoublem/RingProgress','true','ldoublem'),(2448,'57b7b92b421aa93a74c34645','2016-08-20T09:58:03.761Z','速度指示器,UI 再改进一下会好看很多很多~','[http://img.gank.io/5ca1d802-4e0b-4e82-8188-fc0042bbea00]','2016-08-25T11:23:14.243Z','chrome','Android','https://github.com/anastr/SpeedView','true','代码家'),(2449,'57cd3aed421aa910f56bd8b4','2016-09-05T17:29:17.732Z',' Material Design 风格 底部导航栏','[http://img.gank.io/f6012864-cc25-4f63-b23f-fa98c79620a1, http://img.gank.io/97c6cd2e-dd63-45d0-9904-9a7223af7b2c]','2016-09-06T11:35:21.379Z','web','Android','https://github.com/tyzlmjj/PagerBottomTabStrip?utm_source=tuicool&utm_medium=referral','true',NULL),(2450,'57cd731f421aa91105d65aab','2016-09-05T21:29:03.409Z','underscore 源码解读之 bind 方法的实现',NULL,'2016-09-06T11:35:21.379Z','web','前端','https://github.com/hanzichi/underscore-analysis/issues/19','true','子迟'),(2451,'57cd9de6421aa91105d65aad','2016-09-06T00:31:34.618Z','饿了么开发了一套面向业务逻辑的编程库-ToyRoom',NULL,'2016-09-06T11:35:21.379Z','web','Android','https://elelogistics.github.io/2016/09/05/ToyRoom-饿了么开源的Android业务流框架/','true','xujinyang'),(2452,'57ce0e65421aa910f56bd8b8','2016-09-06T08:31:33.22Z','iPic 放出图片快速上传的 SDK,不用你再从头开发了。','[http://img.gank.io/32d5d661-c494-4ed7-96d4-7dcddebe829f]','2016-09-06T11:35:21.379Z','chrome','iOS','https://github.com/toolinbox/iPicUploader','true','代码家'),(2453,'57ce0e9a421aa91105d65ab0','2016-09-06T08:32:26.205Z','一个很有设计感的 Day Night Switch 切换按钮。','[http://img.gank.io/fe056e94-a1fe-47a0-b032-ebe86d13b1b7]','2016-09-06T11:35:21.379Z','chrome','iOS','https://github.com/finngaida/DayNightSwitch','true','代码家'),(2454,'57ce0f75421aa91105d65ab1','2016-09-06T08:36:05.371Z','RecyclerView 卡片画廊效果','[http://img.gank.io/e03fb0f2-10ef-49be-8402-87eae3cd483d]','2016-09-06T11:35:21.379Z','chrome','Android','https://github.com/huazhiyuan2008/RecyclerViewCardGallery','true','代码家'),(2455,'57ce0fdc421aa910ed64f675','2016-09-06T08:37:48.821Z','可跟随手指滑动,进行响应式滑动的背景效果','[http://img.gank.io/869fd5d9-e022-4802-ae3b-394566b4bdcf, http://img.gank.io/2c0f2c16-32ff-40c0-b69e-717f11ff36a9]','2016-09-06T11:35:21.379Z','chrome','Android','https://github.com/noties/ScrollingBackgroundView','true','代码家'),(2456,'57ce0fde421aa910ed64f676','2016-09-06T08:37:50.302Z','简单而精致的 Fragment 菜单控件,它可以让你切换 Fragment 的时候眼前一亮',NULL,'2016-09-06T11:35:21.379Z','web','Android','https://github.com/Hitomis/ThumbnailMenu','true','Hitomi'),(2457,'57ce103a421aa910f56bd8b9','2016-09-06T08:39:22.211Z','9-7',NULL,'2016-09-06T11:35:21.379Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f7jkj4hl41j20u00mhq68.jpg','true','代码家'),(2458,'57ce11f7421aa910f16b0f3b','2016-09-06T08:46:47.118Z','知乎页面美化插件','[http://img.gank.io/30a119a0-b0fa-4ce5-b260-1c194d7bf362]','2016-09-06T11:35:21.379Z','chrome','瞎推荐','https://github.com/hilongjw/zhihu-beautify','true','代码家'),(2459,'57ce12ff421aa91105d65ab2','2016-09-06T08:51:11.316Z','一套轻量级的 Chat 系统,可以学学如何写 IM','[http://img.gank.io/6ee36e42-d0da-436b-b9b1-4be6f105ff2d]','2016-09-06T11:35:21.379Z','chrome','拓展资源','https://github.com/OmarElGabry/chat.io','true','代码家'),(2460,'57ce1ed4421aa91105d65ab3','2016-09-06T09:41:40.755Z','非常实用的省略控件,无emoji截断之乱码, 无characterstyle截断之不雅',NULL,'2016-09-06T11:35:21.379Z','web','Android','https://github.com/dinuscxj/EllipsizeTextView','true','dinus_developer'),(2461,'57ce2b16421aa91105d65ab6','2016-09-06T10:33:58.211Z','用 TextKit 显示复杂数学公式','[http://img.gank.io/be381f60-226c-49fe-938c-e2c4b54eec78]','2016-09-06T11:35:21.379Z','chrome','iOS','https://github.com/kishikawakatsumi/TextKitExamples','true','Dear宅学长'),(2462,'57c80753421aa9125d96f553','2016-09-01T18:47:47.407Z','含多语言,md解析,day night主题的多语言代码阅读器CoReader','[http://img.gank.io/97ab14d0-fe69-478e-b514-7d72808fa89a, http://img.gank.io/5d005c71-ba0a-487d-b3a3-bf459b6d4c40, http://img.gank.io/8004e36d-4e02-4066-a1cc-b5e85f733d38, http://img.gank.io/f62ec906-7e00-43e6-9144-a3379c711d13]','2016-09-05T11:32:16.999Z','web','Android','https://github.com/loopeer/code-reader','true',NULL),(2463,'57c8e46b421aa97cb9511682','2016-09-02T10:31:07.562Z','简单的框架实现两个视图切换及转场','[http://img.gank.io/010446d3-ffeb-4883-ada0-4614a069038d]','2016-09-05T11:32:16.999Z','chrome','iOS','https://github.com/naru-jpn/View2ViewTransition','true','Dear宅学长'),(2464,'57c8f5be421aa97cbd81c753','2016-09-02T11:45:02.355Z','使用Transition FrameWork实现有意义的转场动画','[http://img.gank.io/e58dd8ec-b500-4f25-a814-72feb6af4be5, http://img.gank.io/39d8f66b-5cb5-44c6-aba4-05f56a6b2b25, http://img.gank.io/3b885cbe-aab3-40a4-93cc-f9d3ffcbab41, http://img.gank.io/5e99fc16-676d-46c4-bc64-cac88b681c88]','2016-09-05T11:32:16.999Z','chrome','Android','https://github.com/lgvalle/Material-Animations/','true','AndWang'),(2465,'57c958bd421aa97cbd81c757','2016-09-02T18:47:25.839Z','Gradle 缓存的文件名是如何生成的?',NULL,'2016-09-05T11:32:16.999Z','chrome','Android','http://www.jianshu.com/p/aff08ef6f661','true','花开堪折枝'),(2466,'57cb6e79421aa97cbd81c75f','2016-09-04T08:44:41.861Z','老师教2+2=5,坚持2+2=4何等不易!',NULL,'2016-09-05T11:32:16.999Z','chrome','休息视频','http://www.miaopai.com/show/dSpYA0hMK4DRvsJqOxEpNw__.htm','true','代码家'),(2467,'57cb7c4f421aa97cbd81c760','2016-09-04T09:43:43.855Z','FcPermissions:也许是目前最好的动态权限请求库','[http://img.gank.io/020ec943-3770-436e-9db1-24474b62627d]','2016-09-05T11:32:16.999Z','web','Android','https://github.com/lypeer/FcPermissions','true','lypeer'),(2468,'57cc16c9421aa910f56bd8ab','2016-09-04T20:42:49.403Z','09-05',NULL,'2016-09-05T11:32:16.999Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f7hu7d460oj20u00u075u.jpg','true','daimajia'),(2469,'57cc1d6a421aa91105d65aa1','2016-09-04T21:11:06.68Z','仿支付宝芝麻信用分仪表盘效果','[http://img.gank.io/29d89091-9c96-4822-9d06-87aad1e7b3d7]','2016-09-05T11:32:16.999Z','web','Android','https://github.com/HotBitmapGG/CreditSesameRingView','true','HotbitmapGG'),(2470,'57ccb42f421aa910f16b0f31','2016-09-05T07:54:23.395Z','每天将必应的壁纸更新到自己的 Mac 上。','[http://img.gank.io/67ee97f9-884f-4056-a0d5-ff2897319be5, http://img.gank.io/277eeae3-5a5c-40df-bb30-d6129e0955c3]','2016-09-05T11:32:16.999Z','chrome','iOS','https://github.com/zekunyan/TTGBingWallPaper','true','代码家'),(2471,'57ccb44e421aa91105d65aa2','2016-09-05T07:54:54.993Z','iOS 滑动 Tab 效果','[http://img.gank.io/51158d1b-62a4-4580-8345-5e355ef97fd6]','2016-09-05T11:32:16.999Z','chrome','iOS','https://github.com/josshad/EHHorizontalSelectionView','true','代码家'),(2472,'57ccb4e4421aa910f56bd8ad','2016-09-05T07:57:24.436Z','给予 Vue.js 2.0 开发的桌面 UI 元素框架','[http://img.gank.io/0cdd48b6-0cf9-4e80-a945-cc2be34ae89e]','2016-09-05T11:32:16.999Z','chrome','前端','https://github.com/ElemeFE/element','true','代码家'),(2473,'57bff3d5421aa9125fa3ed92','2016-08-26T15:46:29.18Z','一个关于音乐随机播放的算法',NULL,'2016-09-02T20:36:28.951Z','web','Android','http://www.jianshu.com/p/472fed76690a','true',NULL),(2474,'57bff672421aa9125fa3ed93','2016-08-26T15:57:38.225Z','Android 自定义漂亮 Dialog。','[http://img.gank.io/83adfa4e-9812-4819-8fc9-caea62d38b03, http://img.gank.io/c7028a1c-dac5-43b6-8c47-010954c8434a]','2016-09-02T20:36:28.951Z','chrome','Android','https://github.com/pedant/sweet-alert-dialog','true','暖火'),(2475,'57bfff86421aa9126b1a15b7','2016-08-26T16:36:22.162Z','种一棵树最好的时间是十年前,其次是现在。',NULL,'2016-09-02T20:36:28.951Z','web','瞎推荐','http://www.wuage.me/2016/08/07/never-give-up/','true','伍阿哥'),(2476,'57c65dc9421aa936f87936e2','2016-08-31T12:32:09.676Z','超实用的数字键盘',NULL,'2016-09-02T20:36:28.951Z','web','iOS','https://github.com/CNKCQ/DigitalKeyboard.git','true','CNKCQ'),(2477,'57c75f50421aa9125fa3edca','2016-09-01T06:50:56.180Z','iOS 梯度色彩效果','[http://img.gank.io/1b5615e4-77a1-484b-b607-205e5566c6c3, http://img.gank.io/9e9efb4f-573d-4cf5-b548-8a02a3e93667, http://img.gank.io/55efbb43-3994-4aab-929a-2f880eac5001]','2016-09-02T20:36:28.951Z','chrome','iOS','https://github.com/shashankpali/EZYGradientView','true','代码家'),(2478,'57c799e5421aa9125d96f54c','2016-09-01T11:00:53.521Z','一波React Native Material Design','[http://img.gank.io/ebcf2a63-5dcd-4ac5-b609-84e9ea466bbc, http://img.gank.io/ded04bc2-70f8-4f56-af02-3d693dfffd30, http://img.gank.io/2c29fcb2-f5f6-493f-bc8f-c5ba9ec215fa]','2016-09-02T20:36:28.951Z','chrome','Android','https://github.com/react-native-material-design/react-native-material-design','true','AndWang'),(2479,'57c7d956421aa91265f4a416','2016-09-01T15:31:34.680Z','Android 的录音库,可录制 pcm 和 wav,暂停/继续录制',NULL,'2016-09-02T20:36:28.951Z','web','Android','https://kailash09dabhi.github.io/OmRecorder/','true','color'),(2480,'57c80811421aa9125fa3edcf','2016-09-01T18:50:57.908Z','基于itemtouchhelper,实现左滑菜单,删除确认','[http://img.gank.io/18aec000-fdd9-4072-a8f5-ab237f6204c7, http://img.gank.io/c7f94765-3190-4fec-bbfe-b36570eaa00d, http://img.gank.io/b05932d2-d0e6-4870-a8aa-d8b4e3cce495]','2016-09-02T20:36:28.951Z','web','Android','https://github.com/loopeer/itemtouchhelper-extension','true',NULL),(2481,'57c83167421aa9125fa3edd0','2016-09-01T21:47:19.924Z','Whatever',NULL,'2016-09-02T20:36:28.951Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f7ef7i5m1zj20u011hdjm.jpg','true','daimajia'),(2482,'57c832d3421aa9125fa3edd1','2016-09-01T21:53:23.440Z','RecyclerView Snap 边缘停止效果,让你的 App 更人性化,更精致。','[http://img.gank.io/3252289d-a4d4-474d-81dc-03d5f11e660e, http://img.gank.io/6240017e-95c8-42a8-b392-41148018fe3c]','2016-09-02T20:36:28.951Z','chrome','Android','https://github.com/rubensousa/RecyclerViewSnap','true','代码家'),(2483,'57c84090421aa97cb162d8ba','2016-09-01T22:52:00.19Z','万达简史',NULL,'2016-09-02T20:36:28.951Z','chrome','休息视频','http://www.iqiyi.com/w_19rs0lt2yd.html','true','lxxself'),(2484,'57c6245c421aa936f87936db','2016-08-31T08:27:08.397Z','在命令行里生成图表','[http://img.gank.io/0484caff-eaad-44a0-a61e-e0fc3cfd403e, http://img.gank.io/917e89bf-5483-438d-92de-e85311ac840c]','2016-09-01T11:31:19.288Z','chrome','瞎推荐','https://github.com/FormidableLabs/victory-cli','true','代码家'),(2485,'57c67ca8421aa9125d96f543','2016-08-31T14:43:52.969Z','【Android干货】Matrix详解,这应该是目前最详细的一篇讲解Matrix的中文文章了。',NULL,'2016-09-01T11:31:19.288Z','web','Android','http://www.gcssloop.com/2015/02/Matrix_Method/','true','sloop'),(2486,'57c67e1e421aa9125fa3edc1','2016-08-31T14:50:06.126Z','Android热修复实践应用--AndFix',NULL,'2016-09-01T11:31:19.288Z','web','Android','http://www.jianshu.com/p/c36c9e0ca3fe','true','郑铉'),(2487,'57c6dcd0421aa9125fa3edc5','2016-08-31T21:34:08.961Z','9-1',NULL,'2016-09-01T11:31:19.288Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f7d97id9mbj20u00u0q4g.jpg','true','daimajia'),(2488,'57c6f954421aa9125fa3edc7','2016-08-31T23:35:48.389Z','很有爱的一段视频:这个世界上,你永远亏欠的人只有一个。[心]',NULL,'2016-09-01T11:31:19.288Z','chrome','休息视频','http://weibo.com/p/230444aaf7d8f93001485a740e08d112779ac5','true','LHF'),(2489,'57c75d23421aa91265f4a40e','2016-09-01T06:41:39.768Z','Google 放出的依赖注入框架,Tiger,速度是最大优势。',NULL,'2016-09-01T11:31:19.288Z','chrome','Android','https://github.com/google/tiger','true','代码家'),(2490,'57c75e58421aa9125fa3edc9','2016-09-01T06:46:48.127Z','利用 KeyStore 存储密码,加密 SharedPreference 的数据,保证安全性。',NULL,'2016-09-01T11:31:19.288Z','chrome','Android','https://github.com/iamMehedi/Secured-Preference-Store','true','代码家'),(2491,'57c76082421aa9125d96f54b','2016-09-01T06:56:02.858Z','Gif 动图 和 apng 图片引擎,占用内存和CPU 要比现有方案更少。','[http://img.gank.io/af71c377-d809-45d9-b803-84ed0846fd13, http://img.gank.io/c91e3b5b-3d3a-4cbe-b37c-e09c211cb5a4]','2016-09-01T11:31:19.288Z','chrome','iOS','https://github.com/wangjwchn/AImage','true','代码家'),(2492,'57c76166421aa9125fa3edcb','2016-09-01T06:59:50.695Z','又一款超棒的图片选择器!','[http://img.gank.io/3c82e0dd-48a5-486d-89b8-918b7df198e8]','2016-09-01T11:31:19.288Z','chrome','iOS','https://github.com/hyperoslo/ImagePicker','true','代码家'),(2493,'57c76198421aa91265f4a40f','2016-09-01T07:00:40.515Z','带有歌词播放效果的 UILabel','[http://img.gank.io/3f86b6a9-7cb5-4635-8e13-57c0473566c7]','2016-09-01T11:31:19.288Z','chrome','iOS','https://github.com/LitleCarl/LiveLabel','true','Jack'),(2494,'57b74481421aa93a7603ed74','2016-08-20T01:40:17.944Z','通过自定义URL实现控制器之间的跳转',NULL,'2016-08-31T11:41:56.41Z','web','iOS','https://github.com/DarielChen/DCURLRouter','true','Dariel'),(2495,'57c23dba421aa9125fa3ed9c','2016-08-28T09:26:18.108Z','轻松监控设备屏幕亮度,实现不同操作。','[http://img.gank.io/b3eca881-85aa-41ec-8791-139d707e5997]','2016-08-31T11:41:56.41Z','chrome','iOS','https://github.com/michalkonturek/ScreenBrightness','true','代码家'),(2496,'57c520df421aa9125d96f534','2016-08-30T13:59:59.568Z','Android 权限判断工具,并且对小米手机做了特别判断',NULL,'2016-08-31T11:41:56.41Z','web','Android','https://github.com/a1018875550/PermissionDispatcher','true','JokAr'),(2497,'57c53f22421aa9125d96f536','2016-08-30T16:09:06.119Z','Android7.0新特性添加快速设定',NULL,'2016-08-31T11:41:56.41Z','web','Android','http://mp.weixin.qq.com/s?__biz=MzI1MzI2NDI3Mw==&mid=2247483724&idx=1&sn=ba9c94946c59b12c3dd42ed2040ea689&scene=0#wechat_redirect','true','FMVP'),(2498,'57c5989a421aa936f87936d8','2016-08-30T22:30:50.743Z','GitHub Plus – 轻松下载 GitHub 上的单个文件','[http://img.gank.io/0646c063-435f-4717-ae62-9884c1bece62]','2016-08-31T11:41:56.41Z','chrome','瞎推荐','https://github.com/softvar/github-plus','true','lxxself'),(2499,'57c5a45f421aa936f87936d9','2016-08-30T23:21:03.869Z','【敖厂长】打脸!魂斗罗水下八关存在',NULL,'2016-08-31T11:41:56.41Z','chrome','休息视频','http://www.bilibili.com/video/av6018306/','true','LHF'),(2500,'57c6249d421aa936f87936dc','2016-08-31T08:28:13.687Z','Python 实现利用 OCR 实现文档转文本功能。',NULL,'2016-08-31T11:41:56.41Z','chrome','拓展资源','https://github.com/jlsutherland/doc2text','true','代码家'),(2501,'57c62502421aa91265f4a405','2016-08-31T08:29:54.277Z','类似 iOS Task 样式的 ViewController History 效果。','[http://img.gank.io/51d6cda7-811c-48bc-8560-8f88eddf44a2]','2016-08-31T11:41:56.41Z','chrome','iOS','https://github.com/bannzai/Kaeru','true','代码家'),(2502,'57c6265c421aa9125d96f53c','2016-08-31T08:35:40.27Z','8-31',NULL,'2016-08-31T11:41:56.41Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f7cmpd95iaj20u011hjtt.jpg','true','代码家'),(2503,'57c626ff421aa9125fa3edbb','2016-08-31T08:38:23.67Z','类似 Facebook 闪烁式的 Load View,哇,好漂亮!','[http://img.gank.io/94aadab4-89c7-468b-8ae3-42109a912e6c]','2016-08-31T11:41:56.41Z','chrome','Android','https://github.com/elye/loaderviewlibrary','true','代码家'),(2504,'57c6275a421aa9125d96f53d','2016-08-31T08:39:54.607Z','渐进色的 Actionbar 效果,使用场景较少,可以在一些花哨的 App 设计上用得到。','[http://img.gank.io/f6f0064d-bbdc-4e06-afe8-493e45b91018]','2016-08-31T11:41:56.41Z','chrome','Android','https://github.com/flouthoc/Gradbar','true','代码家'),(2505,'57c62807421aa9125fa3edbc','2016-08-31T08:42:47.498Z','让 TextView PlaceHolder (Hint)文本带有切换过度效果,在显示多个热门搜索的时候可以用得到。','[http://img.gank.io/e5f6ce39-2917-4edf-8ecf-710c4e5d260b]','2016-08-31T11:41:56.41Z','chrome','Android','https://github.com/cctanfujun/HintAnim-EditText','true','代码家'),(2506,'57c6285c421aa9125fa3edbd','2016-08-31T08:44:12.721Z','利用 React Native 实现的一个 Hacker News 阅读客户端','[http://img.gank.io/96d4777e-89f6-4fa1-9d01-a7980535ecdb]','2016-08-31T11:41:56.41Z','chrome','拓展资源','https://github.com/grigio/HAgnostic-News','true','代码家'),(2507,'57c00f6b421aa9126b1a15ba','2016-08-26T17:44:11.569Z','一个漂亮的 Android 画廊展示效果。','[http://img.gank.io/136b50e6-1e44-4707-a61b-24ee1b2b0f19]','2016-08-30T11:38:36.625Z','web','Android','https://github.com/Jaouan/Carousel-Browsing-Example','true',NULL),(2508,'57c01683421aa91265f4a3e7','2016-08-26T18:14:27.875Z','ADB 常用用法大全,真.大全。',NULL,'2016-08-30T11:38:36.625Z','web','Android','https://github.com/mzlogin/awesome-adb','true','Zhuang Ma'),(2509,'57c17b17421aa9126b1a15bf','2016-08-27T19:35:51.719Z','【C菌】这是我被吓最惨的一次! 那些最恐怖的游戏集合【第32期】',NULL,'2016-08-30T11:38:36.625Z','chrome','休息视频','http://www.bilibili.com/video/av6031594/','true','LHF'),(2510,'57c3c7b1421aa9125d96f525','2016-08-29T13:27:13.169Z','根据图片色调生成渐进式背景图','[http://img.gank.io/d9efda17-8c84-4408-ab48-8c0c1fc36dcd, http://img.gank.io/e054520a-bb36-4b84-8b03-47f1789aba3e]','2016-08-30T11:38:36.625Z','chrome','前端','http://benhowdle.im/grade/','true','代码家'),(2511,'57c3eef0421aa9125d96f527','2016-08-29T16:14:40.232Z','Android的着色器和过滤器','[http://img.gank.io/e0daadd6-6349-4bfd-a081-d4f1b6a3f7b5, http://img.gank.io/c06c0c4d-4963-46b2-8f00-2d63b7972a36, http://img.gank.io/363c658c-84ce-4098-8317-fc88ebfb82ac, http://img.gank.io/5101e36b-29c1-49b3-bcc0-23c83d4eb519]','2016-08-30T11:38:36.625Z','chrome','Android','https://chiuki.github.io/android-shaders-filters/#/','true','有时放纵'),(2512,'57c442bf421aa91265f4a3f9','2016-08-29T22:12:15.47Z','为小孩子准备的超赞的编程入门教程。',NULL,'2016-08-30T11:38:36.625Z','chrome','拓展资源','https://github.com/HollyAdele/awesome-programming-for-kids','true','代码家'),(2513,'57c44429421aa9125fa3edab','2016-08-29T22:18:17.312Z','利用拉普拉斯算子做图片锐化滤镜',NULL,'2016-08-30T11:38:36.625Z','chrome','iOS','https://github.com/DaveNine/Fast-LLF','true','代码家'),(2514,'57c44576421aa9125fa3edac','2016-08-29T22:23:50.74Z','轻量级 Note 开源项目 Dropnote。',NULL,'2016-08-30T11:38:36.625Z','chrome','iOS','https://github.com/Dropnote/Dropnote-iOS','true','代码家'),(2515,'57c44eb0421aa9126b1a15cf','2016-08-29T23:03:12.378Z','Apk 分析与 Hook 技术',NULL,'2016-08-30T11:38:36.625Z','web','Android','http://blog.csdn.net/qq_22329521/article/details/52335180','true','FMT'),(2516,'57c4520d421aa91265f4a3fa','2016-08-29T23:17:33.417Z','值得学习的五大开源项目',NULL,'2016-08-30T11:38:36.625Z','web','Android','http://www.jianshu.com/p/8180cc105f01','true','maat'),(2517,'57c4563f421aa9125d96f530','2016-08-29T23:35:27.854Z','Linux进程管理,挺详细的一篇介绍',NULL,'2016-08-30T11:38:36.625Z','web','拓展资源','http://blog.csdn.net/ljianhui/article/details/46718835','true','潇涧'),(2518,'57c4d7ed421aa9125fa3edae','2016-08-30T08:48:45.336Z','用Canvas实现的简单粒子动画',NULL,'2016-08-30T11:38:36.625Z','web','Android','https://github.com/JeasonWong/Particle','true','WANG Yu-wei'),(2519,'57c4f0f7421aa9125fa3edb2','2016-08-30T10:35:35.735Z','处理手势冲突和错乱的一点经验',NULL,'2016-08-30T11:38:36.625Z','web','iOS','http://yulingtianxia.com/blog/2016/08/29/Some-Experience-of-Gesture/','true','杨萧玉'),(2520,'57c4fd22421aa9125fa3edb5','2016-08-30T11:27:30.559Z','8-30',NULL,'2016-08-30T11:38:36.625Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034gw1f7bm1unn17j20u00u00wm.jpg','true','代码家'),(2521,'57c005ee421aa91265f4a3e5','2016-08-26T17:03:42.770Z','一套完整的开源消息推送系统,MPush!简洁、安全、支持集群。',NULL,'2016-08-29T11:32:28.388Z','web','拓展资源','http://www.jianshu.com/p/6ec412f940d0','true','ohun'),(2522,'57c02ed8421aa9125fa3ed97','2016-08-26T19:58:16.901Z','大话插件 - 动态加载插件 Activity',NULL,'2016-08-29T11:32:28.388Z','web','Android','http://www.woaitqs.cc/android/2016/08/17/launch-activity-without-registering-in-manifest.html','true','tangqisen'),(2523,'57c17dc9421aa91265f4a3eb','2016-08-27T19:47:21.447Z','【敖厂长】抢滩登陆你玩过吗',NULL,'2016-08-29T11:32:28.388Z','chrome','休息视频','http://www.bilibili.com/video/av5953981/','true','LHF'),(2524,'57c1aa73421aa9126b1a15c2','2016-08-27T22:57:55.744Z','基于ijkplayer简单的UI界面 当前项目是基于ijkplayer项目进行的播放器界面UI封装。 是一个适用于 Android 的 RTMP 直播推流 SDK,可高度定制化和二次开发','[http://img.gank.io/86393a3d-78be-4bc7-8d2c-149220bcf896]','2016-08-29T11:32:28.388Z','chrome','Android','https://github.com/jjdxmashl/jjdxm_ijkplayer/','true','Jason'),(2525,'57c1c239421aa9125d96f51a','2016-08-28T00:39:21.263Z','一个简单但可以自定义切换动画的管理多状态的自定义layout',NULL,'2016-08-29T11:32:28.388Z','web','Android','https://github.com/lufficc/StateLayout','true',NULL),(2526,'57c23c33421aa9125d96f51b','2016-08-28T09:19:47.800Z','在 Electron 里直接运行 Chrome App。',NULL,'2016-08-29T11:32:28.388Z','chrome','瞎推荐','https://github.com/koush/electron-chrome','true','代码家'),(2527,'57c23ef4421aa9126b1a15c6','2016-08-28T09:31:32.284Z','太神了!利用深度学习将低像素(带马赛克)的照片,恢复成为几近一样的原始照片。','[http://img.gank.io/4e1ad7cb-4744-45fc-9f3d-196078f76eb3]','2016-08-29T11:32:28.388Z','chrome','拓展资源','https://github.com/david-gpu/srez','true','代码家'),(2528,'57c24c52421aa9125fa3ed9d','2016-08-28T10:28:34.760Z','一键上传图片到图片服务器,生成外链地址,MarkDown写作不二利器!!!',NULL,'2016-08-29T11:32:28.388Z','web','App','https://github.com/liufsd/PhotoCloud','true','xuyisheng'),(2529,'57c2e9f1421aa91265f4a3ee','2016-08-28T21:41:05.165Z','8-29',NULL,'2016-08-29T11:32:28.388Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f79sjqjn11j20u011hmzv.jpg','true','daimajia'),(2530,'57c2ea89421aa9125fa3eda2','2016-08-28T21:43:37.161Z','一个基于 一万小时 理论开发的目标类 App,项目很完整。','[http://img.gank.io/909b99e4-ccec-472f-a26b-dcfc1baf77b3]','2016-08-29T11:32:28.388Z','chrome','iOS','https://github.com/SketchK/FOUR','true','代码家'),(2531,'57c2ecec421aa9126b1a15c8','2016-08-28T21:53:48.335Z','iOS 手势密码,很实用的一个库','[http://img.gank.io/40f7775a-03fd-4c62-93e7-856f8a4bd3a8]','2016-08-29T11:32:28.388Z','chrome','iOS','https://github.com/huangboju/GesturePassword','true','代码家'),(2532,'57c2ed91421aa91265f4a3ef','2016-08-28T21:56:33.256Z','让图片看起来像乐高拼起来的一样,能不能以此拓展出新的滤镜玩儿法','[http://img.gank.io/ad813858-f15f-4346-9764-e090d964546b, http://img.gank.io/3a5c70e6-3b12-4e6b-9ee4-5480586b2b46]','2016-08-29T11:32:28.388Z','chrome','iOS','https://github.com/StefanLage/LegofySwift','true','代码家'),(2533,'57c3837e421aa9125fa3eda5','2016-08-29T08:36:14.511Z','一个很棒的两步登录界面设计','[http://img.gank.io/d9415ee7-7e2c-40b1-b79a-6003e11279c5]','2016-08-29T11:32:28.388Z','chrome','Android','https://github.com/unipiazza/unipiazza-android-twostepslogin','true','花开堪折枝'),(2534,'57c3a79f421aa9125d96f520','2016-08-29T11:10:23.479Z','itsCoder WeeklyBlog 第二期 (Android, Java, Python, Design Pattern)',NULL,'2016-08-29T11:32:28.388Z','web','拓展资源','http://itscoder.com/weeklyblog-pahse-2/','true',NULL),(2535,'579acbea421aa91e2606472f','2016-07-29T11:22:18.978Z','功能完整的图片上传 UIImageView 扩展','[http://img.gank.io/e4d3127b-f9a5-464f-a399-20952fd72049]','2016-08-26T11:39:18.8Z','chrome','iOS','https://github.com/MillmanY/UploadImage','true','Dear宅学长'),(2536,'57b648a3421aa93a804bea23','2016-08-19T07:45:39.770Z','图片 Zoom 变换动画效果','[http://img.gank.io/814a9975-2987-4343-817b-58ac075360cc]','2016-08-26T11:39:18.8Z','chrome','iOS','https://github.com/WorldDownTown/ZoomTransitioning','true','代码家'),(2537,'57be6066421aa9126b1a15a6','2016-08-25T11:05:10.759Z','阿里巴巴开源秒级编译工具',NULL,'2016-08-26T11:39:18.8Z','web','Android','https://yq.aliyun.com/articles/59122','true','弦影'),(2538,'57beae21421aa9125d96f507','2016-08-25T16:36:49.889Z','用canvas画熊本熊',NULL,'2016-08-26T11:39:18.8Z','web','前端','http://blog.ilanyy.com/html5/draw-kumamon-by-canvas.html','true','saymagic'),(2539,'57bebd2d421aa9125d96f50a','2016-08-25T17:41:01.897Z','安卓开发代码规范',NULL,'2016-08-26T11:39:18.8Z','chrome','Android','https://github.com/bufferapp/android-guidelines/blob/master/project_style_guidelines.md','true','蒋朋'),(2540,'57bee81d421aa91265f4a3dc','2016-08-25T20:44:13.861Z','非官方 Instagram 桌面客户端,支持 Win,Linux,Mac','[http://img.gank.io/4c5c69c2-46f3-471b-aa82-0e61cf2905a1]','2016-08-26T11:39:18.8Z','chrome','App','https://github.com/terkelg/ramme','true','代码家'),(2541,'57bee8ae421aa9125fa3ed87','2016-08-25T20:46:38.137Z','支持学生优惠的那些第三方服务,如果你还是枚大学生,快来吧',NULL,'2016-08-26T11:39:18.8Z','chrome','瞎推荐','https://github.com/ivmm/Student-resources','true','Student'),(2542,'57beedd0421aa9125fa3ed88','2016-08-25T21:08:32.718Z','澳门赌王何鸿燊。',NULL,'2016-08-26T11:39:18.8Z','chrome','休息视频','http://www.miaopai.com/show/UzLtKdUoOAW9Dt03v5JvAA__.htm','true','daimajia'),(2543,'57beef67421aa91265f4a3dd','2016-08-25T21:15:19.562Z','8-26',NULL,'2016-08-26T11:39:18.8Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f76axy6xcsj20u00yqq49.jpg','true','daimajia'),(2544,'57beefaf421aa91265f4a3de','2016-08-25T21:16:31.618Z','Swift 自动实现重试机制',NULL,'2016-08-26T11:39:18.8Z','chrome','iOS','https://github.com/icanzilb/Retry','true','代码家'),(2545,'57bf8efc421aa9126b1a15ad','2016-08-26T08:36:12.708Z','iOS 动画效果的 Checkbox。','[http://img.gank.io/65f95268-ce7d-4c03-9663-057bfd7fda39]','2016-08-26T11:39:18.8Z','chrome','iOS','https://github.com/vladislav-k/VKCheckbox','true','代码家'),(2546,'57bfa942421aa9126b1a15b0','2016-08-26T10:28:18.546Z','Android环形进度条类似apple watch健身记录。','[http://img.gank.io/2382bb84-3a2d-453b-a661-5c76b6d1312c]','2016-08-26T11:39:18.8Z','chrome','Android','https://github.com/ldoublem/RingProgress','true','ldoublem'),(2547,'57b7b92b421aa93a74c34645','2016-08-20T09:58:03.761Z','速度指示器,UI 再改进一下会好看很多很多~','[http://img.gank.io/5ca1d802-4e0b-4e82-8188-fc0042bbea00]','2016-08-25T11:23:14.243Z','chrome','Android','https://github.com/anastr/SpeedView','true','代码家'),(2548,'57b7ba34421aa93a7603ed76','2016-08-20T10:02:28.938Z','让任何布局支持选中状态,类似 Checkbox 的属性','[http://img.gank.io/8e015dd5-4030-46d5-9aaa-72b88c714319]','2016-08-25T11:23:14.243Z','chrome','Android','https://github.com/Jaouan/CompoundLayout','true','代码家'),(2549,'57bc6b8e421aa9126b1a1597','2016-08-23T23:28:14.947Z','泰国搞笑反套路广 告,很有意义,创意超棒,每次都猜不到结局!小女孩分分钟可以做成表情包了[笑cry]',NULL,'2016-08-25T11:23:14.243Z','chrome','休息视频','http://www.miaopai.com/show/3QRcTnTQDtGy1f~j1PHReQ__.htm','true','LHF'),(2550,'57bd14d9421aa9125fa3ed75','2016-08-24T11:30:33.259Z','fir.flight Android 版的 testflight','[http://img.gank.io/65e2ecf7-8220-4ff1-8c20-4fe3f6619bca, http://img.gank.io/91a0a090-74ad-40e3-a726-a0685b23b672]','2016-08-25T11:23:14.243Z','chrome','App','https://github.com/ryanhoo/fir.flight','true','咕咚'),(2551,'57bd23a5421aa91265f4a3c8','2016-08-24T12:33:41.567Z','Android BLE 蓝牙开发框架,使用简单的回调方式一步处理搜索、连接、notify、indicate、读、写等一系列蓝牙操作',NULL,'2016-08-25T11:23:14.243Z','web','Android','https://github.com/Jasonchenlijian/FastBle','true','Lijian'),(2552,'57bd6d6f421aa9125fa3ed7a','2016-08-24T17:48:31.220Z','RxJava 的 compose() 操作函数实战',NULL,'2016-08-25T11:23:14.243Z','web','Android','http://blog.chengyunfeng.com/?p=987#ixzz4IF2l87m7','true','东东东鲁'),(2553,'57bd894e421aa9126b1a15a1','2016-08-24T19:47:26.249Z','Android拼图支持库,轻松实现Instagram Layout效果','[http://img.gank.io/5764b2f0-d123-4ae6-b127-7f2718c6fbf2]','2016-08-25T11:23:14.243Z','web','Android','https://github.com/wuapnjie/PuzzleView','true','FlyingSnowBean'),(2554,'57bd8c06421aa9126b1a15a2','2016-08-24T19:59:02.397Z','Linux 优秀软件资源大全中文版','[http://img.gank.io/38f29bd5-a514-44e3-88c5-112187c45684]','2016-08-25T11:23:14.243Z','chrome','拓展资源','https://github.com/ChrisLeeGit/awesome-linux-software-cn','true','蒋朋'),(2555,'57bd8f8a421aa91265f4a3d3','2016-08-24T20:14:02.837Z','图片遮罩转场动画效果','[http://img.gank.io/5cfe5a8d-9be2-4a22-9a30-6dcd0384db11, http://img.gank.io/46b70c1f-15bc-455c-8215-f016b3839af6]','2016-08-25T11:23:14.243Z','chrome','iOS','https://github.com/LeoMobileDeveloper/ImageMaskTransition','true','Joker'),(2556,'57bd8fd7421aa9125fa3ed7c','2016-08-24T20:15:19.43Z','类似直尺的地图距离区间选择组件','[http://img.gank.io/162eb57d-c79f-4c58-b889-3e8a2ca50c64]','2016-08-25T11:23:14.243Z','chrome','iOS','https://github.com/qmathe/DistancePicker','true','早稻'),(2557,'57bdaa89421aa9125d96f4fe','2016-08-24T22:09:13.461Z','8-25',NULL,'2016-08-25T11:23:14.243Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f756vb8zl2j20u011haec.jpg','true','代码家'),(2558,'57bdabfd421aa9126b1a15a4','2016-08-24T22:15:25.270Z','编程相关的游戏项目收集,好玩儿。',NULL,'2016-08-25T11:23:14.243Z','chrome','瞎推荐','https://github.com/dargaCode/LogicAndCodingGames','true','代码家'),(2559,'57bdaee5421aa91265f4a3d4','2016-08-24T22:27:49.309Z','深度学习完整教程,深入浅出。',NULL,'2016-08-25T11:23:14.243Z','chrome','瞎推荐','https://github.com/sjchoi86/dl_tutorials','true','代码家'),(2560,'57be41f5421aa9125fa3ed7d','2016-08-25T08:55:17.43Z','Auto Layout 设计美学','[http://img.gank.io/6097f717-4590-43e7-bde6-8acd81b18094]','2016-08-25T11:23:14.243Z','chrome','iOS','http://blog.callmewhy.com/2016/08/24/autolayout-design-aesthetic/','true','Dear宅学长'),(2561,'579c19a5421aa90d39e70999','2016-07-30T11:06:13.597Z','这位老师说得有理有据令人信服,要是每个老师都这样我也不会上课睡觉了',NULL,'2016-08-24T11:38:48.733Z','chrome','休息视频','http://www.miaopai.com/show/CUOk8FKkjOELHmKvSY9BcA__.htm','true','lxxself'),(2562,'57b85ae6421aa93a74c34649','2016-08-20T21:28:06.64Z','Android上的一个蛛网评分控件','[http://img.gank.io/5c1234e6-41e1-4dd1-8b66-b3f524f27fb6]','2016-08-24T11:38:48.733Z','chrome','Android','https://github.com/xiaopansky/SpiderWebScoreView','true','花开堪折枝'),(2563,'57bbe139421aa9126b1a158f','2016-08-23T13:38:01.778Z','在页面上插入图形,制作流程图,并且支持导出。',NULL,'2016-08-24T11:38:48.733Z','web','App','http://shapefly.com','true','zhan'),(2564,'57bc1a03421aa9125d96f4ea','2016-08-23T17:40:19.8Z','使用 ASDK 性能调优 - 提升 iOS 界面的渲染性能',NULL,'2016-08-24T11:38:48.733Z','web','iOS','http://draveness.me/asdk-rendering/','true','Draveness'),(2565,'57bc4c71421aa9125d96f4ec','2016-08-23T21:15:29.103Z','Material Design Action Sheet 效果库,做快速菜单可以用到。','[http://img.gank.io/e72c47d5-eda8-4324-9812-b5c322313d98, http://img.gank.io/e87e054c-9b4d-4fd3-84f2-e4d5f1d881dd, http://img.gank.io/1b85e537-b587-4680-89c9-68bf09887f19, http://img.gank.io/3b00f451-6577-444e-8dbe-899c732e542d]','2016-08-24T11:38:48.733Z','chrome','iOS','https://github.com/ntnhon/MaterialActionSheetController','true','代码家'),(2566,'57bc5238421aa9125fa3ed70','2016-08-23T21:40:08.159Z','8.24',NULL,'2016-08-24T11:38:48.733Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f740f701gqj20u011hgo9.jpg','true','daimajia'),(2567,'57bc53f6421aa9126b1a1593','2016-08-23T21:47:34.967Z','带有过度效果的夜间模式切换效果。','[http://img.gank.io/dd9c0aec-ca94-4546-bf57-d6fa3295c152]','2016-08-24T11:38:48.733Z','chrome','iOS','https://github.com/Boerworz/NightModeTransition','true','代码家'),(2568,'57bc54dd421aa9125d96f4ef','2016-08-23T21:51:25.761Z','Mac 小裤子:防止用户失误,导致退出 App','[http://img.gank.io/930ef88a-5d87-43ee-b2e6-f15145c7c90f]','2016-08-24T11:38:48.733Z','chrome','iOS','https://github.com/steve228uk/QBlocker','true','代码家'),(2569,'57bc5544421aa9125d96f4f0','2016-08-23T21:53:08.566Z','支持解析部分 html tag 的 TextView。在做阅读类 App 的时候格外需要!','[http://img.gank.io/31968e55-18bd-49ee-bcca-928921621a14]','2016-08-24T11:38:48.733Z','chrome','Android','https://github.com/angebagui/medium-textview','true','代码家'),(2570,'57bc8d06421aa9126b1a1598','2016-08-24T01:51:02.440Z','使用方便的的 Material Design 风格 Preference UI,包含一个根据规范自制的新的 SimpleMenuPreference',NULL,'2016-08-24T11:38:48.733Z','web','Android','https://github.com/RikkaW/MaterialPreference','true',NULL),(2571,'57bd0aa7421aa9125d96f4f5','2016-08-24T10:47:03.304Z','Android 支持水平和垂直滑动的ViewPager,效果很赞。','[http://img.gank.io/b07c9945-f559-421c-bf83-55d9b6d7299f, http://img.gank.io/9f600db7-6089-4c8f-9632-222481080cca, http://img.gank.io/2af57d9b-475a-4fa4-b4ec-37c4cb27df6e, http://img.gank.io/d61b32de-7774-41e7-9e17-c7c46f56c9ad, http://img.gank.io/f33cf5c9-59d4-4ec2-bdab-b0f1be0fc943]','2016-08-24T11:38:48.733Z','chrome','Android','https://github.com/DevLight-Mobile-Agency/InfiniteCycleViewPager','true','ldoublem'),(2572,'57bd1175421aa91265f4a3c6','2016-08-24T11:16:05.95Z','可以记住历史选项的spinner',NULL,'2016-08-24T11:38:48.733Z','web','Android','https://github.com/Jasonchenlijian/MemorySpinner','true','Lijian'),(2573,'57b52b44421aa93a74c34636','2016-08-18T11:28:04.913Z','Android学习笔记,总结的文章质量都不错。',NULL,'2016-08-23T11:29:45.813Z','chrome','Android','https://github.com/GcsSloop/AndroidNote','true','wuzheng'),(2574,'57b6475e421aa93a78dd75ea','2016-08-19T07:40:14.670Z','Mac OS 的瑞士军刀,支持通过指令行完成很多 Mac 常用操作,使用场景:比如自己写某些 Bash 脚本时,很多复杂指令可以直接通过这个项目提供的简化指令完成。',NULL,'2016-08-23T11:29:45.813Z','chrome','iOS','https://github.com/rgcr/m-cli','true','代码家'),(2575,'57b80e39421aa93a804bea30','2016-08-20T16:00:57.19Z','Android 开发之 MP4 文件转 GIF 文件详解',NULL,'2016-08-23T11:29:45.813Z','web','Android','http://www.jianshu.com/p/cc94213ec4ab','true','单刀土豆'),(2576,'57b85b67421aa93a78dd75f4','2016-08-20T21:30:15.339Z','仿照 Google Space 实现的导航栏效果,做的很漂亮!!','[http://img.gank.io/007a925e-7c1e-4134-b2af-76402487e731, http://img.gank.io/527c82d5-4faa-4f44-891a-94e3e96a5846]','2016-08-23T11:29:45.813Z','chrome','Android','https://github.com/armcha/Space-Navigation-View','true','花开堪折枝'),(2577,'57b9406f421aa950d7bc7b5a','2016-08-21T13:47:27.603Z','很概念化设计的一个注册动画效果。','[http://img.gank.io/81a3bbed-57c5-4f37-b079-90449eb828c5]','2016-08-23T11:29:45.813Z','chrome','Android','https://github.com/JeasonWong/SignUpTransition','true','代码家'),(2578,'57b97550421aa950cf805101','2016-08-21T17:33:04.693Z','多种形状波纹特效,可以用来实现一些背景特效。','[http://img.gank.io/429b450e-23c6-4b63-b0cb-09c8da05089f]','2016-08-23T11:29:45.813Z','chrome','Android','https://github.com/poldz123/ShapeRipple','true','蒋朋'),(2579,'57ba3b60421aa950d7bc7b5f','2016-08-22T07:38:08.604Z','仿支付宝实现的一个笑脸 LoadingView 效果。☺','[http://img.gank.io/0ca8e419-b89c-4c61-8e16-8c7d48188c57]','2016-08-23T11:29:45.813Z','chrome','Android','https://github.com/andyxialm/SmileyLoadingView','true','代码家'),(2580,'57baa163421aa91265f4a3b1','2016-08-22T14:53:23.799Z','字幕看得我尴尬症直犯。',NULL,'2016-08-23T11:29:45.813Z','web','休息视频','http://www.miaopai.com/show/bJWgofJk3Fq0mXsdWQcPpg__.htm','true',NULL),(2581,'57bafeb0421aa9125d96f4e5','2016-08-22T21:31:28.62Z','推荐一个魔性小游戏',NULL,'2016-08-23T11:29:45.813Z','chrome','瞎推荐','http://wtfgame.cc/wtfgame/','true','哈哈哈哈'),(2582,'57baff40421aa9126b1a1583','2016-08-22T21:33:52.353Z','可扩展按钮效果,同时支持多种按钮状态。','[http://img.gank.io/5ce44959-5ac7-452a-ac48-70f5071f84e2]','2016-08-23T11:29:45.813Z','chrome','iOS','https://github.com/vladislav-k/VKExpandableButton','true','代码家'),(2583,'57bb000f421aa9125d96f4e6','2016-08-22T21:37:19.867Z','Swift 快速发邮件。','[http://img.gank.io/789a60bf-a009-4968-84d8-850e481cc59c]','2016-08-23T11:29:45.813Z','chrome','iOS','https://github.com/snipsco/Postal','true','代码家'),(2584,'57bb01f1421aa91265f4a3b6','2016-08-22T21:45:21.482Z','Android 炫酷发送效果 Demo,赶紧翻开代码学习学习。','[http://img.gank.io/94e01486-ff35-4515-8deb-c934ad73ed4d]','2016-08-23T11:29:45.813Z','chrome','Android','https://github.com/Jaouan/Sending-Animation-Example','true','代码家'),(2585,'57bb039e421aa9125fa3ed5e','2016-08-22T21:52:30.572Z','8-22',NULL,'2016-08-23T11:29:45.813Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f72v5ra09fj20u011hdit.jpg','true','代码家'),(2586,'57bb1013421aa9126b1a1585','2016-08-22T22:45:39.845Z','有了json-api-mock framework, 再也不用担心后端API还没开发好,无论多复杂的状态我也能Mock出来',NULL,'2016-08-23T11:29:45.813Z','web','Android','https://github.com/shanbay/mock-api','true','diaocow'),(2587,'57bbae92421aa9125fa3ed62','2016-08-23T10:01:54.511Z','Freeline - Android平台上的秒级编译方案',NULL,'2016-08-23T11:29:45.813Z','web','Android','https://yq.aliyun.com/articles/59177?spm=5176.100238.goodcont.51.bedUuR','true','XiaoGu'),(2588,'57b69303421aa93a804bea2b','2016-08-19T13:02:59.837Z','一个简单感人的动画短片,死神和鹿的故事。',NULL,'2016-08-22T11:29:37.164Z','web','休息视频','http://www.bilibili.com/video/av4039606/','true',NULL),(2589,'57b7b9b5421aa93a7603ed75','2016-08-20T10:00:21.932Z','Swift 实现:利用 OCR 实现拍照识别身份证信息,比如股票开户,P2P App 身份验证都需要类似功能',NULL,'2016-08-22T11:29:37.164Z','chrome','iOS','https://github.com/KevinGong2013/ChineseIDCardOCR','true','代码家'),(2590,'57b93f0d421aa950db66bcbd','2016-08-21T13:41:33.575Z','Feedback 工具箱,帮助开发者快速实现用户反馈功能','[http://img.gank.io/19b232f6-1865-41bb-b0d8-7b5ea76b8480]','2016-08-22T11:29:37.164Z','chrome','iOS','https://github.com/nishimao/FeedbackKit','true','代码家'),(2591,'57b93f9e421aa950cf8050ff','2016-08-21T13:43:58.241Z','8-22',NULL,'2016-08-22T11:29:37.164Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f71bezmt3tj20u00k0757.jpg','true','代码家'),(2592,'57b94112421aa950d7bc7b5b','2016-08-21T13:50:10.453Z','Swift 和 JavaVM 之间的 Bridge 引擎','[http://img.gank.io/3da288f2-35ce-4a3f-8419-af54bdd887d8, http://img.gank.io/69b9098d-555d-4e0a-b2a6-baeb0a68bd8f]','2016-08-22T11:29:37.164Z','chrome','iOS','https://github.com/SwiftJava/SwiftJava','true','代码家'),(2593,'57ba3aa2421aa950d35eb33e','2016-08-22T07:34:58.215Z','类似 Duolingo 的 Card 滑动和选择效果','[http://img.gank.io/45b036d6-432a-43ea-bd77-dd700672fc7c, http://img.gank.io/d340793d-e68f-4f07-8a68-226baccaebf0]','2016-08-22T11:29:37.164Z','chrome','Android','https://github.com/rubensousa/ViewPagerCards','true','代码家'),(2594,'57ba3adc421aa950db66bcbf','2016-08-22T07:35:56.993Z','封装 zxing 二维码扫描功能库,用起来更简单','[http://img.gank.io/7e400ffb-cfc3-4394-a922-e7ae9733fdf5, http://img.gank.io/6fb20036-642f-4f74-90ae-b123b0eee145, http://img.gank.io/c4018a72-ab2f-4dcd-a340-837a5e470e9e]','2016-08-22T11:29:37.164Z','chrome','Android','https://github.com/yipianfengye/android-zxingLibrary','true','代码家'),(2595,'57ba3b1f421aa950d35eb33f','2016-08-22T07:37:03.123Z','利用 Renderscript 实现的一个简单的模糊效果封装组件','[http://img.gank.io/73baa413-4d17-41ef-a64f-960adeeb77f2]','2016-08-22T11:29:37.164Z','chrome','Android','https://github.com/wl9739/BlurredView','true','代码家'),(2596,'57ba3c35421aa950db66bcc0','2016-08-22T07:41:41.25Z','漂亮的色彩渐变式背景效果。','[http://img.gank.io/2bd9b26c-8758-4aa1-84d9-7ae8306d4a06]','2016-08-22T11:29:37.164Z','chrome','Android','https://github.com/dynamitechetan/Flowing-Gradient','true','代码家'),(2597,'57ba3c84421aa950d7bc7b60','2016-08-22T07:43:00.364Z','基于相对位置实现弹出 PopupWindow','[http://img.gank.io/ef77f8b5-cc3d-466b-9aee-478ba3396c11]','2016-08-22T11:29:37.164Z','chrome','Android','https://github.com/kakajika/RelativePopupWindow','true','代码家'),(2598,'57ba638a421aa9125fa3ed54','2016-08-22T10:29:30.495Z','通过一行代码与ViewPager合体的跟随ViewPager移动的进度展示控件','[http://img.gank.io/da830207-1ce3-4472-b129-5cadd427c4aa]','2016-08-22T11:29:37.164Z','web','Android','https://github.com/hzw1199/android_ProcessBar','true','Adam Wu'),(2599,'57b26db0421aa93a804bea02','2016-08-16T09:34:40.465Z','他叫王德顺。44岁学英语,49岁北漂研究哑剧,50岁开始健身,57岁创造“活雕塑”,65岁学骑马,70岁练成腹肌,78岁骑摩托,79岁上T台。没有太晚,没有谁能阻止你奋斗,只要你下定决心。',NULL,'2016-08-19T11:26:30.163Z','chrome','休息视频','http://weibo.com/p/230444b13215e629ce3ba1f6ac5a94a2d019c5','true','lxxself'),(2600,'57b42355421aa93a804bea12','2016-08-17T16:41:57.951Z','Android Toast花式使用',NULL,'2016-08-19T11:26:30.163Z','web','Android','http://www.jianshu.com/p/5c5c8ee31ddb','true',NULL),(2601,'57b56da2421aa93a7603ed6c','2016-08-18T16:11:14.260Z','进度展示也可以这么玩~','[http://img.gank.io/f8f8fc52-5508-425d-b5c6-7aa1be166b33, http://img.gank.io/3089b46f-9a38-4379-9544-6012273e914d, http://img.gank.io/14782809-f6e6-4056-9460-2f08a4c284ff]','2016-08-19T11:26:30.163Z','web','Android','https://github.com/zhangke3016/SpecialProgressBar','true','张珂'),(2602,'57b57316421aa93a74c3463a','2016-08-18T16:34:30.801Z','Gradle多渠道打包(动态设定App名称,应用图标,替换常量,更改包名,变更渠道)',NULL,'2016-08-19T11:26:30.163Z','web','Android','http://www.jianshu.com/p/533240d222d3','true','Wing-Li'),(2603,'57b6468a421aa93a74c3463d','2016-08-19T07:36:42.158Z','基于 Floating Button 实现的菜单展开效果,做的非常棒!','[http://img.gank.io/141b077b-6570-4ec2-bf3b-63a97c52df9d]','2016-08-19T11:26:30.163Z','chrome','Android','https://github.com/andremion/Floating-Navigation-View','true','代码家'),(2604,'57b6481b421aa93a804bea22','2016-08-19T07:43:23.666Z','继承 UIImageView 实现的展示头像的 View,如果没有提供头像图片,这个组件会自动生成一个名字缩写的简单头像图片。','[http://img.gank.io/985a6e60-e831-420d-90c7-61e6a49479f2, http://img.gank.io/a248a49e-562f-413a-8765-3c22c2f77665, http://img.gank.io/0cf76b27-b7fa-44ed-8eb2-e6e432192b0e, http://img.gank.io/7faf8583-7957-466b-b9ad-37b1e8b8ccc3]','2016-08-19T11:26:30.163Z','chrome','iOS','https://github.com/ayushn21/AvatarImageView','true','代码家'),(2605,'57b648f5421aa93a7603ed6e','2016-08-19T07:47:01.168Z','一个帮你生成随机云朵的 View 效果,蛮有意思的','[http://img.gank.io/a12685ed-f682-44e4-8446-cd6b5c49a2a5]','2016-08-19T11:26:30.163Z','chrome','iOS','https://github.com/Boris-Em/Cloudy','true','代码家'),(2606,'57b64a28421aa93a78dd75eb','2016-08-19T07:52:08.345Z','iOS 引导页面,简单的小框架','[http://img.gank.io/8961c545-7906-446d-a021-c455d773582b]','2016-08-19T11:26:30.163Z','chrome','iOS','https://github.com/Athlee/OnboardingKit','true','代码家'),(2607,'57b64a5e421aa93a804bea24','2016-08-19T07:53:02.335Z','平滑移动的地图大头针,类似 Uber 和 滴滴','[http://img.gank.io/98e1b374-29e5-4156-8e8b-63fcd8c51600]','2016-08-19T11:26:30.163Z','chrome','iOS','https://github.com/ZeroJian/SmoothMovingAnnotation','true','代码家'),(2608,'57b64afd421aa93a804bea25','2016-08-19T07:55:41.559Z','深度学习第三方库收集',NULL,'2016-08-19T11:26:30.163Z','chrome','拓展资源','https://github.com/aymericdamien/TopDeepLearning','true','代码家'),(2609,'57b64b6d421aa93a804bea26','2016-08-19T07:57:33.576Z','8-19',NULL,'2016-08-19T11:26:30.163Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f6yq5xrdofj20u00u0aby.jpg','true','daimajia'),(2610,'57b64d47421aa93a804bea27','2016-08-19T08:05:27.909Z','Android 面试题收集,给不知道怎么面别人,或者面哪些问题合适的同学','[http://img.gank.io/6e997e33-b409-4a14-aa89-287c747dc3b0, http://img.gank.io/096527f2-798f-4152-8645-3bd5b7810123]','2016-08-19T11:26:30.163Z','chrome','Android','https://github.com/JackyAndroid/AndroidInterview-Q-A','true','代码家'),(2611,'57b67133421aa93a804bea28','2016-08-19T10:38:43.76Z','PowerShell 开源啦!',NULL,'2016-08-19T11:26:30.163Z','chrome','拓展资源','https://github.com/PowerShell/PowerShell?utm_campaign=explore-email&utm_medium=email&utm_source=newsletter&utm_term=daily','true','代码家'),(2612,'57b67283421aa93a804bea29','2016-08-19T10:44:19.103Z','一些实用 SVG 小 ICON,萌萌的','[http://img.gank.io/13715a99-44d2-40f4-aefd-a4d94021719f]','2016-08-19T11:26:30.163Z','chrome','前端','https://github.com/danklammer/bytesize-icons','true','代码家'),(2613,'57b13758421aa960022328b8','2016-08-15T11:30:32.819Z','Android开发人员不得不收集的代码(持续更新中)',NULL,'2016-08-18T12:55:02.929Z','chrome','Android','https://github.com/Blankj/AndroidUtilCode','true','LHF'),(2614,'57b27c03421aa93a74c3461e','2016-08-16T10:35:47.682Z','Android 上使用 NDK 编写 OpenGL ES 3.0',NULL,'2016-08-18T12:55:02.929Z','web','Android','https://github.com/redknotmiaoyuqiao/MyOpenGL','true','YuqiaoMiao'),(2615,'57b2aae0421aa93a804bea07','2016-08-16T13:55:44.859Z','巧用接口解耦分离实现','[http://img.gank.io/bea57132-2b34-47e2-a4cf-b5b3f75c10b5]','2016-08-18T12:55:02.929Z','chrome','Android','http://aigestudio.com/?p=100','true','AndWang'),(2616,'57b31c01421aa93a74c34629','2016-08-16T21:58:25.338Z','Mac OS 浮动置顶浏览器窗口,边看视频,边干活。','[http://img.gank.io/6f1c025c-449b-42b2-9350-72435f4bdc09]','2016-08-18T12:55:02.929Z','chrome','iOS','https://github.com/JadenGeller/Helium','true','代码家'),(2617,'57b320e5421aa93a78dd75d4','2016-08-16T22:19:17.578Z','小工具集:辅助你用 Swift 语言写 Command Line 程序。',NULL,'2016-08-18T12:55:02.929Z','chrome','iOS','https://github.com/oarrabi/Swiftline','true','代码家'),(2618,'57b32118421aa93a804bea0c','2016-08-16T22:20:08.324Z','iOS 漂亮的一个视察画廊效果库','[http://img.gank.io/4e7b632a-e846-439f-9823-e87a4a29d53a, http://img.gank.io/73e09da4-121d-4be9-b1cd-1dd2d70b1586]','2016-08-18T12:55:02.929Z','chrome','iOS','https://github.com/taglia3/TGLParallaxCarousel','true','代码家'),(2619,'57b322c0421aa93a804bea0d','2016-08-16T22:27:12.470Z','利用 Android 设备,通过蓝牙控制 Mac 设备解锁屏,一个蛮有意思的小工具','[http://img.gank.io/d7d29bc4-7c53-4961-8af3-3d9777257148, http://img.gank.io/39313b92-9df1-46f9-836b-ede1dd834251]','2016-08-18T12:55:02.929Z','chrome','iOS','https://github.com/pinetum/AirUnlock-for-Mac','true','代码家'),(2620,'57b33183421aa93a78dd75d7','2016-08-16T23:30:11.432Z','即使混蛋也能拯救他人,我以后也要做个捐献器官者。',NULL,'2016-08-18T12:55:02.929Z','chrome','休息视频','http://www.miaopai.com/show/F9SxfzdGXPgEZ98GAGWoHg__.htm','true','代码家'),(2621,'57b42403421aa93a804bea13','2016-08-17T16:44:51.686Z','用最简单的方式来自动构建和发布你的iOS和Android应用程序','[http://img.gank.io/330331c9-2501-43c6-a167-66715b5be21e]','2016-08-18T12:55:02.929Z','chrome','Android','https://github.com/fastlane/fastlane','true','dreamxuwj'),(2622,'57b44589421aa93a804bea15','2016-08-17T19:07:53.918Z','Mac下一个使用简单的反编译工具',NULL,'2016-08-18T12:55:02.929Z','web','Android','https://github.com/Jermic/Android-Crack-Tool','true','color'),(2623,'57b44c9b421aa93a7603ed5f','2016-08-17T19:38:03.618Z','关于 bind 你可能需要了解的知识点以及使用场景',NULL,'2016-08-18T12:55:02.929Z','web','前端','https://github.com/hanzichi/underscore-analysis/issues/18','true','子迟'),(2624,'57b468dd421aa93a78dd75e0','2016-08-17T21:38:37.946Z','nil/Nil/NULL/NSNull的来历',NULL,'2016-08-18T12:55:02.929Z','web','iOS','http://www.jianshu.com/p/8bd0ee30a778','true','CoderKo1o'),(2625,'57b53d22421aa93a74c34638','2016-08-18T12:44:18.965Z','8-18',NULL,'2016-08-18T12:55:02.929Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f6xsqw8057j20dw0kugpf.jpg','true','daimajia'),(2626,'57aeba42421aa949ef961f52','2016-08-13T14:12:18.350Z','对Coloring Buttons w/ ThemeOverlays & Background Tints文章的翻译。','[http://img.gank.io/491ac0e8-4c93-46ef-b145-90bf149f902d, http://img.gank.io/e8bb2c6c-3146-4c48-9fda-2aea77dc4ea3]','2016-08-17T11:38:52.656Z','web','Android','http://whataa.github.io/2016/08/13/[%E8%AF%91]Coloring%20Buttons%20with%20ThemeOverlays%20&%20Background%20Tints/','true',NULL),(2627,'57b16724421aa96000f7fc24','2016-08-15T14:54:28.610Z','为你的图片生成Low Poly风格图片的app','[http://img.gank.io/23928086-a5dd-445c-8804-c90a7f665c1b, http://img.gank.io/566a8e63-4edc-48ce-93d3-bbb361498ef2]','2016-08-17T11:38:52.656Z','web','Android','https://github.com/hugeterry/PloyFun','true',NULL),(2628,'57b31cfe421aa93a7603ed51','2016-08-16T22:02:38.492Z','超棒的 Web Design 收集帖',NULL,'2016-08-17T11:38:52.656Z','chrome','前端','https://github.com/nicolesaidy/awesome-web-design','true','代码家'),(2629,'57b31d65421aa93a7603ed52','2016-08-16T22:04:21.9Z','超棒的 React 组件收集!Awesome React Component!',NULL,'2016-08-17T11:38:52.656Z','chrome','拓展资源','https://github.com/brillout/awesome-react-components#ui-components','true','代码家'),(2630,'57b31e7d421aa93a804bea0b','2016-08-16T22:09:01.858Z','又一款 MD 风格的 Android 文件选择器组件,支持文件分类选取,交互不错。','[http://img.gank.io/8aa13601-670a-4230-bfad-c6cba6f118bd, http://img.gank.io/2b29c94b-e096-480a-875a-c80f9a6630c0, http://img.gank.io/9905905e-f4f0-4720-bd46-652b1d4e4ddd]','2016-08-17T11:38:52.656Z','chrome','Android','https://github.com/DroidNinja/Android-FilePicker','true','代码家'),(2631,'57b3205b421aa93a74c3462a','2016-08-16T22:16:59.223Z','当 App 崩溃的时候,它会帮你自动截屏并打开邮件反馈页面,提交崩溃页面日志以及截屏,超实用。','[http://img.gank.io/55272998-83c8-4faa-9271-9e43b3548e1e]','2016-08-17T11:38:52.656Z','chrome','iOS','https://github.com/Lickability/PinpointKit','true','代码家'),(2632,'57b32168421aa93a78dd75d5','2016-08-16T22:21:28.574Z','高仿微信支付键盘','[http://img.gank.io/c288039f-1b95-40fa-973c-0af2eaa0f35b]','2016-08-17T11:38:52.656Z','chrome','Android','https://github.com/zuiwuyuan/WeChatPswKeyboard','true','Jason'),(2633,'57b3219f421aa93a74c3462b','2016-08-16T22:22:23.485Z','iOS 蓝牙工具封装库,让你更容易的操作蓝牙',NULL,'2016-08-17T11:38:52.656Z','chrome','iOS','https://github.com/rhummelmose/BluetoothKit','true','代码家'),(2634,'57b32320421aa93a804bea0e','2016-08-16T22:28:48.141Z','RxMarble:学习 RxSwift 的一款辅助工具','[http://img.gank.io/4fcdf603-4186-4931-9e72-60baaa41c093]','2016-08-17T11:38:52.656Z','chrome','iOS','https://github.com/RxSwiftCommunity/RxMarbles','true','代码家'),(2635,'57b32410421aa93a7603ed54','2016-08-16T22:32:48.269Z','Swift 实现的全屏 Overlay 效果,可以用来做一些前卫的设计','[http://img.gank.io/20474c92-9d61-4d9c-afb3-7244645c0484, http://img.gank.io/61eb40b4-d743-48ea-80a9-1478b9595dff]','2016-08-17T11:38:52.656Z','chrome','iOS','https://github.com/edwinbosire/SwiflyOverlay','true','代码家'),(2636,'57b326d8421aa93a74c3462c','2016-08-16T22:44:40.54Z','8-17',NULL,'2016-08-17T11:38:52.656Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f6vyy5a99ej20u011gq87.jpg','true','代码家'),(2637,'57b32c94421aa93a74c3462d','2016-08-16T23:09:08.267Z','爱因斯坦成功的秘诀(有点儿长,但是很有意思',NULL,'2016-08-17T11:38:52.656Z','chrome','休息视频','http://www.bilibili.com/video/av4543270/','true','代码家'),(2638,'57b1279f421aa960022328b7','2016-08-15T10:23:27.708Z','又一个简洁美观的干货集中营Android客户端Gank, 主要基于RxJava+Retrofit+Glide+Dagger2 & Facebook的Flux架构','[http://img.gank.io/517c3631-10f6-4230-b835-4f2595c8a669, http://img.gank.io/02f90e5a-89a7-416b-b0a0-6c105c9ed4a5]','2016-08-16T11:22:38.139Z','web','App','https://github.com/JohnnyShieh/Gank','true','Johnny Shieh'),(2639,'57b1323c421aa96004f4ba39','2016-08-15T11:08:44.341Z','Android Studio plugin makes easy to search text in strings resources.','[http://img.gank.io/ddf3b5a6-59e4-443d-82ec-4ba83b4dab2e]','2016-08-16T11:22:38.139Z','chrome','Android','https://github.com/konifar/android-strings-search-plugin','true','Masayuki Suda'),(2640,'57b1485a421aa96004f4ba3e','2016-08-15T12:43:06.204Z','10款好玩的linux终端游戏',NULL,'2016-08-16T11:22:38.139Z','chrome','瞎推荐','https://itsfoss.com/best-command-line-games-linux/?utm_source=newsletter&utm_medium=email&utm_campaign=best_linux_terminal_games_and_other_linux_stories','true','tripleCC'),(2641,'57b15b82421aa95ffc6194ca','2016-08-15T14:04:50.141Z','高仿 爱范儿','[http://img.gank.io/324dd126-7923-45c2-92fa-4ed758c67457, http://img.gank.io/04d5d22c-08bd-4b02-a4d6-aa184af11fa1]','2016-08-16T11:22:38.139Z','chrome','App','https://github.com/iCodeForever/ifanr','true','Jason'),(2642,'57b18127421aa96004f4ba3f','2016-08-15T16:45:27.139Z','Simplenote for Android 支持 Android Wear 还有 iOS 版',NULL,'2016-08-16T11:22:38.139Z','web','Android','https://github.com/Automattic/simplenote-android','true','andyiac'),(2643,'57b198ff421aa96000f7fc25','2016-08-15T18:27:11.762Z','仿Slack的Loading动画','[http://img.gank.io/3097daa7-071b-4fe0-9d40-b568f2a2ebb4]','2016-08-16T11:22:38.139Z','web','Android','https://github.com/JeasonWong/SlackLoadingView','true','WANG Yu-wei'),(2644,'57b19f84421aa96004f4ba40','2016-08-15T18:55:00.874Z','刷新组件是更换的时候啦!!!轻量级而又无所不能','[http://img.gank.io/2378c0e8-4bf8-42ee-bed2-f066cd44ac28, http://img.gank.io/79056e25-c408-4efa-af60-0601da5fb5bc]','2016-08-16T11:22:38.139Z','web','Android','https://github.com/dinuscxj/RecyclerRefreshLayout','true','dinus_developer'),(2645,'57b1ac22421aa960022328ba','2016-08-15T19:48:50.714Z','Android Splash页秒开,带你重新认识Activity白屏,Activity黑屏',NULL,'2016-08-16T11:22:38.139Z','web','Android','http://blog.csdn.net/yanzhenjie1003/article/details/52201896','true','严振杰'),(2646,'57b1d83b421aa96004f4ba41','2016-08-15T22:56:59.779Z','通过 JSON 来配置你的组件属性(颜色,字体,Title 等等)','[http://img.gank.io/44532350-ac68-44b0-aa65-d40e04d15e8f]','2016-08-16T11:22:38.139Z','chrome','iOS','https://github.com/146BC/StyleKit','true','代码家'),(2647,'57b1d8f2421aa96004f4ba42','2016-08-15T23:00:02.904Z','来疯直播开源的一套直播相关的工具集','[http://img.gank.io/bdc24e04-e235-4267-ad26-24393bfc36e5]','2016-08-16T11:22:38.139Z','chrome','iOS','https://github.com/LaiFengiOS/LFLiveKit','true','代码家'),(2648,'57b7ba34421aa93a7603ed76','2016-08-20T10:02:28.938Z','让任何布局支持选中状态,类似 Checkbox 的属性','[http://img.gank.io/8e015dd5-4030-46d5-9aaa-72b88c714319]','2016-08-25T11:23:14.243Z','chrome','Android','https://github.com/Jaouan/CompoundLayout','true','代码家'),(2649,'57bc6b8e421aa9126b1a1597','2016-08-23T23:28:14.947Z','泰国搞笑反套路广 告,很有意义,创意超棒,每次都猜不到结局!小女孩分分钟可以做成表情包了[笑cry]',NULL,'2016-08-25T11:23:14.243Z','chrome','休息视频','http://www.miaopai.com/show/3QRcTnTQDtGy1f~j1PHReQ__.htm','true','LHF'),(2650,'57bd14d9421aa9125fa3ed75','2016-08-24T11:30:33.259Z','fir.flight Android 版的 testflight','[http://img.gank.io/65e2ecf7-8220-4ff1-8c20-4fe3f6619bca, http://img.gank.io/91a0a090-74ad-40e3-a726-a0685b23b672]','2016-08-25T11:23:14.243Z','chrome','App','https://github.com/ryanhoo/fir.flight','true','咕咚'),(2651,'57bd23a5421aa91265f4a3c8','2016-08-24T12:33:41.567Z','Android BLE 蓝牙开发框架,使用简单的回调方式一步处理搜索、连接、notify、indicate、读、写等一系列蓝牙操作',NULL,'2016-08-25T11:23:14.243Z','web','Android','https://github.com/Jasonchenlijian/FastBle','true','Lijian'),(2652,'57bd6d6f421aa9125fa3ed7a','2016-08-24T17:48:31.220Z','RxJava 的 compose() 操作函数实战',NULL,'2016-08-25T11:23:14.243Z','web','Android','http://blog.chengyunfeng.com/?p=987#ixzz4IF2l87m7','true','东东东鲁'),(2653,'57bd894e421aa9126b1a15a1','2016-08-24T19:47:26.249Z','Android拼图支持库,轻松实现Instagram Layout效果','[http://img.gank.io/5764b2f0-d123-4ae6-b127-7f2718c6fbf2]','2016-08-25T11:23:14.243Z','web','Android','https://github.com/wuapnjie/PuzzleView','true','FlyingSnowBean'),(2654,'57bd8c06421aa9126b1a15a2','2016-08-24T19:59:02.397Z','Linux 优秀软件资源大全中文版','[http://img.gank.io/38f29bd5-a514-44e3-88c5-112187c45684]','2016-08-25T11:23:14.243Z','chrome','拓展资源','https://github.com/ChrisLeeGit/awesome-linux-software-cn','true','蒋朋'),(2655,'57bd8f8a421aa91265f4a3d3','2016-08-24T20:14:02.837Z','图片遮罩转场动画效果','[http://img.gank.io/5cfe5a8d-9be2-4a22-9a30-6dcd0384db11, http://img.gank.io/46b70c1f-15bc-455c-8215-f016b3839af6]','2016-08-25T11:23:14.243Z','chrome','iOS','https://github.com/LeoMobileDeveloper/ImageMaskTransition','true','Joker'),(2656,'57bd8fd7421aa9125fa3ed7c','2016-08-24T20:15:19.43Z','类似直尺的地图距离区间选择组件','[http://img.gank.io/162eb57d-c79f-4c58-b889-3e8a2ca50c64]','2016-08-25T11:23:14.243Z','chrome','iOS','https://github.com/qmathe/DistancePicker','true','早稻'),(2657,'57bdaa89421aa9125d96f4fe','2016-08-24T22:09:13.461Z','8-25',NULL,'2016-08-25T11:23:14.243Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f756vb8zl2j20u011haec.jpg','true','代码家'),(2658,'57bdabfd421aa9126b1a15a4','2016-08-24T22:15:25.270Z','编程相关的游戏项目收集,好玩儿。',NULL,'2016-08-25T11:23:14.243Z','chrome','瞎推荐','https://github.com/dargaCode/LogicAndCodingGames','true','代码家'),(2659,'57bdaee5421aa91265f4a3d4','2016-08-24T22:27:49.309Z','深度学习完整教程,深入浅出。',NULL,'2016-08-25T11:23:14.243Z','chrome','瞎推荐','https://github.com/sjchoi86/dl_tutorials','true','代码家'),(2660,'57be41f5421aa9125fa3ed7d','2016-08-25T08:55:17.43Z','Auto Layout 设计美学','[http://img.gank.io/6097f717-4590-43e7-bde6-8acd81b18094]','2016-08-25T11:23:14.243Z','chrome','iOS','http://blog.callmewhy.com/2016/08/24/autolayout-design-aesthetic/','true','Dear宅学长'),(2661,'579c19a5421aa90d39e70999','2016-07-30T11:06:13.597Z','这位老师说得有理有据令人信服,要是每个老师都这样我也不会上课睡觉了',NULL,'2016-08-24T11:38:48.733Z','chrome','休息视频','http://www.miaopai.com/show/CUOk8FKkjOELHmKvSY9BcA__.htm','true','lxxself'),(2662,'57b85ae6421aa93a74c34649','2016-08-20T21:28:06.64Z','Android上的一个蛛网评分控件','[http://img.gank.io/5c1234e6-41e1-4dd1-8b66-b3f524f27fb6]','2016-08-24T11:38:48.733Z','chrome','Android','https://github.com/xiaopansky/SpiderWebScoreView','true','花开堪折枝'),(2663,'57bbe139421aa9126b1a158f','2016-08-23T13:38:01.778Z','在页面上插入图形,制作流程图,并且支持导出。',NULL,'2016-08-24T11:38:48.733Z','web','App','http://shapefly.com','true','zhan'),(2664,'57bc1a03421aa9125d96f4ea','2016-08-23T17:40:19.8Z','使用 ASDK 性能调优 - 提升 iOS 界面的渲染性能',NULL,'2016-08-24T11:38:48.733Z','web','iOS','http://draveness.me/asdk-rendering/','true','Draveness'),(2665,'57bc4c71421aa9125d96f4ec','2016-08-23T21:15:29.103Z','Material Design Action Sheet 效果库,做快速菜单可以用到。','[http://img.gank.io/e72c47d5-eda8-4324-9812-b5c322313d98, http://img.gank.io/e87e054c-9b4d-4fd3-84f2-e4d5f1d881dd, http://img.gank.io/1b85e537-b587-4680-89c9-68bf09887f19, http://img.gank.io/3b00f451-6577-444e-8dbe-899c732e542d]','2016-08-24T11:38:48.733Z','chrome','iOS','https://github.com/ntnhon/MaterialActionSheetController','true','代码家'),(2666,'57bc5238421aa9125fa3ed70','2016-08-23T21:40:08.159Z','8.24',NULL,'2016-08-24T11:38:48.733Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f740f701gqj20u011hgo9.jpg','true','daimajia'),(2667,'57bc53f6421aa9126b1a1593','2016-08-23T21:47:34.967Z','带有过度效果的夜间模式切换效果。','[http://img.gank.io/dd9c0aec-ca94-4546-bf57-d6fa3295c152]','2016-08-24T11:38:48.733Z','chrome','iOS','https://github.com/Boerworz/NightModeTransition','true','代码家'),(2668,'57bc54dd421aa9125d96f4ef','2016-08-23T21:51:25.761Z','Mac 小裤子:防止用户失误,导致退出 App','[http://img.gank.io/930ef88a-5d87-43ee-b2e6-f15145c7c90f]','2016-08-24T11:38:48.733Z','chrome','iOS','https://github.com/steve228uk/QBlocker','true','代码家'),(2669,'57bc5544421aa9125d96f4f0','2016-08-23T21:53:08.566Z','支持解析部分 html tag 的 TextView。在做阅读类 App 的时候格外需要!','[http://img.gank.io/31968e55-18bd-49ee-bcca-928921621a14]','2016-08-24T11:38:48.733Z','chrome','Android','https://github.com/angebagui/medium-textview','true','代码家'),(2670,'57bc8d06421aa9126b1a1598','2016-08-24T01:51:02.440Z','使用方便的的 Material Design 风格 Preference UI,包含一个根据规范自制的新的 SimpleMenuPreference',NULL,'2016-08-24T11:38:48.733Z','web','Android','https://github.com/RikkaW/MaterialPreference','true',NULL),(2671,'57bd0aa7421aa9125d96f4f5','2016-08-24T10:47:03.304Z','Android 支持水平和垂直滑动的ViewPager,效果很赞。','[http://img.gank.io/b07c9945-f559-421c-bf83-55d9b6d7299f, http://img.gank.io/9f600db7-6089-4c8f-9632-222481080cca, http://img.gank.io/2af57d9b-475a-4fa4-b4ec-37c4cb27df6e, http://img.gank.io/d61b32de-7774-41e7-9e17-c7c46f56c9ad, http://img.gank.io/f33cf5c9-59d4-4ec2-bdab-b0f1be0fc943]','2016-08-24T11:38:48.733Z','chrome','Android','https://github.com/DevLight-Mobile-Agency/InfiniteCycleViewPager','true','ldoublem'),(2672,'57bd1175421aa91265f4a3c6','2016-08-24T11:16:05.95Z','可以记住历史选项的spinner',NULL,'2016-08-24T11:38:48.733Z','web','Android','https://github.com/Jasonchenlijian/MemorySpinner','true','Lijian'),(2673,'57b52b44421aa93a74c34636','2016-08-18T11:28:04.913Z','Android学习笔记,总结的文章质量都不错。',NULL,'2016-08-23T11:29:45.813Z','chrome','Android','https://github.com/GcsSloop/AndroidNote','true','wuzheng'),(2674,'57b6475e421aa93a78dd75ea','2016-08-19T07:40:14.670Z','Mac OS 的瑞士军刀,支持通过指令行完成很多 Mac 常用操作,使用场景:比如自己写某些 Bash 脚本时,很多复杂指令可以直接通过这个项目提供的简化指令完成。',NULL,'2016-08-23T11:29:45.813Z','chrome','iOS','https://github.com/rgcr/m-cli','true','代码家'),(2675,'57b80e39421aa93a804bea30','2016-08-20T16:00:57.19Z','Android 开发之 MP4 文件转 GIF 文件详解',NULL,'2016-08-23T11:29:45.813Z','web','Android','http://www.jianshu.com/p/cc94213ec4ab','true','单刀土豆'),(2676,'57b85b67421aa93a78dd75f4','2016-08-20T21:30:15.339Z','仿照 Google Space 实现的导航栏效果,做的很漂亮!!','[http://img.gank.io/007a925e-7c1e-4134-b2af-76402487e731, http://img.gank.io/527c82d5-4faa-4f44-891a-94e3e96a5846]','2016-08-23T11:29:45.813Z','chrome','Android','https://github.com/armcha/Space-Navigation-View','true','花开堪折枝'),(2677,'57b9406f421aa950d7bc7b5a','2016-08-21T13:47:27.603Z','很概念化设计的一个注册动画效果。','[http://img.gank.io/81a3bbed-57c5-4f37-b079-90449eb828c5]','2016-08-23T11:29:45.813Z','chrome','Android','https://github.com/JeasonWong/SignUpTransition','true','代码家'),(2678,'57b97550421aa950cf805101','2016-08-21T17:33:04.693Z','多种形状波纹特效,可以用来实现一些背景特效。','[http://img.gank.io/429b450e-23c6-4b63-b0cb-09c8da05089f]','2016-08-23T11:29:45.813Z','chrome','Android','https://github.com/poldz123/ShapeRipple','true','蒋朋'),(2679,'57ba3b60421aa950d7bc7b5f','2016-08-22T07:38:08.604Z','仿支付宝实现的一个笑脸 LoadingView 效果。☺','[http://img.gank.io/0ca8e419-b89c-4c61-8e16-8c7d48188c57]','2016-08-23T11:29:45.813Z','chrome','Android','https://github.com/andyxialm/SmileyLoadingView','true','代码家'),(2680,'57baa163421aa91265f4a3b1','2016-08-22T14:53:23.799Z','字幕看得我尴尬症直犯。',NULL,'2016-08-23T11:29:45.813Z','web','休息视频','http://www.miaopai.com/show/bJWgofJk3Fq0mXsdWQcPpg__.htm','true',NULL),(2681,'57bafeb0421aa9125d96f4e5','2016-08-22T21:31:28.62Z','推荐一个魔性小游戏',NULL,'2016-08-23T11:29:45.813Z','chrome','瞎推荐','http://wtfgame.cc/wtfgame/','true','哈哈哈哈'),(2682,'57baff40421aa9126b1a1583','2016-08-22T21:33:52.353Z','可扩展按钮效果,同时支持多种按钮状态。','[http://img.gank.io/5ce44959-5ac7-452a-ac48-70f5071f84e2]','2016-08-23T11:29:45.813Z','chrome','iOS','https://github.com/vladislav-k/VKExpandableButton','true','代码家'),(2683,'57bb000f421aa9125d96f4e6','2016-08-22T21:37:19.867Z','Swift 快速发邮件。','[http://img.gank.io/789a60bf-a009-4968-84d8-850e481cc59c]','2016-08-23T11:29:45.813Z','chrome','iOS','https://github.com/snipsco/Postal','true','代码家'),(2684,'57bb01f1421aa91265f4a3b6','2016-08-22T21:45:21.482Z','Android 炫酷发送效果 Demo,赶紧翻开代码学习学习。','[http://img.gank.io/94e01486-ff35-4515-8deb-c934ad73ed4d]','2016-08-23T11:29:45.813Z','chrome','Android','https://github.com/Jaouan/Sending-Animation-Example','true','代码家'),(2685,'57bb039e421aa9125fa3ed5e','2016-08-22T21:52:30.572Z','8-22',NULL,'2016-08-23T11:29:45.813Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f72v5ra09fj20u011hdit.jpg','true','代码家'),(2686,'57bb1013421aa9126b1a1585','2016-08-22T22:45:39.845Z','有了json-api-mock framework, 再也不用担心后端API还没开发好,无论多复杂的状态我也能Mock出来',NULL,'2016-08-23T11:29:45.813Z','web','Android','https://github.com/shanbay/mock-api','true','diaocow'),(2687,'57bbae92421aa9125fa3ed62','2016-08-23T10:01:54.511Z','Freeline - Android平台上的秒级编译方案',NULL,'2016-08-23T11:29:45.813Z','web','Android','https://yq.aliyun.com/articles/59177?spm=5176.100238.goodcont.51.bedUuR','true','XiaoGu'),(2688,'57b69303421aa93a804bea2b','2016-08-19T13:02:59.837Z','一个简单感人的动画短片,死神和鹿的故事。',NULL,'2016-08-22T11:29:37.164Z','web','休息视频','http://www.bilibili.com/video/av4039606/','true',NULL),(2689,'57b7b9b5421aa93a7603ed75','2016-08-20T10:00:21.932Z','Swift 实现:利用 OCR 实现拍照识别身份证信息,比如股票开户,P2P App 身份验证都需要类似功能',NULL,'2016-08-22T11:29:37.164Z','chrome','iOS','https://github.com/KevinGong2013/ChineseIDCardOCR','true','代码家'),(2690,'57b93f0d421aa950db66bcbd','2016-08-21T13:41:33.575Z','Feedback 工具箱,帮助开发者快速实现用户反馈功能','[http://img.gank.io/19b232f6-1865-41bb-b0d8-7b5ea76b8480]','2016-08-22T11:29:37.164Z','chrome','iOS','https://github.com/nishimao/FeedbackKit','true','代码家'),(2691,'57b93f9e421aa950cf8050ff','2016-08-21T13:43:58.241Z','8-22',NULL,'2016-08-22T11:29:37.164Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f71bezmt3tj20u00k0757.jpg','true','代码家'),(2692,'57b94112421aa950d7bc7b5b','2016-08-21T13:50:10.453Z','Swift 和 JavaVM 之间的 Bridge 引擎','[http://img.gank.io/3da288f2-35ce-4a3f-8419-af54bdd887d8, http://img.gank.io/69b9098d-555d-4e0a-b2a6-baeb0a68bd8f]','2016-08-22T11:29:37.164Z','chrome','iOS','https://github.com/SwiftJava/SwiftJava','true','代码家'),(2693,'57ba3aa2421aa950d35eb33e','2016-08-22T07:34:58.215Z','类似 Duolingo 的 Card 滑动和选择效果','[http://img.gank.io/45b036d6-432a-43ea-bd77-dd700672fc7c, http://img.gank.io/d340793d-e68f-4f07-8a68-226baccaebf0]','2016-08-22T11:29:37.164Z','chrome','Android','https://github.com/rubensousa/ViewPagerCards','true','代码家'),(2694,'57ba3adc421aa950db66bcbf','2016-08-22T07:35:56.993Z','封装 zxing 二维码扫描功能库,用起来更简单','[http://img.gank.io/7e400ffb-cfc3-4394-a922-e7ae9733fdf5, http://img.gank.io/6fb20036-642f-4f74-90ae-b123b0eee145, http://img.gank.io/c4018a72-ab2f-4dcd-a340-837a5e470e9e]','2016-08-22T11:29:37.164Z','chrome','Android','https://github.com/yipianfengye/android-zxingLibrary','true','代码家'),(2695,'57ba3b1f421aa950d35eb33f','2016-08-22T07:37:03.123Z','利用 Renderscript 实现的一个简单的模糊效果封装组件','[http://img.gank.io/73baa413-4d17-41ef-a64f-960adeeb77f2]','2016-08-22T11:29:37.164Z','chrome','Android','https://github.com/wl9739/BlurredView','true','代码家'),(2696,'57ba3c35421aa950db66bcc0','2016-08-22T07:41:41.25Z','漂亮的色彩渐变式背景效果。','[http://img.gank.io/2bd9b26c-8758-4aa1-84d9-7ae8306d4a06]','2016-08-22T11:29:37.164Z','chrome','Android','https://github.com/dynamitechetan/Flowing-Gradient','true','代码家'),(2697,'57ba3c84421aa950d7bc7b60','2016-08-22T07:43:00.364Z','基于相对位置实现弹出 PopupWindow','[http://img.gank.io/ef77f8b5-cc3d-466b-9aee-478ba3396c11]','2016-08-22T11:29:37.164Z','chrome','Android','https://github.com/kakajika/RelativePopupWindow','true','代码家'),(2698,'57ba638a421aa9125fa3ed54','2016-08-22T10:29:30.495Z','通过一行代码与ViewPager合体的跟随ViewPager移动的进度展示控件','[http://img.gank.io/da830207-1ce3-4472-b129-5cadd427c4aa]','2016-08-22T11:29:37.164Z','web','Android','https://github.com/hzw1199/android_ProcessBar','true','Adam Wu'),(2699,'57b26db0421aa93a804bea02','2016-08-16T09:34:40.465Z','他叫王德顺。44岁学英语,49岁北漂研究哑剧,50岁开始健身,57岁创造“活雕塑”,65岁学骑马,70岁练成腹肌,78岁骑摩托,79岁上T台。没有太晚,没有谁能阻止你奋斗,只要你下定决心。',NULL,'2016-08-19T11:26:30.163Z','chrome','休息视频','http://weibo.com/p/230444b13215e629ce3ba1f6ac5a94a2d019c5','true','lxxself'),(2700,'57b42355421aa93a804bea12','2016-08-17T16:41:57.951Z','Android Toast花式使用',NULL,'2016-08-19T11:26:30.163Z','web','Android','http://www.jianshu.com/p/5c5c8ee31ddb','true',NULL),(2701,'57b56da2421aa93a7603ed6c','2016-08-18T16:11:14.260Z','进度展示也可以这么玩~','[http://img.gank.io/f8f8fc52-5508-425d-b5c6-7aa1be166b33, http://img.gank.io/3089b46f-9a38-4379-9544-6012273e914d, http://img.gank.io/14782809-f6e6-4056-9460-2f08a4c284ff]','2016-08-19T11:26:30.163Z','web','Android','https://github.com/zhangke3016/SpecialProgressBar','true','张珂'),(2702,'57b57316421aa93a74c3463a','2016-08-18T16:34:30.801Z','Gradle多渠道打包(动态设定App名称,应用图标,替换常量,更改包名,变更渠道)',NULL,'2016-08-19T11:26:30.163Z','web','Android','http://www.jianshu.com/p/533240d222d3','true','Wing-Li'),(2703,'57b6468a421aa93a74c3463d','2016-08-19T07:36:42.158Z','基于 Floating Button 实现的菜单展开效果,做的非常棒!','[http://img.gank.io/141b077b-6570-4ec2-bf3b-63a97c52df9d]','2016-08-19T11:26:30.163Z','chrome','Android','https://github.com/andremion/Floating-Navigation-View','true','代码家'),(2704,'57b6481b421aa93a804bea22','2016-08-19T07:43:23.666Z','继承 UIImageView 实现的展示头像的 View,如果没有提供头像图片,这个组件会自动生成一个名字缩写的简单头像图片。','[http://img.gank.io/985a6e60-e831-420d-90c7-61e6a49479f2, http://img.gank.io/a248a49e-562f-413a-8765-3c22c2f77665, http://img.gank.io/0cf76b27-b7fa-44ed-8eb2-e6e432192b0e, http://img.gank.io/7faf8583-7957-466b-b9ad-37b1e8b8ccc3]','2016-08-19T11:26:30.163Z','chrome','iOS','https://github.com/ayushn21/AvatarImageView','true','代码家'),(2705,'57b648f5421aa93a7603ed6e','2016-08-19T07:47:01.168Z','一个帮你生成随机云朵的 View 效果,蛮有意思的','[http://img.gank.io/a12685ed-f682-44e4-8446-cd6b5c49a2a5]','2016-08-19T11:26:30.163Z','chrome','iOS','https://github.com/Boris-Em/Cloudy','true','代码家'),(2706,'57b64a28421aa93a78dd75eb','2016-08-19T07:52:08.345Z','iOS 引导页面,简单的小框架','[http://img.gank.io/8961c545-7906-446d-a021-c455d773582b]','2016-08-19T11:26:30.163Z','chrome','iOS','https://github.com/Athlee/OnboardingKit','true','代码家'),(2707,'57b64a5e421aa93a804bea24','2016-08-19T07:53:02.335Z','平滑移动的地图大头针,类似 Uber 和 滴滴','[http://img.gank.io/98e1b374-29e5-4156-8e8b-63fcd8c51600]','2016-08-19T11:26:30.163Z','chrome','iOS','https://github.com/ZeroJian/SmoothMovingAnnotation','true','代码家'),(2708,'57b64afd421aa93a804bea25','2016-08-19T07:55:41.559Z','深度学习第三方库收集',NULL,'2016-08-19T11:26:30.163Z','chrome','拓展资源','https://github.com/aymericdamien/TopDeepLearning','true','代码家'),(2709,'57b64b6d421aa93a804bea26','2016-08-19T07:57:33.576Z','8-19',NULL,'2016-08-19T11:26:30.163Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f6yq5xrdofj20u00u0aby.jpg','true','daimajia'),(2710,'57b64d47421aa93a804bea27','2016-08-19T08:05:27.909Z','Android 面试题收集,给不知道怎么面别人,或者面哪些问题合适的同学','[http://img.gank.io/6e997e33-b409-4a14-aa89-287c747dc3b0, http://img.gank.io/096527f2-798f-4152-8645-3bd5b7810123]','2016-08-19T11:26:30.163Z','chrome','Android','https://github.com/JackyAndroid/AndroidInterview-Q-A','true','代码家'),(2711,'57b67133421aa93a804bea28','2016-08-19T10:38:43.76Z','PowerShell 开源啦!',NULL,'2016-08-19T11:26:30.163Z','chrome','拓展资源','https://github.com/PowerShell/PowerShell?utm_campaign=explore-email&utm_medium=email&utm_source=newsletter&utm_term=daily','true','代码家'),(2712,'57b67283421aa93a804bea29','2016-08-19T10:44:19.103Z','一些实用 SVG 小 ICON,萌萌的','[http://img.gank.io/13715a99-44d2-40f4-aefd-a4d94021719f]','2016-08-19T11:26:30.163Z','chrome','前端','https://github.com/danklammer/bytesize-icons','true','代码家'),(2713,'57b13758421aa960022328b8','2016-08-15T11:30:32.819Z','Android开发人员不得不收集的代码(持续更新中)',NULL,'2016-08-18T12:55:02.929Z','chrome','Android','https://github.com/Blankj/AndroidUtilCode','true','LHF'),(2714,'57b27c03421aa93a74c3461e','2016-08-16T10:35:47.682Z','Android 上使用 NDK 编写 OpenGL ES 3.0',NULL,'2016-08-18T12:55:02.929Z','web','Android','https://github.com/redknotmiaoyuqiao/MyOpenGL','true','YuqiaoMiao'),(2715,'57b2aae0421aa93a804bea07','2016-08-16T13:55:44.859Z','巧用接口解耦分离实现','[http://img.gank.io/bea57132-2b34-47e2-a4cf-b5b3f75c10b5]','2016-08-18T12:55:02.929Z','chrome','Android','http://aigestudio.com/?p=100','true','AndWang'),(2716,'57b31c01421aa93a74c34629','2016-08-16T21:58:25.338Z','Mac OS 浮动置顶浏览器窗口,边看视频,边干活。','[http://img.gank.io/6f1c025c-449b-42b2-9350-72435f4bdc09]','2016-08-18T12:55:02.929Z','chrome','iOS','https://github.com/JadenGeller/Helium','true','代码家'),(2717,'57b320e5421aa93a78dd75d4','2016-08-16T22:19:17.578Z','小工具集:辅助你用 Swift 语言写 Command Line 程序。',NULL,'2016-08-18T12:55:02.929Z','chrome','iOS','https://github.com/oarrabi/Swiftline','true','代码家'),(2718,'57b32118421aa93a804bea0c','2016-08-16T22:20:08.324Z','iOS 漂亮的一个视察画廊效果库','[http://img.gank.io/4e7b632a-e846-439f-9823-e87a4a29d53a, http://img.gank.io/73e09da4-121d-4be9-b1cd-1dd2d70b1586]','2016-08-18T12:55:02.929Z','chrome','iOS','https://github.com/taglia3/TGLParallaxCarousel','true','代码家'),(2719,'57b322c0421aa93a804bea0d','2016-08-16T22:27:12.470Z','利用 Android 设备,通过蓝牙控制 Mac 设备解锁屏,一个蛮有意思的小工具','[http://img.gank.io/d7d29bc4-7c53-4961-8af3-3d9777257148, http://img.gank.io/39313b92-9df1-46f9-836b-ede1dd834251]','2016-08-18T12:55:02.929Z','chrome','iOS','https://github.com/pinetum/AirUnlock-for-Mac','true','代码家'),(2720,'57b33183421aa93a78dd75d7','2016-08-16T23:30:11.432Z','即使混蛋也能拯救他人,我以后也要做个捐献器官者。',NULL,'2016-08-18T12:55:02.929Z','chrome','休息视频','http://www.miaopai.com/show/F9SxfzdGXPgEZ98GAGWoHg__.htm','true','代码家'),(2721,'57b42403421aa93a804bea13','2016-08-17T16:44:51.686Z','用最简单的方式来自动构建和发布你的iOS和Android应用程序','[http://img.gank.io/330331c9-2501-43c6-a167-66715b5be21e]','2016-08-18T12:55:02.929Z','chrome','Android','https://github.com/fastlane/fastlane','true','dreamxuwj'),(2722,'57b44589421aa93a804bea15','2016-08-17T19:07:53.918Z','Mac下一个使用简单的反编译工具',NULL,'2016-08-18T12:55:02.929Z','web','Android','https://github.com/Jermic/Android-Crack-Tool','true','color'),(2723,'57b44c9b421aa93a7603ed5f','2016-08-17T19:38:03.618Z','关于 bind 你可能需要了解的知识点以及使用场景',NULL,'2016-08-18T12:55:02.929Z','web','前端','https://github.com/hanzichi/underscore-analysis/issues/18','true','子迟'),(2724,'57b468dd421aa93a78dd75e0','2016-08-17T21:38:37.946Z','nil/Nil/NULL/NSNull的来历',NULL,'2016-08-18T12:55:02.929Z','web','iOS','http://www.jianshu.com/p/8bd0ee30a778','true','CoderKo1o'),(2725,'57b53d22421aa93a74c34638','2016-08-18T12:44:18.965Z','8-18',NULL,'2016-08-18T12:55:02.929Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f6xsqw8057j20dw0kugpf.jpg','true','daimajia'),(2726,'57aeba42421aa949ef961f52','2016-08-13T14:12:18.350Z','对Coloring Buttons w/ ThemeOverlays & Background Tints文章的翻译。','[http://img.gank.io/491ac0e8-4c93-46ef-b145-90bf149f902d, http://img.gank.io/e8bb2c6c-3146-4c48-9fda-2aea77dc4ea3]','2016-08-17T11:38:52.656Z','web','Android','http://whataa.github.io/2016/08/13/[%E8%AF%91]Coloring%20Buttons%20with%20ThemeOverlays%20&%20Background%20Tints/','true',NULL),(2727,'57b16724421aa96000f7fc24','2016-08-15T14:54:28.610Z','为你的图片生成Low Poly风格图片的app','[http://img.gank.io/23928086-a5dd-445c-8804-c90a7f665c1b, http://img.gank.io/566a8e63-4edc-48ce-93d3-bbb361498ef2]','2016-08-17T11:38:52.656Z','web','Android','https://github.com/hugeterry/PloyFun','true',NULL),(2728,'57b31cfe421aa93a7603ed51','2016-08-16T22:02:38.492Z','超棒的 Web Design 收集帖',NULL,'2016-08-17T11:38:52.656Z','chrome','前端','https://github.com/nicolesaidy/awesome-web-design','true','代码家'),(2729,'57b31d65421aa93a7603ed52','2016-08-16T22:04:21.9Z','超棒的 React 组件收集!Awesome React Component!',NULL,'2016-08-17T11:38:52.656Z','chrome','拓展资源','https://github.com/brillout/awesome-react-components#ui-components','true','代码家'),(2730,'57b31e7d421aa93a804bea0b','2016-08-16T22:09:01.858Z','又一款 MD 风格的 Android 文件选择器组件,支持文件分类选取,交互不错。','[http://img.gank.io/8aa13601-670a-4230-bfad-c6cba6f118bd, http://img.gank.io/2b29c94b-e096-480a-875a-c80f9a6630c0, http://img.gank.io/9905905e-f4f0-4720-bd46-652b1d4e4ddd]','2016-08-17T11:38:52.656Z','chrome','Android','https://github.com/DroidNinja/Android-FilePicker','true','代码家'),(2731,'57b3205b421aa93a74c3462a','2016-08-16T22:16:59.223Z','当 App 崩溃的时候,它会帮你自动截屏并打开邮件反馈页面,提交崩溃页面日志以及截屏,超实用。','[http://img.gank.io/55272998-83c8-4faa-9271-9e43b3548e1e]','2016-08-17T11:38:52.656Z','chrome','iOS','https://github.com/Lickability/PinpointKit','true','代码家'),(2732,'57b32168421aa93a78dd75d5','2016-08-16T22:21:28.574Z','高仿微信支付键盘','[http://img.gank.io/c288039f-1b95-40fa-973c-0af2eaa0f35b]','2016-08-17T11:38:52.656Z','chrome','Android','https://github.com/zuiwuyuan/WeChatPswKeyboard','true','Jason'),(2733,'57b3219f421aa93a74c3462b','2016-08-16T22:22:23.485Z','iOS 蓝牙工具封装库,让你更容易的操作蓝牙',NULL,'2016-08-17T11:38:52.656Z','chrome','iOS','https://github.com/rhummelmose/BluetoothKit','true','代码家'),(2734,'57b32320421aa93a804bea0e','2016-08-16T22:28:48.141Z','RxMarble:学习 RxSwift 的一款辅助工具','[http://img.gank.io/4fcdf603-4186-4931-9e72-60baaa41c093]','2016-08-17T11:38:52.656Z','chrome','iOS','https://github.com/RxSwiftCommunity/RxMarbles','true','代码家'),(2735,'57b32410421aa93a7603ed54','2016-08-16T22:32:48.269Z','Swift 实现的全屏 Overlay 效果,可以用来做一些前卫的设计','[http://img.gank.io/20474c92-9d61-4d9c-afb3-7244645c0484, http://img.gank.io/61eb40b4-d743-48ea-80a9-1478b9595dff]','2016-08-17T11:38:52.656Z','chrome','iOS','https://github.com/edwinbosire/SwiflyOverlay','true','代码家'),(2736,'57b326d8421aa93a74c3462c','2016-08-16T22:44:40.54Z','8-17',NULL,'2016-08-17T11:38:52.656Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f6vyy5a99ej20u011gq87.jpg','true','代码家'),(2737,'57b32c94421aa93a74c3462d','2016-08-16T23:09:08.267Z','爱因斯坦成功的秘诀(有点儿长,但是很有意思',NULL,'2016-08-17T11:38:52.656Z','chrome','休息视频','http://www.bilibili.com/video/av4543270/','true','代码家'),(2738,'57b1279f421aa960022328b7','2016-08-15T10:23:27.708Z','又一个简洁美观的干货集中营Android客户端Gank, 主要基于RxJava+Retrofit+Glide+Dagger2 & Facebook的Flux架构','[http://img.gank.io/517c3631-10f6-4230-b835-4f2595c8a669, http://img.gank.io/02f90e5a-89a7-416b-b0a0-6c105c9ed4a5]','2016-08-16T11:22:38.139Z','web','App','https://github.com/JohnnyShieh/Gank','true','Johnny Shieh'),(2739,'57b1323c421aa96004f4ba39','2016-08-15T11:08:44.341Z','Android Studio plugin makes easy to search text in strings resources.','[http://img.gank.io/ddf3b5a6-59e4-443d-82ec-4ba83b4dab2e]','2016-08-16T11:22:38.139Z','chrome','Android','https://github.com/konifar/android-strings-search-plugin','true','Masayuki Suda'),(2740,'57b1485a421aa96004f4ba3e','2016-08-15T12:43:06.204Z','10款好玩的linux终端游戏',NULL,'2016-08-16T11:22:38.139Z','chrome','瞎推荐','https://itsfoss.com/best-command-line-games-linux/?utm_source=newsletter&utm_medium=email&utm_campaign=best_linux_terminal_games_and_other_linux_stories','true','tripleCC'),(2741,'57b15b82421aa95ffc6194ca','2016-08-15T14:04:50.141Z','高仿 爱范儿','[http://img.gank.io/324dd126-7923-45c2-92fa-4ed758c67457, http://img.gank.io/04d5d22c-08bd-4b02-a4d6-aa184af11fa1]','2016-08-16T11:22:38.139Z','chrome','App','https://github.com/iCodeForever/ifanr','true','Jason'),(2742,'57b18127421aa96004f4ba3f','2016-08-15T16:45:27.139Z','Simplenote for Android 支持 Android Wear 还有 iOS 版',NULL,'2016-08-16T11:22:38.139Z','web','Android','https://github.com/Automattic/simplenote-android','true','andyiac'),(2743,'57b198ff421aa96000f7fc25','2016-08-15T18:27:11.762Z','仿Slack的Loading动画','[http://img.gank.io/3097daa7-071b-4fe0-9d40-b568f2a2ebb4]','2016-08-16T11:22:38.139Z','web','Android','https://github.com/JeasonWong/SlackLoadingView','true','WANG Yu-wei'),(2744,'57b19f84421aa96004f4ba40','2016-08-15T18:55:00.874Z','刷新组件是更换的时候啦!!!轻量级而又无所不能','[http://img.gank.io/2378c0e8-4bf8-42ee-bed2-f066cd44ac28, http://img.gank.io/79056e25-c408-4efa-af60-0601da5fb5bc]','2016-08-16T11:22:38.139Z','web','Android','https://github.com/dinuscxj/RecyclerRefreshLayout','true','dinus_developer'),(2745,'57b1ac22421aa960022328ba','2016-08-15T19:48:50.714Z','Android Splash页秒开,带你重新认识Activity白屏,Activity黑屏',NULL,'2016-08-16T11:22:38.139Z','web','Android','http://blog.csdn.net/yanzhenjie1003/article/details/52201896','true','严振杰'),(2746,'57b1d83b421aa96004f4ba41','2016-08-15T22:56:59.779Z','通过 JSON 来配置你的组件属性(颜色,字体,Title 等等)','[http://img.gank.io/44532350-ac68-44b0-aa65-d40e04d15e8f]','2016-08-16T11:22:38.139Z','chrome','iOS','https://github.com/146BC/StyleKit','true','代码家'),(2747,'57b1d8f2421aa96004f4ba42','2016-08-15T23:00:02.904Z','来疯直播开源的一套直播相关的工具集','[http://img.gank.io/bdc24e04-e235-4267-ad26-24393bfc36e5]','2016-08-16T11:22:38.139Z','chrome','iOS','https://github.com/LaiFengiOS/LFLiveKit','true','代码家'),(2748,'57b7ba34421aa93a7603ed76','2016-08-20T10:02:28.938Z','让任何布局支持选中状态,类似 Checkbox 的属性','[http://img.gank.io/8e015dd5-4030-46d5-9aaa-72b88c714319]','2016-08-25T11:23:14.243Z','chrome','Android','https://github.com/Jaouan/CompoundLayout','true','代码家'),(2749,'57bc6b8e421aa9126b1a1597','2016-08-23T23:28:14.947Z','泰国搞笑反套路广 告,很有意义,创意超棒,每次都猜不到结局!小女孩分分钟可以做成表情包了[笑cry]',NULL,'2016-08-25T11:23:14.243Z','chrome','休息视频','http://www.miaopai.com/show/3QRcTnTQDtGy1f~j1PHReQ__.htm','true','LHF'),(2750,'57bd14d9421aa9125fa3ed75','2016-08-24T11:30:33.259Z','fir.flight Android 版的 testflight','[http://img.gank.io/65e2ecf7-8220-4ff1-8c20-4fe3f6619bca, http://img.gank.io/91a0a090-74ad-40e3-a726-a0685b23b672]','2016-08-25T11:23:14.243Z','chrome','App','https://github.com/ryanhoo/fir.flight','true','咕咚'),(2751,'57bd23a5421aa91265f4a3c8','2016-08-24T12:33:41.567Z','Android BLE 蓝牙开发框架,使用简单的回调方式一步处理搜索、连接、notify、indicate、读、写等一系列蓝牙操作',NULL,'2016-08-25T11:23:14.243Z','web','Android','https://github.com/Jasonchenlijian/FastBle','true','Lijian'),(2752,'57bd6d6f421aa9125fa3ed7a','2016-08-24T17:48:31.220Z','RxJava 的 compose() 操作函数实战',NULL,'2016-08-25T11:23:14.243Z','web','Android','http://blog.chengyunfeng.com/?p=987#ixzz4IF2l87m7','true','东东东鲁'),(2753,'57bd894e421aa9126b1a15a1','2016-08-24T19:47:26.249Z','Android拼图支持库,轻松实现Instagram Layout效果','[http://img.gank.io/5764b2f0-d123-4ae6-b127-7f2718c6fbf2]','2016-08-25T11:23:14.243Z','web','Android','https://github.com/wuapnjie/PuzzleView','true','FlyingSnowBean'),(2754,'57bd8c06421aa9126b1a15a2','2016-08-24T19:59:02.397Z','Linux 优秀软件资源大全中文版','[http://img.gank.io/38f29bd5-a514-44e3-88c5-112187c45684]','2016-08-25T11:23:14.243Z','chrome','拓展资源','https://github.com/ChrisLeeGit/awesome-linux-software-cn','true','蒋朋'),(2755,'57bd8f8a421aa91265f4a3d3','2016-08-24T20:14:02.837Z','图片遮罩转场动画效果','[http://img.gank.io/5cfe5a8d-9be2-4a22-9a30-6dcd0384db11, http://img.gank.io/46b70c1f-15bc-455c-8215-f016b3839af6]','2016-08-25T11:23:14.243Z','chrome','iOS','https://github.com/LeoMobileDeveloper/ImageMaskTransition','true','Joker'),(2756,'57bd8fd7421aa9125fa3ed7c','2016-08-24T20:15:19.43Z','类似直尺的地图距离区间选择组件','[http://img.gank.io/162eb57d-c79f-4c58-b889-3e8a2ca50c64]','2016-08-25T11:23:14.243Z','chrome','iOS','https://github.com/qmathe/DistancePicker','true','早稻'),(2757,'57bdaa89421aa9125d96f4fe','2016-08-24T22:09:13.461Z','8-25',NULL,'2016-08-25T11:23:14.243Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f756vb8zl2j20u011haec.jpg','true','代码家'),(2758,'57bdabfd421aa9126b1a15a4','2016-08-24T22:15:25.270Z','编程相关的游戏项目收集,好玩儿。',NULL,'2016-08-25T11:23:14.243Z','chrome','瞎推荐','https://github.com/dargaCode/LogicAndCodingGames','true','代码家'),(2759,'57bdaee5421aa91265f4a3d4','2016-08-24T22:27:49.309Z','深度学习完整教程,深入浅出。',NULL,'2016-08-25T11:23:14.243Z','chrome','瞎推荐','https://github.com/sjchoi86/dl_tutorials','true','代码家'),(2760,'57be41f5421aa9125fa3ed7d','2016-08-25T08:55:17.43Z','Auto Layout 设计美学','[http://img.gank.io/6097f717-4590-43e7-bde6-8acd81b18094]','2016-08-25T11:23:14.243Z','chrome','iOS','http://blog.callmewhy.com/2016/08/24/autolayout-design-aesthetic/','true','Dear宅学长'),(2761,'579c19a5421aa90d39e70999','2016-07-30T11:06:13.597Z','这位老师说得有理有据令人信服,要是每个老师都这样我也不会上课睡觉了',NULL,'2016-08-24T11:38:48.733Z','chrome','休息视频','http://www.miaopai.com/show/CUOk8FKkjOELHmKvSY9BcA__.htm','true','lxxself'),(2762,'57b85ae6421aa93a74c34649','2016-08-20T21:28:06.64Z','Android上的一个蛛网评分控件','[http://img.gank.io/5c1234e6-41e1-4dd1-8b66-b3f524f27fb6]','2016-08-24T11:38:48.733Z','chrome','Android','https://github.com/xiaopansky/SpiderWebScoreView','true','花开堪折枝'),(2763,'57bbe139421aa9126b1a158f','2016-08-23T13:38:01.778Z','在页面上插入图形,制作流程图,并且支持导出。',NULL,'2016-08-24T11:38:48.733Z','web','App','http://shapefly.com','true','zhan'),(2764,'57bc1a03421aa9125d96f4ea','2016-08-23T17:40:19.8Z','使用 ASDK 性能调优 - 提升 iOS 界面的渲染性能',NULL,'2016-08-24T11:38:48.733Z','web','iOS','http://draveness.me/asdk-rendering/','true','Draveness'),(2765,'57bc4c71421aa9125d96f4ec','2016-08-23T21:15:29.103Z','Material Design Action Sheet 效果库,做快速菜单可以用到。','[http://img.gank.io/e72c47d5-eda8-4324-9812-b5c322313d98, http://img.gank.io/e87e054c-9b4d-4fd3-84f2-e4d5f1d881dd, http://img.gank.io/1b85e537-b587-4680-89c9-68bf09887f19, http://img.gank.io/3b00f451-6577-444e-8dbe-899c732e542d]','2016-08-24T11:38:48.733Z','chrome','iOS','https://github.com/ntnhon/MaterialActionSheetController','true','代码家'),(2766,'57bc5238421aa9125fa3ed70','2016-08-23T21:40:08.159Z','8.24',NULL,'2016-08-24T11:38:48.733Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f740f701gqj20u011hgo9.jpg','true','daimajia'),(2767,'57bc53f6421aa9126b1a1593','2016-08-23T21:47:34.967Z','带有过度效果的夜间模式切换效果。','[http://img.gank.io/dd9c0aec-ca94-4546-bf57-d6fa3295c152]','2016-08-24T11:38:48.733Z','chrome','iOS','https://github.com/Boerworz/NightModeTransition','true','代码家'),(2768,'57bc54dd421aa9125d96f4ef','2016-08-23T21:51:25.761Z','Mac 小裤子:防止用户失误,导致退出 App','[http://img.gank.io/930ef88a-5d87-43ee-b2e6-f15145c7c90f]','2016-08-24T11:38:48.733Z','chrome','iOS','https://github.com/steve228uk/QBlocker','true','代码家'),(2769,'57bc5544421aa9125d96f4f0','2016-08-23T21:53:08.566Z','支持解析部分 html tag 的 TextView。在做阅读类 App 的时候格外需要!','[http://img.gank.io/31968e55-18bd-49ee-bcca-928921621a14]','2016-08-24T11:38:48.733Z','chrome','Android','https://github.com/angebagui/medium-textview','true','代码家'),(2770,'57bc8d06421aa9126b1a1598','2016-08-24T01:51:02.440Z','使用方便的的 Material Design 风格 Preference UI,包含一个根据规范自制的新的 SimpleMenuPreference',NULL,'2016-08-24T11:38:48.733Z','web','Android','https://github.com/RikkaW/MaterialPreference','true',NULL),(2771,'57bd0aa7421aa9125d96f4f5','2016-08-24T10:47:03.304Z','Android 支持水平和垂直滑动的ViewPager,效果很赞。','[http://img.gank.io/b07c9945-f559-421c-bf83-55d9b6d7299f, http://img.gank.io/9f600db7-6089-4c8f-9632-222481080cca, http://img.gank.io/2af57d9b-475a-4fa4-b4ec-37c4cb27df6e, http://img.gank.io/d61b32de-7774-41e7-9e17-c7c46f56c9ad, http://img.gank.io/f33cf5c9-59d4-4ec2-bdab-b0f1be0fc943]','2016-08-24T11:38:48.733Z','chrome','Android','https://github.com/DevLight-Mobile-Agency/InfiniteCycleViewPager','true','ldoublem'),(2772,'57bd1175421aa91265f4a3c6','2016-08-24T11:16:05.95Z','可以记住历史选项的spinner',NULL,'2016-08-24T11:38:48.733Z','web','Android','https://github.com/Jasonchenlijian/MemorySpinner','true','Lijian'),(2773,'57b52b44421aa93a74c34636','2016-08-18T11:28:04.913Z','Android学习笔记,总结的文章质量都不错。',NULL,'2016-08-23T11:29:45.813Z','chrome','Android','https://github.com/GcsSloop/AndroidNote','true','wuzheng'),(2774,'57b6475e421aa93a78dd75ea','2016-08-19T07:40:14.670Z','Mac OS 的瑞士军刀,支持通过指令行完成很多 Mac 常用操作,使用场景:比如自己写某些 Bash 脚本时,很多复杂指令可以直接通过这个项目提供的简化指令完成。',NULL,'2016-08-23T11:29:45.813Z','chrome','iOS','https://github.com/rgcr/m-cli','true','代码家'),(2775,'57b80e39421aa93a804bea30','2016-08-20T16:00:57.19Z','Android 开发之 MP4 文件转 GIF 文件详解',NULL,'2016-08-23T11:29:45.813Z','web','Android','http://www.jianshu.com/p/cc94213ec4ab','true','单刀土豆'),(2776,'57b85b67421aa93a78dd75f4','2016-08-20T21:30:15.339Z','仿照 Google Space 实现的导航栏效果,做的很漂亮!!','[http://img.gank.io/007a925e-7c1e-4134-b2af-76402487e731, http://img.gank.io/527c82d5-4faa-4f44-891a-94e3e96a5846]','2016-08-23T11:29:45.813Z','chrome','Android','https://github.com/armcha/Space-Navigation-View','true','花开堪折枝'),(2777,'57b9406f421aa950d7bc7b5a','2016-08-21T13:47:27.603Z','很概念化设计的一个注册动画效果。','[http://img.gank.io/81a3bbed-57c5-4f37-b079-90449eb828c5]','2016-08-23T11:29:45.813Z','chrome','Android','https://github.com/JeasonWong/SignUpTransition','true','代码家'),(2778,'57b97550421aa950cf805101','2016-08-21T17:33:04.693Z','多种形状波纹特效,可以用来实现一些背景特效。','[http://img.gank.io/429b450e-23c6-4b63-b0cb-09c8da05089f]','2016-08-23T11:29:45.813Z','chrome','Android','https://github.com/poldz123/ShapeRipple','true','蒋朋'),(2779,'57ba3b60421aa950d7bc7b5f','2016-08-22T07:38:08.604Z','仿支付宝实现的一个笑脸 LoadingView 效果。☺','[http://img.gank.io/0ca8e419-b89c-4c61-8e16-8c7d48188c57]','2016-08-23T11:29:45.813Z','chrome','Android','https://github.com/andyxialm/SmileyLoadingView','true','代码家'),(2780,'57baa163421aa91265f4a3b1','2016-08-22T14:53:23.799Z','字幕看得我尴尬症直犯。',NULL,'2016-08-23T11:29:45.813Z','web','休息视频','http://www.miaopai.com/show/bJWgofJk3Fq0mXsdWQcPpg__.htm','true',NULL),(2781,'57bafeb0421aa9125d96f4e5','2016-08-22T21:31:28.62Z','推荐一个魔性小游戏',NULL,'2016-08-23T11:29:45.813Z','chrome','瞎推荐','http://wtfgame.cc/wtfgame/','true','哈哈哈哈'),(2782,'57baff40421aa9126b1a1583','2016-08-22T21:33:52.353Z','可扩展按钮效果,同时支持多种按钮状态。','[http://img.gank.io/5ce44959-5ac7-452a-ac48-70f5071f84e2]','2016-08-23T11:29:45.813Z','chrome','iOS','https://github.com/vladislav-k/VKExpandableButton','true','代码家'),(2783,'57bb000f421aa9125d96f4e6','2016-08-22T21:37:19.867Z','Swift 快速发邮件。','[http://img.gank.io/789a60bf-a009-4968-84d8-850e481cc59c]','2016-08-23T11:29:45.813Z','chrome','iOS','https://github.com/snipsco/Postal','true','代码家'),(2784,'57bb01f1421aa91265f4a3b6','2016-08-22T21:45:21.482Z','Android 炫酷发送效果 Demo,赶紧翻开代码学习学习。','[http://img.gank.io/94e01486-ff35-4515-8deb-c934ad73ed4d]','2016-08-23T11:29:45.813Z','chrome','Android','https://github.com/Jaouan/Sending-Animation-Example','true','代码家'),(2785,'57bb039e421aa9125fa3ed5e','2016-08-22T21:52:30.572Z','8-22',NULL,'2016-08-23T11:29:45.813Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f72v5ra09fj20u011hdit.jpg','true','代码家'),(2786,'57bb1013421aa9126b1a1585','2016-08-22T22:45:39.845Z','有了json-api-mock framework, 再也不用担心后端API还没开发好,无论多复杂的状态我也能Mock出来',NULL,'2016-08-23T11:29:45.813Z','web','Android','https://github.com/shanbay/mock-api','true','diaocow'),(2787,'57bbae92421aa9125fa3ed62','2016-08-23T10:01:54.511Z','Freeline - Android平台上的秒级编译方案',NULL,'2016-08-23T11:29:45.813Z','web','Android','https://yq.aliyun.com/articles/59177?spm=5176.100238.goodcont.51.bedUuR','true','XiaoGu'),(2788,'57b69303421aa93a804bea2b','2016-08-19T13:02:59.837Z','一个简单感人的动画短片,死神和鹿的故事。',NULL,'2016-08-22T11:29:37.164Z','web','休息视频','http://www.bilibili.com/video/av4039606/','true',NULL),(2789,'57b7b9b5421aa93a7603ed75','2016-08-20T10:00:21.932Z','Swift 实现:利用 OCR 实现拍照识别身份证信息,比如股票开户,P2P App 身份验证都需要类似功能',NULL,'2016-08-22T11:29:37.164Z','chrome','iOS','https://github.com/KevinGong2013/ChineseIDCardOCR','true','代码家'),(2790,'57b93f0d421aa950db66bcbd','2016-08-21T13:41:33.575Z','Feedback 工具箱,帮助开发者快速实现用户反馈功能','[http://img.gank.io/19b232f6-1865-41bb-b0d8-7b5ea76b8480]','2016-08-22T11:29:37.164Z','chrome','iOS','https://github.com/nishimao/FeedbackKit','true','代码家'),(2791,'57b93f9e421aa950cf8050ff','2016-08-21T13:43:58.241Z','8-22',NULL,'2016-08-22T11:29:37.164Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f71bezmt3tj20u00k0757.jpg','true','代码家'),(2792,'57b94112421aa950d7bc7b5b','2016-08-21T13:50:10.453Z','Swift 和 JavaVM 之间的 Bridge 引擎','[http://img.gank.io/3da288f2-35ce-4a3f-8419-af54bdd887d8, http://img.gank.io/69b9098d-555d-4e0a-b2a6-baeb0a68bd8f]','2016-08-22T11:29:37.164Z','chrome','iOS','https://github.com/SwiftJava/SwiftJava','true','代码家'),(2793,'57ba3aa2421aa950d35eb33e','2016-08-22T07:34:58.215Z','类似 Duolingo 的 Card 滑动和选择效果','[http://img.gank.io/45b036d6-432a-43ea-bd77-dd700672fc7c, http://img.gank.io/d340793d-e68f-4f07-8a68-226baccaebf0]','2016-08-22T11:29:37.164Z','chrome','Android','https://github.com/rubensousa/ViewPagerCards','true','代码家'),(2794,'57ba3adc421aa950db66bcbf','2016-08-22T07:35:56.993Z','封装 zxing 二维码扫描功能库,用起来更简单','[http://img.gank.io/7e400ffb-cfc3-4394-a922-e7ae9733fdf5, http://img.gank.io/6fb20036-642f-4f74-90ae-b123b0eee145, http://img.gank.io/c4018a72-ab2f-4dcd-a340-837a5e470e9e]','2016-08-22T11:29:37.164Z','chrome','Android','https://github.com/yipianfengye/android-zxingLibrary','true','代码家'),(2795,'57ba3b1f421aa950d35eb33f','2016-08-22T07:37:03.123Z','利用 Renderscript 实现的一个简单的模糊效果封装组件','[http://img.gank.io/73baa413-4d17-41ef-a64f-960adeeb77f2]','2016-08-22T11:29:37.164Z','chrome','Android','https://github.com/wl9739/BlurredView','true','代码家'),(2796,'57ba3c35421aa950db66bcc0','2016-08-22T07:41:41.25Z','漂亮的色彩渐变式背景效果。','[http://img.gank.io/2bd9b26c-8758-4aa1-84d9-7ae8306d4a06]','2016-08-22T11:29:37.164Z','chrome','Android','https://github.com/dynamitechetan/Flowing-Gradient','true','代码家'),(2797,'57ba3c84421aa950d7bc7b60','2016-08-22T07:43:00.364Z','基于相对位置实现弹出 PopupWindow','[http://img.gank.io/ef77f8b5-cc3d-466b-9aee-478ba3396c11]','2016-08-22T11:29:37.164Z','chrome','Android','https://github.com/kakajika/RelativePopupWindow','true','代码家'),(2798,'57ba638a421aa9125fa3ed54','2016-08-22T10:29:30.495Z','通过一行代码与ViewPager合体的跟随ViewPager移动的进度展示控件','[http://img.gank.io/da830207-1ce3-4472-b129-5cadd427c4aa]','2016-08-22T11:29:37.164Z','web','Android','https://github.com/hzw1199/android_ProcessBar','true','Adam Wu'),(2799,'57b26db0421aa93a804bea02','2016-08-16T09:34:40.465Z','他叫王德顺。44岁学英语,49岁北漂研究哑剧,50岁开始健身,57岁创造“活雕塑”,65岁学骑马,70岁练成腹肌,78岁骑摩托,79岁上T台。没有太晚,没有谁能阻止你奋斗,只要你下定决心。',NULL,'2016-08-19T11:26:30.163Z','chrome','休息视频','http://weibo.com/p/230444b13215e629ce3ba1f6ac5a94a2d019c5','true','lxxself'),(2800,'57b42355421aa93a804bea12','2016-08-17T16:41:57.951Z','Android Toast花式使用',NULL,'2016-08-19T11:26:30.163Z','web','Android','http://www.jianshu.com/p/5c5c8ee31ddb','true',NULL),(2801,'57b56da2421aa93a7603ed6c','2016-08-18T16:11:14.260Z','进度展示也可以这么玩~','[http://img.gank.io/f8f8fc52-5508-425d-b5c6-7aa1be166b33, http://img.gank.io/3089b46f-9a38-4379-9544-6012273e914d, http://img.gank.io/14782809-f6e6-4056-9460-2f08a4c284ff]','2016-08-19T11:26:30.163Z','web','Android','https://github.com/zhangke3016/SpecialProgressBar','true','张珂'),(2802,'57b57316421aa93a74c3463a','2016-08-18T16:34:30.801Z','Gradle多渠道打包(动态设定App名称,应用图标,替换常量,更改包名,变更渠道)',NULL,'2016-08-19T11:26:30.163Z','web','Android','http://www.jianshu.com/p/533240d222d3','true','Wing-Li'),(2803,'57b6468a421aa93a74c3463d','2016-08-19T07:36:42.158Z','基于 Floating Button 实现的菜单展开效果,做的非常棒!','[http://img.gank.io/141b077b-6570-4ec2-bf3b-63a97c52df9d]','2016-08-19T11:26:30.163Z','chrome','Android','https://github.com/andremion/Floating-Navigation-View','true','代码家'),(2804,'57b6481b421aa93a804bea22','2016-08-19T07:43:23.666Z','继承 UIImageView 实现的展示头像的 View,如果没有提供头像图片,这个组件会自动生成一个名字缩写的简单头像图片。','[http://img.gank.io/985a6e60-e831-420d-90c7-61e6a49479f2, http://img.gank.io/a248a49e-562f-413a-8765-3c22c2f77665, http://img.gank.io/0cf76b27-b7fa-44ed-8eb2-e6e432192b0e, http://img.gank.io/7faf8583-7957-466b-b9ad-37b1e8b8ccc3]','2016-08-19T11:26:30.163Z','chrome','iOS','https://github.com/ayushn21/AvatarImageView','true','代码家'),(2805,'57b648f5421aa93a7603ed6e','2016-08-19T07:47:01.168Z','一个帮你生成随机云朵的 View 效果,蛮有意思的','[http://img.gank.io/a12685ed-f682-44e4-8446-cd6b5c49a2a5]','2016-08-19T11:26:30.163Z','chrome','iOS','https://github.com/Boris-Em/Cloudy','true','代码家'),(2806,'57b64a28421aa93a78dd75eb','2016-08-19T07:52:08.345Z','iOS 引导页面,简单的小框架','[http://img.gank.io/8961c545-7906-446d-a021-c455d773582b]','2016-08-19T11:26:30.163Z','chrome','iOS','https://github.com/Athlee/OnboardingKit','true','代码家'),(2807,'57b64a5e421aa93a804bea24','2016-08-19T07:53:02.335Z','平滑移动的地图大头针,类似 Uber 和 滴滴','[http://img.gank.io/98e1b374-29e5-4156-8e8b-63fcd8c51600]','2016-08-19T11:26:30.163Z','chrome','iOS','https://github.com/ZeroJian/SmoothMovingAnnotation','true','代码家'),(2808,'57b64afd421aa93a804bea25','2016-08-19T07:55:41.559Z','深度学习第三方库收集',NULL,'2016-08-19T11:26:30.163Z','chrome','拓展资源','https://github.com/aymericdamien/TopDeepLearning','true','代码家'),(2809,'57b64b6d421aa93a804bea26','2016-08-19T07:57:33.576Z','8-19',NULL,'2016-08-19T11:26:30.163Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f6yq5xrdofj20u00u0aby.jpg','true','daimajia'),(2810,'57b64d47421aa93a804bea27','2016-08-19T08:05:27.909Z','Android 面试题收集,给不知道怎么面别人,或者面哪些问题合适的同学','[http://img.gank.io/6e997e33-b409-4a14-aa89-287c747dc3b0, http://img.gank.io/096527f2-798f-4152-8645-3bd5b7810123]','2016-08-19T11:26:30.163Z','chrome','Android','https://github.com/JackyAndroid/AndroidInterview-Q-A','true','代码家'),(2811,'57b67133421aa93a804bea28','2016-08-19T10:38:43.76Z','PowerShell 开源啦!',NULL,'2016-08-19T11:26:30.163Z','chrome','拓展资源','https://github.com/PowerShell/PowerShell?utm_campaign=explore-email&utm_medium=email&utm_source=newsletter&utm_term=daily','true','代码家'),(2812,'57b67283421aa93a804bea29','2016-08-19T10:44:19.103Z','一些实用 SVG 小 ICON,萌萌的','[http://img.gank.io/13715a99-44d2-40f4-aefd-a4d94021719f]','2016-08-19T11:26:30.163Z','chrome','前端','https://github.com/danklammer/bytesize-icons','true','代码家'),(2813,'57b13758421aa960022328b8','2016-08-15T11:30:32.819Z','Android开发人员不得不收集的代码(持续更新中)',NULL,'2016-08-18T12:55:02.929Z','chrome','Android','https://github.com/Blankj/AndroidUtilCode','true','LHF'),(2814,'57b27c03421aa93a74c3461e','2016-08-16T10:35:47.682Z','Android 上使用 NDK 编写 OpenGL ES 3.0',NULL,'2016-08-18T12:55:02.929Z','web','Android','https://github.com/redknotmiaoyuqiao/MyOpenGL','true','YuqiaoMiao'),(2815,'57b2aae0421aa93a804bea07','2016-08-16T13:55:44.859Z','巧用接口解耦分离实现','[http://img.gank.io/bea57132-2b34-47e2-a4cf-b5b3f75c10b5]','2016-08-18T12:55:02.929Z','chrome','Android','http://aigestudio.com/?p=100','true','AndWang'),(2816,'57b31c01421aa93a74c34629','2016-08-16T21:58:25.338Z','Mac OS 浮动置顶浏览器窗口,边看视频,边干活。','[http://img.gank.io/6f1c025c-449b-42b2-9350-72435f4bdc09]','2016-08-18T12:55:02.929Z','chrome','iOS','https://github.com/JadenGeller/Helium','true','代码家'),(2817,'57b320e5421aa93a78dd75d4','2016-08-16T22:19:17.578Z','小工具集:辅助你用 Swift 语言写 Command Line 程序。',NULL,'2016-08-18T12:55:02.929Z','chrome','iOS','https://github.com/oarrabi/Swiftline','true','代码家'),(2818,'57b32118421aa93a804bea0c','2016-08-16T22:20:08.324Z','iOS 漂亮的一个视察画廊效果库','[http://img.gank.io/4e7b632a-e846-439f-9823-e87a4a29d53a, http://img.gank.io/73e09da4-121d-4be9-b1cd-1dd2d70b1586]','2016-08-18T12:55:02.929Z','chrome','iOS','https://github.com/taglia3/TGLParallaxCarousel','true','代码家'),(2819,'57b322c0421aa93a804bea0d','2016-08-16T22:27:12.470Z','利用 Android 设备,通过蓝牙控制 Mac 设备解锁屏,一个蛮有意思的小工具','[http://img.gank.io/d7d29bc4-7c53-4961-8af3-3d9777257148, http://img.gank.io/39313b92-9df1-46f9-836b-ede1dd834251]','2016-08-18T12:55:02.929Z','chrome','iOS','https://github.com/pinetum/AirUnlock-for-Mac','true','代码家'),(2820,'57b33183421aa93a78dd75d7','2016-08-16T23:30:11.432Z','即使混蛋也能拯救他人,我以后也要做个捐献器官者。',NULL,'2016-08-18T12:55:02.929Z','chrome','休息视频','http://www.miaopai.com/show/F9SxfzdGXPgEZ98GAGWoHg__.htm','true','代码家'),(2821,'57b42403421aa93a804bea13','2016-08-17T16:44:51.686Z','用最简单的方式来自动构建和发布你的iOS和Android应用程序','[http://img.gank.io/330331c9-2501-43c6-a167-66715b5be21e]','2016-08-18T12:55:02.929Z','chrome','Android','https://github.com/fastlane/fastlane','true','dreamxuwj'),(2822,'57b44589421aa93a804bea15','2016-08-17T19:07:53.918Z','Mac下一个使用简单的反编译工具',NULL,'2016-08-18T12:55:02.929Z','web','Android','https://github.com/Jermic/Android-Crack-Tool','true','color'),(2823,'57b44c9b421aa93a7603ed5f','2016-08-17T19:38:03.618Z','关于 bind 你可能需要了解的知识点以及使用场景',NULL,'2016-08-18T12:55:02.929Z','web','前端','https://github.com/hanzichi/underscore-analysis/issues/18','true','子迟'),(2824,'57b468dd421aa93a78dd75e0','2016-08-17T21:38:37.946Z','nil/Nil/NULL/NSNull的来历',NULL,'2016-08-18T12:55:02.929Z','web','iOS','http://www.jianshu.com/p/8bd0ee30a778','true','CoderKo1o'),(2825,'57b53d22421aa93a74c34638','2016-08-18T12:44:18.965Z','8-18',NULL,'2016-08-18T12:55:02.929Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f6xsqw8057j20dw0kugpf.jpg','true','daimajia'),(2826,'57aeba42421aa949ef961f52','2016-08-13T14:12:18.350Z','对Coloring Buttons w/ ThemeOverlays & Background Tints文章的翻译。','[http://img.gank.io/491ac0e8-4c93-46ef-b145-90bf149f902d, http://img.gank.io/e8bb2c6c-3146-4c48-9fda-2aea77dc4ea3]','2016-08-17T11:38:52.656Z','web','Android','http://whataa.github.io/2016/08/13/[%E8%AF%91]Coloring%20Buttons%20with%20ThemeOverlays%20&%20Background%20Tints/','true',NULL),(2827,'57b16724421aa96000f7fc24','2016-08-15T14:54:28.610Z','为你的图片生成Low Poly风格图片的app','[http://img.gank.io/23928086-a5dd-445c-8804-c90a7f665c1b, http://img.gank.io/566a8e63-4edc-48ce-93d3-bbb361498ef2]','2016-08-17T11:38:52.656Z','web','Android','https://github.com/hugeterry/PloyFun','true',NULL),(2828,'57b31cfe421aa93a7603ed51','2016-08-16T22:02:38.492Z','超棒的 Web Design 收集帖',NULL,'2016-08-17T11:38:52.656Z','chrome','前端','https://github.com/nicolesaidy/awesome-web-design','true','代码家'),(2829,'57b31d65421aa93a7603ed52','2016-08-16T22:04:21.9Z','超棒的 React 组件收集!Awesome React Component!',NULL,'2016-08-17T11:38:52.656Z','chrome','拓展资源','https://github.com/brillout/awesome-react-components#ui-components','true','代码家'),(2830,'57b31e7d421aa93a804bea0b','2016-08-16T22:09:01.858Z','又一款 MD 风格的 Android 文件选择器组件,支持文件分类选取,交互不错。','[http://img.gank.io/8aa13601-670a-4230-bfad-c6cba6f118bd, http://img.gank.io/2b29c94b-e096-480a-875a-c80f9a6630c0, http://img.gank.io/9905905e-f4f0-4720-bd46-652b1d4e4ddd]','2016-08-17T11:38:52.656Z','chrome','Android','https://github.com/DroidNinja/Android-FilePicker','true','代码家'),(2831,'57b3205b421aa93a74c3462a','2016-08-16T22:16:59.223Z','当 App 崩溃的时候,它会帮你自动截屏并打开邮件反馈页面,提交崩溃页面日志以及截屏,超实用。','[http://img.gank.io/55272998-83c8-4faa-9271-9e43b3548e1e]','2016-08-17T11:38:52.656Z','chrome','iOS','https://github.com/Lickability/PinpointKit','true','代码家'),(2832,'57b32168421aa93a78dd75d5','2016-08-16T22:21:28.574Z','高仿微信支付键盘','[http://img.gank.io/c288039f-1b95-40fa-973c-0af2eaa0f35b]','2016-08-17T11:38:52.656Z','chrome','Android','https://github.com/zuiwuyuan/WeChatPswKeyboard','true','Jason'),(2833,'57b3219f421aa93a74c3462b','2016-08-16T22:22:23.485Z','iOS 蓝牙工具封装库,让你更容易的操作蓝牙',NULL,'2016-08-17T11:38:52.656Z','chrome','iOS','https://github.com/rhummelmose/BluetoothKit','true','代码家'),(2834,'57b32320421aa93a804bea0e','2016-08-16T22:28:48.141Z','RxMarble:学习 RxSwift 的一款辅助工具','[http://img.gank.io/4fcdf603-4186-4931-9e72-60baaa41c093]','2016-08-17T11:38:52.656Z','chrome','iOS','https://github.com/RxSwiftCommunity/RxMarbles','true','代码家'),(2835,'57b32410421aa93a7603ed54','2016-08-16T22:32:48.269Z','Swift 实现的全屏 Overlay 效果,可以用来做一些前卫的设计','[http://img.gank.io/20474c92-9d61-4d9c-afb3-7244645c0484, http://img.gank.io/61eb40b4-d743-48ea-80a9-1478b9595dff]','2016-08-17T11:38:52.656Z','chrome','iOS','https://github.com/edwinbosire/SwiflyOverlay','true','代码家'),(2836,'57b326d8421aa93a74c3462c','2016-08-16T22:44:40.54Z','8-17',NULL,'2016-08-17T11:38:52.656Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f6vyy5a99ej20u011gq87.jpg','true','代码家'),(2837,'57b32c94421aa93a74c3462d','2016-08-16T23:09:08.267Z','爱因斯坦成功的秘诀(有点儿长,但是很有意思',NULL,'2016-08-17T11:38:52.656Z','chrome','休息视频','http://www.bilibili.com/video/av4543270/','true','代码家'),(2838,'57b1279f421aa960022328b7','2016-08-15T10:23:27.708Z','又一个简洁美观的干货集中营Android客户端Gank, 主要基于RxJava+Retrofit+Glide+Dagger2 & Facebook的Flux架构','[http://img.gank.io/517c3631-10f6-4230-b835-4f2595c8a669, http://img.gank.io/02f90e5a-89a7-416b-b0a0-6c105c9ed4a5]','2016-08-16T11:22:38.139Z','web','App','https://github.com/JohnnyShieh/Gank','true','Johnny Shieh'),(2839,'57b1323c421aa96004f4ba39','2016-08-15T11:08:44.341Z','Android Studio plugin makes easy to search text in strings resources.','[http://img.gank.io/ddf3b5a6-59e4-443d-82ec-4ba83b4dab2e]','2016-08-16T11:22:38.139Z','chrome','Android','https://github.com/konifar/android-strings-search-plugin','true','Masayuki Suda'),(2840,'57b1485a421aa96004f4ba3e','2016-08-15T12:43:06.204Z','10款好玩的linux终端游戏',NULL,'2016-08-16T11:22:38.139Z','chrome','瞎推荐','https://itsfoss.com/best-command-line-games-linux/?utm_source=newsletter&utm_medium=email&utm_campaign=best_linux_terminal_games_and_other_linux_stories','true','tripleCC'),(2841,'57b15b82421aa95ffc6194ca','2016-08-15T14:04:50.141Z','高仿 爱范儿','[http://img.gank.io/324dd126-7923-45c2-92fa-4ed758c67457, http://img.gank.io/04d5d22c-08bd-4b02-a4d6-aa184af11fa1]','2016-08-16T11:22:38.139Z','chrome','App','https://github.com/iCodeForever/ifanr','true','Jason'),(2842,'57b18127421aa96004f4ba3f','2016-08-15T16:45:27.139Z','Simplenote for Android 支持 Android Wear 还有 iOS 版',NULL,'2016-08-16T11:22:38.139Z','web','Android','https://github.com/Automattic/simplenote-android','true','andyiac'),(2843,'57b198ff421aa96000f7fc25','2016-08-15T18:27:11.762Z','仿Slack的Loading动画','[http://img.gank.io/3097daa7-071b-4fe0-9d40-b568f2a2ebb4]','2016-08-16T11:22:38.139Z','web','Android','https://github.com/JeasonWong/SlackLoadingView','true','WANG Yu-wei'),(2844,'57b19f84421aa96004f4ba40','2016-08-15T18:55:00.874Z','刷新组件是更换的时候啦!!!轻量级而又无所不能','[http://img.gank.io/2378c0e8-4bf8-42ee-bed2-f066cd44ac28, http://img.gank.io/79056e25-c408-4efa-af60-0601da5fb5bc]','2016-08-16T11:22:38.139Z','web','Android','https://github.com/dinuscxj/RecyclerRefreshLayout','true','dinus_developer'),(2845,'57b1ac22421aa960022328ba','2016-08-15T19:48:50.714Z','Android Splash页秒开,带你重新认识Activity白屏,Activity黑屏',NULL,'2016-08-16T11:22:38.139Z','web','Android','http://blog.csdn.net/yanzhenjie1003/article/details/52201896','true','严振杰'),(2846,'57b1d83b421aa96004f4ba41','2016-08-15T22:56:59.779Z','通过 JSON 来配置你的组件属性(颜色,字体,Title 等等)','[http://img.gank.io/44532350-ac68-44b0-aa65-d40e04d15e8f]','2016-08-16T11:22:38.139Z','chrome','iOS','https://github.com/146BC/StyleKit','true','代码家'),(2847,'57b1d8f2421aa96004f4ba42','2016-08-15T23:00:02.904Z','来疯直播开源的一套直播相关的工具集','[http://img.gank.io/bdc24e04-e235-4267-ad26-24393bfc36e5]','2016-08-16T11:22:38.139Z','chrome','iOS','https://github.com/LaiFengiOS/LFLiveKit','true','代码家'),(2848,'57b1d951421aa95ffc6194cf','2016-08-15T23:01:37.521Z','Uber 开源的一个辅助 iOS 联系人操作库,帮你更容易的展示设备联系人信息,操作联系人信息。','[http://img.gank.io/de031b81-c5b6-467c-9132-680ac418face]','2016-08-16T11:22:38.139Z','chrome','iOS','https://github.com/uber/ohana-ios','true','代码家'),(2849,'57b1de16421aa95ffc6194d0','2016-08-15T23:21:58.951Z','桂纶镁拍得一个很走心的广告,人生就是一个不断告别的过程,告别让我们遇见更好的自己!',NULL,'2016-08-16T11:22:38.139Z','chrome','休息视频','http://www.miaopai.com/show/do51ixx3GpEDD58eL46r2Q__.htm','true','代码家'),(2850,'57b1e341421aa93a804be9ff','2016-08-15T23:44:01.838Z','想要你的程序安全无比?!快核对这个手册吧!',NULL,'2016-08-16T11:22:38.139Z','chrome','拓展资源','https://github.com/FallibleInc/security-guide-for-developers/blob/master/security-checklist-zh.md','true','代码家'),(2851,'57b1e3b1421aa93a78dd75c9','2016-08-15T23:45:53.814Z','在你的 Mac 上接收 Android 设备发来的消息。','[http://img.gank.io/17b5a312-b674-4270-9cbd-79bcef42f73e, http://img.gank.io/823f36aa-464f-4ae8-9949-3c317b05fa5f, http://img.gank.io/a224101a-1e5a-4370-bd5e-22660fd741f7]','2016-08-16T11:22:38.139Z','chrome','iOS','https://github.com/jariz/Noti','true','代码家'),(2852,'57b1e41d421aa93a804bea00','2016-08-15T23:47:41.110Z','816',NULL,'2016-08-16T11:22:38.139Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f6uv5gbsa9j20u00qxjt6.jpg','true','代码家'),(2853,'57b1e59e421aa93a74c3461d','2016-08-15T23:54:06.731Z','非常非常棒的一系列 python 机器学习(Machine Learning)实践入门教程!',NULL,'2016-08-16T11:22:38.139Z','chrome','拓展资源','http://www.johnwittenauer.net/machine-learning-exercises-in-python-part-1/','true','代码家'),(2854,'57ad49a6421aa94a0226e658','2016-08-12T11:59:34.857Z','张老师又来了,各位同学,北京机会多,北京钱多,但是不是你想那样... 哈哈哈哈哈 笑惨了!',NULL,'2016-08-15T11:27:22.462Z','chrome','休息视频','http://weibo.com/p/23044483bb9d5cf510e4634012c3056a6c9105','true','代码家'),(2855,'57ad9259421aa949ef961f4e','2016-08-12T17:09:45.91Z','N的启动动画',NULL,'2016-08-15T11:27:22.462Z','chrome','Android','https://github.com/ybq/nougat-boot-animation','true','Dear宅学长'),(2856,'57adb121421aa94a00ef311c','2016-08-12T19:21:05.578Z','实时相机滤镜',NULL,'2016-08-15T11:27:22.462Z','chrome','Android','https://github.com/nekocode/CameraFilter','true','Dear宅学长'),(2857,'57ae89ce421aa94a00ef3121','2016-08-13T10:45:34.772Z','仿制 iOS 版本的 Youtube',NULL,'2016-08-15T11:27:22.462Z','chrome','iOS','https://github.com/aslanyanhaik/youtube-iOS','true','代码家'),(2858,'57aeb923421aa94a0226e65e','2016-08-13T14:07:31.413Z','Android application to create and edit Pdf files',NULL,'2016-08-15T11:27:22.462Z','chrome','App','https://github.com/scoute-dich/PDFCreator','true','蒋朋'),(2859,'57aff27f421aa96000f7fc1b','2016-08-14T12:24:31.156Z','又一个很棒的 Swift 实现的动画框架','[http://img.gank.io/af99b5b4-e69c-4563-b655-bc8b3e62f636]','2016-08-15T11:27:22.462Z','chrome','iOS','https://github.com/Trxy/TRX','true','代码家'),(2860,'57aff508421aa960022328b1','2016-08-14T12:35:20.166Z','React Native 学习笔记,总结的还不错咯',NULL,'2016-08-15T11:27:22.462Z','chrome','拓展资源','https://github.com/crazycodeboy/RNStudyNotes','true','代码家'),(2861,'57aff527421aa960022328b2','2016-08-14T12:35:51.386Z','那些超棒的 Linux 开源软件','[http://img.gank.io/38f29bd5-a514-44e3-88c5-112187c45684]','2016-08-15T11:27:22.462Z','chrome','拓展资源','https://github.com/VoLuong/Awesome-Linux-Software','true','代码家'),(2862,'57aff68f421aa95ffc6194c3','2016-08-14T12:41:51.743Z','淺析 serverless 架構與實作','[http://img.gank.io/efa1d684-acf3-42cc-853e-61beeede1c0e]','2016-08-15T11:27:22.462Z','chrome','拓展资源','http://abalone0204.github.io/2016/05/22/serverless-simple-crud/','true','代码家'),(2863,'57aff6ad421aa960022328b3','2016-08-14T12:42:21.409Z','给 iOS 开发者准备的一些 podcast!','[http://img.gank.io/5a033360-abc7-4880-818f-08a4b02ba899]','2016-08-15T11:27:22.462Z','chrome','iOS','https://github.com/vermont42/Podcasts','true','代码家'),(2864,'57affb44421aa96000f7fc1c','2016-08-14T13:01:56.534Z','随机跳到一个 V2EX 用户的博客去。',NULL,'2016-08-15T11:27:22.462Z','chrome','瞎推荐','http://v2ex.chann.org/','true','代码家'),(2865,'57affba4421aa96004f4ba34','2016-08-14T13:03:32.268Z','一张图浓缩 Javascript','[http://img.gank.io/5bfa7a92-ed62-45cd-84b6-17539f700ff8]','2016-08-15T11:27:22.462Z','chrome','前端','https://github.com/coodict/javascript-in-one-pic','true','代码家'),(2866,'57b10a9b421aa96004f4ba37','2016-08-15T08:19:39.899Z','8.15',NULL,'2016-08-15T11:27:22.462Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f6u4boc0k2j20u00u0gni.jpg','true','代码家'),(2867,'57b10dc9421aa96004f4ba38','2016-08-15T08:33:13.7Z','Android 支持拖拽排序的流式标签布局','[http://img.gank.io/5bbe9ecd-e797-469d-b391-5ca78e57e9fe]','2016-08-15T11:27:22.462Z','chrome','Android','https://github.com/LightSun/android-drag-FlowLayout','true','代码家'),(2868,'57b10f02421aa960022328b5','2016-08-15T08:38:26.48Z','一款带有漂亮动画的 Android 图表 Chart 库','[http://img.gank.io/3f528271-eb4b-4535-8334-acb62ab5deba, http://img.gank.io/f8831612-8b3e-4194-b9a3-92550256254e, http://img.gank.io/13563883-1191-4f49-bead-c86b73d81a88]','2016-08-15T11:27:22.462Z','chrome','Android','https://github.com/mychoices/Jgraph','true','代码家'),(2869,'5773da8b421aa97a53656c1a','2016-06-29T22:26:19.693Z','Drip Into a River 水滴汇集下载效果 - Part I','[http://upload-images.jianshu.io/upload_images/208988-f3e0002ca3c5d3a4.jpeg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240, http://upload-images.jianshu.io/upload_images/208988-5e3a0b3cf1b7df75.gif?imageMogr2/auto-orient/strip, http://upload-images.jianshu.io/upload_images/208988-5dd59b8d1c711cb2.gif?imageMogr2/auto-orient/strip]','2016-08-12T11:39:10.578Z','api','iOS','http://www.jianshu.com/p/b7a58a56cb90?url_type=39&object_type=webpage&pos=1','true','tripleCC'),(2870,'57ac1342421aa949ef961f3f','2016-08-11T13:55:14.853Z','实现动态模糊',NULL,'2016-08-12T11:39:10.578Z','web','Android','http://blog.csdn.net/wl9739/article/details/51955598','true',NULL),(2871,'57ac175e421aa94a0226e654','2016-08-11T14:12:46.69Z','清楚明了的自定义View流程','[http://upload-images.jianshu.io/upload_images/1336465-ff9f93d22ef1f6cd?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240, http://upload-images.jianshu.io/upload_images/1336465-b963069f199c5bb3?imageMogr2/auto-orient/strip]','2016-08-12T11:39:10.578Z','chrome','Android','http://www.jianshu.com/p/86e867b9bee8','true','打哈哈'),(2872,'57ac6af3421aa94a077b354f','2016-08-11T20:09:23.108Z','Retrofit进阶',NULL,'2016-08-12T11:39:10.578Z','web','Android','http://www.jianshu.com/p/a0fd69380735','true',NULL),(2873,'57aca861421aa949ef961f48','2016-08-12T00:31:29.798Z','一个简单,强大的广告活动弹窗控件\n','[https://github.com/yipianfengye/android-adDialog/raw/master/images/ezgif.com-video-to-gif2.gif, https://github.com/yipianfengye/android-adDialog/raw/master/images/ezgif.com-video-to-gif6.gif]','2016-08-12T11:39:10.578Z','chrome','Android','https://github.com/yipianfengye/android-adDialog','true','Jason'),(2874,'57ad3de2421aa94a00ef3117','2016-08-12T11:09:22.469Z','Simplenote 开源了 iOS 版本的 App',NULL,'2016-08-12T11:39:10.578Z','chrome','iOS','https://github.com/Automattic/simplenote-ios','true','代码家'),(2875,'57ad3ee0421aa94a077b3552','2016-08-12T11:13:36.231Z','类似微信和 QQ 的一组头像效果','[https://camo.githubusercontent.com/0d537ca7b06f326f33b98c067328edf53b46e3f1/68747470733a2f2f6661726d392e737461746963666c69636b722e636f6d2f383839322f32373830373932363136345f376464653439356331345f6f2e706e67]','2016-08-12T11:39:10.578Z','chrome','iOS','https://github.com/ttmdung203/MDGroupAvatarView','true','代码家'),(2876,'57ad4023421aa949ef961f4b','2016-08-12T11:18:59.569Z','8-12',NULL,'2016-08-12T11:39:10.578Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f6qsn74e3yj20u011htc6.jpg','true','代码家'),(2877,'57ad41e4421aa94a077b3553','2016-08-12T11:26:28.497Z','爱酱小时候,边打球边哭,太可爱了~~',NULL,'2016-08-12T11:39:10.578Z','chrome','休息视频','http://weibo.com/p/230444d389e174bf27572c56c38c4f1366137c','true','Allen'),(2878,'5718ed8067765974f885bf4e','2016-04-21T23:10:56.276Z','俄罗斯小哥Oleg Cricket,这是他在迪拜某高楼拍的视频,近距离感受下什么叫战斗民族。。',NULL,'2016-08-11T12:07:01.963Z','chrome','休息视频','http://weibo.com/p/230444a15ab25498ca6d014542cb3be5a55b4c','true','LHF'),(2879,'57a9a6ef421aa90b3aac1ed9','2016-08-09T17:48:31.172Z','安卓音频录制','[https://raw.githubusercontent.com/adrielcafe/AndroidAudioRecorder/master/screenshots.png]','2016-08-11T12:07:01.963Z','chrome','Android','https://github.com/adrielcafe/AndroidAudioRecorder','true','蒋朋'),(2880,'57aa06eb421aa90b3cb7b0c2','2016-08-10T00:38:03.56Z','瞬间爆炸菜单按钮的iOS版本,新增两种按钮和可拖拽等新特性。',NULL,'2016-08-11T12:07:01.963Z','web','iOS','https://github.com/Nightonke/VHBoomMenuButton','true','Weiping Huang'),(2881,'57aa8f7b421aa90b3aac1ee4','2016-08-10T10:20:43.504Z','imagepicker(图片选择器)','[https://raw.githubusercontent.com/917386389/imagepickerdemo/master/app/src/4.gif]','2016-08-11T12:07:01.963Z','web','Android','https://github.com/917386389/imagepickerdemo','true','fsuper'),(2882,'57aae9ef421aa90c2c3ecb17','2016-08-10T16:46:39.678Z','Android 开发之 App 启动时间统计',NULL,'2016-08-11T12:07:01.963Z','web','Android','http://www.jianshu.com/p/c967653a9468','true','单刀土豆'),(2883,'57aafbae421aa90c1dcbcbb8','2016-08-10T18:02:22.207Z','Add a headview for any view and supports sticking the navigator on the top when ItemView scrolls.','[https://github.com/w446108264/ScrollableLayout/raw/master/output/p5.jpg, https://github.com/w446108264/ScrollableLayout/raw/master/output/show.gif]','2016-08-11T12:07:01.963Z','chrome','Android','https://github.com/w446108264/ScrollableLayout','true','dreamxuwj'),(2884,'57abee04421aa93faddbfb58','2016-08-11T11:16:20.682Z','页面切换指示器','[https://github.com/popwarsweet/PageControls/raw/master/demo.gif]','2016-08-11T12:07:01.963Z','chrome','iOS','https://github.com/popwarsweet/PageControls','true','代码家'),(2885,'57abf032421aa93faddbfb59','2016-08-11T11:25:38.383Z','盘点那些超棒的 Telegram 机器人',NULL,'2016-08-11T12:07:01.963Z','chrome','瞎推荐','https://github.com/DenisIzmaylov/awesome-telegram-bots','true','代码家'),(2886,'57abf148421aa93faddbfb5a','2016-08-11T11:30:16.863Z','雅虎开源的一系列 UI 组件,目前只放出了图片选择器组件,做的相当棒,期待雅虎更多的分析。','[https://github.com/yahoo/YangMingShan/raw/master/media/ymsphotopicker-demo.gif, https://github.com/yahoo/YangMingShan/raw/master/media/ymsphotopicker-theme.gif]','2016-08-11T12:07:01.963Z','chrome','iOS','https://github.com/yahoo/YangMingShan','true','代码家'),(2887,'57abf5ac421aa93fa66e8406','2016-08-11T11:49:00.660Z','8.11',NULL,'2016-08-11T12:07:01.963Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f6pnw6i7lqj20u00u0tbr.jpg','true','代码家'),(2888,'56efcc4c677659164d5643ca','2016-03-21T18:26:20.122Z','android 加载动画','[https://raw.githubusercontent.com/ybq/AndroidSpinKit/master/art/screen.gif, https://raw.githubusercontent.com/ybq/AndroidSpinKit/master/art/screen2.gif]','2016-08-10T11:37:13.981Z','chrome','Android','https://github.com/ybq/AndroidSpinKit','true','ybq'),(2889,'56fce1dd67765933d8be9188','2016-03-31T16:37:49.476Z','Welcome Coordinator for Android','[https://github.com/txusballesteros/welcome-coordinator/raw/master/assets/welcome_demo.gif]','2016-08-10T11:37:13.981Z','chrome','Android','https://github.com/txusballesteros/welcome-coordinator','true','Masayuki Suda'),(2890,'57a9c919421aa90b3aac1edb','2016-08-09T20:14:17.385Z','Android任意添加贴纸,支持添加Bitmap和Drawable','[https://github.com/wuapnjie/StickerView/raw/master/screenshots/stickerview.gif]','2016-08-10T11:37:13.981Z','web','Android','https://github.com/wuapnjie/StickerView','true','FlyingSnowBean'),(2891,'57a9fa9a421aa90b38e829c6','2016-08-09T23:45:30.933Z','iOS 中的 block 是如何持有对象的',NULL,'2016-08-10T11:37:13.981Z','web','Android','http://draveness.me/block-retain-object/','true','Draveness'),(2892,'57aa7241421aa90b3aac1edd','2016-08-10T08:16:01.833Z','漂亮的变换引导效果','[https://github.com/eoinfogarty/Onboarding/raw/master/graphics/example.gif]','2016-08-10T11:37:13.981Z','chrome','Android','https://github.com/eoinfogarty/Onboarding','true','代码家'),(2893,'57aa72eb421aa90b3aac1ede','2016-08-10T08:18:51.657Z','Button 拉长展开效果','[https://github.com/daniel-martins-IR/MagicButton/raw/master/app/src/main/res/drawable/giphy.gif]','2016-08-10T11:37:13.981Z','chrome','Android','https://github.com/daniel-martins-IR/MagicButton','true','代码家'),(2894,'57aa7d5c421aa90b3aac1edf','2016-08-10T09:03:24.470Z','Java8 实用字符串操作库',NULL,'2016-08-10T11:37:13.981Z','chrome','Android','https://github.com/shekhargulati/strman-java','true','代码家'),(2895,'57aa7e77421aa90b3aac1ee0','2016-08-10T09:08:07.150Z','林纳斯•托瓦兹:Linux 操作系统之父',NULL,'2016-08-10T11:37:13.981Z','web','休息视频','http://v.youku.com/v_show/id_XMTY1MjYyNjkyOA==.html','true','龙龙童鞋'),(2896,'57aa8895421aa90b35e1f408','2016-08-10T09:51:17.946Z','iOS 图片裁切辅助工具库','[https://github.com/3tinkers/TKImageView/raw/master/TKImageViewDemo/resources/sample0.gif]','2016-08-10T11:37:13.981Z','chrome','iOS','https://github.com/3tinkers/TKImageView','true','3tinkers'),(2897,'57aa89b1421aa90b38e829c7','2016-08-10T09:56:01.789Z','Swift 实现的圆形头像小库子','[https://camo.githubusercontent.com/bc9df1b450d368e2c4a149f6d281e6fcc40bbb43/687474703a2f2f6b616c61692e67722f77702d636f6e74656e742f75706c6f6164732f323031362f30382f5377696674794176617461722d4265666f72652d313639783330302e706e67, https://camo.githubusercontent.com/38e3bfb71667ab44f10aad6701f3b7684faff5e8/687474703a2f2f6b616c61692e67722f77702d636f6e74656e742f75706c6f6164732f323031362f30382f5377696674794176617461722d41667465722d313639783330302e706e67]','2016-08-10T11:37:13.981Z','chrome','iOS','https://github.com/dkalaitzidis/SwiftyAvatar','true','代码家'),(2898,'57aa8bd6421aa90b35e1f409','2016-08-10T10:05:10.118Z','做的很有意思的一个同步辅助工具库,可以做一些好玩儿的事情,比如本地配置和服务器配置同步,本地文件实时同步到服务器,或者可以本地书写长文实时同步到手机等等','[https://github.com/krzysztofzablocki/KZFileWatchers/raw/master/Images/Demo.gif]','2016-08-10T11:37:13.981Z','chrome','iOS','https://github.com/krzysztofzablocki/KZFileWatchers','true','代码家'),(2899,'57aa8c8a421aa90b3aac1ee1','2016-08-10T10:08:10.911Z','8-10',NULL,'2016-08-10T11:37:13.981Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f6ofd28kr6j20dw0kudgx.jpg','true','代码家'),(2900,'57a20a4b421aa91e2606477f','2016-08-03T23:14:19.12Z','有影射啊:假如买菜的流程很繁琐',NULL,'2016-08-09T11:30:16.672Z','chrome','休息视频','http://weibo.com/p/2304449bc13898b750fcc8e876a3c1a80920a0','true','lxxself'),(2901,'57a83a61421aa90b35e1f3f6','2016-08-08T15:53:05.219Z','腾讯 QMUI 团队出品,一个旨在提高 UI 开发效率、快速产生项目 UI 的前端工作流',NULL,'2016-08-09T11:30:16.672Z','web','前端','https://github.com/QMUI/qmui_web','true','Kayo'),(2902,'57a8461b421aa90b35e1f3f7','2016-08-08T16:43:07.738Z','人工智能、机器学习、深度学习合体的图片资源识别库','[https://github.com/hanuor/onyx/raw/master/anim2.gif]','2016-08-09T11:30:16.672Z','chrome','Android','https://github.com/hanuor/onyx','true','蒋朋'),(2903,'57a8501e421aa90b35e1f3f8','2016-08-08T17:25:50.562Z','利用Camera和Matrix实现有趣的卡片效果',NULL,'2016-08-09T11:30:16.672Z','web','Android','http://blog.csdn.net/zhangke3016/article/details/52143339','true','张珂'),(2904,'57a8505b421aa90b3aac1ecf','2016-08-08T17:26:51.615Z','Android中利用Camera与Matrix实现3D效果详解',NULL,'2016-08-09T11:30:16.672Z','web','Android','http://blog.csdn.net/zhangke3016/article/details/52093776','true','张珂'),(2905,'57a8658f421aa90b3cb7b0b2','2016-08-08T18:57:19.39Z','仿即刻首页滚动效果',NULL,'2016-08-09T11:30:16.672Z','web','Android','https://github.com/JeasonWong/JikeGallery','true','郑铉'),(2906,'57a94857421aa90b3cb7b0b6','2016-08-09T11:04:55.684Z','iOS 掉落通知效果','[https://github.com/cre8it/EVWDropDownNotification/raw/master/Screenshots/EVWDropdownNotification.gif]','2016-08-09T11:30:16.672Z','chrome','iOS','https://github.com/cre8it/EVWDropDownNotification','true','代码家'),(2907,'57a948c5421aa90b3cb7b0b7','2016-08-09T11:06:45.467Z','自动随文本高度变化的 TextView 。','[https://github.com/ruslanskorb/RSKGrowingTextView/raw/master/RSKGrowingTextViewExample/RSKGrowingTextViewExample.gif]','2016-08-09T11:30:16.672Z','chrome','iOS','https://github.com/ruslanskorb/RSKGrowingTextView','true','代码家'),(2908,'57a948f2421aa90b38e829bd','2016-08-09T11:07:30.364Z','漂亮的 iOS 图片裁切工具库','[https://github.com/TimOliver/TOCropViewController/raw/master/screenshot.jpg, https://raw.githubusercontent.com/TimOliver/TOCropViewController/master/breakdown.jpg]','2016-08-09T11:30:16.672Z','chrome','iOS','https://github.com/TimOliver/TOCropViewController','true','代码家'),(2909,'57a94a33421aa90b38e829be','2016-08-09T11:12:51.255Z','8.9',NULL,'2016-08-09T11:30:16.672Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f6nbm78pplj20dw0i2djy.jpg','true','代码家'),(2910,'57a42896421aa90d39e709f6','2016-08-05T13:48:06.331Z','可以实现好多种音效的播放器',NULL,'2016-08-08T11:47:45.839Z','web','Android','http://android-openslmediaplayer.h6ah4i.com/','true','color'),(2911,'57a6b619421aa90b38e829a6','2016-08-07T12:16:25.447Z','带有萌萌特效的 Switch CSS 效果',NULL,'2016-08-08T11:47:45.839Z','web','前端','https://github.com/validvoid/ButterSwitch','true','代码家'),(2912,'57a7361f421aa90b38e829ab','2016-08-07T21:22:39.856Z','Android 摄像头实时滤镜',NULL,'2016-08-08T11:47:45.839Z','web','Android','https://github.com/WeLikeVis/CameraFilter','true','nekocode'),(2913,'57a76148421aa90b3cb7b0ad','2016-08-08T00:26:48.446Z','iOS 持续集成--Travis CI + Fir.im自动编译发布',NULL,'2016-08-08T11:47:45.839Z','web','iOS','http://yeziahehe.com/2016/08/07/use_travis_ci_for_ios_project/','true','Fan Ye'),(2914,'57a7df16421aa90b35e1f3eb','2016-08-08T09:23:34.895Z','白岩松的对开幕式的吐槽解说精华合辑版!你们随意感受下这位国家级段子手。。。全程笑点',NULL,'2016-08-08T11:47:45.839Z','chrome','休息视频','http://www.miaopai.com/show/cF8q9ntjKeV88LSnvTjnyA__.htm','true','lxxself'),(2915,'57a7e859421aa90b38e829b0','2016-08-08T10:03:05.692Z','iOS 交互效果很不错的一个图片选择器','[https://camo.githubusercontent.com/dbd319650211d16b578c117c134636473964180d/687474703a2f2f7777342e73696e61696d672e636e2f6c617267652f303036744e633739677731663662316b31627674726a3330377630613461617a2e6a7067, https://camo.githubusercontent.com/702de2da7883d88655a78e488f07d8f386a24f25/687474703a2f2f7777312e73696e61696d672e636e2f6c617267652f303036744e6337396777316636623375706a6669346a33303776306133676d6f2e6a7067, https://camo.githubusercontent.com/d714c84b66761f67af5f38d1aa4d3b6563cbc564/687474703a2f2f7777312e73696e61696d672e636e2f6c617267652f303036744e633739677731663662316b39646d68686a333037763061376162362e6a7067]','2016-08-08T11:47:45.839Z','chrome','iOS','https://github.com/cbangchen/CBImagePicker','true','代码家'),(2916,'57a7e8b0421aa90b3aac1ec6','2016-08-08T10:04:32.871Z','仿 Evernote 的列表的下拉弹性效果,之前一直很好奇这个的实现原理,终于有人做出来了。','[https://camo.githubusercontent.com/caa326ef59ab1ca6f16c639d3639f98e835b6dd9/687474703a2f2f7777312e73696e61696d672e636e2f6d773639302f30303662645137716a773166357876307336736730673330623430697171376d2e676966]','2016-08-08T11:47:45.839Z','chrome','iOS','https://github.com/imwangxuesen/EvernoteAnimation','true','代码家'),(2917,'57a7e929421aa90b38e829b1','2016-08-08T10:06:33.904Z','基于 Google GVR 封装的一款简单的 VR 视频播放器,推荐的原因是 VR 这么火,但是跟 VR 相关的开源项目较少,值得留意。',NULL,'2016-08-08T11:47:45.839Z','chrome','iOS','https://github.com/KaelYHB/VRMediaPlayer-iOS','true','代码家'),(2918,'57a7eae4421aa90b35e1f3ec','2016-08-08T10:13:56.28Z','8.8',NULL,'2016-08-08T11:47:45.839Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f6m4aj83g9j20zk1hcww3.jpg','true','代码家'),(2919,'57a7ec47421aa90b3aac1ec7','2016-08-08T10:19:51.557Z','简洁漂亮的 Gallery 组件',NULL,'2016-08-08T11:47:45.839Z','chrome','前端','https://github.com/sachinchoolur/lightgallery.js','true','代码家'),(2920,'57a7fcdb421aa90b35e1f3ee','2016-08-08T11:30:35.287Z','漂亮动画效果的 Checkbox,洋气!很标准的一个自定义组件,同时又是 很不错的 Path, PathMeasure 的一个学习教材。','[https://github.com/CoXier/CheckBox/raw/master/art/screenshot.gif]','2016-08-08T11:47:45.839Z','chrome','Android','https://github.com/CoXier/CheckBox','true','代码家'),(2921,'57a7feff421aa90b38e829b2','2016-08-08T11:39:43.834Z','利用双面镜实现一个酷酷的家庭智能镜面终端!','[https://cdn-learn.adafruit.com/guides/images/000/001/147/medium800/android-mirror-01-small.jpg?1448302289]','2016-08-08T11:47:45.839Z','chrome','瞎推荐','https://learn.adafruit.com/android-smart-home-mirror','true','代码家'),(2922,'579ad085421aa91e26064733','2016-07-29T11:41:57.688Z','一个用键盘来调整窗口摆放位置的app',NULL,'2016-08-05T11:31:58.293Z','web','App','https://github.com/eczarny/spectacle','true','color'),(2923,'579c197c421aa90d36e960bf','2016-07-30T11:05:32.987Z','有个好莱坞做特效的爸爸是一种什么样的体验? 卧槽简直吊炸天,最后一个我下巴都跟着掉了!',NULL,'2016-08-05T11:31:58.293Z','chrome','休息视频','http://weibo.com/p/230444058a763da0c7ddff016823859a9b38ed','true','lxxself'),(2924,'57a04b9e421aa90d36e960ef','2016-08-02T15:28:30.746Z','图片滤镜,便捷的编辑图片并获取位图',NULL,'2016-08-05T11:31:58.293Z','web','Android','https://github.com/Zomato/AndroidPhotoFilters?utm_campaign=explore-email&utm_medium=email&utm_source=newsletter&utm_term=weekly','true','littleMark'),(2925,'57a202f6421aa90d36e96108','2016-08-03T22:43:02.627Z','Android 复杂的多类型列表视图新写法:drakeet/MultiType',NULL,'2016-08-05T11:31:58.293Z','web','Android','https://github.com/drakeet/MultiType','true','drakeet'),(2926,'57a3489d421aa91e26064787','2016-08-04T21:52:29.704Z','MD登录风格','[https://raw.githubusercontent.com/fanrunqi/MaterialLogin/master/screenshots/c.png, https://raw.githubusercontent.com/fanrunqi/MaterialLogin/master/screenshots/b.png]','2016-08-05T11:31:58.293Z','chrome','Android','https://github.com/fanrunqi/MaterialLogin','true','Jason'),(2927,'57a36da4421aa90d36e9611f','2016-08-05T00:30:28.173Z','一步一步教你上传自己的 Library 到 JCenter',NULL,'2016-08-05T11:31:58.293Z','web','Android','http://blog.lufficc.com/2016/08/05/%E4%B8%80%E6%AD%A5%E4%B8%80%E6%AD%A5%E6%95%99%E4%BD%A0%E4%B8%8A%E4%BC%A0%E8%87%AA%E5%B7%B1%E7%9A%84-Library-%E5%88%B0-JCenter/','true',NULL),(2928,'57a3d8ed421aa90d39e709ee','2016-08-05T08:08:13.693Z','Yahoo开源的在线obj-c -> swift工具(Yahoo,好唏嘘)','[https://github.com/yahoojapan/objc2swift/raw/develop/doc/demo.gif]','2016-08-05T11:31:58.293Z','chrome','iOS','https://github.com/yahoojapan/objc2swift','true','Dear宅学长'),(2929,'57a3f9fe421aa90d39e709f0','2016-08-05T10:29:18.45Z','匹配图标颜色的多彩选项卡切换演示(Yalantis 出品)','[https://github.com/Yalantis/ColorMatchTabs/raw/master/Resources/preview.gif]','2016-08-05T11:31:58.293Z','chrome','iOS','https://github.com/Yalantis/ColorMatchTabs','true','Dear宅学长'),(2930,'57a3fb34421aa90d36e96124','2016-08-05T10:34:28.780Z','点赞还可以这么玩','[https://github.com/ldoublem/ThumbUp/raw/master/screenShot/shot.gif]','2016-08-05T11:31:58.293Z','chrome','Android','https://github.com/ldoublem/ThumbUp','true','ldoublem'),(2931,'57a401fb421aa90d39e709f2','2016-08-05T11:03:23.24Z','iOS 简单画板工具库','[https://github.com/Nicejinux/NXDrawKit/raw/master/images/screenShot.gif]','2016-08-05T11:31:58.293Z','chrome','iOS','https://github.com/Nicejinux/NXDrawKit','true','代码家'),(2932,'57a4056c421aa91e2606478d','2016-08-05T11:18:04.807Z','8.5',NULL,'2016-08-05T11:31:58.293Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f6ipaai7wgj20dw0kugp4.jpg','true','代码家'),(2933,'579ac6d9421aa91e2606472e','2016-07-29T11:00:41.422Z','机票座位在线选择android',NULL,'2016-08-03T11:12:47.159Z','web','Android','https://github.com/ldoublem/FlightSeat','true','ldoublem'),(2934,'57a02814421aa90d36e960ea','2016-08-02T12:56:52.911Z','还不来学点Lambda么?',NULL,'2016-08-03T11:12:47.159Z','chrome','Android','http://blog.csdn.net/dd864140130/article/details/50603420','true','sbbic'),(2935,'57a087bf421aa90d2fc94bc3','2016-08-02T19:45:03.98Z','五星好评','[https://github.com/FlyingPumba/SimpleRatingBar/raw/master/images/sample.gif]','2016-08-03T11:12:47.159Z','chrome','Android','https://github.com/FlyingPumba/SimpleRatingBar','true','蒋朋'),(2936,'57a14777421aa90d39e709ca','2016-08-03T09:23:03.48Z','生成二维码和从图片解析二维码库','[https://raw.githubusercontent.com/RurioLuca/MeCardParsing/master/img/screen.png]','2016-08-03T11:12:47.159Z','chrome','Android','https://github.com/RurioLuca/QrCardParsing','true','代码家'),(2937,'57a14895421aa90d36e960f7','2016-08-03T09:27:49.273Z','挺有意思的一个下拉刷新效果,可以看看源码学习一下实现类似效果的思路。','[https://camo.githubusercontent.com/f390437ba548be66a9e4c91389e5587000533c24/68747470733a2f2f7261772e6769746875622e636f6d2f6c7562656173742f50756c6c4c61756e6368526f636b65742f6d61737465722f73637265656e73686f74732f726f636b65742e676966]','2016-08-03T11:12:47.159Z','chrome','Android','https://github.com/lubeast/PullToRefresh','true','代码家'),(2938,'57a148c4421aa91e26064767','2016-08-03T09:28:36.400Z','给人眼前一亮的 Toast 效果','[https://github.com/yadav-rahul/TastyToast/raw/lib/static/error.gif, https://github.com/yadav-rahul/TastyToast/raw/lib/static/success.gif]','2016-08-03T11:12:47.159Z','chrome','Android','https://github.com/yadav-rahul/TastyToast','true','代码家'),(2939,'57a1494b421aa90d36e960f8','2016-08-03T09:30:51.540Z','支持常见的一些图片滤镜效果函数','[https://raw.githubusercontent.com/mukeshsolanki/photofilter/master/screenshots/Car.png, https://raw.githubusercontent.com/mukeshsolanki/photofilter/master/screenshots/Car-boost2.png]','2016-08-03T11:12:47.159Z','chrome','Android','https://github.com/mukeshsolanki/photofilter','true','代码家'),(2940,'57a149dd421aa90d39e709cb','2016-08-03T09:33:17.875Z','听着这些歌,才发现20年过的如此之快啊',NULL,'2016-08-03T11:12:47.159Z','chrome','休息视频','http://www.miaopai.com/show/1Gy3JMSJUjd~6Gvbmq-uuw__.htm','true','lxxself'),(2941,'57a1543f421aa91e2606476a','2016-08-03T10:17:35.4Z','iOS 预制字体预览,帮助你快速发现合适的字体','[https://camo.githubusercontent.com/02bd8cb77be5e8570be6979ff988c13f1e18a5b5/687474703a2f2f7777322e73696e61696d672e636e2f6c617267652f37303432316165356a7731663635693463686f346b6732306466306a386b6a6e2e676966]','2016-08-03T11:12:47.159Z','chrome','iOS','https://github.com/sushushu/iOS-UIFontFamilyNamesPreview','true','代码家'),(2942,'57a159ee421aa91e2606476b','2016-08-03T10:41:50.299Z','8-3',NULL,'2016-08-03T11:12:47.159Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f6gcxc1t7vj20hs0hsgo1.jpg','true','代码家'),(2943,'57a15c2a421aa90d39e709cf','2016-08-03T10:51:22.803Z','Material Design 水波效果的动画','[https://cloud.githubusercontent.com/assets/573856/16713775/151b34d6-46f5-11e6-9334-875453a01a9a.gif]','2016-08-03T11:12:47.159Z','chrome','iOS','https://github.com/IBAnimatable/IBAnimatableMaterial','true','代码家'),(2944,'57a15d05421aa91e2606476e','2016-08-03T10:55:01.123Z','一组漂亮的 TextField 交互特效','[https://github.com/raulriera/TextFieldEffects/raw/master/Screenshots/Yoshiko.gif, https://github.com/raulriera/TextFieldEffects/raw/master/Screenshots/Jiro.gif, https://github.com/raulriera/TextFieldEffects/raw/master/Screenshots/Kaede.gif]','2016-08-03T11:12:47.159Z','chrome','iOS','https://github.com/raulriera/TextFieldEffects','true','代码家'),(2945,'579a2006421aa90d36e960b0','2016-07-28T23:08:54.785Z','Framework with a simple method of rendering images and play video. 用法简单地呈现一组图片和视频播放的框架',NULL,'2016-08-02T11:40:01.363Z','web','iOS','https://github.com/iphone5solo/PYPhotosView','true','CoderKo1o'),(2946,'579d8465421aa90d36e960c5','2016-07-31T12:53:57.530Z','暖心忘年交《善意》',NULL,'2016-08-02T11:40:01.363Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTY1MzkzMjQyNA==.html','true','lxxself'),(2947,'579fe515421aa90d39e709b9','2016-08-02T08:11:01.616Z','通过 USB 分享手机网络,可以将手机网络通过 USB 分享给 Linux 和 OSX 系统,相当黑科技,对吧',NULL,'2016-08-02T11:40:01.363Z','chrome','Android','https://github.com/vvviperrr/SimpleRT','true','代码家'),(2948,'57b1d951421aa95ffc6194cf','2016-08-15T23:01:37.521Z','Uber 开源的一个辅助 iOS 联系人操作库,帮你更容易的展示设备联系人信息,操作联系人信息。','[http://img.gank.io/de031b81-c5b6-467c-9132-680ac418face]','2016-08-16T11:22:38.139Z','chrome','iOS','https://github.com/uber/ohana-ios','true','代码家'),(2949,'57b1de16421aa95ffc6194d0','2016-08-15T23:21:58.951Z','桂纶镁拍得一个很走心的广告,人生就是一个不断告别的过程,告别让我们遇见更好的自己!',NULL,'2016-08-16T11:22:38.139Z','chrome','休息视频','http://www.miaopai.com/show/do51ixx3GpEDD58eL46r2Q__.htm','true','代码家'),(2950,'57b1e341421aa93a804be9ff','2016-08-15T23:44:01.838Z','想要你的程序安全无比?!快核对这个手册吧!',NULL,'2016-08-16T11:22:38.139Z','chrome','拓展资源','https://github.com/FallibleInc/security-guide-for-developers/blob/master/security-checklist-zh.md','true','代码家'),(2951,'57b1e3b1421aa93a78dd75c9','2016-08-15T23:45:53.814Z','在你的 Mac 上接收 Android 设备发来的消息。','[http://img.gank.io/17b5a312-b674-4270-9cbd-79bcef42f73e, http://img.gank.io/823f36aa-464f-4ae8-9949-3c317b05fa5f, http://img.gank.io/a224101a-1e5a-4370-bd5e-22660fd741f7]','2016-08-16T11:22:38.139Z','chrome','iOS','https://github.com/jariz/Noti','true','代码家'),(2952,'57b1e41d421aa93a804bea00','2016-08-15T23:47:41.110Z','816',NULL,'2016-08-16T11:22:38.139Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f6uv5gbsa9j20u00qxjt6.jpg','true','代码家'),(2953,'57b1e59e421aa93a74c3461d','2016-08-15T23:54:06.731Z','非常非常棒的一系列 python 机器学习(Machine Learning)实践入门教程!',NULL,'2016-08-16T11:22:38.139Z','chrome','拓展资源','http://www.johnwittenauer.net/machine-learning-exercises-in-python-part-1/','true','代码家'),(2954,'57ad49a6421aa94a0226e658','2016-08-12T11:59:34.857Z','张老师又来了,各位同学,北京机会多,北京钱多,但是不是你想那样... 哈哈哈哈哈 笑惨了!',NULL,'2016-08-15T11:27:22.462Z','chrome','休息视频','http://weibo.com/p/23044483bb9d5cf510e4634012c3056a6c9105','true','代码家'),(2955,'57ad9259421aa949ef961f4e','2016-08-12T17:09:45.91Z','N的启动动画',NULL,'2016-08-15T11:27:22.462Z','chrome','Android','https://github.com/ybq/nougat-boot-animation','true','Dear宅学长'),(2956,'57adb121421aa94a00ef311c','2016-08-12T19:21:05.578Z','实时相机滤镜',NULL,'2016-08-15T11:27:22.462Z','chrome','Android','https://github.com/nekocode/CameraFilter','true','Dear宅学长'),(2957,'57ae89ce421aa94a00ef3121','2016-08-13T10:45:34.772Z','仿制 iOS 版本的 Youtube',NULL,'2016-08-15T11:27:22.462Z','chrome','iOS','https://github.com/aslanyanhaik/youtube-iOS','true','代码家'),(2958,'57aeb923421aa94a0226e65e','2016-08-13T14:07:31.413Z','Android application to create and edit Pdf files',NULL,'2016-08-15T11:27:22.462Z','chrome','App','https://github.com/scoute-dich/PDFCreator','true','蒋朋'),(2959,'57aff27f421aa96000f7fc1b','2016-08-14T12:24:31.156Z','又一个很棒的 Swift 实现的动画框架','[http://img.gank.io/af99b5b4-e69c-4563-b655-bc8b3e62f636]','2016-08-15T11:27:22.462Z','chrome','iOS','https://github.com/Trxy/TRX','true','代码家'),(2960,'57aff508421aa960022328b1','2016-08-14T12:35:20.166Z','React Native 学习笔记,总结的还不错咯',NULL,'2016-08-15T11:27:22.462Z','chrome','拓展资源','https://github.com/crazycodeboy/RNStudyNotes','true','代码家'),(2961,'57aff527421aa960022328b2','2016-08-14T12:35:51.386Z','那些超棒的 Linux 开源软件','[http://img.gank.io/38f29bd5-a514-44e3-88c5-112187c45684]','2016-08-15T11:27:22.462Z','chrome','拓展资源','https://github.com/VoLuong/Awesome-Linux-Software','true','代码家'),(2962,'57aff68f421aa95ffc6194c3','2016-08-14T12:41:51.743Z','淺析 serverless 架構與實作','[http://img.gank.io/efa1d684-acf3-42cc-853e-61beeede1c0e]','2016-08-15T11:27:22.462Z','chrome','拓展资源','http://abalone0204.github.io/2016/05/22/serverless-simple-crud/','true','代码家'),(2963,'57aff6ad421aa960022328b3','2016-08-14T12:42:21.409Z','给 iOS 开发者准备的一些 podcast!','[http://img.gank.io/5a033360-abc7-4880-818f-08a4b02ba899]','2016-08-15T11:27:22.462Z','chrome','iOS','https://github.com/vermont42/Podcasts','true','代码家'),(2964,'57affb44421aa96000f7fc1c','2016-08-14T13:01:56.534Z','随机跳到一个 V2EX 用户的博客去。',NULL,'2016-08-15T11:27:22.462Z','chrome','瞎推荐','http://v2ex.chann.org/','true','代码家'),(2965,'57affba4421aa96004f4ba34','2016-08-14T13:03:32.268Z','一张图浓缩 Javascript','[http://img.gank.io/5bfa7a92-ed62-45cd-84b6-17539f700ff8]','2016-08-15T11:27:22.462Z','chrome','前端','https://github.com/coodict/javascript-in-one-pic','true','代码家'),(2966,'57b10a9b421aa96004f4ba37','2016-08-15T08:19:39.899Z','8.15',NULL,'2016-08-15T11:27:22.462Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f6u4boc0k2j20u00u0gni.jpg','true','代码家'),(2967,'57b10dc9421aa96004f4ba38','2016-08-15T08:33:13.7Z','Android 支持拖拽排序的流式标签布局','[http://img.gank.io/5bbe9ecd-e797-469d-b391-5ca78e57e9fe]','2016-08-15T11:27:22.462Z','chrome','Android','https://github.com/LightSun/android-drag-FlowLayout','true','代码家'),(2968,'57b10f02421aa960022328b5','2016-08-15T08:38:26.48Z','一款带有漂亮动画的 Android 图表 Chart 库','[http://img.gank.io/3f528271-eb4b-4535-8334-acb62ab5deba, http://img.gank.io/f8831612-8b3e-4194-b9a3-92550256254e, http://img.gank.io/13563883-1191-4f49-bead-c86b73d81a88]','2016-08-15T11:27:22.462Z','chrome','Android','https://github.com/mychoices/Jgraph','true','代码家'),(2969,'5773da8b421aa97a53656c1a','2016-06-29T22:26:19.693Z','Drip Into a River 水滴汇集下载效果 - Part I','[http://upload-images.jianshu.io/upload_images/208988-f3e0002ca3c5d3a4.jpeg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240, http://upload-images.jianshu.io/upload_images/208988-5e3a0b3cf1b7df75.gif?imageMogr2/auto-orient/strip, http://upload-images.jianshu.io/upload_images/208988-5dd59b8d1c711cb2.gif?imageMogr2/auto-orient/strip]','2016-08-12T11:39:10.578Z','api','iOS','http://www.jianshu.com/p/b7a58a56cb90?url_type=39&object_type=webpage&pos=1','true','tripleCC'),(2970,'57ac1342421aa949ef961f3f','2016-08-11T13:55:14.853Z','实现动态模糊',NULL,'2016-08-12T11:39:10.578Z','web','Android','http://blog.csdn.net/wl9739/article/details/51955598','true',NULL),(2971,'57ac175e421aa94a0226e654','2016-08-11T14:12:46.69Z','清楚明了的自定义View流程','[http://upload-images.jianshu.io/upload_images/1336465-ff9f93d22ef1f6cd?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240, http://upload-images.jianshu.io/upload_images/1336465-b963069f199c5bb3?imageMogr2/auto-orient/strip]','2016-08-12T11:39:10.578Z','chrome','Android','http://www.jianshu.com/p/86e867b9bee8','true','打哈哈'),(2972,'57ac6af3421aa94a077b354f','2016-08-11T20:09:23.108Z','Retrofit进阶',NULL,'2016-08-12T11:39:10.578Z','web','Android','http://www.jianshu.com/p/a0fd69380735','true',NULL),(2973,'57aca861421aa949ef961f48','2016-08-12T00:31:29.798Z','一个简单,强大的广告活动弹窗控件\n','[https://github.com/yipianfengye/android-adDialog/raw/master/images/ezgif.com-video-to-gif2.gif, https://github.com/yipianfengye/android-adDialog/raw/master/images/ezgif.com-video-to-gif6.gif]','2016-08-12T11:39:10.578Z','chrome','Android','https://github.com/yipianfengye/android-adDialog','true','Jason'),(2974,'57ad3de2421aa94a00ef3117','2016-08-12T11:09:22.469Z','Simplenote 开源了 iOS 版本的 App',NULL,'2016-08-12T11:39:10.578Z','chrome','iOS','https://github.com/Automattic/simplenote-ios','true','代码家'),(2975,'57ad3ee0421aa94a077b3552','2016-08-12T11:13:36.231Z','类似微信和 QQ 的一组头像效果','[https://camo.githubusercontent.com/0d537ca7b06f326f33b98c067328edf53b46e3f1/68747470733a2f2f6661726d392e737461746963666c69636b722e636f6d2f383839322f32373830373932363136345f376464653439356331345f6f2e706e67]','2016-08-12T11:39:10.578Z','chrome','iOS','https://github.com/ttmdung203/MDGroupAvatarView','true','代码家'),(2976,'57ad4023421aa949ef961f4b','2016-08-12T11:18:59.569Z','8-12',NULL,'2016-08-12T11:39:10.578Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f6qsn74e3yj20u011htc6.jpg','true','代码家'),(2977,'57ad41e4421aa94a077b3553','2016-08-12T11:26:28.497Z','爱酱小时候,边打球边哭,太可爱了~~',NULL,'2016-08-12T11:39:10.578Z','chrome','休息视频','http://weibo.com/p/230444d389e174bf27572c56c38c4f1366137c','true','Allen'),(2978,'5718ed8067765974f885bf4e','2016-04-21T23:10:56.276Z','俄罗斯小哥Oleg Cricket,这是他在迪拜某高楼拍的视频,近距离感受下什么叫战斗民族。。',NULL,'2016-08-11T12:07:01.963Z','chrome','休息视频','http://weibo.com/p/230444a15ab25498ca6d014542cb3be5a55b4c','true','LHF'),(2979,'57a9a6ef421aa90b3aac1ed9','2016-08-09T17:48:31.172Z','安卓音频录制','[https://raw.githubusercontent.com/adrielcafe/AndroidAudioRecorder/master/screenshots.png]','2016-08-11T12:07:01.963Z','chrome','Android','https://github.com/adrielcafe/AndroidAudioRecorder','true','蒋朋'),(2980,'57aa06eb421aa90b3cb7b0c2','2016-08-10T00:38:03.56Z','瞬间爆炸菜单按钮的iOS版本,新增两种按钮和可拖拽等新特性。',NULL,'2016-08-11T12:07:01.963Z','web','iOS','https://github.com/Nightonke/VHBoomMenuButton','true','Weiping Huang'),(2981,'57aa8f7b421aa90b3aac1ee4','2016-08-10T10:20:43.504Z','imagepicker(图片选择器)','[https://raw.githubusercontent.com/917386389/imagepickerdemo/master/app/src/4.gif]','2016-08-11T12:07:01.963Z','web','Android','https://github.com/917386389/imagepickerdemo','true','fsuper'),(2982,'57aae9ef421aa90c2c3ecb17','2016-08-10T16:46:39.678Z','Android 开发之 App 启动时间统计',NULL,'2016-08-11T12:07:01.963Z','web','Android','http://www.jianshu.com/p/c967653a9468','true','单刀土豆'),(2983,'57aafbae421aa90c1dcbcbb8','2016-08-10T18:02:22.207Z','Add a headview for any view and supports sticking the navigator on the top when ItemView scrolls.','[https://github.com/w446108264/ScrollableLayout/raw/master/output/p5.jpg, https://github.com/w446108264/ScrollableLayout/raw/master/output/show.gif]','2016-08-11T12:07:01.963Z','chrome','Android','https://github.com/w446108264/ScrollableLayout','true','dreamxuwj'),(2984,'57abee04421aa93faddbfb58','2016-08-11T11:16:20.682Z','页面切换指示器','[https://github.com/popwarsweet/PageControls/raw/master/demo.gif]','2016-08-11T12:07:01.963Z','chrome','iOS','https://github.com/popwarsweet/PageControls','true','代码家'),(2985,'57abf032421aa93faddbfb59','2016-08-11T11:25:38.383Z','盘点那些超棒的 Telegram 机器人',NULL,'2016-08-11T12:07:01.963Z','chrome','瞎推荐','https://github.com/DenisIzmaylov/awesome-telegram-bots','true','代码家'),(2986,'57abf148421aa93faddbfb5a','2016-08-11T11:30:16.863Z','雅虎开源的一系列 UI 组件,目前只放出了图片选择器组件,做的相当棒,期待雅虎更多的分析。','[https://github.com/yahoo/YangMingShan/raw/master/media/ymsphotopicker-demo.gif, https://github.com/yahoo/YangMingShan/raw/master/media/ymsphotopicker-theme.gif]','2016-08-11T12:07:01.963Z','chrome','iOS','https://github.com/yahoo/YangMingShan','true','代码家'),(2987,'57abf5ac421aa93fa66e8406','2016-08-11T11:49:00.660Z','8.11',NULL,'2016-08-11T12:07:01.963Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f6pnw6i7lqj20u00u0tbr.jpg','true','代码家'),(2988,'56efcc4c677659164d5643ca','2016-03-21T18:26:20.122Z','android 加载动画','[https://raw.githubusercontent.com/ybq/AndroidSpinKit/master/art/screen.gif, https://raw.githubusercontent.com/ybq/AndroidSpinKit/master/art/screen2.gif]','2016-08-10T11:37:13.981Z','chrome','Android','https://github.com/ybq/AndroidSpinKit','true','ybq'),(2989,'56fce1dd67765933d8be9188','2016-03-31T16:37:49.476Z','Welcome Coordinator for Android','[https://github.com/txusballesteros/welcome-coordinator/raw/master/assets/welcome_demo.gif]','2016-08-10T11:37:13.981Z','chrome','Android','https://github.com/txusballesteros/welcome-coordinator','true','Masayuki Suda'),(2990,'57a9c919421aa90b3aac1edb','2016-08-09T20:14:17.385Z','Android任意添加贴纸,支持添加Bitmap和Drawable','[https://github.com/wuapnjie/StickerView/raw/master/screenshots/stickerview.gif]','2016-08-10T11:37:13.981Z','web','Android','https://github.com/wuapnjie/StickerView','true','FlyingSnowBean'),(2991,'57a9fa9a421aa90b38e829c6','2016-08-09T23:45:30.933Z','iOS 中的 block 是如何持有对象的',NULL,'2016-08-10T11:37:13.981Z','web','Android','http://draveness.me/block-retain-object/','true','Draveness'),(2992,'57aa7241421aa90b3aac1edd','2016-08-10T08:16:01.833Z','漂亮的变换引导效果','[https://github.com/eoinfogarty/Onboarding/raw/master/graphics/example.gif]','2016-08-10T11:37:13.981Z','chrome','Android','https://github.com/eoinfogarty/Onboarding','true','代码家'),(2993,'57aa72eb421aa90b3aac1ede','2016-08-10T08:18:51.657Z','Button 拉长展开效果','[https://github.com/daniel-martins-IR/MagicButton/raw/master/app/src/main/res/drawable/giphy.gif]','2016-08-10T11:37:13.981Z','chrome','Android','https://github.com/daniel-martins-IR/MagicButton','true','代码家'),(2994,'57aa7d5c421aa90b3aac1edf','2016-08-10T09:03:24.470Z','Java8 实用字符串操作库',NULL,'2016-08-10T11:37:13.981Z','chrome','Android','https://github.com/shekhargulati/strman-java','true','代码家'),(2995,'57aa7e77421aa90b3aac1ee0','2016-08-10T09:08:07.150Z','林纳斯•托瓦兹:Linux 操作系统之父',NULL,'2016-08-10T11:37:13.981Z','web','休息视频','http://v.youku.com/v_show/id_XMTY1MjYyNjkyOA==.html','true','龙龙童鞋'),(2996,'57aa8895421aa90b35e1f408','2016-08-10T09:51:17.946Z','iOS 图片裁切辅助工具库','[https://github.com/3tinkers/TKImageView/raw/master/TKImageViewDemo/resources/sample0.gif]','2016-08-10T11:37:13.981Z','chrome','iOS','https://github.com/3tinkers/TKImageView','true','3tinkers'),(2997,'57aa89b1421aa90b38e829c7','2016-08-10T09:56:01.789Z','Swift 实现的圆形头像小库子','[https://camo.githubusercontent.com/bc9df1b450d368e2c4a149f6d281e6fcc40bbb43/687474703a2f2f6b616c61692e67722f77702d636f6e74656e742f75706c6f6164732f323031362f30382f5377696674794176617461722d4265666f72652d313639783330302e706e67, https://camo.githubusercontent.com/38e3bfb71667ab44f10aad6701f3b7684faff5e8/687474703a2f2f6b616c61692e67722f77702d636f6e74656e742f75706c6f6164732f323031362f30382f5377696674794176617461722d41667465722d313639783330302e706e67]','2016-08-10T11:37:13.981Z','chrome','iOS','https://github.com/dkalaitzidis/SwiftyAvatar','true','代码家'),(2998,'57aa8bd6421aa90b35e1f409','2016-08-10T10:05:10.118Z','做的很有意思的一个同步辅助工具库,可以做一些好玩儿的事情,比如本地配置和服务器配置同步,本地文件实时同步到服务器,或者可以本地书写长文实时同步到手机等等','[https://github.com/krzysztofzablocki/KZFileWatchers/raw/master/Images/Demo.gif]','2016-08-10T11:37:13.981Z','chrome','iOS','https://github.com/krzysztofzablocki/KZFileWatchers','true','代码家'),(2999,'57aa8c8a421aa90b3aac1ee1','2016-08-10T10:08:10.911Z','8-10',NULL,'2016-08-10T11:37:13.981Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f6ofd28kr6j20dw0kudgx.jpg','true','代码家'),(3000,'57a20a4b421aa91e2606477f','2016-08-03T23:14:19.12Z','有影射啊:假如买菜的流程很繁琐',NULL,'2016-08-09T11:30:16.672Z','chrome','休息视频','http://weibo.com/p/2304449bc13898b750fcc8e876a3c1a80920a0','true','lxxself'),(3001,'57a83a61421aa90b35e1f3f6','2016-08-08T15:53:05.219Z','腾讯 QMUI 团队出品,一个旨在提高 UI 开发效率、快速产生项目 UI 的前端工作流',NULL,'2016-08-09T11:30:16.672Z','web','前端','https://github.com/QMUI/qmui_web','true','Kayo'),(3002,'57a8461b421aa90b35e1f3f7','2016-08-08T16:43:07.738Z','人工智能、机器学习、深度学习合体的图片资源识别库','[https://github.com/hanuor/onyx/raw/master/anim2.gif]','2016-08-09T11:30:16.672Z','chrome','Android','https://github.com/hanuor/onyx','true','蒋朋'),(3003,'57a8501e421aa90b35e1f3f8','2016-08-08T17:25:50.562Z','利用Camera和Matrix实现有趣的卡片效果',NULL,'2016-08-09T11:30:16.672Z','web','Android','http://blog.csdn.net/zhangke3016/article/details/52143339','true','张珂'),(3004,'57a8505b421aa90b3aac1ecf','2016-08-08T17:26:51.615Z','Android中利用Camera与Matrix实现3D效果详解',NULL,'2016-08-09T11:30:16.672Z','web','Android','http://blog.csdn.net/zhangke3016/article/details/52093776','true','张珂'),(3005,'57a8658f421aa90b3cb7b0b2','2016-08-08T18:57:19.39Z','仿即刻首页滚动效果',NULL,'2016-08-09T11:30:16.672Z','web','Android','https://github.com/JeasonWong/JikeGallery','true','郑铉'),(3006,'57a94857421aa90b3cb7b0b6','2016-08-09T11:04:55.684Z','iOS 掉落通知效果','[https://github.com/cre8it/EVWDropDownNotification/raw/master/Screenshots/EVWDropdownNotification.gif]','2016-08-09T11:30:16.672Z','chrome','iOS','https://github.com/cre8it/EVWDropDownNotification','true','代码家'),(3007,'57a948c5421aa90b3cb7b0b7','2016-08-09T11:06:45.467Z','自动随文本高度变化的 TextView 。','[https://github.com/ruslanskorb/RSKGrowingTextView/raw/master/RSKGrowingTextViewExample/RSKGrowingTextViewExample.gif]','2016-08-09T11:30:16.672Z','chrome','iOS','https://github.com/ruslanskorb/RSKGrowingTextView','true','代码家'),(3008,'57a948f2421aa90b38e829bd','2016-08-09T11:07:30.364Z','漂亮的 iOS 图片裁切工具库','[https://github.com/TimOliver/TOCropViewController/raw/master/screenshot.jpg, https://raw.githubusercontent.com/TimOliver/TOCropViewController/master/breakdown.jpg]','2016-08-09T11:30:16.672Z','chrome','iOS','https://github.com/TimOliver/TOCropViewController','true','代码家'),(3009,'57a94a33421aa90b38e829be','2016-08-09T11:12:51.255Z','8.9',NULL,'2016-08-09T11:30:16.672Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f6nbm78pplj20dw0i2djy.jpg','true','代码家'),(3010,'57a42896421aa90d39e709f6','2016-08-05T13:48:06.331Z','可以实现好多种音效的播放器',NULL,'2016-08-08T11:47:45.839Z','web','Android','http://android-openslmediaplayer.h6ah4i.com/','true','color'),(3011,'57a6b619421aa90b38e829a6','2016-08-07T12:16:25.447Z','带有萌萌特效的 Switch CSS 效果',NULL,'2016-08-08T11:47:45.839Z','web','前端','https://github.com/validvoid/ButterSwitch','true','代码家'),(3012,'57a7361f421aa90b38e829ab','2016-08-07T21:22:39.856Z','Android 摄像头实时滤镜',NULL,'2016-08-08T11:47:45.839Z','web','Android','https://github.com/WeLikeVis/CameraFilter','true','nekocode'),(3013,'57a76148421aa90b3cb7b0ad','2016-08-08T00:26:48.446Z','iOS 持续集成--Travis CI + Fir.im自动编译发布',NULL,'2016-08-08T11:47:45.839Z','web','iOS','http://yeziahehe.com/2016/08/07/use_travis_ci_for_ios_project/','true','Fan Ye'),(3014,'57a7df16421aa90b35e1f3eb','2016-08-08T09:23:34.895Z','白岩松的对开幕式的吐槽解说精华合辑版!你们随意感受下这位国家级段子手。。。全程笑点',NULL,'2016-08-08T11:47:45.839Z','chrome','休息视频','http://www.miaopai.com/show/cF8q9ntjKeV88LSnvTjnyA__.htm','true','lxxself'),(3015,'57a7e859421aa90b38e829b0','2016-08-08T10:03:05.692Z','iOS 交互效果很不错的一个图片选择器','[https://camo.githubusercontent.com/dbd319650211d16b578c117c134636473964180d/687474703a2f2f7777342e73696e61696d672e636e2f6c617267652f303036744e633739677731663662316b31627674726a3330377630613461617a2e6a7067, https://camo.githubusercontent.com/702de2da7883d88655a78e488f07d8f386a24f25/687474703a2f2f7777312e73696e61696d672e636e2f6c617267652f303036744e6337396777316636623375706a6669346a33303776306133676d6f2e6a7067, https://camo.githubusercontent.com/d714c84b66761f67af5f38d1aa4d3b6563cbc564/687474703a2f2f7777312e73696e61696d672e636e2f6c617267652f303036744e633739677731663662316b39646d68686a333037763061376162362e6a7067]','2016-08-08T11:47:45.839Z','chrome','iOS','https://github.com/cbangchen/CBImagePicker','true','代码家'),(3016,'57a7e8b0421aa90b3aac1ec6','2016-08-08T10:04:32.871Z','仿 Evernote 的列表的下拉弹性效果,之前一直很好奇这个的实现原理,终于有人做出来了。','[https://camo.githubusercontent.com/caa326ef59ab1ca6f16c639d3639f98e835b6dd9/687474703a2f2f7777312e73696e61696d672e636e2f6d773639302f30303662645137716a773166357876307336736730673330623430697171376d2e676966]','2016-08-08T11:47:45.839Z','chrome','iOS','https://github.com/imwangxuesen/EvernoteAnimation','true','代码家'),(3017,'57a7e929421aa90b38e829b1','2016-08-08T10:06:33.904Z','基于 Google GVR 封装的一款简单的 VR 视频播放器,推荐的原因是 VR 这么火,但是跟 VR 相关的开源项目较少,值得留意。',NULL,'2016-08-08T11:47:45.839Z','chrome','iOS','https://github.com/KaelYHB/VRMediaPlayer-iOS','true','代码家'),(3018,'57a7eae4421aa90b35e1f3ec','2016-08-08T10:13:56.28Z','8.8',NULL,'2016-08-08T11:47:45.839Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f6m4aj83g9j20zk1hcww3.jpg','true','代码家'),(3019,'57a7ec47421aa90b3aac1ec7','2016-08-08T10:19:51.557Z','简洁漂亮的 Gallery 组件',NULL,'2016-08-08T11:47:45.839Z','chrome','前端','https://github.com/sachinchoolur/lightgallery.js','true','代码家'),(3020,'57a7fcdb421aa90b35e1f3ee','2016-08-08T11:30:35.287Z','漂亮动画效果的 Checkbox,洋气!很标准的一个自定义组件,同时又是 很不错的 Path, PathMeasure 的一个学习教材。','[https://github.com/CoXier/CheckBox/raw/master/art/screenshot.gif]','2016-08-08T11:47:45.839Z','chrome','Android','https://github.com/CoXier/CheckBox','true','代码家'),(3021,'57a7feff421aa90b38e829b2','2016-08-08T11:39:43.834Z','利用双面镜实现一个酷酷的家庭智能镜面终端!','[https://cdn-learn.adafruit.com/guides/images/000/001/147/medium800/android-mirror-01-small.jpg?1448302289]','2016-08-08T11:47:45.839Z','chrome','瞎推荐','https://learn.adafruit.com/android-smart-home-mirror','true','代码家'),(3022,'579ad085421aa91e26064733','2016-07-29T11:41:57.688Z','一个用键盘来调整窗口摆放位置的app',NULL,'2016-08-05T11:31:58.293Z','web','App','https://github.com/eczarny/spectacle','true','color'),(3023,'579c197c421aa90d36e960bf','2016-07-30T11:05:32.987Z','有个好莱坞做特效的爸爸是一种什么样的体验? 卧槽简直吊炸天,最后一个我下巴都跟着掉了!',NULL,'2016-08-05T11:31:58.293Z','chrome','休息视频','http://weibo.com/p/230444058a763da0c7ddff016823859a9b38ed','true','lxxself'),(3024,'57a04b9e421aa90d36e960ef','2016-08-02T15:28:30.746Z','图片滤镜,便捷的编辑图片并获取位图',NULL,'2016-08-05T11:31:58.293Z','web','Android','https://github.com/Zomato/AndroidPhotoFilters?utm_campaign=explore-email&utm_medium=email&utm_source=newsletter&utm_term=weekly','true','littleMark'),(3025,'57a202f6421aa90d36e96108','2016-08-03T22:43:02.627Z','Android 复杂的多类型列表视图新写法:drakeet/MultiType',NULL,'2016-08-05T11:31:58.293Z','web','Android','https://github.com/drakeet/MultiType','true','drakeet'),(3026,'57a3489d421aa91e26064787','2016-08-04T21:52:29.704Z','MD登录风格','[https://raw.githubusercontent.com/fanrunqi/MaterialLogin/master/screenshots/c.png, https://raw.githubusercontent.com/fanrunqi/MaterialLogin/master/screenshots/b.png]','2016-08-05T11:31:58.293Z','chrome','Android','https://github.com/fanrunqi/MaterialLogin','true','Jason'),(3027,'57a36da4421aa90d36e9611f','2016-08-05T00:30:28.173Z','一步一步教你上传自己的 Library 到 JCenter',NULL,'2016-08-05T11:31:58.293Z','web','Android','http://blog.lufficc.com/2016/08/05/%E4%B8%80%E6%AD%A5%E4%B8%80%E6%AD%A5%E6%95%99%E4%BD%A0%E4%B8%8A%E4%BC%A0%E8%87%AA%E5%B7%B1%E7%9A%84-Library-%E5%88%B0-JCenter/','true',NULL),(3028,'57a3d8ed421aa90d39e709ee','2016-08-05T08:08:13.693Z','Yahoo开源的在线obj-c -> swift工具(Yahoo,好唏嘘)','[https://github.com/yahoojapan/objc2swift/raw/develop/doc/demo.gif]','2016-08-05T11:31:58.293Z','chrome','iOS','https://github.com/yahoojapan/objc2swift','true','Dear宅学长'),(3029,'57a3f9fe421aa90d39e709f0','2016-08-05T10:29:18.45Z','匹配图标颜色的多彩选项卡切换演示(Yalantis 出品)','[https://github.com/Yalantis/ColorMatchTabs/raw/master/Resources/preview.gif]','2016-08-05T11:31:58.293Z','chrome','iOS','https://github.com/Yalantis/ColorMatchTabs','true','Dear宅学长'),(3030,'57a3fb34421aa90d36e96124','2016-08-05T10:34:28.780Z','点赞还可以这么玩','[https://github.com/ldoublem/ThumbUp/raw/master/screenShot/shot.gif]','2016-08-05T11:31:58.293Z','chrome','Android','https://github.com/ldoublem/ThumbUp','true','ldoublem'),(3031,'57a401fb421aa90d39e709f2','2016-08-05T11:03:23.24Z','iOS 简单画板工具库','[https://github.com/Nicejinux/NXDrawKit/raw/master/images/screenShot.gif]','2016-08-05T11:31:58.293Z','chrome','iOS','https://github.com/Nicejinux/NXDrawKit','true','代码家'),(3032,'57a4056c421aa91e2606478d','2016-08-05T11:18:04.807Z','8.5',NULL,'2016-08-05T11:31:58.293Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f6ipaai7wgj20dw0kugp4.jpg','true','代码家'),(3033,'579ac6d9421aa91e2606472e','2016-07-29T11:00:41.422Z','机票座位在线选择android',NULL,'2016-08-03T11:12:47.159Z','web','Android','https://github.com/ldoublem/FlightSeat','true','ldoublem'),(3034,'57a02814421aa90d36e960ea','2016-08-02T12:56:52.911Z','还不来学点Lambda么?',NULL,'2016-08-03T11:12:47.159Z','chrome','Android','http://blog.csdn.net/dd864140130/article/details/50603420','true','sbbic'),(3035,'57a087bf421aa90d2fc94bc3','2016-08-02T19:45:03.98Z','五星好评','[https://github.com/FlyingPumba/SimpleRatingBar/raw/master/images/sample.gif]','2016-08-03T11:12:47.159Z','chrome','Android','https://github.com/FlyingPumba/SimpleRatingBar','true','蒋朋'),(3036,'57a14777421aa90d39e709ca','2016-08-03T09:23:03.48Z','生成二维码和从图片解析二维码库','[https://raw.githubusercontent.com/RurioLuca/MeCardParsing/master/img/screen.png]','2016-08-03T11:12:47.159Z','chrome','Android','https://github.com/RurioLuca/QrCardParsing','true','代码家'),(3037,'57a14895421aa90d36e960f7','2016-08-03T09:27:49.273Z','挺有意思的一个下拉刷新效果,可以看看源码学习一下实现类似效果的思路。','[https://camo.githubusercontent.com/f390437ba548be66a9e4c91389e5587000533c24/68747470733a2f2f7261772e6769746875622e636f6d2f6c7562656173742f50756c6c4c61756e6368526f636b65742f6d61737465722f73637265656e73686f74732f726f636b65742e676966]','2016-08-03T11:12:47.159Z','chrome','Android','https://github.com/lubeast/PullToRefresh','true','代码家'),(3038,'57a148c4421aa91e26064767','2016-08-03T09:28:36.400Z','给人眼前一亮的 Toast 效果','[https://github.com/yadav-rahul/TastyToast/raw/lib/static/error.gif, https://github.com/yadav-rahul/TastyToast/raw/lib/static/success.gif]','2016-08-03T11:12:47.159Z','chrome','Android','https://github.com/yadav-rahul/TastyToast','true','代码家'),(3039,'57a1494b421aa90d36e960f8','2016-08-03T09:30:51.540Z','支持常见的一些图片滤镜效果函数','[https://raw.githubusercontent.com/mukeshsolanki/photofilter/master/screenshots/Car.png, https://raw.githubusercontent.com/mukeshsolanki/photofilter/master/screenshots/Car-boost2.png]','2016-08-03T11:12:47.159Z','chrome','Android','https://github.com/mukeshsolanki/photofilter','true','代码家'),(3040,'57a149dd421aa90d39e709cb','2016-08-03T09:33:17.875Z','听着这些歌,才发现20年过的如此之快啊',NULL,'2016-08-03T11:12:47.159Z','chrome','休息视频','http://www.miaopai.com/show/1Gy3JMSJUjd~6Gvbmq-uuw__.htm','true','lxxself'),(3041,'57a1543f421aa91e2606476a','2016-08-03T10:17:35.4Z','iOS 预制字体预览,帮助你快速发现合适的字体','[https://camo.githubusercontent.com/02bd8cb77be5e8570be6979ff988c13f1e18a5b5/687474703a2f2f7777322e73696e61696d672e636e2f6c617267652f37303432316165356a7731663635693463686f346b6732306466306a386b6a6e2e676966]','2016-08-03T11:12:47.159Z','chrome','iOS','https://github.com/sushushu/iOS-UIFontFamilyNamesPreview','true','代码家'),(3042,'57a159ee421aa91e2606476b','2016-08-03T10:41:50.299Z','8-3',NULL,'2016-08-03T11:12:47.159Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f6gcxc1t7vj20hs0hsgo1.jpg','true','代码家'),(3043,'57a15c2a421aa90d39e709cf','2016-08-03T10:51:22.803Z','Material Design 水波效果的动画','[https://cloud.githubusercontent.com/assets/573856/16713775/151b34d6-46f5-11e6-9334-875453a01a9a.gif]','2016-08-03T11:12:47.159Z','chrome','iOS','https://github.com/IBAnimatable/IBAnimatableMaterial','true','代码家'),(3044,'57a15d05421aa91e2606476e','2016-08-03T10:55:01.123Z','一组漂亮的 TextField 交互特效','[https://github.com/raulriera/TextFieldEffects/raw/master/Screenshots/Yoshiko.gif, https://github.com/raulriera/TextFieldEffects/raw/master/Screenshots/Jiro.gif, https://github.com/raulriera/TextFieldEffects/raw/master/Screenshots/Kaede.gif]','2016-08-03T11:12:47.159Z','chrome','iOS','https://github.com/raulriera/TextFieldEffects','true','代码家'),(3045,'579a2006421aa90d36e960b0','2016-07-28T23:08:54.785Z','Framework with a simple method of rendering images and play video. 用法简单地呈现一组图片和视频播放的框架',NULL,'2016-08-02T11:40:01.363Z','web','iOS','https://github.com/iphone5solo/PYPhotosView','true','CoderKo1o'),(3046,'579d8465421aa90d36e960c5','2016-07-31T12:53:57.530Z','暖心忘年交《善意》',NULL,'2016-08-02T11:40:01.363Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTY1MzkzMjQyNA==.html','true','lxxself'),(3047,'579fe515421aa90d39e709b9','2016-08-02T08:11:01.616Z','通过 USB 分享手机网络,可以将手机网络通过 USB 分享给 Linux 和 OSX 系统,相当黑科技,对吧',NULL,'2016-08-02T11:40:01.363Z','chrome','Android','https://github.com/vvviperrr/SimpleRT','true','代码家'),(3048,'57b1d951421aa95ffc6194cf','2016-08-15T23:01:37.521Z','Uber 开源的一个辅助 iOS 联系人操作库,帮你更容易的展示设备联系人信息,操作联系人信息。','[http://img.gank.io/de031b81-c5b6-467c-9132-680ac418face]','2016-08-16T11:22:38.139Z','chrome','iOS','https://github.com/uber/ohana-ios','true','代码家'),(3049,'57b1de16421aa95ffc6194d0','2016-08-15T23:21:58.951Z','桂纶镁拍得一个很走心的广告,人生就是一个不断告别的过程,告别让我们遇见更好的自己!',NULL,'2016-08-16T11:22:38.139Z','chrome','休息视频','http://www.miaopai.com/show/do51ixx3GpEDD58eL46r2Q__.htm','true','代码家'),(3050,'57b1e341421aa93a804be9ff','2016-08-15T23:44:01.838Z','想要你的程序安全无比?!快核对这个手册吧!',NULL,'2016-08-16T11:22:38.139Z','chrome','拓展资源','https://github.com/FallibleInc/security-guide-for-developers/blob/master/security-checklist-zh.md','true','代码家'),(3051,'57b1e3b1421aa93a78dd75c9','2016-08-15T23:45:53.814Z','在你的 Mac 上接收 Android 设备发来的消息。','[http://img.gank.io/17b5a312-b674-4270-9cbd-79bcef42f73e, http://img.gank.io/823f36aa-464f-4ae8-9949-3c317b05fa5f, http://img.gank.io/a224101a-1e5a-4370-bd5e-22660fd741f7]','2016-08-16T11:22:38.139Z','chrome','iOS','https://github.com/jariz/Noti','true','代码家'),(3052,'57b1e41d421aa93a804bea00','2016-08-15T23:47:41.110Z','816',NULL,'2016-08-16T11:22:38.139Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f6uv5gbsa9j20u00qxjt6.jpg','true','代码家'),(3053,'57b1e59e421aa93a74c3461d','2016-08-15T23:54:06.731Z','非常非常棒的一系列 python 机器学习(Machine Learning)实践入门教程!',NULL,'2016-08-16T11:22:38.139Z','chrome','拓展资源','http://www.johnwittenauer.net/machine-learning-exercises-in-python-part-1/','true','代码家'),(3054,'57ad49a6421aa94a0226e658','2016-08-12T11:59:34.857Z','张老师又来了,各位同学,北京机会多,北京钱多,但是不是你想那样... 哈哈哈哈哈 笑惨了!',NULL,'2016-08-15T11:27:22.462Z','chrome','休息视频','http://weibo.com/p/23044483bb9d5cf510e4634012c3056a6c9105','true','代码家'),(3055,'57ad9259421aa949ef961f4e','2016-08-12T17:09:45.91Z','N的启动动画',NULL,'2016-08-15T11:27:22.462Z','chrome','Android','https://github.com/ybq/nougat-boot-animation','true','Dear宅学长'),(3056,'57adb121421aa94a00ef311c','2016-08-12T19:21:05.578Z','实时相机滤镜',NULL,'2016-08-15T11:27:22.462Z','chrome','Android','https://github.com/nekocode/CameraFilter','true','Dear宅学长'),(3057,'57ae89ce421aa94a00ef3121','2016-08-13T10:45:34.772Z','仿制 iOS 版本的 Youtube',NULL,'2016-08-15T11:27:22.462Z','chrome','iOS','https://github.com/aslanyanhaik/youtube-iOS','true','代码家'),(3058,'57aeb923421aa94a0226e65e','2016-08-13T14:07:31.413Z','Android application to create and edit Pdf files',NULL,'2016-08-15T11:27:22.462Z','chrome','App','https://github.com/scoute-dich/PDFCreator','true','蒋朋'),(3059,'57aff27f421aa96000f7fc1b','2016-08-14T12:24:31.156Z','又一个很棒的 Swift 实现的动画框架','[http://img.gank.io/af99b5b4-e69c-4563-b655-bc8b3e62f636]','2016-08-15T11:27:22.462Z','chrome','iOS','https://github.com/Trxy/TRX','true','代码家'),(3060,'57aff508421aa960022328b1','2016-08-14T12:35:20.166Z','React Native 学习笔记,总结的还不错咯',NULL,'2016-08-15T11:27:22.462Z','chrome','拓展资源','https://github.com/crazycodeboy/RNStudyNotes','true','代码家'),(3061,'57aff527421aa960022328b2','2016-08-14T12:35:51.386Z','那些超棒的 Linux 开源软件','[http://img.gank.io/38f29bd5-a514-44e3-88c5-112187c45684]','2016-08-15T11:27:22.462Z','chrome','拓展资源','https://github.com/VoLuong/Awesome-Linux-Software','true','代码家'),(3062,'57aff68f421aa95ffc6194c3','2016-08-14T12:41:51.743Z','淺析 serverless 架構與實作','[http://img.gank.io/efa1d684-acf3-42cc-853e-61beeede1c0e]','2016-08-15T11:27:22.462Z','chrome','拓展资源','http://abalone0204.github.io/2016/05/22/serverless-simple-crud/','true','代码家'),(3063,'57aff6ad421aa960022328b3','2016-08-14T12:42:21.409Z','给 iOS 开发者准备的一些 podcast!','[http://img.gank.io/5a033360-abc7-4880-818f-08a4b02ba899]','2016-08-15T11:27:22.462Z','chrome','iOS','https://github.com/vermont42/Podcasts','true','代码家'),(3064,'57affb44421aa96000f7fc1c','2016-08-14T13:01:56.534Z','随机跳到一个 V2EX 用户的博客去。',NULL,'2016-08-15T11:27:22.462Z','chrome','瞎推荐','http://v2ex.chann.org/','true','代码家'),(3065,'57affba4421aa96004f4ba34','2016-08-14T13:03:32.268Z','一张图浓缩 Javascript','[http://img.gank.io/5bfa7a92-ed62-45cd-84b6-17539f700ff8]','2016-08-15T11:27:22.462Z','chrome','前端','https://github.com/coodict/javascript-in-one-pic','true','代码家'),(3066,'57b10a9b421aa96004f4ba37','2016-08-15T08:19:39.899Z','8.15',NULL,'2016-08-15T11:27:22.462Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f6u4boc0k2j20u00u0gni.jpg','true','代码家'),(3067,'57b10dc9421aa96004f4ba38','2016-08-15T08:33:13.7Z','Android 支持拖拽排序的流式标签布局','[http://img.gank.io/5bbe9ecd-e797-469d-b391-5ca78e57e9fe]','2016-08-15T11:27:22.462Z','chrome','Android','https://github.com/LightSun/android-drag-FlowLayout','true','代码家'),(3068,'57b10f02421aa960022328b5','2016-08-15T08:38:26.48Z','一款带有漂亮动画的 Android 图表 Chart 库','[http://img.gank.io/3f528271-eb4b-4535-8334-acb62ab5deba, http://img.gank.io/f8831612-8b3e-4194-b9a3-92550256254e, http://img.gank.io/13563883-1191-4f49-bead-c86b73d81a88]','2016-08-15T11:27:22.462Z','chrome','Android','https://github.com/mychoices/Jgraph','true','代码家'),(3069,'5773da8b421aa97a53656c1a','2016-06-29T22:26:19.693Z','Drip Into a River 水滴汇集下载效果 - Part I','[http://upload-images.jianshu.io/upload_images/208988-f3e0002ca3c5d3a4.jpeg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240, http://upload-images.jianshu.io/upload_images/208988-5e3a0b3cf1b7df75.gif?imageMogr2/auto-orient/strip, http://upload-images.jianshu.io/upload_images/208988-5dd59b8d1c711cb2.gif?imageMogr2/auto-orient/strip]','2016-08-12T11:39:10.578Z','api','iOS','http://www.jianshu.com/p/b7a58a56cb90?url_type=39&object_type=webpage&pos=1','true','tripleCC'),(3070,'57ac1342421aa949ef961f3f','2016-08-11T13:55:14.853Z','实现动态模糊',NULL,'2016-08-12T11:39:10.578Z','web','Android','http://blog.csdn.net/wl9739/article/details/51955598','true',NULL),(3071,'57ac175e421aa94a0226e654','2016-08-11T14:12:46.69Z','清楚明了的自定义View流程','[http://upload-images.jianshu.io/upload_images/1336465-ff9f93d22ef1f6cd?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240, http://upload-images.jianshu.io/upload_images/1336465-b963069f199c5bb3?imageMogr2/auto-orient/strip]','2016-08-12T11:39:10.578Z','chrome','Android','http://www.jianshu.com/p/86e867b9bee8','true','打哈哈'),(3072,'57ac6af3421aa94a077b354f','2016-08-11T20:09:23.108Z','Retrofit进阶',NULL,'2016-08-12T11:39:10.578Z','web','Android','http://www.jianshu.com/p/a0fd69380735','true',NULL),(3073,'57aca861421aa949ef961f48','2016-08-12T00:31:29.798Z','一个简单,强大的广告活动弹窗控件\n','[https://github.com/yipianfengye/android-adDialog/raw/master/images/ezgif.com-video-to-gif2.gif, https://github.com/yipianfengye/android-adDialog/raw/master/images/ezgif.com-video-to-gif6.gif]','2016-08-12T11:39:10.578Z','chrome','Android','https://github.com/yipianfengye/android-adDialog','true','Jason'),(3074,'57ad3de2421aa94a00ef3117','2016-08-12T11:09:22.469Z','Simplenote 开源了 iOS 版本的 App',NULL,'2016-08-12T11:39:10.578Z','chrome','iOS','https://github.com/Automattic/simplenote-ios','true','代码家'),(3075,'57ad3ee0421aa94a077b3552','2016-08-12T11:13:36.231Z','类似微信和 QQ 的一组头像效果','[https://camo.githubusercontent.com/0d537ca7b06f326f33b98c067328edf53b46e3f1/68747470733a2f2f6661726d392e737461746963666c69636b722e636f6d2f383839322f32373830373932363136345f376464653439356331345f6f2e706e67]','2016-08-12T11:39:10.578Z','chrome','iOS','https://github.com/ttmdung203/MDGroupAvatarView','true','代码家'),(3076,'57ad4023421aa949ef961f4b','2016-08-12T11:18:59.569Z','8-12',NULL,'2016-08-12T11:39:10.578Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f6qsn74e3yj20u011htc6.jpg','true','代码家'),(3077,'57ad41e4421aa94a077b3553','2016-08-12T11:26:28.497Z','爱酱小时候,边打球边哭,太可爱了~~',NULL,'2016-08-12T11:39:10.578Z','chrome','休息视频','http://weibo.com/p/230444d389e174bf27572c56c38c4f1366137c','true','Allen'),(3078,'5718ed8067765974f885bf4e','2016-04-21T23:10:56.276Z','俄罗斯小哥Oleg Cricket,这是他在迪拜某高楼拍的视频,近距离感受下什么叫战斗民族。。',NULL,'2016-08-11T12:07:01.963Z','chrome','休息视频','http://weibo.com/p/230444a15ab25498ca6d014542cb3be5a55b4c','true','LHF'),(3079,'57a9a6ef421aa90b3aac1ed9','2016-08-09T17:48:31.172Z','安卓音频录制','[https://raw.githubusercontent.com/adrielcafe/AndroidAudioRecorder/master/screenshots.png]','2016-08-11T12:07:01.963Z','chrome','Android','https://github.com/adrielcafe/AndroidAudioRecorder','true','蒋朋'),(3080,'57aa06eb421aa90b3cb7b0c2','2016-08-10T00:38:03.56Z','瞬间爆炸菜单按钮的iOS版本,新增两种按钮和可拖拽等新特性。',NULL,'2016-08-11T12:07:01.963Z','web','iOS','https://github.com/Nightonke/VHBoomMenuButton','true','Weiping Huang'),(3081,'57aa8f7b421aa90b3aac1ee4','2016-08-10T10:20:43.504Z','imagepicker(图片选择器)','[https://raw.githubusercontent.com/917386389/imagepickerdemo/master/app/src/4.gif]','2016-08-11T12:07:01.963Z','web','Android','https://github.com/917386389/imagepickerdemo','true','fsuper'),(3082,'57aae9ef421aa90c2c3ecb17','2016-08-10T16:46:39.678Z','Android 开发之 App 启动时间统计',NULL,'2016-08-11T12:07:01.963Z','web','Android','http://www.jianshu.com/p/c967653a9468','true','单刀土豆'),(3083,'57aafbae421aa90c1dcbcbb8','2016-08-10T18:02:22.207Z','Add a headview for any view and supports sticking the navigator on the top when ItemView scrolls.','[https://github.com/w446108264/ScrollableLayout/raw/master/output/p5.jpg, https://github.com/w446108264/ScrollableLayout/raw/master/output/show.gif]','2016-08-11T12:07:01.963Z','chrome','Android','https://github.com/w446108264/ScrollableLayout','true','dreamxuwj'),(3084,'57abee04421aa93faddbfb58','2016-08-11T11:16:20.682Z','页面切换指示器','[https://github.com/popwarsweet/PageControls/raw/master/demo.gif]','2016-08-11T12:07:01.963Z','chrome','iOS','https://github.com/popwarsweet/PageControls','true','代码家'),(3085,'57abf032421aa93faddbfb59','2016-08-11T11:25:38.383Z','盘点那些超棒的 Telegram 机器人',NULL,'2016-08-11T12:07:01.963Z','chrome','瞎推荐','https://github.com/DenisIzmaylov/awesome-telegram-bots','true','代码家'),(3086,'57abf148421aa93faddbfb5a','2016-08-11T11:30:16.863Z','雅虎开源的一系列 UI 组件,目前只放出了图片选择器组件,做的相当棒,期待雅虎更多的分析。','[https://github.com/yahoo/YangMingShan/raw/master/media/ymsphotopicker-demo.gif, https://github.com/yahoo/YangMingShan/raw/master/media/ymsphotopicker-theme.gif]','2016-08-11T12:07:01.963Z','chrome','iOS','https://github.com/yahoo/YangMingShan','true','代码家'),(3087,'57abf5ac421aa93fa66e8406','2016-08-11T11:49:00.660Z','8.11',NULL,'2016-08-11T12:07:01.963Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f6pnw6i7lqj20u00u0tbr.jpg','true','代码家'),(3088,'56efcc4c677659164d5643ca','2016-03-21T18:26:20.122Z','android 加载动画','[https://raw.githubusercontent.com/ybq/AndroidSpinKit/master/art/screen.gif, https://raw.githubusercontent.com/ybq/AndroidSpinKit/master/art/screen2.gif]','2016-08-10T11:37:13.981Z','chrome','Android','https://github.com/ybq/AndroidSpinKit','true','ybq'),(3089,'56fce1dd67765933d8be9188','2016-03-31T16:37:49.476Z','Welcome Coordinator for Android','[https://github.com/txusballesteros/welcome-coordinator/raw/master/assets/welcome_demo.gif]','2016-08-10T11:37:13.981Z','chrome','Android','https://github.com/txusballesteros/welcome-coordinator','true','Masayuki Suda'),(3090,'57a9c919421aa90b3aac1edb','2016-08-09T20:14:17.385Z','Android任意添加贴纸,支持添加Bitmap和Drawable','[https://github.com/wuapnjie/StickerView/raw/master/screenshots/stickerview.gif]','2016-08-10T11:37:13.981Z','web','Android','https://github.com/wuapnjie/StickerView','true','FlyingSnowBean'),(3091,'57a9fa9a421aa90b38e829c6','2016-08-09T23:45:30.933Z','iOS 中的 block 是如何持有对象的',NULL,'2016-08-10T11:37:13.981Z','web','Android','http://draveness.me/block-retain-object/','true','Draveness'),(3092,'57aa7241421aa90b3aac1edd','2016-08-10T08:16:01.833Z','漂亮的变换引导效果','[https://github.com/eoinfogarty/Onboarding/raw/master/graphics/example.gif]','2016-08-10T11:37:13.981Z','chrome','Android','https://github.com/eoinfogarty/Onboarding','true','代码家'),(3093,'57aa72eb421aa90b3aac1ede','2016-08-10T08:18:51.657Z','Button 拉长展开效果','[https://github.com/daniel-martins-IR/MagicButton/raw/master/app/src/main/res/drawable/giphy.gif]','2016-08-10T11:37:13.981Z','chrome','Android','https://github.com/daniel-martins-IR/MagicButton','true','代码家'),(3094,'57aa7d5c421aa90b3aac1edf','2016-08-10T09:03:24.470Z','Java8 实用字符串操作库',NULL,'2016-08-10T11:37:13.981Z','chrome','Android','https://github.com/shekhargulati/strman-java','true','代码家'),(3095,'57aa7e77421aa90b3aac1ee0','2016-08-10T09:08:07.150Z','林纳斯•托瓦兹:Linux 操作系统之父',NULL,'2016-08-10T11:37:13.981Z','web','休息视频','http://v.youku.com/v_show/id_XMTY1MjYyNjkyOA==.html','true','龙龙童鞋'),(3096,'57aa8895421aa90b35e1f408','2016-08-10T09:51:17.946Z','iOS 图片裁切辅助工具库','[https://github.com/3tinkers/TKImageView/raw/master/TKImageViewDemo/resources/sample0.gif]','2016-08-10T11:37:13.981Z','chrome','iOS','https://github.com/3tinkers/TKImageView','true','3tinkers'),(3097,'57aa89b1421aa90b38e829c7','2016-08-10T09:56:01.789Z','Swift 实现的圆形头像小库子','[https://camo.githubusercontent.com/bc9df1b450d368e2c4a149f6d281e6fcc40bbb43/687474703a2f2f6b616c61692e67722f77702d636f6e74656e742f75706c6f6164732f323031362f30382f5377696674794176617461722d4265666f72652d313639783330302e706e67, https://camo.githubusercontent.com/38e3bfb71667ab44f10aad6701f3b7684faff5e8/687474703a2f2f6b616c61692e67722f77702d636f6e74656e742f75706c6f6164732f323031362f30382f5377696674794176617461722d41667465722d313639783330302e706e67]','2016-08-10T11:37:13.981Z','chrome','iOS','https://github.com/dkalaitzidis/SwiftyAvatar','true','代码家'),(3098,'57aa8bd6421aa90b35e1f409','2016-08-10T10:05:10.118Z','做的很有意思的一个同步辅助工具库,可以做一些好玩儿的事情,比如本地配置和服务器配置同步,本地文件实时同步到服务器,或者可以本地书写长文实时同步到手机等等','[https://github.com/krzysztofzablocki/KZFileWatchers/raw/master/Images/Demo.gif]','2016-08-10T11:37:13.981Z','chrome','iOS','https://github.com/krzysztofzablocki/KZFileWatchers','true','代码家'),(3099,'57aa8c8a421aa90b3aac1ee1','2016-08-10T10:08:10.911Z','8-10',NULL,'2016-08-10T11:37:13.981Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f6ofd28kr6j20dw0kudgx.jpg','true','代码家'),(3100,'57a20a4b421aa91e2606477f','2016-08-03T23:14:19.12Z','有影射啊:假如买菜的流程很繁琐',NULL,'2016-08-09T11:30:16.672Z','chrome','休息视频','http://weibo.com/p/2304449bc13898b750fcc8e876a3c1a80920a0','true','lxxself'),(3101,'57a83a61421aa90b35e1f3f6','2016-08-08T15:53:05.219Z','腾讯 QMUI 团队出品,一个旨在提高 UI 开发效率、快速产生项目 UI 的前端工作流',NULL,'2016-08-09T11:30:16.672Z','web','前端','https://github.com/QMUI/qmui_web','true','Kayo'),(3102,'57a8461b421aa90b35e1f3f7','2016-08-08T16:43:07.738Z','人工智能、机器学习、深度学习合体的图片资源识别库','[https://github.com/hanuor/onyx/raw/master/anim2.gif]','2016-08-09T11:30:16.672Z','chrome','Android','https://github.com/hanuor/onyx','true','蒋朋'),(3103,'57a8501e421aa90b35e1f3f8','2016-08-08T17:25:50.562Z','利用Camera和Matrix实现有趣的卡片效果',NULL,'2016-08-09T11:30:16.672Z','web','Android','http://blog.csdn.net/zhangke3016/article/details/52143339','true','张珂'),(3104,'57a8505b421aa90b3aac1ecf','2016-08-08T17:26:51.615Z','Android中利用Camera与Matrix实现3D效果详解',NULL,'2016-08-09T11:30:16.672Z','web','Android','http://blog.csdn.net/zhangke3016/article/details/52093776','true','张珂'),(3105,'57a8658f421aa90b3cb7b0b2','2016-08-08T18:57:19.39Z','仿即刻首页滚动效果',NULL,'2016-08-09T11:30:16.672Z','web','Android','https://github.com/JeasonWong/JikeGallery','true','郑铉'),(3106,'57a94857421aa90b3cb7b0b6','2016-08-09T11:04:55.684Z','iOS 掉落通知效果','[https://github.com/cre8it/EVWDropDownNotification/raw/master/Screenshots/EVWDropdownNotification.gif]','2016-08-09T11:30:16.672Z','chrome','iOS','https://github.com/cre8it/EVWDropDownNotification','true','代码家'),(3107,'57a948c5421aa90b3cb7b0b7','2016-08-09T11:06:45.467Z','自动随文本高度变化的 TextView 。','[https://github.com/ruslanskorb/RSKGrowingTextView/raw/master/RSKGrowingTextViewExample/RSKGrowingTextViewExample.gif]','2016-08-09T11:30:16.672Z','chrome','iOS','https://github.com/ruslanskorb/RSKGrowingTextView','true','代码家'),(3108,'57a948f2421aa90b38e829bd','2016-08-09T11:07:30.364Z','漂亮的 iOS 图片裁切工具库','[https://github.com/TimOliver/TOCropViewController/raw/master/screenshot.jpg, https://raw.githubusercontent.com/TimOliver/TOCropViewController/master/breakdown.jpg]','2016-08-09T11:30:16.672Z','chrome','iOS','https://github.com/TimOliver/TOCropViewController','true','代码家'),(3109,'57a94a33421aa90b38e829be','2016-08-09T11:12:51.255Z','8.9',NULL,'2016-08-09T11:30:16.672Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f6nbm78pplj20dw0i2djy.jpg','true','代码家'),(3110,'57a42896421aa90d39e709f6','2016-08-05T13:48:06.331Z','可以实现好多种音效的播放器',NULL,'2016-08-08T11:47:45.839Z','web','Android','http://android-openslmediaplayer.h6ah4i.com/','true','color'),(3111,'57a6b619421aa90b38e829a6','2016-08-07T12:16:25.447Z','带有萌萌特效的 Switch CSS 效果',NULL,'2016-08-08T11:47:45.839Z','web','前端','https://github.com/validvoid/ButterSwitch','true','代码家'),(3112,'57a7361f421aa90b38e829ab','2016-08-07T21:22:39.856Z','Android 摄像头实时滤镜',NULL,'2016-08-08T11:47:45.839Z','web','Android','https://github.com/WeLikeVis/CameraFilter','true','nekocode'),(3113,'57a76148421aa90b3cb7b0ad','2016-08-08T00:26:48.446Z','iOS 持续集成--Travis CI + Fir.im自动编译发布',NULL,'2016-08-08T11:47:45.839Z','web','iOS','http://yeziahehe.com/2016/08/07/use_travis_ci_for_ios_project/','true','Fan Ye'),(3114,'57a7df16421aa90b35e1f3eb','2016-08-08T09:23:34.895Z','白岩松的对开幕式的吐槽解说精华合辑版!你们随意感受下这位国家级段子手。。。全程笑点',NULL,'2016-08-08T11:47:45.839Z','chrome','休息视频','http://www.miaopai.com/show/cF8q9ntjKeV88LSnvTjnyA__.htm','true','lxxself'),(3115,'57a7e859421aa90b38e829b0','2016-08-08T10:03:05.692Z','iOS 交互效果很不错的一个图片选择器','[https://camo.githubusercontent.com/dbd319650211d16b578c117c134636473964180d/687474703a2f2f7777342e73696e61696d672e636e2f6c617267652f303036744e633739677731663662316b31627674726a3330377630613461617a2e6a7067, https://camo.githubusercontent.com/702de2da7883d88655a78e488f07d8f386a24f25/687474703a2f2f7777312e73696e61696d672e636e2f6c617267652f303036744e6337396777316636623375706a6669346a33303776306133676d6f2e6a7067, https://camo.githubusercontent.com/d714c84b66761f67af5f38d1aa4d3b6563cbc564/687474703a2f2f7777312e73696e61696d672e636e2f6c617267652f303036744e633739677731663662316b39646d68686a333037763061376162362e6a7067]','2016-08-08T11:47:45.839Z','chrome','iOS','https://github.com/cbangchen/CBImagePicker','true','代码家'),(3116,'57a7e8b0421aa90b3aac1ec6','2016-08-08T10:04:32.871Z','仿 Evernote 的列表的下拉弹性效果,之前一直很好奇这个的实现原理,终于有人做出来了。','[https://camo.githubusercontent.com/caa326ef59ab1ca6f16c639d3639f98e835b6dd9/687474703a2f2f7777312e73696e61696d672e636e2f6d773639302f30303662645137716a773166357876307336736730673330623430697171376d2e676966]','2016-08-08T11:47:45.839Z','chrome','iOS','https://github.com/imwangxuesen/EvernoteAnimation','true','代码家'),(3117,'57a7e929421aa90b38e829b1','2016-08-08T10:06:33.904Z','基于 Google GVR 封装的一款简单的 VR 视频播放器,推荐的原因是 VR 这么火,但是跟 VR 相关的开源项目较少,值得留意。',NULL,'2016-08-08T11:47:45.839Z','chrome','iOS','https://github.com/KaelYHB/VRMediaPlayer-iOS','true','代码家'),(3118,'57a7eae4421aa90b35e1f3ec','2016-08-08T10:13:56.28Z','8.8',NULL,'2016-08-08T11:47:45.839Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f6m4aj83g9j20zk1hcww3.jpg','true','代码家'),(3119,'57a7ec47421aa90b3aac1ec7','2016-08-08T10:19:51.557Z','简洁漂亮的 Gallery 组件',NULL,'2016-08-08T11:47:45.839Z','chrome','前端','https://github.com/sachinchoolur/lightgallery.js','true','代码家'),(3120,'57a7fcdb421aa90b35e1f3ee','2016-08-08T11:30:35.287Z','漂亮动画效果的 Checkbox,洋气!很标准的一个自定义组件,同时又是 很不错的 Path, PathMeasure 的一个学习教材。','[https://github.com/CoXier/CheckBox/raw/master/art/screenshot.gif]','2016-08-08T11:47:45.839Z','chrome','Android','https://github.com/CoXier/CheckBox','true','代码家'),(3121,'57a7feff421aa90b38e829b2','2016-08-08T11:39:43.834Z','利用双面镜实现一个酷酷的家庭智能镜面终端!','[https://cdn-learn.adafruit.com/guides/images/000/001/147/medium800/android-mirror-01-small.jpg?1448302289]','2016-08-08T11:47:45.839Z','chrome','瞎推荐','https://learn.adafruit.com/android-smart-home-mirror','true','代码家'),(3122,'579ad085421aa91e26064733','2016-07-29T11:41:57.688Z','一个用键盘来调整窗口摆放位置的app',NULL,'2016-08-05T11:31:58.293Z','web','App','https://github.com/eczarny/spectacle','true','color'),(3123,'579c197c421aa90d36e960bf','2016-07-30T11:05:32.987Z','有个好莱坞做特效的爸爸是一种什么样的体验? 卧槽简直吊炸天,最后一个我下巴都跟着掉了!',NULL,'2016-08-05T11:31:58.293Z','chrome','休息视频','http://weibo.com/p/230444058a763da0c7ddff016823859a9b38ed','true','lxxself'),(3124,'57a04b9e421aa90d36e960ef','2016-08-02T15:28:30.746Z','图片滤镜,便捷的编辑图片并获取位图',NULL,'2016-08-05T11:31:58.293Z','web','Android','https://github.com/Zomato/AndroidPhotoFilters?utm_campaign=explore-email&utm_medium=email&utm_source=newsletter&utm_term=weekly','true','littleMark'),(3125,'57a202f6421aa90d36e96108','2016-08-03T22:43:02.627Z','Android 复杂的多类型列表视图新写法:drakeet/MultiType',NULL,'2016-08-05T11:31:58.293Z','web','Android','https://github.com/drakeet/MultiType','true','drakeet'),(3126,'57a3489d421aa91e26064787','2016-08-04T21:52:29.704Z','MD登录风格','[https://raw.githubusercontent.com/fanrunqi/MaterialLogin/master/screenshots/c.png, https://raw.githubusercontent.com/fanrunqi/MaterialLogin/master/screenshots/b.png]','2016-08-05T11:31:58.293Z','chrome','Android','https://github.com/fanrunqi/MaterialLogin','true','Jason'),(3127,'57a36da4421aa90d36e9611f','2016-08-05T00:30:28.173Z','一步一步教你上传自己的 Library 到 JCenter',NULL,'2016-08-05T11:31:58.293Z','web','Android','http://blog.lufficc.com/2016/08/05/%E4%B8%80%E6%AD%A5%E4%B8%80%E6%AD%A5%E6%95%99%E4%BD%A0%E4%B8%8A%E4%BC%A0%E8%87%AA%E5%B7%B1%E7%9A%84-Library-%E5%88%B0-JCenter/','true',NULL),(3128,'57a3d8ed421aa90d39e709ee','2016-08-05T08:08:13.693Z','Yahoo开源的在线obj-c -> swift工具(Yahoo,好唏嘘)','[https://github.com/yahoojapan/objc2swift/raw/develop/doc/demo.gif]','2016-08-05T11:31:58.293Z','chrome','iOS','https://github.com/yahoojapan/objc2swift','true','Dear宅学长'),(3129,'57a3f9fe421aa90d39e709f0','2016-08-05T10:29:18.45Z','匹配图标颜色的多彩选项卡切换演示(Yalantis 出品)','[https://github.com/Yalantis/ColorMatchTabs/raw/master/Resources/preview.gif]','2016-08-05T11:31:58.293Z','chrome','iOS','https://github.com/Yalantis/ColorMatchTabs','true','Dear宅学长'),(3130,'57a3fb34421aa90d36e96124','2016-08-05T10:34:28.780Z','点赞还可以这么玩','[https://github.com/ldoublem/ThumbUp/raw/master/screenShot/shot.gif]','2016-08-05T11:31:58.293Z','chrome','Android','https://github.com/ldoublem/ThumbUp','true','ldoublem'),(3131,'57a401fb421aa90d39e709f2','2016-08-05T11:03:23.24Z','iOS 简单画板工具库','[https://github.com/Nicejinux/NXDrawKit/raw/master/images/screenShot.gif]','2016-08-05T11:31:58.293Z','chrome','iOS','https://github.com/Nicejinux/NXDrawKit','true','代码家'),(3132,'57a4056c421aa91e2606478d','2016-08-05T11:18:04.807Z','8.5',NULL,'2016-08-05T11:31:58.293Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f6ipaai7wgj20dw0kugp4.jpg','true','代码家'),(3133,'579ac6d9421aa91e2606472e','2016-07-29T11:00:41.422Z','机票座位在线选择android',NULL,'2016-08-03T11:12:47.159Z','web','Android','https://github.com/ldoublem/FlightSeat','true','ldoublem'),(3134,'57a02814421aa90d36e960ea','2016-08-02T12:56:52.911Z','还不来学点Lambda么?',NULL,'2016-08-03T11:12:47.159Z','chrome','Android','http://blog.csdn.net/dd864140130/article/details/50603420','true','sbbic'),(3135,'57a087bf421aa90d2fc94bc3','2016-08-02T19:45:03.98Z','五星好评','[https://github.com/FlyingPumba/SimpleRatingBar/raw/master/images/sample.gif]','2016-08-03T11:12:47.159Z','chrome','Android','https://github.com/FlyingPumba/SimpleRatingBar','true','蒋朋'),(3136,'57a14777421aa90d39e709ca','2016-08-03T09:23:03.48Z','生成二维码和从图片解析二维码库','[https://raw.githubusercontent.com/RurioLuca/MeCardParsing/master/img/screen.png]','2016-08-03T11:12:47.159Z','chrome','Android','https://github.com/RurioLuca/QrCardParsing','true','代码家'),(3137,'57a14895421aa90d36e960f7','2016-08-03T09:27:49.273Z','挺有意思的一个下拉刷新效果,可以看看源码学习一下实现类似效果的思路。','[https://camo.githubusercontent.com/f390437ba548be66a9e4c91389e5587000533c24/68747470733a2f2f7261772e6769746875622e636f6d2f6c7562656173742f50756c6c4c61756e6368526f636b65742f6d61737465722f73637265656e73686f74732f726f636b65742e676966]','2016-08-03T11:12:47.159Z','chrome','Android','https://github.com/lubeast/PullToRefresh','true','代码家'),(3138,'57a148c4421aa91e26064767','2016-08-03T09:28:36.400Z','给人眼前一亮的 Toast 效果','[https://github.com/yadav-rahul/TastyToast/raw/lib/static/error.gif, https://github.com/yadav-rahul/TastyToast/raw/lib/static/success.gif]','2016-08-03T11:12:47.159Z','chrome','Android','https://github.com/yadav-rahul/TastyToast','true','代码家'),(3139,'57a1494b421aa90d36e960f8','2016-08-03T09:30:51.540Z','支持常见的一些图片滤镜效果函数','[https://raw.githubusercontent.com/mukeshsolanki/photofilter/master/screenshots/Car.png, https://raw.githubusercontent.com/mukeshsolanki/photofilter/master/screenshots/Car-boost2.png]','2016-08-03T11:12:47.159Z','chrome','Android','https://github.com/mukeshsolanki/photofilter','true','代码家'),(3140,'57a149dd421aa90d39e709cb','2016-08-03T09:33:17.875Z','听着这些歌,才发现20年过的如此之快啊',NULL,'2016-08-03T11:12:47.159Z','chrome','休息视频','http://www.miaopai.com/show/1Gy3JMSJUjd~6Gvbmq-uuw__.htm','true','lxxself'),(3141,'57a1543f421aa91e2606476a','2016-08-03T10:17:35.4Z','iOS 预制字体预览,帮助你快速发现合适的字体','[https://camo.githubusercontent.com/02bd8cb77be5e8570be6979ff988c13f1e18a5b5/687474703a2f2f7777322e73696e61696d672e636e2f6c617267652f37303432316165356a7731663635693463686f346b6732306466306a386b6a6e2e676966]','2016-08-03T11:12:47.159Z','chrome','iOS','https://github.com/sushushu/iOS-UIFontFamilyNamesPreview','true','代码家'),(3142,'57a159ee421aa91e2606476b','2016-08-03T10:41:50.299Z','8-3',NULL,'2016-08-03T11:12:47.159Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f6gcxc1t7vj20hs0hsgo1.jpg','true','代码家'),(3143,'57a15c2a421aa90d39e709cf','2016-08-03T10:51:22.803Z','Material Design 水波效果的动画','[https://cloud.githubusercontent.com/assets/573856/16713775/151b34d6-46f5-11e6-9334-875453a01a9a.gif]','2016-08-03T11:12:47.159Z','chrome','iOS','https://github.com/IBAnimatable/IBAnimatableMaterial','true','代码家'),(3144,'57a15d05421aa91e2606476e','2016-08-03T10:55:01.123Z','一组漂亮的 TextField 交互特效','[https://github.com/raulriera/TextFieldEffects/raw/master/Screenshots/Yoshiko.gif, https://github.com/raulriera/TextFieldEffects/raw/master/Screenshots/Jiro.gif, https://github.com/raulriera/TextFieldEffects/raw/master/Screenshots/Kaede.gif]','2016-08-03T11:12:47.159Z','chrome','iOS','https://github.com/raulriera/TextFieldEffects','true','代码家'),(3145,'579a2006421aa90d36e960b0','2016-07-28T23:08:54.785Z','Framework with a simple method of rendering images and play video. 用法简单地呈现一组图片和视频播放的框架',NULL,'2016-08-02T11:40:01.363Z','web','iOS','https://github.com/iphone5solo/PYPhotosView','true','CoderKo1o'),(3146,'579d8465421aa90d36e960c5','2016-07-31T12:53:57.530Z','暖心忘年交《善意》',NULL,'2016-08-02T11:40:01.363Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTY1MzkzMjQyNA==.html','true','lxxself'),(3147,'579fe515421aa90d39e709b9','2016-08-02T08:11:01.616Z','通过 USB 分享手机网络,可以将手机网络通过 USB 分享给 Linux 和 OSX 系统,相当黑科技,对吧',NULL,'2016-08-02T11:40:01.363Z','chrome','Android','https://github.com/vvviperrr/SimpleRT','true','代码家'),(3148,'579fe5b0421aa90d36e960de','2016-08-02T08:13:36.275Z','50 条 gradle 使用建议和技巧',NULL,'2016-08-02T11:40:01.363Z','chrome','Android','https://github.com/shekhargulati/gradle-tips','true','代码家'),(3149,'579fe6a1421aa90d36e960df','2016-08-02T08:17:37.131Z','一大波漂亮的 Web 主题和模板','[http://ashobiz.asia/ui/40.png, http://ashobiz.asia/ui/22.png, http://ashobiz.asia/ui/6.jpg, http://ashobiz.asia/ui/28.png]','2016-08-02T11:40:01.363Z','chrome','前端','http://ashobiz.asia/','true','代码家'),(3150,'579fe9f6421aa90d2fc94bae','2016-08-02T08:31:50.585Z','教你实现类似 Google Inbox 的下拉 Cell 展开效果','[https://github.com/RabbitMC/inbox-replica/raw/master/promo/gl-inbox-preview.gif, https://github.com/RabbitMC/inbox-replica/raw/master/promo/transition-diagram.png]','2016-08-02T11:40:01.363Z','chrome','iOS','https://github.com/RabbitMC/inbox-replica','true','代码家'),(3151,'579fea6b421aa90d36e960e0','2016-08-02T08:33:47.0Z','一款超优雅的 Checkbox 效果,可以阅读源码学学如何实现类似效果。','[https://camo.githubusercontent.com/dcede58c4334073bbfe47f70bca203c40d8a9894/687474703a2f2f7331342e706f7374696d672e6f72672f36617039666b6133782f42454d416e696d6174696f6e5f547970655f46696c6c2e676966, https://camo.githubusercontent.com/cb84bae957dc769880f219df4749ae7151efa84c/687474703a2f2f73342e706f7374696d672e6f72672f3974777536706e36312f42454d416e696d6174696f6e5f547970655f426f756e63652e676966, https://camo.githubusercontent.com/2dd21d3adc237a9593e4f29f603aa663ebbab2a6/687474703a2f2f73372e706f7374696d672e6f72672f6a61616261673270332f42454d416e696d6174696f6e5f547970655f4f6e655f5374726f6b652e676966, https://camo.githubusercontent.com/57be0fe507f10183407a4c0341c9c30baf755412/687474703a2f2f7331312e706f7374696d672e6f72672f376f703735347865372f42454d416e696d6174696f6e5f547970655f466c61742e676966]','2016-08-02T11:40:01.363Z','chrome','iOS','https://github.com/Boris-Em/BEMCheckBox','true','代码家'),(3152,'579feadc421aa90d39e709ba','2016-08-02T08:35:40.516Z','支持自动格式化的 EditText,比如货币、电话号码等等',NULL,'2016-08-02T11:40:01.363Z','chrome','Android','https://github.com/PaXLiCh/FormattEditText','true','代码家'),(3153,'579fec0e421aa91e26064759','2016-08-02T08:40:46.867Z','一款支持条目展开的 RecyclerView。','[https://github.com/zaihuishou/ExpandableRecyclerview/raw/master/sample-screen.gif]','2016-08-02T11:40:01.363Z','chrome','Android','https://github.com/zaihuishou/ExpandableRecyclerview','true','代码家'),(3154,'579ff109421aa90d2fc94baf','2016-08-02T09:02:01.555Z','实现思简单,有趣好玩的下拉刷新库, 你还记得小时候打的黑白掌上游戏机么?',NULL,'2016-08-02T11:40:01.363Z','web','Android','https://github.com/Hitomis/FunGameRefresh','true','Hitomi'),(3155,'579ff9d0421aa90d39e709be','2016-08-02T09:39:28.23Z','8.2',NULL,'2016-08-02T11:40:01.363Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f6f5ktcyk0j20u011hacg.jpg','true','代码家'),(3156,'579fffd8421aa90d39e709c0','2016-08-02T10:05:12.511Z','轻量级 react 实现,减少 100+kb 体积,react 届的 zepto。',NULL,'2016-08-02T11:40:01.363Z','web','前端','https://github.com/Lucifier129/react-lite','true','工业聚'),(3157,'579ab71d421aa91e2606472b','2016-07-29T09:53:33.816Z','视图分层视差效果','[https://github.com/SchibstedSpain/Parallax-Layer-Layout/raw/master/art/ovni.gif]','2016-08-01T12:00:57.45Z','chrome','Android','https://github.com/SchibstedSpain/Parallax-Layer-Layout','true','Jason'),(3158,'579b4b0b421aa90d36e960bd','2016-07-29T20:24:43.415Z','iOS开源照片浏览器框架 优化内存 支持网络图片 block数据源',NULL,'2016-08-01T12:00:57.45Z','web','iOS','https://github.com/Soulghost/SGPhotoBrowser','true',NULL),(3159,'579c10d6421aa91e2606473b','2016-07-30T10:28:38.547Z','PullToReflesh下拉刷新开源库分析',NULL,'2016-08-01T12:00:57.45Z','web','iOS','http://cbang.info/2016/03/04/PullToReflesh%EF%BC%9A%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90/','true','Super邦'),(3160,'579d9ebe421aa90d36e960c8','2016-07-31T14:46:22.719Z','(非常棒)深入理解Davilk字节码指令及Smali文件',NULL,'2016-08-01T12:00:57.45Z','chrome','Android','http://blog.csdn.net/dd864140130/article/details/52076515','true','sbbic'),(3161,'579e1b06421aa90d2fc94b9c','2016-07-31T23:36:38.674Z','HTML5 File API — 让前端操作文件变的可能',NULL,'2016-08-01T12:00:57.45Z','web','前端','http://www.cnblogs.com/zichi/p/html5-file-api.html','true','子迟'),(3162,'579e9ba8421aa90d39e709a4','2016-08-01T08:45:28.443Z','聊天列表样式,使用很简单','[https://github.com/snipsnap/SlyceMessaging/raw/master/sample-photos/example.png?raw=true, https://github.com/snipsnap/SlyceMessaging/raw/master/sample-photos/chat-with-image.png?raw=true]','2016-08-01T12:00:57.45Z','chrome','Android','https://github.com/snipsnap/SlyceMessaging','true','花开堪折枝'),(3163,'579ea6d0421aa91e26064746','2016-08-01T09:33:04.931Z','哈哈哈好污[哈哈]这个老师可能是性 冷淡',NULL,'2016-08-01T12:00:57.45Z','chrome','休息视频','http://www.miaopai.com/show/HrBuGCzGZ53UgCaZoNWahA__.htm','true','lxxself'),(3164,'579eaa97421aa90d39e709a6','2016-08-01T09:49:11.97Z','根据页面内容,自动调节屏幕亮度,夜间使用尤其舒服。','[https://github.com/anishathalye/lumen/raw/master/assets/demo.gif]','2016-08-01T12:00:57.45Z','chrome','iOS','https://github.com/anishathalye/lumen','true','代码家'),(3165,'579eabfc421aa91e26064747','2016-08-01T09:55:08.841Z','iOS 版本的人脸图片自动智能居中(昨天发布了 Android 版本的)','[https://raw.githubusercontent.com/BeauNouvelle/AspectFillFaceAware/master/avatarExample.png]','2016-08-01T12:00:57.45Z','chrome','iOS','https://github.com/BeauNouvelle/AspectFillFaceAware','true','代码家'),(3166,'579eadfc421aa90d36e960cc','2016-08-01T10:03:40.631Z','iOS 漂亮的 Tag 组件,支持自动换行,做的不错','[https://github.com/weijentu/automatic-height-tagcells/raw/master/images/screenshot.png]','2016-08-01T12:00:57.45Z','chrome','iOS','https://github.com/weijentu/automatic-height-tagcells','true','代码家'),(3167,'579eb4b4421aa90d2fc94ba0','2016-08-01T10:32:20.10Z','8.1',NULL,'2016-08-01T12:00:57.45Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f6e1f1qmg3j20u00u0djp.jpg','true','代码家'),(3168,'579eb5e4421aa90d39e709a8','2016-08-01T10:37:24.458Z','Java 和 Javascript Bridge 封装。',NULL,'2016-08-01T12:00:57.45Z','chrome','Android','https://github.com/ImangazalievM/Scripto','true','代码家'),(3169,'579eb6fa421aa91e26064748','2016-08-01T10:42:02.491Z','有朋友通过尝试逆向微信图片压缩算法而实现的一个压缩比还不错的压缩算法。',NULL,'2016-08-01T12:00:57.45Z','chrome','Android','https://github.com/Curzibn/Luban','true','代码家'),(3170,'579ec037421aa90d2fc94ba1','2016-08-01T11:21:27.209Z','nock-nock 一个可以帮助你监控网站是否异常的 App (抄送代码家)','[https://raw.githubusercontent.com/afollestad/nock-nock/master/art/showcase.png]','2016-08-01T12:00:57.45Z','chrome','App','https://github.com/afollestad/nock-nock','true','咕咚'),(3171,'57996a29421aa90d36e960a6','2016-07-28T10:12:57.544Z','你是妈妈的什么?妈妈的智障23333333',NULL,'2016-07-29T09:37:39.219Z','chrome','休息视频','http://weibo.com/p/230444526d23bebaa581b79cb85e8c104fc0b5','true','lxxself'),(3172,'57998813421aa90d43bbf049','2016-07-28T12:20:35.602Z','Weex & ReactNative & JSPatch',NULL,'2016-07-29T09:37:39.219Z','chrome','瞎推荐','http://awhisper.github.io/2016/07/22/Weex-ReactNative-JSPatch/','true','wuzheng'),(3173,'57998c5e421aa90d43bbf04a','2016-07-28T12:38:54.271Z','Snipaste - 截图工具,但不只是截图',NULL,'2016-07-29T09:37:39.219Z','web','App','http://www.v2ex.com/t/295433','true','NibNait'),(3174,'5799ab9d421aa90d2fc94b7a','2016-07-28T14:52:13.230Z','本篇文章简要介绍了JobScheduler和其他API,可以帮助你的应用程序优雅的去安排你的工作计划。',NULL,'2016-07-29T09:37:39.219Z','web','Android','http://hlong.xyz/2016/07/28/Android%E6%80%A7%E8%83%BD%E6%A8%A1%E5%BC%8F%E7%AF%87%E4%B9%8B%E6%99%BA%E8%83%BD%E7%9A%84%E5%B7%A5%E4%BD%9C%E8%AE%A1%E5%88%92(%E8%AF%91)/','true','Jack Wang'),(3175,'5799cc21421aa90d2fc94b7d','2016-07-28T17:10:57.780Z','一行代码让你的 App 全局替换成 Apple Style 的 Emoji',NULL,'2016-07-29T09:37:39.219Z','web','Android','https://github.com/nekocode/Emojix','true','nekocode'),(3176,'579aa330421aa90d39e70986','2016-07-29T08:28:32.199Z','实现 iOS 手写电子签名的组件','[https://raw.githubusercontent.com/ipraba/EPSignature/master/Screenshots/iPad.png]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/ipraba/EPSignature','true','代码家'),(3177,'579aa378421aa90d39e70987','2016-07-29T08:29:44.298Z','Swift 实现 Zip 压缩和解压缩的库','[https://cloud.githubusercontent.com/assets/889949/12374908/252373d0-bcac-11e5-8ece-6933aeae8222.png]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/marmelroy/Zip','true','代码家'),(3178,'579aa636421aa90d36e960b1','2016-07-29T08:41:26.140Z','基于下载神器 aria2 实现的一个 UI 化的下载工具,相当好用','[https://camo.githubusercontent.com/516ac37347ec1f8905728f39ae1f8bec6ece179e/687474703a2f2f77696e646973636f2e71696e6975646e2e636f6d2f4d617269612d4170702d322e706e67]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/ShinCurry/Maria','true','代码家'),(3179,'579aa7d2421aa90d2fc94b81','2016-07-29T08:48:18.402Z','一个简单的点击延伸的 Tag 组件(虽然 Demo 丑了点儿)','[https://github.com/xhzengAIB/LearnEnglish/raw/master/Screenshots/XHTagView.gif]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/xhzengAIB/TagView','true','代码家'),(3180,'579aa88e421aa90d2fc94b82','2016-07-29T08:51:26.82Z','滑动推动 Nav Bar 效果','[https://github.com/andreamazz/AMScrollingNavbar/raw/master/assets/screenshot.gif]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/andreamazz/AMScrollingNavbar','true','代码家'),(3181,'579aaa7d421aa90d2fc94b83','2016-07-29T08:59:41.262Z','Flipboard 中国区新晋小王子开源的一款漂亮的 Banner 组件。','[https://github.com/chengdazhi/DecentBanner/raw/master/images/decent_sample.gif]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/chengdazhi/DecentBanner','true','代码家'),(3182,'579aaaf0421aa90d36e960b2','2016-07-29T09:01:36.925Z','基于 Picasso 库实现的人脸检测和图片自动智能裁剪,做的超棒。','[https://github.com/aryarohit07/PicassoFaceDetectionTransformation/raw/master/images/original_image4.jpg?raw=true, https://github.com/aryarohit07/PicassoFaceDetectionTransformation/raw/master/images/result_image4.jpg?raw=true]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/aryarohit07/PicassoFaceDetectionTransformation','true','代码家'),(3183,'579aab60421aa90d39e70988','2016-07-29T09:03:28.829Z','EditText 实现 Tag 输入和快速选择功能','[https://github.com/OfficialAmal/ChipLayout/raw/master/img/img2.png]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/OfficialAmal/ChipLayout','true','代码家'),(3184,'579aadb9421aa90d36e960b3','2016-07-29T09:13:29.889Z','Android-3DTouch-PeekView','[https://github.com/klinker24/Android-3DTouch-PeekView/raw/master/features.gif]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/klinker24/Android-3DTouch-PeekView','true','花开堪折枝'),(3185,'579aade1421aa90d39e70989','2016-07-29T09:14:09.997Z','类似刮刮乐擦除效果,做的挺逼真,可以可以。','[https://github.com/jackpocket/android_scratchoff/raw/master/scratchoff.gif]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/jackpocket/android_scratchoff','true','代码家'),(3186,'579ab0a8421aa90d36e960b4','2016-07-29T09:26:00.838Z','7.29',NULL,'2016-07-29T09:37:39.219Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f6aipo68yvj20qo0qoaee.jpg','true','代码家'),(3187,'5798b172421aa90d39e70975','2016-07-27T21:04:50.793Z','记录IDE,chrome等使用时长','[https://camo.githubusercontent.com/0263e365a2efdb5dc0adb4b7aba6a783bc17a92e/68747470733a2f2f77616b6174696d652e636f6d2f7374617469632f696d672f53637265656e53686f74732f53637265656e2d53686f742d323031362d30332d32312e706e67]','2016-07-28T18:17:20.567Z','chrome','瞎推荐','https://github.com/wakatime/jetbrains-wakatime','true','蒋朋'),(3188,'5798e568421aa90d36e9609f','2016-07-28T00:46:32.239Z','Android平台的原生Markdown解析器,将源文本直接解析为Spanned,高效、轻量',NULL,'2016-07-28T18:17:20.567Z','web','Android','https://github.com/zzhoujay/Markdown','true','郑州'),(3189,'5798ea98421aa90d43bbf03e','2016-07-28T01:08:40.730Z','Binder:为什么要通过onTransact()调用目标方法',NULL,'2016-07-28T18:17:20.567Z','web','Android','http://www.jianshu.com/p/b260051237fe','true','Abel Joo'),(3190,'57995278421aa90d43bbf040','2016-07-28T08:31:52.94Z','4 分钟,感受 Web Design 优化的艺术',NULL,'2016-07-28T18:17:20.567Z','chrome','拓展资源','http://jgthms.com/web-design-in-4-minutes/','true','代码家'),(3191,'579952bf421aa90d36e960a1','2016-07-28T08:33:03.247Z','UITextView 拓展,支持自动用 Emoji 表情替换相应文本。','[https://raw.githubusercontent.com/fastred/EmojiTextView/master/demo.gif]','2016-07-28T18:17:20.567Z','chrome','iOS','https://github.com/fastred/EmojiTextView','true','代码家'),(3192,'579953bc421aa90d39e70977','2016-07-28T08:37:16.668Z','一款完成度很高,质量也很不错的像素贴纸 App,支持图片编辑,贴纸选择等功能,做的萌萌的。','[https://github.com/Yalantis/PixPic/raw/master/Screenshots/4.0%20Device%202.jpg, https://github.com/Yalantis/PixPic/raw/master/Screenshots/4.0%20Device%204.jpg]','2016-07-28T18:17:20.567Z','chrome','iOS','https://github.com/Yalantis/PixPic','true','代码家'),(3193,'57995440421aa90d36e960a2','2016-07-28T08:39:28.11Z','简洁的 iOS 模板引擎',NULL,'2016-07-28T18:17:20.567Z','chrome','iOS','https://github.com/czechboy0/Templater','true','代码家'),(3194,'57995588421aa90d36e960a3','2016-07-28T08:44:56.76Z','Android Permission 辅助检测和申请工具库',NULL,'2016-07-28T18:17:20.567Z','chrome','Android','https://github.com/rebus007/PermissionUtils','true','代码家'),(3195,'579955c7421aa90d43bbf041','2016-07-28T08:45:59.828Z','Android 文件选择工具库','[https://raw.githubusercontent.com/Angads25/android-filepicker/master/screenshot2.png, https://raw.githubusercontent.com/Angads25/android-filepicker/master/screenshot1.png]','2016-07-28T18:17:20.567Z','chrome','Android','https://github.com/Angads25/android-filepicker','true','代码家'),(3196,'579955fd421aa90d2fc94b71','2016-07-28T08:46:53.178Z','很 Material Design 风格的 Search Bar,可以拿来直接用,文档也很完备。','[https://github.com/mancj/MaterialSearchBar/raw/master/art/device-2016-07-20-170335.png, https://github.com/mancj/MaterialSearchBar/raw/master/art/ezgif-838715850.gif]','2016-07-28T18:17:20.567Z','chrome','Android','https://github.com/mancj/MaterialSearchBar','true','代码家'),(3197,'57995869421aa90d43bbf042','2016-07-28T08:57:13.293Z','葛优躺',NULL,'2016-07-28T18:17:20.567Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f69c9e22xjj20u011hjuu.jpg','true','代码家'),(3198,'5799590b421aa90d2fc94b72','2016-07-28T08:59:55.871Z','感觉身体被掏空,汪汪汪!',NULL,'2016-07-28T18:17:20.567Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTY2MDcyNTEzMg==.html?from=s1.8-1-1.2','true','代码家'),(3199,'57786f73421aa9019c09f2c0','2016-07-03T09:50:43.699Z','仿新浪体育客户端的进度条','[https://github.com/YangShaoXiong/LikeSinaSportProgress/raw/master/screenshot/image.gif]','2016-07-27T11:27:16.610Z','chrome','Android','https://github.com/YangShaoXiong/LikeSinaSportProgress','true','Jason'),(3200,'577a14cf421aa964a66e589a','2016-07-04T15:48:31.885Z','Android RecyclerView 顶部悬浮实现',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://www.jianshu.com/p/c596f2e6f587','true','Jason'),(3201,'577c7a9d421aa9755674da3f','2016-07-06T11:27:25.110Z','Android中保存和恢复Fragment状态的最好方法',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://www.luchenglong.com/2016/07/06/20160706/','true','龙龙童鞋'),(3202,'5784c200421aa90de83c1b71','2016-07-12T18:10:08.364Z','Android内存泄露——浅解析和处理办法',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://www.jianshu.com/p/bf159a9c391a','true','匡罡'),(3203,'578b4a5f421aa90de83c1bad','2016-07-17T17:05:35.579Z','Android消息处理机制:Handler|Message',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://shaohui.me/2016/07/15/Android%E6%B6%88%E6%81%AF%E5%A4%84%E7%90%86%E6%9C%BA%E5%88%B6%EF%BC%9AHandler-Message/','true','邵辉Vista'),(3204,'5790345b421aa90de83c1bfd','2016-07-21T10:32:59.11Z','Android单元测试之Mockito浅析',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://hlong.xyz/2016/06/16/Android%E5%8D%95%E5%85%83%E6%B5%8B%E8%AF%95%E4%B9%8BMockito%E6%B5%85%E6%9E%90/','true','Jack Wang'),(3205,'5796d3cb421aa90d43bbf01b','2016-07-26T11:06:51.252Z','我脑海中的优秀技术团队',NULL,'2016-07-27T11:27:16.610Z','chrome','瞎推荐','https://zhuanlan.zhihu.com/p/21707924','true','vincgao'),(3206,'5797458a421aa90d2fc94b5a','2016-07-26T19:12:10.204Z','Android OpenGL ES 从入门到奔溃 --《OpenGL ES 应用开发实践指南》读书笔记 , 学习如何制作一个简单的 OpenGL 游戏,理解最基本的 OpenGL 知识',NULL,'2016-07-27T11:27:16.610Z','web','Android','https://www.rogerblog.cn/2016/07/18/OpenGL-serise-No1/','true','Roger'),(3207,'57976b85421aa90d2fc94b5b','2016-07-26T21:54:13.112Z','动态修改 C 语言函数的实现',NULL,'2016-07-27T11:27:16.610Z','web','iOS','https://github.com/Draveness/iOS-Source-Code-Analyze/blob/master/fishhook/动态修改%20C%20语言函数的实现.md','true','Draveness'),(3208,'5797ff2d421aa90d2fc94b5e','2016-07-27T08:24:13.95Z','iOS 弹性菜单展开效果','[https://github.com/Desgard/DGExpandMenuButton/raw/master/Screenshot/DGExpandMenu-o.gif]','2016-07-27T11:27:16.610Z','chrome','iOS','https://github.com/Desgard/DGExpandMenuButton','true','代码家'),(3209,'5798007c421aa90d2fc94b5f','2016-07-27T08:29:48.945Z','面向设计师的设计工具集合,不过开发者也可以看看张涨姿势',NULL,'2016-07-27T11:27:16.610Z','chrome','拓展资源','http://www.sansfrancis.co/','true','代码家'),(3210,'579801a7421aa90d43bbf02c','2016-07-27T08:34:47.404Z','Vapor 项目中的网络层库,Swift 实现。支持 HTTP, WebSockets, Streams, SMTP 等协议,做的相当不错。',NULL,'2016-07-27T11:27:16.610Z','chrome','iOS','https://github.com/qutheory/engine','true','代码家'),(3211,'57980212421aa90d2fc94b60','2016-07-27T08:36:34.972Z','一款支持 Item 动画的 Dropdown 菜单。','[https://github.com/Cokile/CCDropDownMenu/raw/master/Captures/capture1.gif]','2016-07-27T11:27:16.610Z','chrome','iOS','https://github.com/Cokile/CCDropDownMenu','true','代码家'),(3212,'5798027b421aa90d39e70965','2016-07-27T08:38:19.183Z','功能完备的一款二维码,条形码扫描工具库,而且支持自定义 UI 部分,很适合拿来直接用。','[https://github.com/MxABC/LBXScan/raw/master/ScreenShots/page2.png]','2016-07-27T11:27:16.610Z','chrome','iOS','https://github.com/MxABC/LBXScan','true','代码家'),(3213,'57980fa4421aa90d36e9608d','2016-07-27T09:34:28.28Z','快看快看!我党居然第一次打广告了!',NULL,'2016-07-27T11:27:16.610Z','chrome','休息视频','http://v.ifeng.com/news/society/201607/0121bedf-fc90-4323-aaef-bcf0c2ae9ac0.shtml','true','lxxself'),(3214,'57981c6e421aa90d36e9608f','2016-07-27T10:29:02.572Z','Popular Movies App','[https://github.com/maksim-m/Popular-Movies-App/raw/master/.github/screen4.png]','2016-07-27T11:27:16.610Z','chrome','App','https://github.com/maksim-m/Popular-Movies-App','true','咕咚'),(3215,'57981ee6421aa90d36e96090','2016-07-27T10:39:34.818Z','王子文',NULL,'2016-07-27T11:27:16.610Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f689lmaf7qj20u00u00v7.jpg','true','代码家'),(3216,'57903410421aa90df33fe7f2','2016-07-21T10:31:44.944Z','Google I/O 2016 笔记之Espresso 进阶',NULL,'2016-07-26T10:30:11.357Z','web','Android','http://hlong.xyz/2016/07/20/Google%20IO%202016%20%E7%AC%94%E8%AE%B0%E4%B9%8BEspresso%20%E8%BF%9B%E9%98%B6/','true','Jack Wang'),(3217,'57923a51421aa90d2fc94b3c','2016-07-22T23:22:57.441Z','iOS/Android App Jenkins CI打包平台搭建详细流程',NULL,'2016-07-26T10:30:11.357Z','web','iOS','http://skyseraph.com/2016/07/18/Tools/Jenkins%20Gitlab%E6%8C%81%E7%BB%AD%E9%9B%86%E6%88%90%E6%89%93%E5%8C%85%E5%B9%B3%E5%8F%B0%E6%90%AD%E5%BB%BA/','true','SkySeraph'),(3218,'5792b1c8421aa90d39e70928','2016-07-23T07:52:40.253Z','[java基础]深入虚拟机字节码执行引擎',NULL,'2016-07-26T10:30:11.357Z','chrome','拓展资源','http://blog.csdn.net/dd864140130/article/details/49515403','true','sbbic'),(3219,'57944ddc421aa90d43bbf003','2016-07-24T13:10:52.58Z','Swift的安全保障 - Optional特性',NULL,'2016-07-26T10:30:11.357Z','web','iOS','http://www.jianshu.com/p/e28e6a846a6c','true',NULL),(3220,'5794f758421aa90d36e96070','2016-07-25T01:14:00.293Z','一个滑动动画的textview(更好的显示温度,金额等)','[https://github.com/robinhood/ticker/raw/master/assets/ticker_main.gif]','2016-07-26T10:30:11.357Z','chrome','Android','https://github.com/robinhood/ticker','true','有时放纵'),(3221,'5795551c421aa90d39e7093b','2016-07-25T07:54:04.930Z','电影票在线选座','[https://github.com/qifengdeqingchen/SeatTable/raw/master/demo.gif]','2016-07-26T10:30:11.357Z','chrome','Android','https://github.com/qifengdeqingchen/SeatTable','true','Jason'),(3222,'57958ebf421aa90d39e7093f','2016-07-25T11:59:59.464Z','白话函数式编程!',NULL,'2016-07-26T10:30:11.357Z','web','拓展资源','https://github.com/hemanth/functional-programming-jargon','true','Shipeng Xu'),(3223,'5795cd9c421aa90d39e70948','2016-07-25T16:28:12.741Z','遇见 LoopBar 从Cleveroad。在Android环境中导航的新方法',NULL,'2016-07-26T10:30:11.357Z','web','Android','https://github.com/Cleveroad/LoopBar','true',NULL),(3224,'5795fdbe421aa90d36e96079','2016-07-25T19:53:34.386Z','一个利用RxJava在TextView和EditText上渲染的markdown解析器,支持大部分语法以及部分语法在EditText上实时预览',NULL,'2016-07-26T10:30:11.357Z','web','Android','https://github.com/yydcdut/RxMarkdown','true','yydcdut'),(3225,'57962735421aa90d39e7094f','2016-07-25T22:50:29.136Z','Android:学习AIDL,这一篇文章就够了(下)',NULL,'2016-07-26T10:30:11.357Z','web','Android','http://blog.csdn.net/luoyanglizi/article/details/52029091','true','lypeer'),(3226,'5796b606421aa90d39e70952','2016-07-26T08:59:50.517Z','iOS 上完程度较高的一款开源电子阅读器,支持 txt,epub。','[https://github.com/GGGHub/Reader/raw/master/LSYReader/demo.gif]','2016-07-26T10:30:11.357Z','chrome','iOS','https://github.com/GGGHub/Reader','true','代码家'),(3227,'5796b70a421aa90d2fc94b4c','2016-07-26T09:04:10.19Z','带遮罩效果的 SegmentSwitch 组件','[https://github.com/KittenYang/DynamicMaskSegmentSwitch/raw/master/SwitcherBounceable.gif]','2016-07-26T10:30:11.357Z','chrome','iOS','https://github.com/KittenYang/DynamicMaskSegmentSwitch','true','代码家'),(3228,'5796b84e421aa90d2fc94b4d','2016-07-26T09:09:34.824Z','很风骚的一款卡片滑动效果工具库','[https://github.com/zhxnlai/ZLSwipeableViewSwift/raw/master/Previews/rewind.gif, https://github.com/zhxnlai/ZLSwipeableViewSwift/raw/master/Previews/undo.gif]','2016-07-26T10:30:11.357Z','chrome','iOS','https://github.com/zhxnlai/ZLSwipeableViewSwift','true','代码家'),(3229,'5796b970421aa90d2fc94b4e','2016-07-26T09:14:24.76Z','今天两个妹子',NULL,'2016-07-26T10:30:11.357Z','chrome','福利','http://ww3.sinaimg.cn/large/c85e4a5cjw1f671i8gt1rj20vy0vydsz.jpg','true','代码家'),(3230,'5796bc23421aa90d39e70953','2016-07-26T09:25:55.981Z','那年那兔那些事儿,好玩儿的历史动画片(看完这个感觉历史能学好了',NULL,'2016-07-26T10:30:11.357Z','chrome','休息视频','http://bangumi.bilibili.com/anime/v/30478','true','lxxself'),(3231,'578ed1b9421aa90dea11ea3a','2016-07-20T09:19:53.360Z','可怕的日本女鬼贞子~她的心再冰冷也会被抗日的这片沃土融化!',NULL,'2016-07-25T11:43:57.769Z','chrome','休息视频','http://weibo.com/p/2304445695c01022c7974c5137267a8b9f1370','true','lxxself'),(3232,'578ed430421aa90dea11ea3b','2016-07-20T09:30:24.197Z','包含美颜等40余种实时滤镜相机,可拍照、录像、图片修改',NULL,'2016-07-25T11:43:57.769Z','chrome','Android','https://github.com/AndrWang/MagicCamera','true','AndWang'),(3233,'5790342c421aa90df33fe7f3','2016-07-21T10:32:12.649Z','Google I/O 2016 笔记之图像压缩',NULL,'2016-07-25T11:43:57.769Z','web','Android','http://hlong.xyz/2016/07/11/Google%20IO%202016%20%E7%AC%94%E8%AE%B0%E4%B9%8B%E5%9B%BE%E5%83%8F%E5%8E%8B%E7%BC%A9/','true','Jack Wang'),(3234,'5791953f421aa90d36e96056','2016-07-22T11:38:39.568Z','PathMeasure之迷径追踪',NULL,'2016-07-25T11:43:57.769Z','web','Android','http://blog.csdn.net/eclipsexys/article/details/51992473','true','xuyisheng'),(3235,'579300cb421aa90d2fc94b40','2016-07-23T13:29:47.475Z','Android Activity 生命周期是如何实现的',NULL,'2016-07-25T11:43:57.769Z','web','Android','http://www.woaitqs.cc/android/2016/07/19/how-activity-lifecircle-work.html','true','tangqisen'),(3236,'57941039421aa90d43bbf001','2016-07-24T08:47:53.425Z','Wire 开源了:iOS、Android、Web,一整套方案。',NULL,'2016-07-25T11:43:57.769Z','web','App','https://github.com/wireapp/','true',NULL),(3237,'57946b21421aa90d43bbf005','2016-07-24T15:15:45.447Z','【Chrome插件】Github Travis Stat',NULL,'2016-07-25T11:43:57.769Z','web','拓展资源','http://yaowenjie.github.io/%E7%BC%96%E7%A8%8B%E7%9B%B8%E5%85%B3/travis-github-chrome-extension','true','Wenjie Yao'),(3238,'5794da5b421aa90d43bbf008','2016-07-24T23:10:19.281Z','macOS 上录制快捷键功能开源库',NULL,'2016-07-25T11:43:57.769Z','chrome','iOS','https://github.com/Clipy/KeyHolder','true','代码家'),(3239,'5794db04421aa90d36e9606e','2016-07-24T23:13:08.601Z','React Native 实现的 NBA 客户端,状态管理用的 Redux,做的相当棒,很不错的学习材料。',NULL,'2016-07-25T11:43:57.769Z','chrome','iOS','https://github.com/wwayne/react-native-nba-app','true','代码家'),(3240,'5794dcea421aa90d36e9606f','2016-07-24T23:21:14.677Z','iOS 简洁漂亮的层叠菜单。',NULL,'2016-07-25T11:43:57.769Z','chrome','iOS','https://github.com/v-braun/VBPiledView','true','callmewhy'),(3241,'5794dd35421aa90d39e70936','2016-07-24T23:22:29.876Z','QQ 聊天机器人',NULL,'2016-07-25T11:43:57.769Z','chrome','瞎推荐','https://github.com/b3log/xiaov','true','代码家'),(3242,'5794df0e421aa90d39e70939','2016-07-24T23:30:22.399Z','7.25',NULL,'2016-07-25T11:43:57.769Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f65f0oqodoj20qo0hntc9.jpg','true','代码家'),(3243,'578849c4421aa90df33fe7a6','2016-07-15T10:26:12.765Z','魔都,3年,程序员到CTO',NULL,'2016-07-22T11:04:44.305Z','web','拓展资源','http://www.jianshu.com/p/5a24e0084330','true','陈宇明'),(3244,'578df9e5421aa90df33fe7e0','2016-07-19T17:59:01.920Z','你真的理解AIDL中的in,out,inout么?',NULL,'2016-07-22T11:04:44.305Z','web','Android','http://blog.csdn.net/luoyanglizi/article/details/51958091','true','lypeer'),(3245,'578efa8d421aa90df638bb78','2016-07-20T12:14:05.820Z','【科普:英国为什么分为英格兰、苏格兰、威尔士和北爱尔兰】',NULL,'2016-07-22T11:04:44.305Z','chrome','休息视频','http://www.miaopai.com/show/Qj-MT94UXiqD3Nv~8nsHjQ__.htm','true','lxxself'),(3246,'578f9e85421aa90dea11ea48','2016-07-20T23:53:41.471Z','es6 手册',NULL,'2016-07-22T11:04:44.305Z','chrome','前端','https://github.com/DrkSephy/es6-cheatsheet','true','代码家'),(3247,'579037cd421aa90dea11ea4a','2016-07-21T10:47:41.510Z','一个收集所有可用的设备信息的类','[https://github.com/Shmoopi/iOS-System-Services/raw/master/Sample Images/Screenshot1.png]','2016-07-22T11:04:44.305Z','chrome','iOS','https://github.com/Shmoopi/iOS-System-Services','true','Dear宅学长'),(3248,'579fe5b0421aa90d36e960de','2016-08-02T08:13:36.275Z','50 条 gradle 使用建议和技巧',NULL,'2016-08-02T11:40:01.363Z','chrome','Android','https://github.com/shekhargulati/gradle-tips','true','代码家'),(3249,'579fe6a1421aa90d36e960df','2016-08-02T08:17:37.131Z','一大波漂亮的 Web 主题和模板','[http://ashobiz.asia/ui/40.png, http://ashobiz.asia/ui/22.png, http://ashobiz.asia/ui/6.jpg, http://ashobiz.asia/ui/28.png]','2016-08-02T11:40:01.363Z','chrome','前端','http://ashobiz.asia/','true','代码家'),(3250,'579fe9f6421aa90d2fc94bae','2016-08-02T08:31:50.585Z','教你实现类似 Google Inbox 的下拉 Cell 展开效果','[https://github.com/RabbitMC/inbox-replica/raw/master/promo/gl-inbox-preview.gif, https://github.com/RabbitMC/inbox-replica/raw/master/promo/transition-diagram.png]','2016-08-02T11:40:01.363Z','chrome','iOS','https://github.com/RabbitMC/inbox-replica','true','代码家'),(3251,'579fea6b421aa90d36e960e0','2016-08-02T08:33:47.0Z','一款超优雅的 Checkbox 效果,可以阅读源码学学如何实现类似效果。','[https://camo.githubusercontent.com/dcede58c4334073bbfe47f70bca203c40d8a9894/687474703a2f2f7331342e706f7374696d672e6f72672f36617039666b6133782f42454d416e696d6174696f6e5f547970655f46696c6c2e676966, https://camo.githubusercontent.com/cb84bae957dc769880f219df4749ae7151efa84c/687474703a2f2f73342e706f7374696d672e6f72672f3974777536706e36312f42454d416e696d6174696f6e5f547970655f426f756e63652e676966, https://camo.githubusercontent.com/2dd21d3adc237a9593e4f29f603aa663ebbab2a6/687474703a2f2f73372e706f7374696d672e6f72672f6a61616261673270332f42454d416e696d6174696f6e5f547970655f4f6e655f5374726f6b652e676966, https://camo.githubusercontent.com/57be0fe507f10183407a4c0341c9c30baf755412/687474703a2f2f7331312e706f7374696d672e6f72672f376f703735347865372f42454d416e696d6174696f6e5f547970655f466c61742e676966]','2016-08-02T11:40:01.363Z','chrome','iOS','https://github.com/Boris-Em/BEMCheckBox','true','代码家'),(3252,'579feadc421aa90d39e709ba','2016-08-02T08:35:40.516Z','支持自动格式化的 EditText,比如货币、电话号码等等',NULL,'2016-08-02T11:40:01.363Z','chrome','Android','https://github.com/PaXLiCh/FormattEditText','true','代码家'),(3253,'579fec0e421aa91e26064759','2016-08-02T08:40:46.867Z','一款支持条目展开的 RecyclerView。','[https://github.com/zaihuishou/ExpandableRecyclerview/raw/master/sample-screen.gif]','2016-08-02T11:40:01.363Z','chrome','Android','https://github.com/zaihuishou/ExpandableRecyclerview','true','代码家'),(3254,'579ff109421aa90d2fc94baf','2016-08-02T09:02:01.555Z','实现思简单,有趣好玩的下拉刷新库, 你还记得小时候打的黑白掌上游戏机么?',NULL,'2016-08-02T11:40:01.363Z','web','Android','https://github.com/Hitomis/FunGameRefresh','true','Hitomi'),(3255,'579ff9d0421aa90d39e709be','2016-08-02T09:39:28.23Z','8.2',NULL,'2016-08-02T11:40:01.363Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f6f5ktcyk0j20u011hacg.jpg','true','代码家'),(3256,'579fffd8421aa90d39e709c0','2016-08-02T10:05:12.511Z','轻量级 react 实现,减少 100+kb 体积,react 届的 zepto。',NULL,'2016-08-02T11:40:01.363Z','web','前端','https://github.com/Lucifier129/react-lite','true','工业聚'),(3257,'579ab71d421aa91e2606472b','2016-07-29T09:53:33.816Z','视图分层视差效果','[https://github.com/SchibstedSpain/Parallax-Layer-Layout/raw/master/art/ovni.gif]','2016-08-01T12:00:57.45Z','chrome','Android','https://github.com/SchibstedSpain/Parallax-Layer-Layout','true','Jason'),(3258,'579b4b0b421aa90d36e960bd','2016-07-29T20:24:43.415Z','iOS开源照片浏览器框架 优化内存 支持网络图片 block数据源',NULL,'2016-08-01T12:00:57.45Z','web','iOS','https://github.com/Soulghost/SGPhotoBrowser','true',NULL),(3259,'579c10d6421aa91e2606473b','2016-07-30T10:28:38.547Z','PullToReflesh下拉刷新开源库分析',NULL,'2016-08-01T12:00:57.45Z','web','iOS','http://cbang.info/2016/03/04/PullToReflesh%EF%BC%9A%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90/','true','Super邦'),(3260,'579d9ebe421aa90d36e960c8','2016-07-31T14:46:22.719Z','(非常棒)深入理解Davilk字节码指令及Smali文件',NULL,'2016-08-01T12:00:57.45Z','chrome','Android','http://blog.csdn.net/dd864140130/article/details/52076515','true','sbbic'),(3261,'579e1b06421aa90d2fc94b9c','2016-07-31T23:36:38.674Z','HTML5 File API — 让前端操作文件变的可能',NULL,'2016-08-01T12:00:57.45Z','web','前端','http://www.cnblogs.com/zichi/p/html5-file-api.html','true','子迟'),(3262,'579e9ba8421aa90d39e709a4','2016-08-01T08:45:28.443Z','聊天列表样式,使用很简单','[https://github.com/snipsnap/SlyceMessaging/raw/master/sample-photos/example.png?raw=true, https://github.com/snipsnap/SlyceMessaging/raw/master/sample-photos/chat-with-image.png?raw=true]','2016-08-01T12:00:57.45Z','chrome','Android','https://github.com/snipsnap/SlyceMessaging','true','花开堪折枝'),(3263,'579ea6d0421aa91e26064746','2016-08-01T09:33:04.931Z','哈哈哈好污[哈哈]这个老师可能是性 冷淡',NULL,'2016-08-01T12:00:57.45Z','chrome','休息视频','http://www.miaopai.com/show/HrBuGCzGZ53UgCaZoNWahA__.htm','true','lxxself'),(3264,'579eaa97421aa90d39e709a6','2016-08-01T09:49:11.97Z','根据页面内容,自动调节屏幕亮度,夜间使用尤其舒服。','[https://github.com/anishathalye/lumen/raw/master/assets/demo.gif]','2016-08-01T12:00:57.45Z','chrome','iOS','https://github.com/anishathalye/lumen','true','代码家'),(3265,'579eabfc421aa91e26064747','2016-08-01T09:55:08.841Z','iOS 版本的人脸图片自动智能居中(昨天发布了 Android 版本的)','[https://raw.githubusercontent.com/BeauNouvelle/AspectFillFaceAware/master/avatarExample.png]','2016-08-01T12:00:57.45Z','chrome','iOS','https://github.com/BeauNouvelle/AspectFillFaceAware','true','代码家'),(3266,'579eadfc421aa90d36e960cc','2016-08-01T10:03:40.631Z','iOS 漂亮的 Tag 组件,支持自动换行,做的不错','[https://github.com/weijentu/automatic-height-tagcells/raw/master/images/screenshot.png]','2016-08-01T12:00:57.45Z','chrome','iOS','https://github.com/weijentu/automatic-height-tagcells','true','代码家'),(3267,'579eb4b4421aa90d2fc94ba0','2016-08-01T10:32:20.10Z','8.1',NULL,'2016-08-01T12:00:57.45Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f6e1f1qmg3j20u00u0djp.jpg','true','代码家'),(3268,'579eb5e4421aa90d39e709a8','2016-08-01T10:37:24.458Z','Java 和 Javascript Bridge 封装。',NULL,'2016-08-01T12:00:57.45Z','chrome','Android','https://github.com/ImangazalievM/Scripto','true','代码家'),(3269,'579eb6fa421aa91e26064748','2016-08-01T10:42:02.491Z','有朋友通过尝试逆向微信图片压缩算法而实现的一个压缩比还不错的压缩算法。',NULL,'2016-08-01T12:00:57.45Z','chrome','Android','https://github.com/Curzibn/Luban','true','代码家'),(3270,'579ec037421aa90d2fc94ba1','2016-08-01T11:21:27.209Z','nock-nock 一个可以帮助你监控网站是否异常的 App (抄送代码家)','[https://raw.githubusercontent.com/afollestad/nock-nock/master/art/showcase.png]','2016-08-01T12:00:57.45Z','chrome','App','https://github.com/afollestad/nock-nock','true','咕咚'),(3271,'57996a29421aa90d36e960a6','2016-07-28T10:12:57.544Z','你是妈妈的什么?妈妈的智障23333333',NULL,'2016-07-29T09:37:39.219Z','chrome','休息视频','http://weibo.com/p/230444526d23bebaa581b79cb85e8c104fc0b5','true','lxxself'),(3272,'57998813421aa90d43bbf049','2016-07-28T12:20:35.602Z','Weex & ReactNative & JSPatch',NULL,'2016-07-29T09:37:39.219Z','chrome','瞎推荐','http://awhisper.github.io/2016/07/22/Weex-ReactNative-JSPatch/','true','wuzheng'),(3273,'57998c5e421aa90d43bbf04a','2016-07-28T12:38:54.271Z','Snipaste - 截图工具,但不只是截图',NULL,'2016-07-29T09:37:39.219Z','web','App','http://www.v2ex.com/t/295433','true','NibNait'),(3274,'5799ab9d421aa90d2fc94b7a','2016-07-28T14:52:13.230Z','本篇文章简要介绍了JobScheduler和其他API,可以帮助你的应用程序优雅的去安排你的工作计划。',NULL,'2016-07-29T09:37:39.219Z','web','Android','http://hlong.xyz/2016/07/28/Android%E6%80%A7%E8%83%BD%E6%A8%A1%E5%BC%8F%E7%AF%87%E4%B9%8B%E6%99%BA%E8%83%BD%E7%9A%84%E5%B7%A5%E4%BD%9C%E8%AE%A1%E5%88%92(%E8%AF%91)/','true','Jack Wang'),(3275,'5799cc21421aa90d2fc94b7d','2016-07-28T17:10:57.780Z','一行代码让你的 App 全局替换成 Apple Style 的 Emoji',NULL,'2016-07-29T09:37:39.219Z','web','Android','https://github.com/nekocode/Emojix','true','nekocode'),(3276,'579aa330421aa90d39e70986','2016-07-29T08:28:32.199Z','实现 iOS 手写电子签名的组件','[https://raw.githubusercontent.com/ipraba/EPSignature/master/Screenshots/iPad.png]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/ipraba/EPSignature','true','代码家'),(3277,'579aa378421aa90d39e70987','2016-07-29T08:29:44.298Z','Swift 实现 Zip 压缩和解压缩的库','[https://cloud.githubusercontent.com/assets/889949/12374908/252373d0-bcac-11e5-8ece-6933aeae8222.png]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/marmelroy/Zip','true','代码家'),(3278,'579aa636421aa90d36e960b1','2016-07-29T08:41:26.140Z','基于下载神器 aria2 实现的一个 UI 化的下载工具,相当好用','[https://camo.githubusercontent.com/516ac37347ec1f8905728f39ae1f8bec6ece179e/687474703a2f2f77696e646973636f2e71696e6975646e2e636f6d2f4d617269612d4170702d322e706e67]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/ShinCurry/Maria','true','代码家'),(3279,'579aa7d2421aa90d2fc94b81','2016-07-29T08:48:18.402Z','一个简单的点击延伸的 Tag 组件(虽然 Demo 丑了点儿)','[https://github.com/xhzengAIB/LearnEnglish/raw/master/Screenshots/XHTagView.gif]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/xhzengAIB/TagView','true','代码家'),(3280,'579aa88e421aa90d2fc94b82','2016-07-29T08:51:26.82Z','滑动推动 Nav Bar 效果','[https://github.com/andreamazz/AMScrollingNavbar/raw/master/assets/screenshot.gif]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/andreamazz/AMScrollingNavbar','true','代码家'),(3281,'579aaa7d421aa90d2fc94b83','2016-07-29T08:59:41.262Z','Flipboard 中国区新晋小王子开源的一款漂亮的 Banner 组件。','[https://github.com/chengdazhi/DecentBanner/raw/master/images/decent_sample.gif]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/chengdazhi/DecentBanner','true','代码家'),(3282,'579aaaf0421aa90d36e960b2','2016-07-29T09:01:36.925Z','基于 Picasso 库实现的人脸检测和图片自动智能裁剪,做的超棒。','[https://github.com/aryarohit07/PicassoFaceDetectionTransformation/raw/master/images/original_image4.jpg?raw=true, https://github.com/aryarohit07/PicassoFaceDetectionTransformation/raw/master/images/result_image4.jpg?raw=true]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/aryarohit07/PicassoFaceDetectionTransformation','true','代码家'),(3283,'579aab60421aa90d39e70988','2016-07-29T09:03:28.829Z','EditText 实现 Tag 输入和快速选择功能','[https://github.com/OfficialAmal/ChipLayout/raw/master/img/img2.png]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/OfficialAmal/ChipLayout','true','代码家'),(3284,'579aadb9421aa90d36e960b3','2016-07-29T09:13:29.889Z','Android-3DTouch-PeekView','[https://github.com/klinker24/Android-3DTouch-PeekView/raw/master/features.gif]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/klinker24/Android-3DTouch-PeekView','true','花开堪折枝'),(3285,'579aade1421aa90d39e70989','2016-07-29T09:14:09.997Z','类似刮刮乐擦除效果,做的挺逼真,可以可以。','[https://github.com/jackpocket/android_scratchoff/raw/master/scratchoff.gif]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/jackpocket/android_scratchoff','true','代码家'),(3286,'579ab0a8421aa90d36e960b4','2016-07-29T09:26:00.838Z','7.29',NULL,'2016-07-29T09:37:39.219Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f6aipo68yvj20qo0qoaee.jpg','true','代码家'),(3287,'5798b172421aa90d39e70975','2016-07-27T21:04:50.793Z','记录IDE,chrome等使用时长','[https://camo.githubusercontent.com/0263e365a2efdb5dc0adb4b7aba6a783bc17a92e/68747470733a2f2f77616b6174696d652e636f6d2f7374617469632f696d672f53637265656e53686f74732f53637265656e2d53686f742d323031362d30332d32312e706e67]','2016-07-28T18:17:20.567Z','chrome','瞎推荐','https://github.com/wakatime/jetbrains-wakatime','true','蒋朋'),(3288,'5798e568421aa90d36e9609f','2016-07-28T00:46:32.239Z','Android平台的原生Markdown解析器,将源文本直接解析为Spanned,高效、轻量',NULL,'2016-07-28T18:17:20.567Z','web','Android','https://github.com/zzhoujay/Markdown','true','郑州'),(3289,'5798ea98421aa90d43bbf03e','2016-07-28T01:08:40.730Z','Binder:为什么要通过onTransact()调用目标方法',NULL,'2016-07-28T18:17:20.567Z','web','Android','http://www.jianshu.com/p/b260051237fe','true','Abel Joo'),(3290,'57995278421aa90d43bbf040','2016-07-28T08:31:52.94Z','4 分钟,感受 Web Design 优化的艺术',NULL,'2016-07-28T18:17:20.567Z','chrome','拓展资源','http://jgthms.com/web-design-in-4-minutes/','true','代码家'),(3291,'579952bf421aa90d36e960a1','2016-07-28T08:33:03.247Z','UITextView 拓展,支持自动用 Emoji 表情替换相应文本。','[https://raw.githubusercontent.com/fastred/EmojiTextView/master/demo.gif]','2016-07-28T18:17:20.567Z','chrome','iOS','https://github.com/fastred/EmojiTextView','true','代码家'),(3292,'579953bc421aa90d39e70977','2016-07-28T08:37:16.668Z','一款完成度很高,质量也很不错的像素贴纸 App,支持图片编辑,贴纸选择等功能,做的萌萌的。','[https://github.com/Yalantis/PixPic/raw/master/Screenshots/4.0%20Device%202.jpg, https://github.com/Yalantis/PixPic/raw/master/Screenshots/4.0%20Device%204.jpg]','2016-07-28T18:17:20.567Z','chrome','iOS','https://github.com/Yalantis/PixPic','true','代码家'),(3293,'57995440421aa90d36e960a2','2016-07-28T08:39:28.11Z','简洁的 iOS 模板引擎',NULL,'2016-07-28T18:17:20.567Z','chrome','iOS','https://github.com/czechboy0/Templater','true','代码家'),(3294,'57995588421aa90d36e960a3','2016-07-28T08:44:56.76Z','Android Permission 辅助检测和申请工具库',NULL,'2016-07-28T18:17:20.567Z','chrome','Android','https://github.com/rebus007/PermissionUtils','true','代码家'),(3295,'579955c7421aa90d43bbf041','2016-07-28T08:45:59.828Z','Android 文件选择工具库','[https://raw.githubusercontent.com/Angads25/android-filepicker/master/screenshot2.png, https://raw.githubusercontent.com/Angads25/android-filepicker/master/screenshot1.png]','2016-07-28T18:17:20.567Z','chrome','Android','https://github.com/Angads25/android-filepicker','true','代码家'),(3296,'579955fd421aa90d2fc94b71','2016-07-28T08:46:53.178Z','很 Material Design 风格的 Search Bar,可以拿来直接用,文档也很完备。','[https://github.com/mancj/MaterialSearchBar/raw/master/art/device-2016-07-20-170335.png, https://github.com/mancj/MaterialSearchBar/raw/master/art/ezgif-838715850.gif]','2016-07-28T18:17:20.567Z','chrome','Android','https://github.com/mancj/MaterialSearchBar','true','代码家'),(3297,'57995869421aa90d43bbf042','2016-07-28T08:57:13.293Z','葛优躺',NULL,'2016-07-28T18:17:20.567Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f69c9e22xjj20u011hjuu.jpg','true','代码家'),(3298,'5799590b421aa90d2fc94b72','2016-07-28T08:59:55.871Z','感觉身体被掏空,汪汪汪!',NULL,'2016-07-28T18:17:20.567Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTY2MDcyNTEzMg==.html?from=s1.8-1-1.2','true','代码家'),(3299,'57786f73421aa9019c09f2c0','2016-07-03T09:50:43.699Z','仿新浪体育客户端的进度条','[https://github.com/YangShaoXiong/LikeSinaSportProgress/raw/master/screenshot/image.gif]','2016-07-27T11:27:16.610Z','chrome','Android','https://github.com/YangShaoXiong/LikeSinaSportProgress','true','Jason'),(3300,'577a14cf421aa964a66e589a','2016-07-04T15:48:31.885Z','Android RecyclerView 顶部悬浮实现',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://www.jianshu.com/p/c596f2e6f587','true','Jason'),(3301,'577c7a9d421aa9755674da3f','2016-07-06T11:27:25.110Z','Android中保存和恢复Fragment状态的最好方法',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://www.luchenglong.com/2016/07/06/20160706/','true','龙龙童鞋'),(3302,'5784c200421aa90de83c1b71','2016-07-12T18:10:08.364Z','Android内存泄露——浅解析和处理办法',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://www.jianshu.com/p/bf159a9c391a','true','匡罡'),(3303,'578b4a5f421aa90de83c1bad','2016-07-17T17:05:35.579Z','Android消息处理机制:Handler|Message',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://shaohui.me/2016/07/15/Android%E6%B6%88%E6%81%AF%E5%A4%84%E7%90%86%E6%9C%BA%E5%88%B6%EF%BC%9AHandler-Message/','true','邵辉Vista'),(3304,'5790345b421aa90de83c1bfd','2016-07-21T10:32:59.11Z','Android单元测试之Mockito浅析',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://hlong.xyz/2016/06/16/Android%E5%8D%95%E5%85%83%E6%B5%8B%E8%AF%95%E4%B9%8BMockito%E6%B5%85%E6%9E%90/','true','Jack Wang'),(3305,'5796d3cb421aa90d43bbf01b','2016-07-26T11:06:51.252Z','我脑海中的优秀技术团队',NULL,'2016-07-27T11:27:16.610Z','chrome','瞎推荐','https://zhuanlan.zhihu.com/p/21707924','true','vincgao'),(3306,'5797458a421aa90d2fc94b5a','2016-07-26T19:12:10.204Z','Android OpenGL ES 从入门到奔溃 --《OpenGL ES 应用开发实践指南》读书笔记 , 学习如何制作一个简单的 OpenGL 游戏,理解最基本的 OpenGL 知识',NULL,'2016-07-27T11:27:16.610Z','web','Android','https://www.rogerblog.cn/2016/07/18/OpenGL-serise-No1/','true','Roger'),(3307,'57976b85421aa90d2fc94b5b','2016-07-26T21:54:13.112Z','动态修改 C 语言函数的实现',NULL,'2016-07-27T11:27:16.610Z','web','iOS','https://github.com/Draveness/iOS-Source-Code-Analyze/blob/master/fishhook/动态修改%20C%20语言函数的实现.md','true','Draveness'),(3308,'5797ff2d421aa90d2fc94b5e','2016-07-27T08:24:13.95Z','iOS 弹性菜单展开效果','[https://github.com/Desgard/DGExpandMenuButton/raw/master/Screenshot/DGExpandMenu-o.gif]','2016-07-27T11:27:16.610Z','chrome','iOS','https://github.com/Desgard/DGExpandMenuButton','true','代码家'),(3309,'5798007c421aa90d2fc94b5f','2016-07-27T08:29:48.945Z','面向设计师的设计工具集合,不过开发者也可以看看张涨姿势',NULL,'2016-07-27T11:27:16.610Z','chrome','拓展资源','http://www.sansfrancis.co/','true','代码家'),(3310,'579801a7421aa90d43bbf02c','2016-07-27T08:34:47.404Z','Vapor 项目中的网络层库,Swift 实现。支持 HTTP, WebSockets, Streams, SMTP 等协议,做的相当不错。',NULL,'2016-07-27T11:27:16.610Z','chrome','iOS','https://github.com/qutheory/engine','true','代码家'),(3311,'57980212421aa90d2fc94b60','2016-07-27T08:36:34.972Z','一款支持 Item 动画的 Dropdown 菜单。','[https://github.com/Cokile/CCDropDownMenu/raw/master/Captures/capture1.gif]','2016-07-27T11:27:16.610Z','chrome','iOS','https://github.com/Cokile/CCDropDownMenu','true','代码家'),(3312,'5798027b421aa90d39e70965','2016-07-27T08:38:19.183Z','功能完备的一款二维码,条形码扫描工具库,而且支持自定义 UI 部分,很适合拿来直接用。','[https://github.com/MxABC/LBXScan/raw/master/ScreenShots/page2.png]','2016-07-27T11:27:16.610Z','chrome','iOS','https://github.com/MxABC/LBXScan','true','代码家'),(3313,'57980fa4421aa90d36e9608d','2016-07-27T09:34:28.28Z','快看快看!我党居然第一次打广告了!',NULL,'2016-07-27T11:27:16.610Z','chrome','休息视频','http://v.ifeng.com/news/society/201607/0121bedf-fc90-4323-aaef-bcf0c2ae9ac0.shtml','true','lxxself'),(3314,'57981c6e421aa90d36e9608f','2016-07-27T10:29:02.572Z','Popular Movies App','[https://github.com/maksim-m/Popular-Movies-App/raw/master/.github/screen4.png]','2016-07-27T11:27:16.610Z','chrome','App','https://github.com/maksim-m/Popular-Movies-App','true','咕咚'),(3315,'57981ee6421aa90d36e96090','2016-07-27T10:39:34.818Z','王子文',NULL,'2016-07-27T11:27:16.610Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f689lmaf7qj20u00u00v7.jpg','true','代码家'),(3316,'57903410421aa90df33fe7f2','2016-07-21T10:31:44.944Z','Google I/O 2016 笔记之Espresso 进阶',NULL,'2016-07-26T10:30:11.357Z','web','Android','http://hlong.xyz/2016/07/20/Google%20IO%202016%20%E7%AC%94%E8%AE%B0%E4%B9%8BEspresso%20%E8%BF%9B%E9%98%B6/','true','Jack Wang'),(3317,'57923a51421aa90d2fc94b3c','2016-07-22T23:22:57.441Z','iOS/Android App Jenkins CI打包平台搭建详细流程',NULL,'2016-07-26T10:30:11.357Z','web','iOS','http://skyseraph.com/2016/07/18/Tools/Jenkins%20Gitlab%E6%8C%81%E7%BB%AD%E9%9B%86%E6%88%90%E6%89%93%E5%8C%85%E5%B9%B3%E5%8F%B0%E6%90%AD%E5%BB%BA/','true','SkySeraph'),(3318,'5792b1c8421aa90d39e70928','2016-07-23T07:52:40.253Z','[java基础]深入虚拟机字节码执行引擎',NULL,'2016-07-26T10:30:11.357Z','chrome','拓展资源','http://blog.csdn.net/dd864140130/article/details/49515403','true','sbbic'),(3319,'57944ddc421aa90d43bbf003','2016-07-24T13:10:52.58Z','Swift的安全保障 - Optional特性',NULL,'2016-07-26T10:30:11.357Z','web','iOS','http://www.jianshu.com/p/e28e6a846a6c','true',NULL),(3320,'5794f758421aa90d36e96070','2016-07-25T01:14:00.293Z','一个滑动动画的textview(更好的显示温度,金额等)','[https://github.com/robinhood/ticker/raw/master/assets/ticker_main.gif]','2016-07-26T10:30:11.357Z','chrome','Android','https://github.com/robinhood/ticker','true','有时放纵'),(3321,'5795551c421aa90d39e7093b','2016-07-25T07:54:04.930Z','电影票在线选座','[https://github.com/qifengdeqingchen/SeatTable/raw/master/demo.gif]','2016-07-26T10:30:11.357Z','chrome','Android','https://github.com/qifengdeqingchen/SeatTable','true','Jason'),(3322,'57958ebf421aa90d39e7093f','2016-07-25T11:59:59.464Z','白话函数式编程!',NULL,'2016-07-26T10:30:11.357Z','web','拓展资源','https://github.com/hemanth/functional-programming-jargon','true','Shipeng Xu'),(3323,'5795cd9c421aa90d39e70948','2016-07-25T16:28:12.741Z','遇见 LoopBar 从Cleveroad。在Android环境中导航的新方法',NULL,'2016-07-26T10:30:11.357Z','web','Android','https://github.com/Cleveroad/LoopBar','true',NULL),(3324,'5795fdbe421aa90d36e96079','2016-07-25T19:53:34.386Z','一个利用RxJava在TextView和EditText上渲染的markdown解析器,支持大部分语法以及部分语法在EditText上实时预览',NULL,'2016-07-26T10:30:11.357Z','web','Android','https://github.com/yydcdut/RxMarkdown','true','yydcdut'),(3325,'57962735421aa90d39e7094f','2016-07-25T22:50:29.136Z','Android:学习AIDL,这一篇文章就够了(下)',NULL,'2016-07-26T10:30:11.357Z','web','Android','http://blog.csdn.net/luoyanglizi/article/details/52029091','true','lypeer'),(3326,'5796b606421aa90d39e70952','2016-07-26T08:59:50.517Z','iOS 上完程度较高的一款开源电子阅读器,支持 txt,epub。','[https://github.com/GGGHub/Reader/raw/master/LSYReader/demo.gif]','2016-07-26T10:30:11.357Z','chrome','iOS','https://github.com/GGGHub/Reader','true','代码家'),(3327,'5796b70a421aa90d2fc94b4c','2016-07-26T09:04:10.19Z','带遮罩效果的 SegmentSwitch 组件','[https://github.com/KittenYang/DynamicMaskSegmentSwitch/raw/master/SwitcherBounceable.gif]','2016-07-26T10:30:11.357Z','chrome','iOS','https://github.com/KittenYang/DynamicMaskSegmentSwitch','true','代码家'),(3328,'5796b84e421aa90d2fc94b4d','2016-07-26T09:09:34.824Z','很风骚的一款卡片滑动效果工具库','[https://github.com/zhxnlai/ZLSwipeableViewSwift/raw/master/Previews/rewind.gif, https://github.com/zhxnlai/ZLSwipeableViewSwift/raw/master/Previews/undo.gif]','2016-07-26T10:30:11.357Z','chrome','iOS','https://github.com/zhxnlai/ZLSwipeableViewSwift','true','代码家'),(3329,'5796b970421aa90d2fc94b4e','2016-07-26T09:14:24.76Z','今天两个妹子',NULL,'2016-07-26T10:30:11.357Z','chrome','福利','http://ww3.sinaimg.cn/large/c85e4a5cjw1f671i8gt1rj20vy0vydsz.jpg','true','代码家'),(3330,'5796bc23421aa90d39e70953','2016-07-26T09:25:55.981Z','那年那兔那些事儿,好玩儿的历史动画片(看完这个感觉历史能学好了',NULL,'2016-07-26T10:30:11.357Z','chrome','休息视频','http://bangumi.bilibili.com/anime/v/30478','true','lxxself'),(3331,'578ed1b9421aa90dea11ea3a','2016-07-20T09:19:53.360Z','可怕的日本女鬼贞子~她的心再冰冷也会被抗日的这片沃土融化!',NULL,'2016-07-25T11:43:57.769Z','chrome','休息视频','http://weibo.com/p/2304445695c01022c7974c5137267a8b9f1370','true','lxxself'),(3332,'578ed430421aa90dea11ea3b','2016-07-20T09:30:24.197Z','包含美颜等40余种实时滤镜相机,可拍照、录像、图片修改',NULL,'2016-07-25T11:43:57.769Z','chrome','Android','https://github.com/AndrWang/MagicCamera','true','AndWang'),(3333,'5790342c421aa90df33fe7f3','2016-07-21T10:32:12.649Z','Google I/O 2016 笔记之图像压缩',NULL,'2016-07-25T11:43:57.769Z','web','Android','http://hlong.xyz/2016/07/11/Google%20IO%202016%20%E7%AC%94%E8%AE%B0%E4%B9%8B%E5%9B%BE%E5%83%8F%E5%8E%8B%E7%BC%A9/','true','Jack Wang'),(3334,'5791953f421aa90d36e96056','2016-07-22T11:38:39.568Z','PathMeasure之迷径追踪',NULL,'2016-07-25T11:43:57.769Z','web','Android','http://blog.csdn.net/eclipsexys/article/details/51992473','true','xuyisheng'),(3335,'579300cb421aa90d2fc94b40','2016-07-23T13:29:47.475Z','Android Activity 生命周期是如何实现的',NULL,'2016-07-25T11:43:57.769Z','web','Android','http://www.woaitqs.cc/android/2016/07/19/how-activity-lifecircle-work.html','true','tangqisen'),(3336,'57941039421aa90d43bbf001','2016-07-24T08:47:53.425Z','Wire 开源了:iOS、Android、Web,一整套方案。',NULL,'2016-07-25T11:43:57.769Z','web','App','https://github.com/wireapp/','true',NULL),(3337,'57946b21421aa90d43bbf005','2016-07-24T15:15:45.447Z','【Chrome插件】Github Travis Stat',NULL,'2016-07-25T11:43:57.769Z','web','拓展资源','http://yaowenjie.github.io/%E7%BC%96%E7%A8%8B%E7%9B%B8%E5%85%B3/travis-github-chrome-extension','true','Wenjie Yao'),(3338,'5794da5b421aa90d43bbf008','2016-07-24T23:10:19.281Z','macOS 上录制快捷键功能开源库',NULL,'2016-07-25T11:43:57.769Z','chrome','iOS','https://github.com/Clipy/KeyHolder','true','代码家'),(3339,'5794db04421aa90d36e9606e','2016-07-24T23:13:08.601Z','React Native 实现的 NBA 客户端,状态管理用的 Redux,做的相当棒,很不错的学习材料。',NULL,'2016-07-25T11:43:57.769Z','chrome','iOS','https://github.com/wwayne/react-native-nba-app','true','代码家'),(3340,'5794dcea421aa90d36e9606f','2016-07-24T23:21:14.677Z','iOS 简洁漂亮的层叠菜单。',NULL,'2016-07-25T11:43:57.769Z','chrome','iOS','https://github.com/v-braun/VBPiledView','true','callmewhy'),(3341,'5794dd35421aa90d39e70936','2016-07-24T23:22:29.876Z','QQ 聊天机器人',NULL,'2016-07-25T11:43:57.769Z','chrome','瞎推荐','https://github.com/b3log/xiaov','true','代码家'),(3342,'5794df0e421aa90d39e70939','2016-07-24T23:30:22.399Z','7.25',NULL,'2016-07-25T11:43:57.769Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f65f0oqodoj20qo0hntc9.jpg','true','代码家'),(3343,'578849c4421aa90df33fe7a6','2016-07-15T10:26:12.765Z','魔都,3年,程序员到CTO',NULL,'2016-07-22T11:04:44.305Z','web','拓展资源','http://www.jianshu.com/p/5a24e0084330','true','陈宇明'),(3344,'578df9e5421aa90df33fe7e0','2016-07-19T17:59:01.920Z','你真的理解AIDL中的in,out,inout么?',NULL,'2016-07-22T11:04:44.305Z','web','Android','http://blog.csdn.net/luoyanglizi/article/details/51958091','true','lypeer'),(3345,'578efa8d421aa90df638bb78','2016-07-20T12:14:05.820Z','【科普:英国为什么分为英格兰、苏格兰、威尔士和北爱尔兰】',NULL,'2016-07-22T11:04:44.305Z','chrome','休息视频','http://www.miaopai.com/show/Qj-MT94UXiqD3Nv~8nsHjQ__.htm','true','lxxself'),(3346,'578f9e85421aa90dea11ea48','2016-07-20T23:53:41.471Z','es6 手册',NULL,'2016-07-22T11:04:44.305Z','chrome','前端','https://github.com/DrkSephy/es6-cheatsheet','true','代码家'),(3347,'579037cd421aa90dea11ea4a','2016-07-21T10:47:41.510Z','一个收集所有可用的设备信息的类','[https://github.com/Shmoopi/iOS-System-Services/raw/master/Sample Images/Screenshot1.png]','2016-07-22T11:04:44.305Z','chrome','iOS','https://github.com/Shmoopi/iOS-System-Services','true','Dear宅学长'),(3348,'579fe5b0421aa90d36e960de','2016-08-02T08:13:36.275Z','50 条 gradle 使用建议和技巧',NULL,'2016-08-02T11:40:01.363Z','chrome','Android','https://github.com/shekhargulati/gradle-tips','true','代码家'),(3349,'579fe6a1421aa90d36e960df','2016-08-02T08:17:37.131Z','一大波漂亮的 Web 主题和模板','[http://ashobiz.asia/ui/40.png, http://ashobiz.asia/ui/22.png, http://ashobiz.asia/ui/6.jpg, http://ashobiz.asia/ui/28.png]','2016-08-02T11:40:01.363Z','chrome','前端','http://ashobiz.asia/','true','代码家'),(3350,'579fe9f6421aa90d2fc94bae','2016-08-02T08:31:50.585Z','教你实现类似 Google Inbox 的下拉 Cell 展开效果','[https://github.com/RabbitMC/inbox-replica/raw/master/promo/gl-inbox-preview.gif, https://github.com/RabbitMC/inbox-replica/raw/master/promo/transition-diagram.png]','2016-08-02T11:40:01.363Z','chrome','iOS','https://github.com/RabbitMC/inbox-replica','true','代码家'),(3351,'579fea6b421aa90d36e960e0','2016-08-02T08:33:47.0Z','一款超优雅的 Checkbox 效果,可以阅读源码学学如何实现类似效果。','[https://camo.githubusercontent.com/dcede58c4334073bbfe47f70bca203c40d8a9894/687474703a2f2f7331342e706f7374696d672e6f72672f36617039666b6133782f42454d416e696d6174696f6e5f547970655f46696c6c2e676966, https://camo.githubusercontent.com/cb84bae957dc769880f219df4749ae7151efa84c/687474703a2f2f73342e706f7374696d672e6f72672f3974777536706e36312f42454d416e696d6174696f6e5f547970655f426f756e63652e676966, https://camo.githubusercontent.com/2dd21d3adc237a9593e4f29f603aa663ebbab2a6/687474703a2f2f73372e706f7374696d672e6f72672f6a61616261673270332f42454d416e696d6174696f6e5f547970655f4f6e655f5374726f6b652e676966, https://camo.githubusercontent.com/57be0fe507f10183407a4c0341c9c30baf755412/687474703a2f2f7331312e706f7374696d672e6f72672f376f703735347865372f42454d416e696d6174696f6e5f547970655f466c61742e676966]','2016-08-02T11:40:01.363Z','chrome','iOS','https://github.com/Boris-Em/BEMCheckBox','true','代码家'),(3352,'579feadc421aa90d39e709ba','2016-08-02T08:35:40.516Z','支持自动格式化的 EditText,比如货币、电话号码等等',NULL,'2016-08-02T11:40:01.363Z','chrome','Android','https://github.com/PaXLiCh/FormattEditText','true','代码家'),(3353,'579fec0e421aa91e26064759','2016-08-02T08:40:46.867Z','一款支持条目展开的 RecyclerView。','[https://github.com/zaihuishou/ExpandableRecyclerview/raw/master/sample-screen.gif]','2016-08-02T11:40:01.363Z','chrome','Android','https://github.com/zaihuishou/ExpandableRecyclerview','true','代码家'),(3354,'579ff109421aa90d2fc94baf','2016-08-02T09:02:01.555Z','实现思简单,有趣好玩的下拉刷新库, 你还记得小时候打的黑白掌上游戏机么?',NULL,'2016-08-02T11:40:01.363Z','web','Android','https://github.com/Hitomis/FunGameRefresh','true','Hitomi'),(3355,'579ff9d0421aa90d39e709be','2016-08-02T09:39:28.23Z','8.2',NULL,'2016-08-02T11:40:01.363Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f6f5ktcyk0j20u011hacg.jpg','true','代码家'),(3356,'579fffd8421aa90d39e709c0','2016-08-02T10:05:12.511Z','轻量级 react 实现,减少 100+kb 体积,react 届的 zepto。',NULL,'2016-08-02T11:40:01.363Z','web','前端','https://github.com/Lucifier129/react-lite','true','工业聚'),(3357,'579ab71d421aa91e2606472b','2016-07-29T09:53:33.816Z','视图分层视差效果','[https://github.com/SchibstedSpain/Parallax-Layer-Layout/raw/master/art/ovni.gif]','2016-08-01T12:00:57.45Z','chrome','Android','https://github.com/SchibstedSpain/Parallax-Layer-Layout','true','Jason'),(3358,'579b4b0b421aa90d36e960bd','2016-07-29T20:24:43.415Z','iOS开源照片浏览器框架 优化内存 支持网络图片 block数据源',NULL,'2016-08-01T12:00:57.45Z','web','iOS','https://github.com/Soulghost/SGPhotoBrowser','true',NULL),(3359,'579c10d6421aa91e2606473b','2016-07-30T10:28:38.547Z','PullToReflesh下拉刷新开源库分析',NULL,'2016-08-01T12:00:57.45Z','web','iOS','http://cbang.info/2016/03/04/PullToReflesh%EF%BC%9A%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90/','true','Super邦'),(3360,'579d9ebe421aa90d36e960c8','2016-07-31T14:46:22.719Z','(非常棒)深入理解Davilk字节码指令及Smali文件',NULL,'2016-08-01T12:00:57.45Z','chrome','Android','http://blog.csdn.net/dd864140130/article/details/52076515','true','sbbic'),(3361,'579e1b06421aa90d2fc94b9c','2016-07-31T23:36:38.674Z','HTML5 File API — 让前端操作文件变的可能',NULL,'2016-08-01T12:00:57.45Z','web','前端','http://www.cnblogs.com/zichi/p/html5-file-api.html','true','子迟'),(3362,'579e9ba8421aa90d39e709a4','2016-08-01T08:45:28.443Z','聊天列表样式,使用很简单','[https://github.com/snipsnap/SlyceMessaging/raw/master/sample-photos/example.png?raw=true, https://github.com/snipsnap/SlyceMessaging/raw/master/sample-photos/chat-with-image.png?raw=true]','2016-08-01T12:00:57.45Z','chrome','Android','https://github.com/snipsnap/SlyceMessaging','true','花开堪折枝'),(3363,'579ea6d0421aa91e26064746','2016-08-01T09:33:04.931Z','哈哈哈好污[哈哈]这个老师可能是性 冷淡',NULL,'2016-08-01T12:00:57.45Z','chrome','休息视频','http://www.miaopai.com/show/HrBuGCzGZ53UgCaZoNWahA__.htm','true','lxxself'),(3364,'579eaa97421aa90d39e709a6','2016-08-01T09:49:11.97Z','根据页面内容,自动调节屏幕亮度,夜间使用尤其舒服。','[https://github.com/anishathalye/lumen/raw/master/assets/demo.gif]','2016-08-01T12:00:57.45Z','chrome','iOS','https://github.com/anishathalye/lumen','true','代码家'),(3365,'579eabfc421aa91e26064747','2016-08-01T09:55:08.841Z','iOS 版本的人脸图片自动智能居中(昨天发布了 Android 版本的)','[https://raw.githubusercontent.com/BeauNouvelle/AspectFillFaceAware/master/avatarExample.png]','2016-08-01T12:00:57.45Z','chrome','iOS','https://github.com/BeauNouvelle/AspectFillFaceAware','true','代码家'),(3366,'579eadfc421aa90d36e960cc','2016-08-01T10:03:40.631Z','iOS 漂亮的 Tag 组件,支持自动换行,做的不错','[https://github.com/weijentu/automatic-height-tagcells/raw/master/images/screenshot.png]','2016-08-01T12:00:57.45Z','chrome','iOS','https://github.com/weijentu/automatic-height-tagcells','true','代码家'),(3367,'579eb4b4421aa90d2fc94ba0','2016-08-01T10:32:20.10Z','8.1',NULL,'2016-08-01T12:00:57.45Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f6e1f1qmg3j20u00u0djp.jpg','true','代码家'),(3368,'579eb5e4421aa90d39e709a8','2016-08-01T10:37:24.458Z','Java 和 Javascript Bridge 封装。',NULL,'2016-08-01T12:00:57.45Z','chrome','Android','https://github.com/ImangazalievM/Scripto','true','代码家'),(3369,'579eb6fa421aa91e26064748','2016-08-01T10:42:02.491Z','有朋友通过尝试逆向微信图片压缩算法而实现的一个压缩比还不错的压缩算法。',NULL,'2016-08-01T12:00:57.45Z','chrome','Android','https://github.com/Curzibn/Luban','true','代码家'),(3370,'579ec037421aa90d2fc94ba1','2016-08-01T11:21:27.209Z','nock-nock 一个可以帮助你监控网站是否异常的 App (抄送代码家)','[https://raw.githubusercontent.com/afollestad/nock-nock/master/art/showcase.png]','2016-08-01T12:00:57.45Z','chrome','App','https://github.com/afollestad/nock-nock','true','咕咚'),(3371,'57996a29421aa90d36e960a6','2016-07-28T10:12:57.544Z','你是妈妈的什么?妈妈的智障23333333',NULL,'2016-07-29T09:37:39.219Z','chrome','休息视频','http://weibo.com/p/230444526d23bebaa581b79cb85e8c104fc0b5','true','lxxself'),(3372,'57998813421aa90d43bbf049','2016-07-28T12:20:35.602Z','Weex & ReactNative & JSPatch',NULL,'2016-07-29T09:37:39.219Z','chrome','瞎推荐','http://awhisper.github.io/2016/07/22/Weex-ReactNative-JSPatch/','true','wuzheng'),(3373,'57998c5e421aa90d43bbf04a','2016-07-28T12:38:54.271Z','Snipaste - 截图工具,但不只是截图',NULL,'2016-07-29T09:37:39.219Z','web','App','http://www.v2ex.com/t/295433','true','NibNait'),(3374,'5799ab9d421aa90d2fc94b7a','2016-07-28T14:52:13.230Z','本篇文章简要介绍了JobScheduler和其他API,可以帮助你的应用程序优雅的去安排你的工作计划。',NULL,'2016-07-29T09:37:39.219Z','web','Android','http://hlong.xyz/2016/07/28/Android%E6%80%A7%E8%83%BD%E6%A8%A1%E5%BC%8F%E7%AF%87%E4%B9%8B%E6%99%BA%E8%83%BD%E7%9A%84%E5%B7%A5%E4%BD%9C%E8%AE%A1%E5%88%92(%E8%AF%91)/','true','Jack Wang'),(3375,'5799cc21421aa90d2fc94b7d','2016-07-28T17:10:57.780Z','一行代码让你的 App 全局替换成 Apple Style 的 Emoji',NULL,'2016-07-29T09:37:39.219Z','web','Android','https://github.com/nekocode/Emojix','true','nekocode'),(3376,'579aa330421aa90d39e70986','2016-07-29T08:28:32.199Z','实现 iOS 手写电子签名的组件','[https://raw.githubusercontent.com/ipraba/EPSignature/master/Screenshots/iPad.png]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/ipraba/EPSignature','true','代码家'),(3377,'579aa378421aa90d39e70987','2016-07-29T08:29:44.298Z','Swift 实现 Zip 压缩和解压缩的库','[https://cloud.githubusercontent.com/assets/889949/12374908/252373d0-bcac-11e5-8ece-6933aeae8222.png]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/marmelroy/Zip','true','代码家'),(3378,'579aa636421aa90d36e960b1','2016-07-29T08:41:26.140Z','基于下载神器 aria2 实现的一个 UI 化的下载工具,相当好用','[https://camo.githubusercontent.com/516ac37347ec1f8905728f39ae1f8bec6ece179e/687474703a2f2f77696e646973636f2e71696e6975646e2e636f6d2f4d617269612d4170702d322e706e67]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/ShinCurry/Maria','true','代码家'),(3379,'579aa7d2421aa90d2fc94b81','2016-07-29T08:48:18.402Z','一个简单的点击延伸的 Tag 组件(虽然 Demo 丑了点儿)','[https://github.com/xhzengAIB/LearnEnglish/raw/master/Screenshots/XHTagView.gif]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/xhzengAIB/TagView','true','代码家'),(3380,'579aa88e421aa90d2fc94b82','2016-07-29T08:51:26.82Z','滑动推动 Nav Bar 效果','[https://github.com/andreamazz/AMScrollingNavbar/raw/master/assets/screenshot.gif]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/andreamazz/AMScrollingNavbar','true','代码家'),(3381,'579aaa7d421aa90d2fc94b83','2016-07-29T08:59:41.262Z','Flipboard 中国区新晋小王子开源的一款漂亮的 Banner 组件。','[https://github.com/chengdazhi/DecentBanner/raw/master/images/decent_sample.gif]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/chengdazhi/DecentBanner','true','代码家'),(3382,'579aaaf0421aa90d36e960b2','2016-07-29T09:01:36.925Z','基于 Picasso 库实现的人脸检测和图片自动智能裁剪,做的超棒。','[https://github.com/aryarohit07/PicassoFaceDetectionTransformation/raw/master/images/original_image4.jpg?raw=true, https://github.com/aryarohit07/PicassoFaceDetectionTransformation/raw/master/images/result_image4.jpg?raw=true]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/aryarohit07/PicassoFaceDetectionTransformation','true','代码家'),(3383,'579aab60421aa90d39e70988','2016-07-29T09:03:28.829Z','EditText 实现 Tag 输入和快速选择功能','[https://github.com/OfficialAmal/ChipLayout/raw/master/img/img2.png]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/OfficialAmal/ChipLayout','true','代码家'),(3384,'579aadb9421aa90d36e960b3','2016-07-29T09:13:29.889Z','Android-3DTouch-PeekView','[https://github.com/klinker24/Android-3DTouch-PeekView/raw/master/features.gif]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/klinker24/Android-3DTouch-PeekView','true','花开堪折枝'),(3385,'579aade1421aa90d39e70989','2016-07-29T09:14:09.997Z','类似刮刮乐擦除效果,做的挺逼真,可以可以。','[https://github.com/jackpocket/android_scratchoff/raw/master/scratchoff.gif]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/jackpocket/android_scratchoff','true','代码家'),(3386,'579ab0a8421aa90d36e960b4','2016-07-29T09:26:00.838Z','7.29',NULL,'2016-07-29T09:37:39.219Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f6aipo68yvj20qo0qoaee.jpg','true','代码家'),(3387,'5798b172421aa90d39e70975','2016-07-27T21:04:50.793Z','记录IDE,chrome等使用时长','[https://camo.githubusercontent.com/0263e365a2efdb5dc0adb4b7aba6a783bc17a92e/68747470733a2f2f77616b6174696d652e636f6d2f7374617469632f696d672f53637265656e53686f74732f53637265656e2d53686f742d323031362d30332d32312e706e67]','2016-07-28T18:17:20.567Z','chrome','瞎推荐','https://github.com/wakatime/jetbrains-wakatime','true','蒋朋'),(3388,'5798e568421aa90d36e9609f','2016-07-28T00:46:32.239Z','Android平台的原生Markdown解析器,将源文本直接解析为Spanned,高效、轻量',NULL,'2016-07-28T18:17:20.567Z','web','Android','https://github.com/zzhoujay/Markdown','true','郑州'),(3389,'5798ea98421aa90d43bbf03e','2016-07-28T01:08:40.730Z','Binder:为什么要通过onTransact()调用目标方法',NULL,'2016-07-28T18:17:20.567Z','web','Android','http://www.jianshu.com/p/b260051237fe','true','Abel Joo'),(3390,'57995278421aa90d43bbf040','2016-07-28T08:31:52.94Z','4 分钟,感受 Web Design 优化的艺术',NULL,'2016-07-28T18:17:20.567Z','chrome','拓展资源','http://jgthms.com/web-design-in-4-minutes/','true','代码家'),(3391,'579952bf421aa90d36e960a1','2016-07-28T08:33:03.247Z','UITextView 拓展,支持自动用 Emoji 表情替换相应文本。','[https://raw.githubusercontent.com/fastred/EmojiTextView/master/demo.gif]','2016-07-28T18:17:20.567Z','chrome','iOS','https://github.com/fastred/EmojiTextView','true','代码家'),(3392,'579953bc421aa90d39e70977','2016-07-28T08:37:16.668Z','一款完成度很高,质量也很不错的像素贴纸 App,支持图片编辑,贴纸选择等功能,做的萌萌的。','[https://github.com/Yalantis/PixPic/raw/master/Screenshots/4.0%20Device%202.jpg, https://github.com/Yalantis/PixPic/raw/master/Screenshots/4.0%20Device%204.jpg]','2016-07-28T18:17:20.567Z','chrome','iOS','https://github.com/Yalantis/PixPic','true','代码家'),(3393,'57995440421aa90d36e960a2','2016-07-28T08:39:28.11Z','简洁的 iOS 模板引擎',NULL,'2016-07-28T18:17:20.567Z','chrome','iOS','https://github.com/czechboy0/Templater','true','代码家'),(3394,'57995588421aa90d36e960a3','2016-07-28T08:44:56.76Z','Android Permission 辅助检测和申请工具库',NULL,'2016-07-28T18:17:20.567Z','chrome','Android','https://github.com/rebus007/PermissionUtils','true','代码家'),(3395,'579955c7421aa90d43bbf041','2016-07-28T08:45:59.828Z','Android 文件选择工具库','[https://raw.githubusercontent.com/Angads25/android-filepicker/master/screenshot2.png, https://raw.githubusercontent.com/Angads25/android-filepicker/master/screenshot1.png]','2016-07-28T18:17:20.567Z','chrome','Android','https://github.com/Angads25/android-filepicker','true','代码家'),(3396,'579955fd421aa90d2fc94b71','2016-07-28T08:46:53.178Z','很 Material Design 风格的 Search Bar,可以拿来直接用,文档也很完备。','[https://github.com/mancj/MaterialSearchBar/raw/master/art/device-2016-07-20-170335.png, https://github.com/mancj/MaterialSearchBar/raw/master/art/ezgif-838715850.gif]','2016-07-28T18:17:20.567Z','chrome','Android','https://github.com/mancj/MaterialSearchBar','true','代码家'),(3397,'57995869421aa90d43bbf042','2016-07-28T08:57:13.293Z','葛优躺',NULL,'2016-07-28T18:17:20.567Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f69c9e22xjj20u011hjuu.jpg','true','代码家'),(3398,'5799590b421aa90d2fc94b72','2016-07-28T08:59:55.871Z','感觉身体被掏空,汪汪汪!',NULL,'2016-07-28T18:17:20.567Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTY2MDcyNTEzMg==.html?from=s1.8-1-1.2','true','代码家'),(3399,'57786f73421aa9019c09f2c0','2016-07-03T09:50:43.699Z','仿新浪体育客户端的进度条','[https://github.com/YangShaoXiong/LikeSinaSportProgress/raw/master/screenshot/image.gif]','2016-07-27T11:27:16.610Z','chrome','Android','https://github.com/YangShaoXiong/LikeSinaSportProgress','true','Jason'),(3400,'577a14cf421aa964a66e589a','2016-07-04T15:48:31.885Z','Android RecyclerView 顶部悬浮实现',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://www.jianshu.com/p/c596f2e6f587','true','Jason'),(3401,'577c7a9d421aa9755674da3f','2016-07-06T11:27:25.110Z','Android中保存和恢复Fragment状态的最好方法',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://www.luchenglong.com/2016/07/06/20160706/','true','龙龙童鞋'),(3402,'5784c200421aa90de83c1b71','2016-07-12T18:10:08.364Z','Android内存泄露——浅解析和处理办法',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://www.jianshu.com/p/bf159a9c391a','true','匡罡'),(3403,'578b4a5f421aa90de83c1bad','2016-07-17T17:05:35.579Z','Android消息处理机制:Handler|Message',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://shaohui.me/2016/07/15/Android%E6%B6%88%E6%81%AF%E5%A4%84%E7%90%86%E6%9C%BA%E5%88%B6%EF%BC%9AHandler-Message/','true','邵辉Vista'),(3404,'5790345b421aa90de83c1bfd','2016-07-21T10:32:59.11Z','Android单元测试之Mockito浅析',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://hlong.xyz/2016/06/16/Android%E5%8D%95%E5%85%83%E6%B5%8B%E8%AF%95%E4%B9%8BMockito%E6%B5%85%E6%9E%90/','true','Jack Wang'),(3405,'5796d3cb421aa90d43bbf01b','2016-07-26T11:06:51.252Z','我脑海中的优秀技术团队',NULL,'2016-07-27T11:27:16.610Z','chrome','瞎推荐','https://zhuanlan.zhihu.com/p/21707924','true','vincgao'),(3406,'5797458a421aa90d2fc94b5a','2016-07-26T19:12:10.204Z','Android OpenGL ES 从入门到奔溃 --《OpenGL ES 应用开发实践指南》读书笔记 , 学习如何制作一个简单的 OpenGL 游戏,理解最基本的 OpenGL 知识',NULL,'2016-07-27T11:27:16.610Z','web','Android','https://www.rogerblog.cn/2016/07/18/OpenGL-serise-No1/','true','Roger'),(3407,'57976b85421aa90d2fc94b5b','2016-07-26T21:54:13.112Z','动态修改 C 语言函数的实现',NULL,'2016-07-27T11:27:16.610Z','web','iOS','https://github.com/Draveness/iOS-Source-Code-Analyze/blob/master/fishhook/动态修改%20C%20语言函数的实现.md','true','Draveness'),(3408,'5797ff2d421aa90d2fc94b5e','2016-07-27T08:24:13.95Z','iOS 弹性菜单展开效果','[https://github.com/Desgard/DGExpandMenuButton/raw/master/Screenshot/DGExpandMenu-o.gif]','2016-07-27T11:27:16.610Z','chrome','iOS','https://github.com/Desgard/DGExpandMenuButton','true','代码家'),(3409,'5798007c421aa90d2fc94b5f','2016-07-27T08:29:48.945Z','面向设计师的设计工具集合,不过开发者也可以看看张涨姿势',NULL,'2016-07-27T11:27:16.610Z','chrome','拓展资源','http://www.sansfrancis.co/','true','代码家'),(3410,'579801a7421aa90d43bbf02c','2016-07-27T08:34:47.404Z','Vapor 项目中的网络层库,Swift 实现。支持 HTTP, WebSockets, Streams, SMTP 等协议,做的相当不错。',NULL,'2016-07-27T11:27:16.610Z','chrome','iOS','https://github.com/qutheory/engine','true','代码家'),(3411,'57980212421aa90d2fc94b60','2016-07-27T08:36:34.972Z','一款支持 Item 动画的 Dropdown 菜单。','[https://github.com/Cokile/CCDropDownMenu/raw/master/Captures/capture1.gif]','2016-07-27T11:27:16.610Z','chrome','iOS','https://github.com/Cokile/CCDropDownMenu','true','代码家'),(3412,'5798027b421aa90d39e70965','2016-07-27T08:38:19.183Z','功能完备的一款二维码,条形码扫描工具库,而且支持自定义 UI 部分,很适合拿来直接用。','[https://github.com/MxABC/LBXScan/raw/master/ScreenShots/page2.png]','2016-07-27T11:27:16.610Z','chrome','iOS','https://github.com/MxABC/LBXScan','true','代码家'),(3413,'57980fa4421aa90d36e9608d','2016-07-27T09:34:28.28Z','快看快看!我党居然第一次打广告了!',NULL,'2016-07-27T11:27:16.610Z','chrome','休息视频','http://v.ifeng.com/news/society/201607/0121bedf-fc90-4323-aaef-bcf0c2ae9ac0.shtml','true','lxxself'),(3414,'57981c6e421aa90d36e9608f','2016-07-27T10:29:02.572Z','Popular Movies App','[https://github.com/maksim-m/Popular-Movies-App/raw/master/.github/screen4.png]','2016-07-27T11:27:16.610Z','chrome','App','https://github.com/maksim-m/Popular-Movies-App','true','咕咚'),(3415,'57981ee6421aa90d36e96090','2016-07-27T10:39:34.818Z','王子文',NULL,'2016-07-27T11:27:16.610Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f689lmaf7qj20u00u00v7.jpg','true','代码家'),(3416,'57903410421aa90df33fe7f2','2016-07-21T10:31:44.944Z','Google I/O 2016 笔记之Espresso 进阶',NULL,'2016-07-26T10:30:11.357Z','web','Android','http://hlong.xyz/2016/07/20/Google%20IO%202016%20%E7%AC%94%E8%AE%B0%E4%B9%8BEspresso%20%E8%BF%9B%E9%98%B6/','true','Jack Wang'),(3417,'57923a51421aa90d2fc94b3c','2016-07-22T23:22:57.441Z','iOS/Android App Jenkins CI打包平台搭建详细流程',NULL,'2016-07-26T10:30:11.357Z','web','iOS','http://skyseraph.com/2016/07/18/Tools/Jenkins%20Gitlab%E6%8C%81%E7%BB%AD%E9%9B%86%E6%88%90%E6%89%93%E5%8C%85%E5%B9%B3%E5%8F%B0%E6%90%AD%E5%BB%BA/','true','SkySeraph'),(3418,'5792b1c8421aa90d39e70928','2016-07-23T07:52:40.253Z','[java基础]深入虚拟机字节码执行引擎',NULL,'2016-07-26T10:30:11.357Z','chrome','拓展资源','http://blog.csdn.net/dd864140130/article/details/49515403','true','sbbic'),(3419,'57944ddc421aa90d43bbf003','2016-07-24T13:10:52.58Z','Swift的安全保障 - Optional特性',NULL,'2016-07-26T10:30:11.357Z','web','iOS','http://www.jianshu.com/p/e28e6a846a6c','true',NULL),(3420,'5794f758421aa90d36e96070','2016-07-25T01:14:00.293Z','一个滑动动画的textview(更好的显示温度,金额等)','[https://github.com/robinhood/ticker/raw/master/assets/ticker_main.gif]','2016-07-26T10:30:11.357Z','chrome','Android','https://github.com/robinhood/ticker','true','有时放纵'),(3421,'5795551c421aa90d39e7093b','2016-07-25T07:54:04.930Z','电影票在线选座','[https://github.com/qifengdeqingchen/SeatTable/raw/master/demo.gif]','2016-07-26T10:30:11.357Z','chrome','Android','https://github.com/qifengdeqingchen/SeatTable','true','Jason'),(3422,'57958ebf421aa90d39e7093f','2016-07-25T11:59:59.464Z','白话函数式编程!',NULL,'2016-07-26T10:30:11.357Z','web','拓展资源','https://github.com/hemanth/functional-programming-jargon','true','Shipeng Xu'),(3423,'5795cd9c421aa90d39e70948','2016-07-25T16:28:12.741Z','遇见 LoopBar 从Cleveroad。在Android环境中导航的新方法',NULL,'2016-07-26T10:30:11.357Z','web','Android','https://github.com/Cleveroad/LoopBar','true',NULL),(3424,'5795fdbe421aa90d36e96079','2016-07-25T19:53:34.386Z','一个利用RxJava在TextView和EditText上渲染的markdown解析器,支持大部分语法以及部分语法在EditText上实时预览',NULL,'2016-07-26T10:30:11.357Z','web','Android','https://github.com/yydcdut/RxMarkdown','true','yydcdut'),(3425,'57962735421aa90d39e7094f','2016-07-25T22:50:29.136Z','Android:学习AIDL,这一篇文章就够了(下)',NULL,'2016-07-26T10:30:11.357Z','web','Android','http://blog.csdn.net/luoyanglizi/article/details/52029091','true','lypeer'),(3426,'5796b606421aa90d39e70952','2016-07-26T08:59:50.517Z','iOS 上完程度较高的一款开源电子阅读器,支持 txt,epub。','[https://github.com/GGGHub/Reader/raw/master/LSYReader/demo.gif]','2016-07-26T10:30:11.357Z','chrome','iOS','https://github.com/GGGHub/Reader','true','代码家'),(3427,'5796b70a421aa90d2fc94b4c','2016-07-26T09:04:10.19Z','带遮罩效果的 SegmentSwitch 组件','[https://github.com/KittenYang/DynamicMaskSegmentSwitch/raw/master/SwitcherBounceable.gif]','2016-07-26T10:30:11.357Z','chrome','iOS','https://github.com/KittenYang/DynamicMaskSegmentSwitch','true','代码家'),(3428,'5796b84e421aa90d2fc94b4d','2016-07-26T09:09:34.824Z','很风骚的一款卡片滑动效果工具库','[https://github.com/zhxnlai/ZLSwipeableViewSwift/raw/master/Previews/rewind.gif, https://github.com/zhxnlai/ZLSwipeableViewSwift/raw/master/Previews/undo.gif]','2016-07-26T10:30:11.357Z','chrome','iOS','https://github.com/zhxnlai/ZLSwipeableViewSwift','true','代码家'),(3429,'5796b970421aa90d2fc94b4e','2016-07-26T09:14:24.76Z','今天两个妹子',NULL,'2016-07-26T10:30:11.357Z','chrome','福利','http://ww3.sinaimg.cn/large/c85e4a5cjw1f671i8gt1rj20vy0vydsz.jpg','true','代码家'),(3430,'5796bc23421aa90d39e70953','2016-07-26T09:25:55.981Z','那年那兔那些事儿,好玩儿的历史动画片(看完这个感觉历史能学好了',NULL,'2016-07-26T10:30:11.357Z','chrome','休息视频','http://bangumi.bilibili.com/anime/v/30478','true','lxxself'),(3431,'578ed1b9421aa90dea11ea3a','2016-07-20T09:19:53.360Z','可怕的日本女鬼贞子~她的心再冰冷也会被抗日的这片沃土融化!',NULL,'2016-07-25T11:43:57.769Z','chrome','休息视频','http://weibo.com/p/2304445695c01022c7974c5137267a8b9f1370','true','lxxself'),(3432,'578ed430421aa90dea11ea3b','2016-07-20T09:30:24.197Z','包含美颜等40余种实时滤镜相机,可拍照、录像、图片修改',NULL,'2016-07-25T11:43:57.769Z','chrome','Android','https://github.com/AndrWang/MagicCamera','true','AndWang'),(3433,'5790342c421aa90df33fe7f3','2016-07-21T10:32:12.649Z','Google I/O 2016 笔记之图像压缩',NULL,'2016-07-25T11:43:57.769Z','web','Android','http://hlong.xyz/2016/07/11/Google%20IO%202016%20%E7%AC%94%E8%AE%B0%E4%B9%8B%E5%9B%BE%E5%83%8F%E5%8E%8B%E7%BC%A9/','true','Jack Wang'),(3434,'5791953f421aa90d36e96056','2016-07-22T11:38:39.568Z','PathMeasure之迷径追踪',NULL,'2016-07-25T11:43:57.769Z','web','Android','http://blog.csdn.net/eclipsexys/article/details/51992473','true','xuyisheng'),(3435,'579300cb421aa90d2fc94b40','2016-07-23T13:29:47.475Z','Android Activity 生命周期是如何实现的',NULL,'2016-07-25T11:43:57.769Z','web','Android','http://www.woaitqs.cc/android/2016/07/19/how-activity-lifecircle-work.html','true','tangqisen'),(3436,'57941039421aa90d43bbf001','2016-07-24T08:47:53.425Z','Wire 开源了:iOS、Android、Web,一整套方案。',NULL,'2016-07-25T11:43:57.769Z','web','App','https://github.com/wireapp/','true',NULL),(3437,'57946b21421aa90d43bbf005','2016-07-24T15:15:45.447Z','【Chrome插件】Github Travis Stat',NULL,'2016-07-25T11:43:57.769Z','web','拓展资源','http://yaowenjie.github.io/%E7%BC%96%E7%A8%8B%E7%9B%B8%E5%85%B3/travis-github-chrome-extension','true','Wenjie Yao'),(3438,'5794da5b421aa90d43bbf008','2016-07-24T23:10:19.281Z','macOS 上录制快捷键功能开源库',NULL,'2016-07-25T11:43:57.769Z','chrome','iOS','https://github.com/Clipy/KeyHolder','true','代码家'),(3439,'5794db04421aa90d36e9606e','2016-07-24T23:13:08.601Z','React Native 实现的 NBA 客户端,状态管理用的 Redux,做的相当棒,很不错的学习材料。',NULL,'2016-07-25T11:43:57.769Z','chrome','iOS','https://github.com/wwayne/react-native-nba-app','true','代码家'),(3440,'5794dcea421aa90d36e9606f','2016-07-24T23:21:14.677Z','iOS 简洁漂亮的层叠菜单。',NULL,'2016-07-25T11:43:57.769Z','chrome','iOS','https://github.com/v-braun/VBPiledView','true','callmewhy'),(3441,'5794dd35421aa90d39e70936','2016-07-24T23:22:29.876Z','QQ 聊天机器人',NULL,'2016-07-25T11:43:57.769Z','chrome','瞎推荐','https://github.com/b3log/xiaov','true','代码家'),(3442,'5794df0e421aa90d39e70939','2016-07-24T23:30:22.399Z','7.25',NULL,'2016-07-25T11:43:57.769Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f65f0oqodoj20qo0hntc9.jpg','true','代码家'),(3443,'578849c4421aa90df33fe7a6','2016-07-15T10:26:12.765Z','魔都,3年,程序员到CTO',NULL,'2016-07-22T11:04:44.305Z','web','拓展资源','http://www.jianshu.com/p/5a24e0084330','true','陈宇明'),(3444,'578df9e5421aa90df33fe7e0','2016-07-19T17:59:01.920Z','你真的理解AIDL中的in,out,inout么?',NULL,'2016-07-22T11:04:44.305Z','web','Android','http://blog.csdn.net/luoyanglizi/article/details/51958091','true','lypeer'),(3445,'578efa8d421aa90df638bb78','2016-07-20T12:14:05.820Z','【科普:英国为什么分为英格兰、苏格兰、威尔士和北爱尔兰】',NULL,'2016-07-22T11:04:44.305Z','chrome','休息视频','http://www.miaopai.com/show/Qj-MT94UXiqD3Nv~8nsHjQ__.htm','true','lxxself'),(3446,'578f9e85421aa90dea11ea48','2016-07-20T23:53:41.471Z','es6 手册',NULL,'2016-07-22T11:04:44.305Z','chrome','前端','https://github.com/DrkSephy/es6-cheatsheet','true','代码家'),(3447,'579037cd421aa90dea11ea4a','2016-07-21T10:47:41.510Z','一个收集所有可用的设备信息的类','[https://github.com/Shmoopi/iOS-System-Services/raw/master/Sample Images/Screenshot1.png]','2016-07-22T11:04:44.305Z','chrome','iOS','https://github.com/Shmoopi/iOS-System-Services','true','Dear宅学长'),(3448,'579fe5b0421aa90d36e960de','2016-08-02T08:13:36.275Z','50 条 gradle 使用建议和技巧',NULL,'2016-08-02T11:40:01.363Z','chrome','Android','https://github.com/shekhargulati/gradle-tips','true','代码家'),(3449,'579fe6a1421aa90d36e960df','2016-08-02T08:17:37.131Z','一大波漂亮的 Web 主题和模板','[http://ashobiz.asia/ui/40.png, http://ashobiz.asia/ui/22.png, http://ashobiz.asia/ui/6.jpg, http://ashobiz.asia/ui/28.png]','2016-08-02T11:40:01.363Z','chrome','前端','http://ashobiz.asia/','true','代码家'),(3450,'579fe9f6421aa90d2fc94bae','2016-08-02T08:31:50.585Z','教你实现类似 Google Inbox 的下拉 Cell 展开效果','[https://github.com/RabbitMC/inbox-replica/raw/master/promo/gl-inbox-preview.gif, https://github.com/RabbitMC/inbox-replica/raw/master/promo/transition-diagram.png]','2016-08-02T11:40:01.363Z','chrome','iOS','https://github.com/RabbitMC/inbox-replica','true','代码家'),(3451,'579fea6b421aa90d36e960e0','2016-08-02T08:33:47.0Z','一款超优雅的 Checkbox 效果,可以阅读源码学学如何实现类似效果。','[https://camo.githubusercontent.com/dcede58c4334073bbfe47f70bca203c40d8a9894/687474703a2f2f7331342e706f7374696d672e6f72672f36617039666b6133782f42454d416e696d6174696f6e5f547970655f46696c6c2e676966, https://camo.githubusercontent.com/cb84bae957dc769880f219df4749ae7151efa84c/687474703a2f2f73342e706f7374696d672e6f72672f3974777536706e36312f42454d416e696d6174696f6e5f547970655f426f756e63652e676966, https://camo.githubusercontent.com/2dd21d3adc237a9593e4f29f603aa663ebbab2a6/687474703a2f2f73372e706f7374696d672e6f72672f6a61616261673270332f42454d416e696d6174696f6e5f547970655f4f6e655f5374726f6b652e676966, https://camo.githubusercontent.com/57be0fe507f10183407a4c0341c9c30baf755412/687474703a2f2f7331312e706f7374696d672e6f72672f376f703735347865372f42454d416e696d6174696f6e5f547970655f466c61742e676966]','2016-08-02T11:40:01.363Z','chrome','iOS','https://github.com/Boris-Em/BEMCheckBox','true','代码家'),(3452,'579feadc421aa90d39e709ba','2016-08-02T08:35:40.516Z','支持自动格式化的 EditText,比如货币、电话号码等等',NULL,'2016-08-02T11:40:01.363Z','chrome','Android','https://github.com/PaXLiCh/FormattEditText','true','代码家'),(3453,'579fec0e421aa91e26064759','2016-08-02T08:40:46.867Z','一款支持条目展开的 RecyclerView。','[https://github.com/zaihuishou/ExpandableRecyclerview/raw/master/sample-screen.gif]','2016-08-02T11:40:01.363Z','chrome','Android','https://github.com/zaihuishou/ExpandableRecyclerview','true','代码家'),(3454,'579ff109421aa90d2fc94baf','2016-08-02T09:02:01.555Z','实现思简单,有趣好玩的下拉刷新库, 你还记得小时候打的黑白掌上游戏机么?',NULL,'2016-08-02T11:40:01.363Z','web','Android','https://github.com/Hitomis/FunGameRefresh','true','Hitomi'),(3455,'579ff9d0421aa90d39e709be','2016-08-02T09:39:28.23Z','8.2',NULL,'2016-08-02T11:40:01.363Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f6f5ktcyk0j20u011hacg.jpg','true','代码家'),(3456,'579fffd8421aa90d39e709c0','2016-08-02T10:05:12.511Z','轻量级 react 实现,减少 100+kb 体积,react 届的 zepto。',NULL,'2016-08-02T11:40:01.363Z','web','前端','https://github.com/Lucifier129/react-lite','true','工业聚'),(3457,'579ab71d421aa91e2606472b','2016-07-29T09:53:33.816Z','视图分层视差效果','[https://github.com/SchibstedSpain/Parallax-Layer-Layout/raw/master/art/ovni.gif]','2016-08-01T12:00:57.45Z','chrome','Android','https://github.com/SchibstedSpain/Parallax-Layer-Layout','true','Jason'),(3458,'579b4b0b421aa90d36e960bd','2016-07-29T20:24:43.415Z','iOS开源照片浏览器框架 优化内存 支持网络图片 block数据源',NULL,'2016-08-01T12:00:57.45Z','web','iOS','https://github.com/Soulghost/SGPhotoBrowser','true',NULL),(3459,'579c10d6421aa91e2606473b','2016-07-30T10:28:38.547Z','PullToReflesh下拉刷新开源库分析',NULL,'2016-08-01T12:00:57.45Z','web','iOS','http://cbang.info/2016/03/04/PullToReflesh%EF%BC%9A%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90/','true','Super邦'),(3460,'579d9ebe421aa90d36e960c8','2016-07-31T14:46:22.719Z','(非常棒)深入理解Davilk字节码指令及Smali文件',NULL,'2016-08-01T12:00:57.45Z','chrome','Android','http://blog.csdn.net/dd864140130/article/details/52076515','true','sbbic'),(3461,'579e1b06421aa90d2fc94b9c','2016-07-31T23:36:38.674Z','HTML5 File API — 让前端操作文件变的可能',NULL,'2016-08-01T12:00:57.45Z','web','前端','http://www.cnblogs.com/zichi/p/html5-file-api.html','true','子迟'),(3462,'579e9ba8421aa90d39e709a4','2016-08-01T08:45:28.443Z','聊天列表样式,使用很简单','[https://github.com/snipsnap/SlyceMessaging/raw/master/sample-photos/example.png?raw=true, https://github.com/snipsnap/SlyceMessaging/raw/master/sample-photos/chat-with-image.png?raw=true]','2016-08-01T12:00:57.45Z','chrome','Android','https://github.com/snipsnap/SlyceMessaging','true','花开堪折枝'),(3463,'579ea6d0421aa91e26064746','2016-08-01T09:33:04.931Z','哈哈哈好污[哈哈]这个老师可能是性 冷淡',NULL,'2016-08-01T12:00:57.45Z','chrome','休息视频','http://www.miaopai.com/show/HrBuGCzGZ53UgCaZoNWahA__.htm','true','lxxself'),(3464,'579eaa97421aa90d39e709a6','2016-08-01T09:49:11.97Z','根据页面内容,自动调节屏幕亮度,夜间使用尤其舒服。','[https://github.com/anishathalye/lumen/raw/master/assets/demo.gif]','2016-08-01T12:00:57.45Z','chrome','iOS','https://github.com/anishathalye/lumen','true','代码家'),(3465,'579eabfc421aa91e26064747','2016-08-01T09:55:08.841Z','iOS 版本的人脸图片自动智能居中(昨天发布了 Android 版本的)','[https://raw.githubusercontent.com/BeauNouvelle/AspectFillFaceAware/master/avatarExample.png]','2016-08-01T12:00:57.45Z','chrome','iOS','https://github.com/BeauNouvelle/AspectFillFaceAware','true','代码家'),(3466,'579eadfc421aa90d36e960cc','2016-08-01T10:03:40.631Z','iOS 漂亮的 Tag 组件,支持自动换行,做的不错','[https://github.com/weijentu/automatic-height-tagcells/raw/master/images/screenshot.png]','2016-08-01T12:00:57.45Z','chrome','iOS','https://github.com/weijentu/automatic-height-tagcells','true','代码家'),(3467,'579eb4b4421aa90d2fc94ba0','2016-08-01T10:32:20.10Z','8.1',NULL,'2016-08-01T12:00:57.45Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f6e1f1qmg3j20u00u0djp.jpg','true','代码家'),(3468,'579eb5e4421aa90d39e709a8','2016-08-01T10:37:24.458Z','Java 和 Javascript Bridge 封装。',NULL,'2016-08-01T12:00:57.45Z','chrome','Android','https://github.com/ImangazalievM/Scripto','true','代码家'),(3469,'579eb6fa421aa91e26064748','2016-08-01T10:42:02.491Z','有朋友通过尝试逆向微信图片压缩算法而实现的一个压缩比还不错的压缩算法。',NULL,'2016-08-01T12:00:57.45Z','chrome','Android','https://github.com/Curzibn/Luban','true','代码家'),(3470,'579ec037421aa90d2fc94ba1','2016-08-01T11:21:27.209Z','nock-nock 一个可以帮助你监控网站是否异常的 App (抄送代码家)','[https://raw.githubusercontent.com/afollestad/nock-nock/master/art/showcase.png]','2016-08-01T12:00:57.45Z','chrome','App','https://github.com/afollestad/nock-nock','true','咕咚'),(3471,'57996a29421aa90d36e960a6','2016-07-28T10:12:57.544Z','你是妈妈的什么?妈妈的智障23333333',NULL,'2016-07-29T09:37:39.219Z','chrome','休息视频','http://weibo.com/p/230444526d23bebaa581b79cb85e8c104fc0b5','true','lxxself'),(3472,'57998813421aa90d43bbf049','2016-07-28T12:20:35.602Z','Weex & ReactNative & JSPatch',NULL,'2016-07-29T09:37:39.219Z','chrome','瞎推荐','http://awhisper.github.io/2016/07/22/Weex-ReactNative-JSPatch/','true','wuzheng'),(3473,'57998c5e421aa90d43bbf04a','2016-07-28T12:38:54.271Z','Snipaste - 截图工具,但不只是截图',NULL,'2016-07-29T09:37:39.219Z','web','App','http://www.v2ex.com/t/295433','true','NibNait'),(3474,'5799ab9d421aa90d2fc94b7a','2016-07-28T14:52:13.230Z','本篇文章简要介绍了JobScheduler和其他API,可以帮助你的应用程序优雅的去安排你的工作计划。',NULL,'2016-07-29T09:37:39.219Z','web','Android','http://hlong.xyz/2016/07/28/Android%E6%80%A7%E8%83%BD%E6%A8%A1%E5%BC%8F%E7%AF%87%E4%B9%8B%E6%99%BA%E8%83%BD%E7%9A%84%E5%B7%A5%E4%BD%9C%E8%AE%A1%E5%88%92(%E8%AF%91)/','true','Jack Wang'),(3475,'5799cc21421aa90d2fc94b7d','2016-07-28T17:10:57.780Z','一行代码让你的 App 全局替换成 Apple Style 的 Emoji',NULL,'2016-07-29T09:37:39.219Z','web','Android','https://github.com/nekocode/Emojix','true','nekocode'),(3476,'579aa330421aa90d39e70986','2016-07-29T08:28:32.199Z','实现 iOS 手写电子签名的组件','[https://raw.githubusercontent.com/ipraba/EPSignature/master/Screenshots/iPad.png]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/ipraba/EPSignature','true','代码家'),(3477,'579aa378421aa90d39e70987','2016-07-29T08:29:44.298Z','Swift 实现 Zip 压缩和解压缩的库','[https://cloud.githubusercontent.com/assets/889949/12374908/252373d0-bcac-11e5-8ece-6933aeae8222.png]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/marmelroy/Zip','true','代码家'),(3478,'579aa636421aa90d36e960b1','2016-07-29T08:41:26.140Z','基于下载神器 aria2 实现的一个 UI 化的下载工具,相当好用','[https://camo.githubusercontent.com/516ac37347ec1f8905728f39ae1f8bec6ece179e/687474703a2f2f77696e646973636f2e71696e6975646e2e636f6d2f4d617269612d4170702d322e706e67]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/ShinCurry/Maria','true','代码家'),(3479,'579aa7d2421aa90d2fc94b81','2016-07-29T08:48:18.402Z','一个简单的点击延伸的 Tag 组件(虽然 Demo 丑了点儿)','[https://github.com/xhzengAIB/LearnEnglish/raw/master/Screenshots/XHTagView.gif]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/xhzengAIB/TagView','true','代码家'),(3480,'579aa88e421aa90d2fc94b82','2016-07-29T08:51:26.82Z','滑动推动 Nav Bar 效果','[https://github.com/andreamazz/AMScrollingNavbar/raw/master/assets/screenshot.gif]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/andreamazz/AMScrollingNavbar','true','代码家'),(3481,'579aaa7d421aa90d2fc94b83','2016-07-29T08:59:41.262Z','Flipboard 中国区新晋小王子开源的一款漂亮的 Banner 组件。','[https://github.com/chengdazhi/DecentBanner/raw/master/images/decent_sample.gif]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/chengdazhi/DecentBanner','true','代码家'),(3482,'579aaaf0421aa90d36e960b2','2016-07-29T09:01:36.925Z','基于 Picasso 库实现的人脸检测和图片自动智能裁剪,做的超棒。','[https://github.com/aryarohit07/PicassoFaceDetectionTransformation/raw/master/images/original_image4.jpg?raw=true, https://github.com/aryarohit07/PicassoFaceDetectionTransformation/raw/master/images/result_image4.jpg?raw=true]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/aryarohit07/PicassoFaceDetectionTransformation','true','代码家'),(3483,'579aab60421aa90d39e70988','2016-07-29T09:03:28.829Z','EditText 实现 Tag 输入和快速选择功能','[https://github.com/OfficialAmal/ChipLayout/raw/master/img/img2.png]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/OfficialAmal/ChipLayout','true','代码家'),(3484,'579aadb9421aa90d36e960b3','2016-07-29T09:13:29.889Z','Android-3DTouch-PeekView','[https://github.com/klinker24/Android-3DTouch-PeekView/raw/master/features.gif]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/klinker24/Android-3DTouch-PeekView','true','花开堪折枝'),(3485,'579aade1421aa90d39e70989','2016-07-29T09:14:09.997Z','类似刮刮乐擦除效果,做的挺逼真,可以可以。','[https://github.com/jackpocket/android_scratchoff/raw/master/scratchoff.gif]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/jackpocket/android_scratchoff','true','代码家'),(3486,'579ab0a8421aa90d36e960b4','2016-07-29T09:26:00.838Z','7.29',NULL,'2016-07-29T09:37:39.219Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f6aipo68yvj20qo0qoaee.jpg','true','代码家'),(3487,'5798b172421aa90d39e70975','2016-07-27T21:04:50.793Z','记录IDE,chrome等使用时长','[https://camo.githubusercontent.com/0263e365a2efdb5dc0adb4b7aba6a783bc17a92e/68747470733a2f2f77616b6174696d652e636f6d2f7374617469632f696d672f53637265656e53686f74732f53637265656e2d53686f742d323031362d30332d32312e706e67]','2016-07-28T18:17:20.567Z','chrome','瞎推荐','https://github.com/wakatime/jetbrains-wakatime','true','蒋朋'),(3488,'5798e568421aa90d36e9609f','2016-07-28T00:46:32.239Z','Android平台的原生Markdown解析器,将源文本直接解析为Spanned,高效、轻量',NULL,'2016-07-28T18:17:20.567Z','web','Android','https://github.com/zzhoujay/Markdown','true','郑州'),(3489,'5798ea98421aa90d43bbf03e','2016-07-28T01:08:40.730Z','Binder:为什么要通过onTransact()调用目标方法',NULL,'2016-07-28T18:17:20.567Z','web','Android','http://www.jianshu.com/p/b260051237fe','true','Abel Joo'),(3490,'57995278421aa90d43bbf040','2016-07-28T08:31:52.94Z','4 分钟,感受 Web Design 优化的艺术',NULL,'2016-07-28T18:17:20.567Z','chrome','拓展资源','http://jgthms.com/web-design-in-4-minutes/','true','代码家'),(3491,'579952bf421aa90d36e960a1','2016-07-28T08:33:03.247Z','UITextView 拓展,支持自动用 Emoji 表情替换相应文本。','[https://raw.githubusercontent.com/fastred/EmojiTextView/master/demo.gif]','2016-07-28T18:17:20.567Z','chrome','iOS','https://github.com/fastred/EmojiTextView','true','代码家'),(3492,'579953bc421aa90d39e70977','2016-07-28T08:37:16.668Z','一款完成度很高,质量也很不错的像素贴纸 App,支持图片编辑,贴纸选择等功能,做的萌萌的。','[https://github.com/Yalantis/PixPic/raw/master/Screenshots/4.0%20Device%202.jpg, https://github.com/Yalantis/PixPic/raw/master/Screenshots/4.0%20Device%204.jpg]','2016-07-28T18:17:20.567Z','chrome','iOS','https://github.com/Yalantis/PixPic','true','代码家'),(3493,'57995440421aa90d36e960a2','2016-07-28T08:39:28.11Z','简洁的 iOS 模板引擎',NULL,'2016-07-28T18:17:20.567Z','chrome','iOS','https://github.com/czechboy0/Templater','true','代码家'),(3494,'57995588421aa90d36e960a3','2016-07-28T08:44:56.76Z','Android Permission 辅助检测和申请工具库',NULL,'2016-07-28T18:17:20.567Z','chrome','Android','https://github.com/rebus007/PermissionUtils','true','代码家'),(3495,'579955c7421aa90d43bbf041','2016-07-28T08:45:59.828Z','Android 文件选择工具库','[https://raw.githubusercontent.com/Angads25/android-filepicker/master/screenshot2.png, https://raw.githubusercontent.com/Angads25/android-filepicker/master/screenshot1.png]','2016-07-28T18:17:20.567Z','chrome','Android','https://github.com/Angads25/android-filepicker','true','代码家'),(3496,'579955fd421aa90d2fc94b71','2016-07-28T08:46:53.178Z','很 Material Design 风格的 Search Bar,可以拿来直接用,文档也很完备。','[https://github.com/mancj/MaterialSearchBar/raw/master/art/device-2016-07-20-170335.png, https://github.com/mancj/MaterialSearchBar/raw/master/art/ezgif-838715850.gif]','2016-07-28T18:17:20.567Z','chrome','Android','https://github.com/mancj/MaterialSearchBar','true','代码家'),(3497,'57995869421aa90d43bbf042','2016-07-28T08:57:13.293Z','葛优躺',NULL,'2016-07-28T18:17:20.567Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f69c9e22xjj20u011hjuu.jpg','true','代码家'),(3498,'5799590b421aa90d2fc94b72','2016-07-28T08:59:55.871Z','感觉身体被掏空,汪汪汪!',NULL,'2016-07-28T18:17:20.567Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTY2MDcyNTEzMg==.html?from=s1.8-1-1.2','true','代码家'),(3499,'57786f73421aa9019c09f2c0','2016-07-03T09:50:43.699Z','仿新浪体育客户端的进度条','[https://github.com/YangShaoXiong/LikeSinaSportProgress/raw/master/screenshot/image.gif]','2016-07-27T11:27:16.610Z','chrome','Android','https://github.com/YangShaoXiong/LikeSinaSportProgress','true','Jason'),(3500,'577a14cf421aa964a66e589a','2016-07-04T15:48:31.885Z','Android RecyclerView 顶部悬浮实现',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://www.jianshu.com/p/c596f2e6f587','true','Jason'),(3501,'577c7a9d421aa9755674da3f','2016-07-06T11:27:25.110Z','Android中保存和恢复Fragment状态的最好方法',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://www.luchenglong.com/2016/07/06/20160706/','true','龙龙童鞋'),(3502,'5784c200421aa90de83c1b71','2016-07-12T18:10:08.364Z','Android内存泄露——浅解析和处理办法',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://www.jianshu.com/p/bf159a9c391a','true','匡罡'),(3503,'578b4a5f421aa90de83c1bad','2016-07-17T17:05:35.579Z','Android消息处理机制:Handler|Message',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://shaohui.me/2016/07/15/Android%E6%B6%88%E6%81%AF%E5%A4%84%E7%90%86%E6%9C%BA%E5%88%B6%EF%BC%9AHandler-Message/','true','邵辉Vista'),(3504,'5790345b421aa90de83c1bfd','2016-07-21T10:32:59.11Z','Android单元测试之Mockito浅析',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://hlong.xyz/2016/06/16/Android%E5%8D%95%E5%85%83%E6%B5%8B%E8%AF%95%E4%B9%8BMockito%E6%B5%85%E6%9E%90/','true','Jack Wang'),(3505,'5796d3cb421aa90d43bbf01b','2016-07-26T11:06:51.252Z','我脑海中的优秀技术团队',NULL,'2016-07-27T11:27:16.610Z','chrome','瞎推荐','https://zhuanlan.zhihu.com/p/21707924','true','vincgao'),(3506,'5797458a421aa90d2fc94b5a','2016-07-26T19:12:10.204Z','Android OpenGL ES 从入门到奔溃 --《OpenGL ES 应用开发实践指南》读书笔记 , 学习如何制作一个简单的 OpenGL 游戏,理解最基本的 OpenGL 知识',NULL,'2016-07-27T11:27:16.610Z','web','Android','https://www.rogerblog.cn/2016/07/18/OpenGL-serise-No1/','true','Roger'),(3507,'57976b85421aa90d2fc94b5b','2016-07-26T21:54:13.112Z','动态修改 C 语言函数的实现',NULL,'2016-07-27T11:27:16.610Z','web','iOS','https://github.com/Draveness/iOS-Source-Code-Analyze/blob/master/fishhook/动态修改%20C%20语言函数的实现.md','true','Draveness'),(3508,'5797ff2d421aa90d2fc94b5e','2016-07-27T08:24:13.95Z','iOS 弹性菜单展开效果','[https://github.com/Desgard/DGExpandMenuButton/raw/master/Screenshot/DGExpandMenu-o.gif]','2016-07-27T11:27:16.610Z','chrome','iOS','https://github.com/Desgard/DGExpandMenuButton','true','代码家'),(3509,'5798007c421aa90d2fc94b5f','2016-07-27T08:29:48.945Z','面向设计师的设计工具集合,不过开发者也可以看看张涨姿势',NULL,'2016-07-27T11:27:16.610Z','chrome','拓展资源','http://www.sansfrancis.co/','true','代码家'),(3510,'579801a7421aa90d43bbf02c','2016-07-27T08:34:47.404Z','Vapor 项目中的网络层库,Swift 实现。支持 HTTP, WebSockets, Streams, SMTP 等协议,做的相当不错。',NULL,'2016-07-27T11:27:16.610Z','chrome','iOS','https://github.com/qutheory/engine','true','代码家'),(3511,'57980212421aa90d2fc94b60','2016-07-27T08:36:34.972Z','一款支持 Item 动画的 Dropdown 菜单。','[https://github.com/Cokile/CCDropDownMenu/raw/master/Captures/capture1.gif]','2016-07-27T11:27:16.610Z','chrome','iOS','https://github.com/Cokile/CCDropDownMenu','true','代码家'),(3512,'5798027b421aa90d39e70965','2016-07-27T08:38:19.183Z','功能完备的一款二维码,条形码扫描工具库,而且支持自定义 UI 部分,很适合拿来直接用。','[https://github.com/MxABC/LBXScan/raw/master/ScreenShots/page2.png]','2016-07-27T11:27:16.610Z','chrome','iOS','https://github.com/MxABC/LBXScan','true','代码家'),(3513,'57980fa4421aa90d36e9608d','2016-07-27T09:34:28.28Z','快看快看!我党居然第一次打广告了!',NULL,'2016-07-27T11:27:16.610Z','chrome','休息视频','http://v.ifeng.com/news/society/201607/0121bedf-fc90-4323-aaef-bcf0c2ae9ac0.shtml','true','lxxself'),(3514,'57981c6e421aa90d36e9608f','2016-07-27T10:29:02.572Z','Popular Movies App','[https://github.com/maksim-m/Popular-Movies-App/raw/master/.github/screen4.png]','2016-07-27T11:27:16.610Z','chrome','App','https://github.com/maksim-m/Popular-Movies-App','true','咕咚'),(3515,'57981ee6421aa90d36e96090','2016-07-27T10:39:34.818Z','王子文',NULL,'2016-07-27T11:27:16.610Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f689lmaf7qj20u00u00v7.jpg','true','代码家'),(3516,'57903410421aa90df33fe7f2','2016-07-21T10:31:44.944Z','Google I/O 2016 笔记之Espresso 进阶',NULL,'2016-07-26T10:30:11.357Z','web','Android','http://hlong.xyz/2016/07/20/Google%20IO%202016%20%E7%AC%94%E8%AE%B0%E4%B9%8BEspresso%20%E8%BF%9B%E9%98%B6/','true','Jack Wang'),(3517,'57923a51421aa90d2fc94b3c','2016-07-22T23:22:57.441Z','iOS/Android App Jenkins CI打包平台搭建详细流程',NULL,'2016-07-26T10:30:11.357Z','web','iOS','http://skyseraph.com/2016/07/18/Tools/Jenkins%20Gitlab%E6%8C%81%E7%BB%AD%E9%9B%86%E6%88%90%E6%89%93%E5%8C%85%E5%B9%B3%E5%8F%B0%E6%90%AD%E5%BB%BA/','true','SkySeraph'),(3518,'5792b1c8421aa90d39e70928','2016-07-23T07:52:40.253Z','[java基础]深入虚拟机字节码执行引擎',NULL,'2016-07-26T10:30:11.357Z','chrome','拓展资源','http://blog.csdn.net/dd864140130/article/details/49515403','true','sbbic'),(3519,'57944ddc421aa90d43bbf003','2016-07-24T13:10:52.58Z','Swift的安全保障 - Optional特性',NULL,'2016-07-26T10:30:11.357Z','web','iOS','http://www.jianshu.com/p/e28e6a846a6c','true',NULL),(3520,'5794f758421aa90d36e96070','2016-07-25T01:14:00.293Z','一个滑动动画的textview(更好的显示温度,金额等)','[https://github.com/robinhood/ticker/raw/master/assets/ticker_main.gif]','2016-07-26T10:30:11.357Z','chrome','Android','https://github.com/robinhood/ticker','true','有时放纵'),(3521,'5795551c421aa90d39e7093b','2016-07-25T07:54:04.930Z','电影票在线选座','[https://github.com/qifengdeqingchen/SeatTable/raw/master/demo.gif]','2016-07-26T10:30:11.357Z','chrome','Android','https://github.com/qifengdeqingchen/SeatTable','true','Jason'),(3522,'57958ebf421aa90d39e7093f','2016-07-25T11:59:59.464Z','白话函数式编程!',NULL,'2016-07-26T10:30:11.357Z','web','拓展资源','https://github.com/hemanth/functional-programming-jargon','true','Shipeng Xu'),(3523,'5795cd9c421aa90d39e70948','2016-07-25T16:28:12.741Z','遇见 LoopBar 从Cleveroad。在Android环境中导航的新方法',NULL,'2016-07-26T10:30:11.357Z','web','Android','https://github.com/Cleveroad/LoopBar','true',NULL),(3524,'5795fdbe421aa90d36e96079','2016-07-25T19:53:34.386Z','一个利用RxJava在TextView和EditText上渲染的markdown解析器,支持大部分语法以及部分语法在EditText上实时预览',NULL,'2016-07-26T10:30:11.357Z','web','Android','https://github.com/yydcdut/RxMarkdown','true','yydcdut'),(3525,'57962735421aa90d39e7094f','2016-07-25T22:50:29.136Z','Android:学习AIDL,这一篇文章就够了(下)',NULL,'2016-07-26T10:30:11.357Z','web','Android','http://blog.csdn.net/luoyanglizi/article/details/52029091','true','lypeer'),(3526,'5796b606421aa90d39e70952','2016-07-26T08:59:50.517Z','iOS 上完程度较高的一款开源电子阅读器,支持 txt,epub。','[https://github.com/GGGHub/Reader/raw/master/LSYReader/demo.gif]','2016-07-26T10:30:11.357Z','chrome','iOS','https://github.com/GGGHub/Reader','true','代码家'),(3527,'5796b70a421aa90d2fc94b4c','2016-07-26T09:04:10.19Z','带遮罩效果的 SegmentSwitch 组件','[https://github.com/KittenYang/DynamicMaskSegmentSwitch/raw/master/SwitcherBounceable.gif]','2016-07-26T10:30:11.357Z','chrome','iOS','https://github.com/KittenYang/DynamicMaskSegmentSwitch','true','代码家'),(3528,'5796b84e421aa90d2fc94b4d','2016-07-26T09:09:34.824Z','很风骚的一款卡片滑动效果工具库','[https://github.com/zhxnlai/ZLSwipeableViewSwift/raw/master/Previews/rewind.gif, https://github.com/zhxnlai/ZLSwipeableViewSwift/raw/master/Previews/undo.gif]','2016-07-26T10:30:11.357Z','chrome','iOS','https://github.com/zhxnlai/ZLSwipeableViewSwift','true','代码家'),(3529,'5796b970421aa90d2fc94b4e','2016-07-26T09:14:24.76Z','今天两个妹子',NULL,'2016-07-26T10:30:11.357Z','chrome','福利','http://ww3.sinaimg.cn/large/c85e4a5cjw1f671i8gt1rj20vy0vydsz.jpg','true','代码家'),(3530,'5796bc23421aa90d39e70953','2016-07-26T09:25:55.981Z','那年那兔那些事儿,好玩儿的历史动画片(看完这个感觉历史能学好了',NULL,'2016-07-26T10:30:11.357Z','chrome','休息视频','http://bangumi.bilibili.com/anime/v/30478','true','lxxself'),(3531,'578ed1b9421aa90dea11ea3a','2016-07-20T09:19:53.360Z','可怕的日本女鬼贞子~她的心再冰冷也会被抗日的这片沃土融化!',NULL,'2016-07-25T11:43:57.769Z','chrome','休息视频','http://weibo.com/p/2304445695c01022c7974c5137267a8b9f1370','true','lxxself'),(3532,'578ed430421aa90dea11ea3b','2016-07-20T09:30:24.197Z','包含美颜等40余种实时滤镜相机,可拍照、录像、图片修改',NULL,'2016-07-25T11:43:57.769Z','chrome','Android','https://github.com/AndrWang/MagicCamera','true','AndWang'),(3533,'5790342c421aa90df33fe7f3','2016-07-21T10:32:12.649Z','Google I/O 2016 笔记之图像压缩',NULL,'2016-07-25T11:43:57.769Z','web','Android','http://hlong.xyz/2016/07/11/Google%20IO%202016%20%E7%AC%94%E8%AE%B0%E4%B9%8B%E5%9B%BE%E5%83%8F%E5%8E%8B%E7%BC%A9/','true','Jack Wang'),(3534,'5791953f421aa90d36e96056','2016-07-22T11:38:39.568Z','PathMeasure之迷径追踪',NULL,'2016-07-25T11:43:57.769Z','web','Android','http://blog.csdn.net/eclipsexys/article/details/51992473','true','xuyisheng'),(3535,'579300cb421aa90d2fc94b40','2016-07-23T13:29:47.475Z','Android Activity 生命周期是如何实现的',NULL,'2016-07-25T11:43:57.769Z','web','Android','http://www.woaitqs.cc/android/2016/07/19/how-activity-lifecircle-work.html','true','tangqisen'),(3536,'57941039421aa90d43bbf001','2016-07-24T08:47:53.425Z','Wire 开源了:iOS、Android、Web,一整套方案。',NULL,'2016-07-25T11:43:57.769Z','web','App','https://github.com/wireapp/','true',NULL),(3537,'57946b21421aa90d43bbf005','2016-07-24T15:15:45.447Z','【Chrome插件】Github Travis Stat',NULL,'2016-07-25T11:43:57.769Z','web','拓展资源','http://yaowenjie.github.io/%E7%BC%96%E7%A8%8B%E7%9B%B8%E5%85%B3/travis-github-chrome-extension','true','Wenjie Yao'),(3538,'5794da5b421aa90d43bbf008','2016-07-24T23:10:19.281Z','macOS 上录制快捷键功能开源库',NULL,'2016-07-25T11:43:57.769Z','chrome','iOS','https://github.com/Clipy/KeyHolder','true','代码家'),(3539,'5794db04421aa90d36e9606e','2016-07-24T23:13:08.601Z','React Native 实现的 NBA 客户端,状态管理用的 Redux,做的相当棒,很不错的学习材料。',NULL,'2016-07-25T11:43:57.769Z','chrome','iOS','https://github.com/wwayne/react-native-nba-app','true','代码家'),(3540,'5794dcea421aa90d36e9606f','2016-07-24T23:21:14.677Z','iOS 简洁漂亮的层叠菜单。',NULL,'2016-07-25T11:43:57.769Z','chrome','iOS','https://github.com/v-braun/VBPiledView','true','callmewhy'),(3541,'5794dd35421aa90d39e70936','2016-07-24T23:22:29.876Z','QQ 聊天机器人',NULL,'2016-07-25T11:43:57.769Z','chrome','瞎推荐','https://github.com/b3log/xiaov','true','代码家'),(3542,'5794df0e421aa90d39e70939','2016-07-24T23:30:22.399Z','7.25',NULL,'2016-07-25T11:43:57.769Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f65f0oqodoj20qo0hntc9.jpg','true','代码家'),(3543,'578849c4421aa90df33fe7a6','2016-07-15T10:26:12.765Z','魔都,3年,程序员到CTO',NULL,'2016-07-22T11:04:44.305Z','web','拓展资源','http://www.jianshu.com/p/5a24e0084330','true','陈宇明'),(3544,'578df9e5421aa90df33fe7e0','2016-07-19T17:59:01.920Z','你真的理解AIDL中的in,out,inout么?',NULL,'2016-07-22T11:04:44.305Z','web','Android','http://blog.csdn.net/luoyanglizi/article/details/51958091','true','lypeer'),(3545,'578efa8d421aa90df638bb78','2016-07-20T12:14:05.820Z','【科普:英国为什么分为英格兰、苏格兰、威尔士和北爱尔兰】',NULL,'2016-07-22T11:04:44.305Z','chrome','休息视频','http://www.miaopai.com/show/Qj-MT94UXiqD3Nv~8nsHjQ__.htm','true','lxxself'),(3546,'578f9e85421aa90dea11ea48','2016-07-20T23:53:41.471Z','es6 手册',NULL,'2016-07-22T11:04:44.305Z','chrome','前端','https://github.com/DrkSephy/es6-cheatsheet','true','代码家'),(3547,'579037cd421aa90dea11ea4a','2016-07-21T10:47:41.510Z','一个收集所有可用的设备信息的类','[https://github.com/Shmoopi/iOS-System-Services/raw/master/Sample Images/Screenshot1.png]','2016-07-22T11:04:44.305Z','chrome','iOS','https://github.com/Shmoopi/iOS-System-Services','true','Dear宅学长'),(3548,'579fe5b0421aa90d36e960de','2016-08-02T08:13:36.275Z','50 条 gradle 使用建议和技巧',NULL,'2016-08-02T11:40:01.363Z','chrome','Android','https://github.com/shekhargulati/gradle-tips','true','代码家'),(3549,'579fe6a1421aa90d36e960df','2016-08-02T08:17:37.131Z','一大波漂亮的 Web 主题和模板','[http://ashobiz.asia/ui/40.png, http://ashobiz.asia/ui/22.png, http://ashobiz.asia/ui/6.jpg, http://ashobiz.asia/ui/28.png]','2016-08-02T11:40:01.363Z','chrome','前端','http://ashobiz.asia/','true','代码家'),(3550,'579fe9f6421aa90d2fc94bae','2016-08-02T08:31:50.585Z','教你实现类似 Google Inbox 的下拉 Cell 展开效果','[https://github.com/RabbitMC/inbox-replica/raw/master/promo/gl-inbox-preview.gif, https://github.com/RabbitMC/inbox-replica/raw/master/promo/transition-diagram.png]','2016-08-02T11:40:01.363Z','chrome','iOS','https://github.com/RabbitMC/inbox-replica','true','代码家'),(3551,'579fea6b421aa90d36e960e0','2016-08-02T08:33:47.0Z','一款超优雅的 Checkbox 效果,可以阅读源码学学如何实现类似效果。','[https://camo.githubusercontent.com/dcede58c4334073bbfe47f70bca203c40d8a9894/687474703a2f2f7331342e706f7374696d672e6f72672f36617039666b6133782f42454d416e696d6174696f6e5f547970655f46696c6c2e676966, https://camo.githubusercontent.com/cb84bae957dc769880f219df4749ae7151efa84c/687474703a2f2f73342e706f7374696d672e6f72672f3974777536706e36312f42454d416e696d6174696f6e5f547970655f426f756e63652e676966, https://camo.githubusercontent.com/2dd21d3adc237a9593e4f29f603aa663ebbab2a6/687474703a2f2f73372e706f7374696d672e6f72672f6a61616261673270332f42454d416e696d6174696f6e5f547970655f4f6e655f5374726f6b652e676966, https://camo.githubusercontent.com/57be0fe507f10183407a4c0341c9c30baf755412/687474703a2f2f7331312e706f7374696d672e6f72672f376f703735347865372f42454d416e696d6174696f6e5f547970655f466c61742e676966]','2016-08-02T11:40:01.363Z','chrome','iOS','https://github.com/Boris-Em/BEMCheckBox','true','代码家'),(3552,'579feadc421aa90d39e709ba','2016-08-02T08:35:40.516Z','支持自动格式化的 EditText,比如货币、电话号码等等',NULL,'2016-08-02T11:40:01.363Z','chrome','Android','https://github.com/PaXLiCh/FormattEditText','true','代码家'),(3553,'579fec0e421aa91e26064759','2016-08-02T08:40:46.867Z','一款支持条目展开的 RecyclerView。','[https://github.com/zaihuishou/ExpandableRecyclerview/raw/master/sample-screen.gif]','2016-08-02T11:40:01.363Z','chrome','Android','https://github.com/zaihuishou/ExpandableRecyclerview','true','代码家'),(3554,'579ff109421aa90d2fc94baf','2016-08-02T09:02:01.555Z','实现思简单,有趣好玩的下拉刷新库, 你还记得小时候打的黑白掌上游戏机么?',NULL,'2016-08-02T11:40:01.363Z','web','Android','https://github.com/Hitomis/FunGameRefresh','true','Hitomi'),(3555,'579ff9d0421aa90d39e709be','2016-08-02T09:39:28.23Z','8.2',NULL,'2016-08-02T11:40:01.363Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f6f5ktcyk0j20u011hacg.jpg','true','代码家'),(3556,'579fffd8421aa90d39e709c0','2016-08-02T10:05:12.511Z','轻量级 react 实现,减少 100+kb 体积,react 届的 zepto。',NULL,'2016-08-02T11:40:01.363Z','web','前端','https://github.com/Lucifier129/react-lite','true','工业聚'),(3557,'579ab71d421aa91e2606472b','2016-07-29T09:53:33.816Z','视图分层视差效果','[https://github.com/SchibstedSpain/Parallax-Layer-Layout/raw/master/art/ovni.gif]','2016-08-01T12:00:57.45Z','chrome','Android','https://github.com/SchibstedSpain/Parallax-Layer-Layout','true','Jason'),(3558,'579b4b0b421aa90d36e960bd','2016-07-29T20:24:43.415Z','iOS开源照片浏览器框架 优化内存 支持网络图片 block数据源',NULL,'2016-08-01T12:00:57.45Z','web','iOS','https://github.com/Soulghost/SGPhotoBrowser','true',NULL),(3559,'579c10d6421aa91e2606473b','2016-07-30T10:28:38.547Z','PullToReflesh下拉刷新开源库分析',NULL,'2016-08-01T12:00:57.45Z','web','iOS','http://cbang.info/2016/03/04/PullToReflesh%EF%BC%9A%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90/','true','Super邦'),(3560,'579d9ebe421aa90d36e960c8','2016-07-31T14:46:22.719Z','(非常棒)深入理解Davilk字节码指令及Smali文件',NULL,'2016-08-01T12:00:57.45Z','chrome','Android','http://blog.csdn.net/dd864140130/article/details/52076515','true','sbbic'),(3561,'579e1b06421aa90d2fc94b9c','2016-07-31T23:36:38.674Z','HTML5 File API — 让前端操作文件变的可能',NULL,'2016-08-01T12:00:57.45Z','web','前端','http://www.cnblogs.com/zichi/p/html5-file-api.html','true','子迟'),(3562,'579e9ba8421aa90d39e709a4','2016-08-01T08:45:28.443Z','聊天列表样式,使用很简单','[https://github.com/snipsnap/SlyceMessaging/raw/master/sample-photos/example.png?raw=true, https://github.com/snipsnap/SlyceMessaging/raw/master/sample-photos/chat-with-image.png?raw=true]','2016-08-01T12:00:57.45Z','chrome','Android','https://github.com/snipsnap/SlyceMessaging','true','花开堪折枝'),(3563,'579ea6d0421aa91e26064746','2016-08-01T09:33:04.931Z','哈哈哈好污[哈哈]这个老师可能是性 冷淡',NULL,'2016-08-01T12:00:57.45Z','chrome','休息视频','http://www.miaopai.com/show/HrBuGCzGZ53UgCaZoNWahA__.htm','true','lxxself'),(3564,'579eaa97421aa90d39e709a6','2016-08-01T09:49:11.97Z','根据页面内容,自动调节屏幕亮度,夜间使用尤其舒服。','[https://github.com/anishathalye/lumen/raw/master/assets/demo.gif]','2016-08-01T12:00:57.45Z','chrome','iOS','https://github.com/anishathalye/lumen','true','代码家'),(3565,'579eabfc421aa91e26064747','2016-08-01T09:55:08.841Z','iOS 版本的人脸图片自动智能居中(昨天发布了 Android 版本的)','[https://raw.githubusercontent.com/BeauNouvelle/AspectFillFaceAware/master/avatarExample.png]','2016-08-01T12:00:57.45Z','chrome','iOS','https://github.com/BeauNouvelle/AspectFillFaceAware','true','代码家'),(3566,'579eadfc421aa90d36e960cc','2016-08-01T10:03:40.631Z','iOS 漂亮的 Tag 组件,支持自动换行,做的不错','[https://github.com/weijentu/automatic-height-tagcells/raw/master/images/screenshot.png]','2016-08-01T12:00:57.45Z','chrome','iOS','https://github.com/weijentu/automatic-height-tagcells','true','代码家'),(3567,'579eb4b4421aa90d2fc94ba0','2016-08-01T10:32:20.10Z','8.1',NULL,'2016-08-01T12:00:57.45Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f6e1f1qmg3j20u00u0djp.jpg','true','代码家'),(3568,'579eb5e4421aa90d39e709a8','2016-08-01T10:37:24.458Z','Java 和 Javascript Bridge 封装。',NULL,'2016-08-01T12:00:57.45Z','chrome','Android','https://github.com/ImangazalievM/Scripto','true','代码家'),(3569,'579eb6fa421aa91e26064748','2016-08-01T10:42:02.491Z','有朋友通过尝试逆向微信图片压缩算法而实现的一个压缩比还不错的压缩算法。',NULL,'2016-08-01T12:00:57.45Z','chrome','Android','https://github.com/Curzibn/Luban','true','代码家'),(3570,'579ec037421aa90d2fc94ba1','2016-08-01T11:21:27.209Z','nock-nock 一个可以帮助你监控网站是否异常的 App (抄送代码家)','[https://raw.githubusercontent.com/afollestad/nock-nock/master/art/showcase.png]','2016-08-01T12:00:57.45Z','chrome','App','https://github.com/afollestad/nock-nock','true','咕咚'),(3571,'57996a29421aa90d36e960a6','2016-07-28T10:12:57.544Z','你是妈妈的什么?妈妈的智障23333333',NULL,'2016-07-29T09:37:39.219Z','chrome','休息视频','http://weibo.com/p/230444526d23bebaa581b79cb85e8c104fc0b5','true','lxxself'),(3572,'57998813421aa90d43bbf049','2016-07-28T12:20:35.602Z','Weex & ReactNative & JSPatch',NULL,'2016-07-29T09:37:39.219Z','chrome','瞎推荐','http://awhisper.github.io/2016/07/22/Weex-ReactNative-JSPatch/','true','wuzheng'),(3573,'57998c5e421aa90d43bbf04a','2016-07-28T12:38:54.271Z','Snipaste - 截图工具,但不只是截图',NULL,'2016-07-29T09:37:39.219Z','web','App','http://www.v2ex.com/t/295433','true','NibNait'),(3574,'5799ab9d421aa90d2fc94b7a','2016-07-28T14:52:13.230Z','本篇文章简要介绍了JobScheduler和其他API,可以帮助你的应用程序优雅的去安排你的工作计划。',NULL,'2016-07-29T09:37:39.219Z','web','Android','http://hlong.xyz/2016/07/28/Android%E6%80%A7%E8%83%BD%E6%A8%A1%E5%BC%8F%E7%AF%87%E4%B9%8B%E6%99%BA%E8%83%BD%E7%9A%84%E5%B7%A5%E4%BD%9C%E8%AE%A1%E5%88%92(%E8%AF%91)/','true','Jack Wang'),(3575,'5799cc21421aa90d2fc94b7d','2016-07-28T17:10:57.780Z','一行代码让你的 App 全局替换成 Apple Style 的 Emoji',NULL,'2016-07-29T09:37:39.219Z','web','Android','https://github.com/nekocode/Emojix','true','nekocode'),(3576,'579aa330421aa90d39e70986','2016-07-29T08:28:32.199Z','实现 iOS 手写电子签名的组件','[https://raw.githubusercontent.com/ipraba/EPSignature/master/Screenshots/iPad.png]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/ipraba/EPSignature','true','代码家'),(3577,'579aa378421aa90d39e70987','2016-07-29T08:29:44.298Z','Swift 实现 Zip 压缩和解压缩的库','[https://cloud.githubusercontent.com/assets/889949/12374908/252373d0-bcac-11e5-8ece-6933aeae8222.png]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/marmelroy/Zip','true','代码家'),(3578,'579aa636421aa90d36e960b1','2016-07-29T08:41:26.140Z','基于下载神器 aria2 实现的一个 UI 化的下载工具,相当好用','[https://camo.githubusercontent.com/516ac37347ec1f8905728f39ae1f8bec6ece179e/687474703a2f2f77696e646973636f2e71696e6975646e2e636f6d2f4d617269612d4170702d322e706e67]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/ShinCurry/Maria','true','代码家'),(3579,'579aa7d2421aa90d2fc94b81','2016-07-29T08:48:18.402Z','一个简单的点击延伸的 Tag 组件(虽然 Demo 丑了点儿)','[https://github.com/xhzengAIB/LearnEnglish/raw/master/Screenshots/XHTagView.gif]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/xhzengAIB/TagView','true','代码家'),(3580,'579aa88e421aa90d2fc94b82','2016-07-29T08:51:26.82Z','滑动推动 Nav Bar 效果','[https://github.com/andreamazz/AMScrollingNavbar/raw/master/assets/screenshot.gif]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/andreamazz/AMScrollingNavbar','true','代码家'),(3581,'579aaa7d421aa90d2fc94b83','2016-07-29T08:59:41.262Z','Flipboard 中国区新晋小王子开源的一款漂亮的 Banner 组件。','[https://github.com/chengdazhi/DecentBanner/raw/master/images/decent_sample.gif]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/chengdazhi/DecentBanner','true','代码家'),(3582,'579aaaf0421aa90d36e960b2','2016-07-29T09:01:36.925Z','基于 Picasso 库实现的人脸检测和图片自动智能裁剪,做的超棒。','[https://github.com/aryarohit07/PicassoFaceDetectionTransformation/raw/master/images/original_image4.jpg?raw=true, https://github.com/aryarohit07/PicassoFaceDetectionTransformation/raw/master/images/result_image4.jpg?raw=true]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/aryarohit07/PicassoFaceDetectionTransformation','true','代码家'),(3583,'579aab60421aa90d39e70988','2016-07-29T09:03:28.829Z','EditText 实现 Tag 输入和快速选择功能','[https://github.com/OfficialAmal/ChipLayout/raw/master/img/img2.png]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/OfficialAmal/ChipLayout','true','代码家'),(3584,'579aadb9421aa90d36e960b3','2016-07-29T09:13:29.889Z','Android-3DTouch-PeekView','[https://github.com/klinker24/Android-3DTouch-PeekView/raw/master/features.gif]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/klinker24/Android-3DTouch-PeekView','true','花开堪折枝'),(3585,'579aade1421aa90d39e70989','2016-07-29T09:14:09.997Z','类似刮刮乐擦除效果,做的挺逼真,可以可以。','[https://github.com/jackpocket/android_scratchoff/raw/master/scratchoff.gif]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/jackpocket/android_scratchoff','true','代码家'),(3586,'579ab0a8421aa90d36e960b4','2016-07-29T09:26:00.838Z','7.29',NULL,'2016-07-29T09:37:39.219Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f6aipo68yvj20qo0qoaee.jpg','true','代码家'),(3587,'5798b172421aa90d39e70975','2016-07-27T21:04:50.793Z','记录IDE,chrome等使用时长','[https://camo.githubusercontent.com/0263e365a2efdb5dc0adb4b7aba6a783bc17a92e/68747470733a2f2f77616b6174696d652e636f6d2f7374617469632f696d672f53637265656e53686f74732f53637265656e2d53686f742d323031362d30332d32312e706e67]','2016-07-28T18:17:20.567Z','chrome','瞎推荐','https://github.com/wakatime/jetbrains-wakatime','true','蒋朋'),(3588,'5798e568421aa90d36e9609f','2016-07-28T00:46:32.239Z','Android平台的原生Markdown解析器,将源文本直接解析为Spanned,高效、轻量',NULL,'2016-07-28T18:17:20.567Z','web','Android','https://github.com/zzhoujay/Markdown','true','郑州'),(3589,'5798ea98421aa90d43bbf03e','2016-07-28T01:08:40.730Z','Binder:为什么要通过onTransact()调用目标方法',NULL,'2016-07-28T18:17:20.567Z','web','Android','http://www.jianshu.com/p/b260051237fe','true','Abel Joo'),(3590,'57995278421aa90d43bbf040','2016-07-28T08:31:52.94Z','4 分钟,感受 Web Design 优化的艺术',NULL,'2016-07-28T18:17:20.567Z','chrome','拓展资源','http://jgthms.com/web-design-in-4-minutes/','true','代码家'),(3591,'579952bf421aa90d36e960a1','2016-07-28T08:33:03.247Z','UITextView 拓展,支持自动用 Emoji 表情替换相应文本。','[https://raw.githubusercontent.com/fastred/EmojiTextView/master/demo.gif]','2016-07-28T18:17:20.567Z','chrome','iOS','https://github.com/fastred/EmojiTextView','true','代码家'),(3592,'579953bc421aa90d39e70977','2016-07-28T08:37:16.668Z','一款完成度很高,质量也很不错的像素贴纸 App,支持图片编辑,贴纸选择等功能,做的萌萌的。','[https://github.com/Yalantis/PixPic/raw/master/Screenshots/4.0%20Device%202.jpg, https://github.com/Yalantis/PixPic/raw/master/Screenshots/4.0%20Device%204.jpg]','2016-07-28T18:17:20.567Z','chrome','iOS','https://github.com/Yalantis/PixPic','true','代码家'),(3593,'57995440421aa90d36e960a2','2016-07-28T08:39:28.11Z','简洁的 iOS 模板引擎',NULL,'2016-07-28T18:17:20.567Z','chrome','iOS','https://github.com/czechboy0/Templater','true','代码家'),(3594,'57995588421aa90d36e960a3','2016-07-28T08:44:56.76Z','Android Permission 辅助检测和申请工具库',NULL,'2016-07-28T18:17:20.567Z','chrome','Android','https://github.com/rebus007/PermissionUtils','true','代码家'),(3595,'579955c7421aa90d43bbf041','2016-07-28T08:45:59.828Z','Android 文件选择工具库','[https://raw.githubusercontent.com/Angads25/android-filepicker/master/screenshot2.png, https://raw.githubusercontent.com/Angads25/android-filepicker/master/screenshot1.png]','2016-07-28T18:17:20.567Z','chrome','Android','https://github.com/Angads25/android-filepicker','true','代码家'),(3596,'579955fd421aa90d2fc94b71','2016-07-28T08:46:53.178Z','很 Material Design 风格的 Search Bar,可以拿来直接用,文档也很完备。','[https://github.com/mancj/MaterialSearchBar/raw/master/art/device-2016-07-20-170335.png, https://github.com/mancj/MaterialSearchBar/raw/master/art/ezgif-838715850.gif]','2016-07-28T18:17:20.567Z','chrome','Android','https://github.com/mancj/MaterialSearchBar','true','代码家'),(3597,'57995869421aa90d43bbf042','2016-07-28T08:57:13.293Z','葛优躺',NULL,'2016-07-28T18:17:20.567Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f69c9e22xjj20u011hjuu.jpg','true','代码家'),(3598,'5799590b421aa90d2fc94b72','2016-07-28T08:59:55.871Z','感觉身体被掏空,汪汪汪!',NULL,'2016-07-28T18:17:20.567Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTY2MDcyNTEzMg==.html?from=s1.8-1-1.2','true','代码家'),(3599,'57786f73421aa9019c09f2c0','2016-07-03T09:50:43.699Z','仿新浪体育客户端的进度条','[https://github.com/YangShaoXiong/LikeSinaSportProgress/raw/master/screenshot/image.gif]','2016-07-27T11:27:16.610Z','chrome','Android','https://github.com/YangShaoXiong/LikeSinaSportProgress','true','Jason'),(3600,'577a14cf421aa964a66e589a','2016-07-04T15:48:31.885Z','Android RecyclerView 顶部悬浮实现',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://www.jianshu.com/p/c596f2e6f587','true','Jason'),(3601,'577c7a9d421aa9755674da3f','2016-07-06T11:27:25.110Z','Android中保存和恢复Fragment状态的最好方法',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://www.luchenglong.com/2016/07/06/20160706/','true','龙龙童鞋'),(3602,'5784c200421aa90de83c1b71','2016-07-12T18:10:08.364Z','Android内存泄露——浅解析和处理办法',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://www.jianshu.com/p/bf159a9c391a','true','匡罡'),(3603,'578b4a5f421aa90de83c1bad','2016-07-17T17:05:35.579Z','Android消息处理机制:Handler|Message',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://shaohui.me/2016/07/15/Android%E6%B6%88%E6%81%AF%E5%A4%84%E7%90%86%E6%9C%BA%E5%88%B6%EF%BC%9AHandler-Message/','true','邵辉Vista'),(3604,'5790345b421aa90de83c1bfd','2016-07-21T10:32:59.11Z','Android单元测试之Mockito浅析',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://hlong.xyz/2016/06/16/Android%E5%8D%95%E5%85%83%E6%B5%8B%E8%AF%95%E4%B9%8BMockito%E6%B5%85%E6%9E%90/','true','Jack Wang'),(3605,'5796d3cb421aa90d43bbf01b','2016-07-26T11:06:51.252Z','我脑海中的优秀技术团队',NULL,'2016-07-27T11:27:16.610Z','chrome','瞎推荐','https://zhuanlan.zhihu.com/p/21707924','true','vincgao'),(3606,'5797458a421aa90d2fc94b5a','2016-07-26T19:12:10.204Z','Android OpenGL ES 从入门到奔溃 --《OpenGL ES 应用开发实践指南》读书笔记 , 学习如何制作一个简单的 OpenGL 游戏,理解最基本的 OpenGL 知识',NULL,'2016-07-27T11:27:16.610Z','web','Android','https://www.rogerblog.cn/2016/07/18/OpenGL-serise-No1/','true','Roger'),(3607,'57976b85421aa90d2fc94b5b','2016-07-26T21:54:13.112Z','动态修改 C 语言函数的实现',NULL,'2016-07-27T11:27:16.610Z','web','iOS','https://github.com/Draveness/iOS-Source-Code-Analyze/blob/master/fishhook/动态修改%20C%20语言函数的实现.md','true','Draveness'),(3608,'5797ff2d421aa90d2fc94b5e','2016-07-27T08:24:13.95Z','iOS 弹性菜单展开效果','[https://github.com/Desgard/DGExpandMenuButton/raw/master/Screenshot/DGExpandMenu-o.gif]','2016-07-27T11:27:16.610Z','chrome','iOS','https://github.com/Desgard/DGExpandMenuButton','true','代码家'),(3609,'5798007c421aa90d2fc94b5f','2016-07-27T08:29:48.945Z','面向设计师的设计工具集合,不过开发者也可以看看张涨姿势',NULL,'2016-07-27T11:27:16.610Z','chrome','拓展资源','http://www.sansfrancis.co/','true','代码家'),(3610,'579801a7421aa90d43bbf02c','2016-07-27T08:34:47.404Z','Vapor 项目中的网络层库,Swift 实现。支持 HTTP, WebSockets, Streams, SMTP 等协议,做的相当不错。',NULL,'2016-07-27T11:27:16.610Z','chrome','iOS','https://github.com/qutheory/engine','true','代码家'),(3611,'57980212421aa90d2fc94b60','2016-07-27T08:36:34.972Z','一款支持 Item 动画的 Dropdown 菜单。','[https://github.com/Cokile/CCDropDownMenu/raw/master/Captures/capture1.gif]','2016-07-27T11:27:16.610Z','chrome','iOS','https://github.com/Cokile/CCDropDownMenu','true','代码家'),(3612,'5798027b421aa90d39e70965','2016-07-27T08:38:19.183Z','功能完备的一款二维码,条形码扫描工具库,而且支持自定义 UI 部分,很适合拿来直接用。','[https://github.com/MxABC/LBXScan/raw/master/ScreenShots/page2.png]','2016-07-27T11:27:16.610Z','chrome','iOS','https://github.com/MxABC/LBXScan','true','代码家'),(3613,'57980fa4421aa90d36e9608d','2016-07-27T09:34:28.28Z','快看快看!我党居然第一次打广告了!',NULL,'2016-07-27T11:27:16.610Z','chrome','休息视频','http://v.ifeng.com/news/society/201607/0121bedf-fc90-4323-aaef-bcf0c2ae9ac0.shtml','true','lxxself'),(3614,'57981c6e421aa90d36e9608f','2016-07-27T10:29:02.572Z','Popular Movies App','[https://github.com/maksim-m/Popular-Movies-App/raw/master/.github/screen4.png]','2016-07-27T11:27:16.610Z','chrome','App','https://github.com/maksim-m/Popular-Movies-App','true','咕咚'),(3615,'57981ee6421aa90d36e96090','2016-07-27T10:39:34.818Z','王子文',NULL,'2016-07-27T11:27:16.610Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f689lmaf7qj20u00u00v7.jpg','true','代码家'),(3616,'57903410421aa90df33fe7f2','2016-07-21T10:31:44.944Z','Google I/O 2016 笔记之Espresso 进阶',NULL,'2016-07-26T10:30:11.357Z','web','Android','http://hlong.xyz/2016/07/20/Google%20IO%202016%20%E7%AC%94%E8%AE%B0%E4%B9%8BEspresso%20%E8%BF%9B%E9%98%B6/','true','Jack Wang'),(3617,'57923a51421aa90d2fc94b3c','2016-07-22T23:22:57.441Z','iOS/Android App Jenkins CI打包平台搭建详细流程',NULL,'2016-07-26T10:30:11.357Z','web','iOS','http://skyseraph.com/2016/07/18/Tools/Jenkins%20Gitlab%E6%8C%81%E7%BB%AD%E9%9B%86%E6%88%90%E6%89%93%E5%8C%85%E5%B9%B3%E5%8F%B0%E6%90%AD%E5%BB%BA/','true','SkySeraph'),(3618,'5792b1c8421aa90d39e70928','2016-07-23T07:52:40.253Z','[java基础]深入虚拟机字节码执行引擎',NULL,'2016-07-26T10:30:11.357Z','chrome','拓展资源','http://blog.csdn.net/dd864140130/article/details/49515403','true','sbbic'),(3619,'57944ddc421aa90d43bbf003','2016-07-24T13:10:52.58Z','Swift的安全保障 - Optional特性',NULL,'2016-07-26T10:30:11.357Z','web','iOS','http://www.jianshu.com/p/e28e6a846a6c','true',NULL),(3620,'5794f758421aa90d36e96070','2016-07-25T01:14:00.293Z','一个滑动动画的textview(更好的显示温度,金额等)','[https://github.com/robinhood/ticker/raw/master/assets/ticker_main.gif]','2016-07-26T10:30:11.357Z','chrome','Android','https://github.com/robinhood/ticker','true','有时放纵'),(3621,'5795551c421aa90d39e7093b','2016-07-25T07:54:04.930Z','电影票在线选座','[https://github.com/qifengdeqingchen/SeatTable/raw/master/demo.gif]','2016-07-26T10:30:11.357Z','chrome','Android','https://github.com/qifengdeqingchen/SeatTable','true','Jason'),(3622,'57958ebf421aa90d39e7093f','2016-07-25T11:59:59.464Z','白话函数式编程!',NULL,'2016-07-26T10:30:11.357Z','web','拓展资源','https://github.com/hemanth/functional-programming-jargon','true','Shipeng Xu'),(3623,'5795cd9c421aa90d39e70948','2016-07-25T16:28:12.741Z','遇见 LoopBar 从Cleveroad。在Android环境中导航的新方法',NULL,'2016-07-26T10:30:11.357Z','web','Android','https://github.com/Cleveroad/LoopBar','true',NULL),(3624,'5795fdbe421aa90d36e96079','2016-07-25T19:53:34.386Z','一个利用RxJava在TextView和EditText上渲染的markdown解析器,支持大部分语法以及部分语法在EditText上实时预览',NULL,'2016-07-26T10:30:11.357Z','web','Android','https://github.com/yydcdut/RxMarkdown','true','yydcdut'),(3625,'57962735421aa90d39e7094f','2016-07-25T22:50:29.136Z','Android:学习AIDL,这一篇文章就够了(下)',NULL,'2016-07-26T10:30:11.357Z','web','Android','http://blog.csdn.net/luoyanglizi/article/details/52029091','true','lypeer'),(3626,'5796b606421aa90d39e70952','2016-07-26T08:59:50.517Z','iOS 上完程度较高的一款开源电子阅读器,支持 txt,epub。','[https://github.com/GGGHub/Reader/raw/master/LSYReader/demo.gif]','2016-07-26T10:30:11.357Z','chrome','iOS','https://github.com/GGGHub/Reader','true','代码家'),(3627,'5796b70a421aa90d2fc94b4c','2016-07-26T09:04:10.19Z','带遮罩效果的 SegmentSwitch 组件','[https://github.com/KittenYang/DynamicMaskSegmentSwitch/raw/master/SwitcherBounceable.gif]','2016-07-26T10:30:11.357Z','chrome','iOS','https://github.com/KittenYang/DynamicMaskSegmentSwitch','true','代码家'),(3628,'5796b84e421aa90d2fc94b4d','2016-07-26T09:09:34.824Z','很风骚的一款卡片滑动效果工具库','[https://github.com/zhxnlai/ZLSwipeableViewSwift/raw/master/Previews/rewind.gif, https://github.com/zhxnlai/ZLSwipeableViewSwift/raw/master/Previews/undo.gif]','2016-07-26T10:30:11.357Z','chrome','iOS','https://github.com/zhxnlai/ZLSwipeableViewSwift','true','代码家'),(3629,'5796b970421aa90d2fc94b4e','2016-07-26T09:14:24.76Z','今天两个妹子',NULL,'2016-07-26T10:30:11.357Z','chrome','福利','http://ww3.sinaimg.cn/large/c85e4a5cjw1f671i8gt1rj20vy0vydsz.jpg','true','代码家'),(3630,'5796bc23421aa90d39e70953','2016-07-26T09:25:55.981Z','那年那兔那些事儿,好玩儿的历史动画片(看完这个感觉历史能学好了',NULL,'2016-07-26T10:30:11.357Z','chrome','休息视频','http://bangumi.bilibili.com/anime/v/30478','true','lxxself'),(3631,'578ed1b9421aa90dea11ea3a','2016-07-20T09:19:53.360Z','可怕的日本女鬼贞子~她的心再冰冷也会被抗日的这片沃土融化!',NULL,'2016-07-25T11:43:57.769Z','chrome','休息视频','http://weibo.com/p/2304445695c01022c7974c5137267a8b9f1370','true','lxxself'),(3632,'578ed430421aa90dea11ea3b','2016-07-20T09:30:24.197Z','包含美颜等40余种实时滤镜相机,可拍照、录像、图片修改',NULL,'2016-07-25T11:43:57.769Z','chrome','Android','https://github.com/AndrWang/MagicCamera','true','AndWang'),(3633,'5790342c421aa90df33fe7f3','2016-07-21T10:32:12.649Z','Google I/O 2016 笔记之图像压缩',NULL,'2016-07-25T11:43:57.769Z','web','Android','http://hlong.xyz/2016/07/11/Google%20IO%202016%20%E7%AC%94%E8%AE%B0%E4%B9%8B%E5%9B%BE%E5%83%8F%E5%8E%8B%E7%BC%A9/','true','Jack Wang'),(3634,'5791953f421aa90d36e96056','2016-07-22T11:38:39.568Z','PathMeasure之迷径追踪',NULL,'2016-07-25T11:43:57.769Z','web','Android','http://blog.csdn.net/eclipsexys/article/details/51992473','true','xuyisheng'),(3635,'579300cb421aa90d2fc94b40','2016-07-23T13:29:47.475Z','Android Activity 生命周期是如何实现的',NULL,'2016-07-25T11:43:57.769Z','web','Android','http://www.woaitqs.cc/android/2016/07/19/how-activity-lifecircle-work.html','true','tangqisen'),(3636,'57941039421aa90d43bbf001','2016-07-24T08:47:53.425Z','Wire 开源了:iOS、Android、Web,一整套方案。',NULL,'2016-07-25T11:43:57.769Z','web','App','https://github.com/wireapp/','true',NULL),(3637,'57946b21421aa90d43bbf005','2016-07-24T15:15:45.447Z','【Chrome插件】Github Travis Stat',NULL,'2016-07-25T11:43:57.769Z','web','拓展资源','http://yaowenjie.github.io/%E7%BC%96%E7%A8%8B%E7%9B%B8%E5%85%B3/travis-github-chrome-extension','true','Wenjie Yao'),(3638,'5794da5b421aa90d43bbf008','2016-07-24T23:10:19.281Z','macOS 上录制快捷键功能开源库',NULL,'2016-07-25T11:43:57.769Z','chrome','iOS','https://github.com/Clipy/KeyHolder','true','代码家'),(3639,'5794db04421aa90d36e9606e','2016-07-24T23:13:08.601Z','React Native 实现的 NBA 客户端,状态管理用的 Redux,做的相当棒,很不错的学习材料。',NULL,'2016-07-25T11:43:57.769Z','chrome','iOS','https://github.com/wwayne/react-native-nba-app','true','代码家'),(3640,'5794dcea421aa90d36e9606f','2016-07-24T23:21:14.677Z','iOS 简洁漂亮的层叠菜单。',NULL,'2016-07-25T11:43:57.769Z','chrome','iOS','https://github.com/v-braun/VBPiledView','true','callmewhy'),(3641,'5794dd35421aa90d39e70936','2016-07-24T23:22:29.876Z','QQ 聊天机器人',NULL,'2016-07-25T11:43:57.769Z','chrome','瞎推荐','https://github.com/b3log/xiaov','true','代码家'),(3642,'5794df0e421aa90d39e70939','2016-07-24T23:30:22.399Z','7.25',NULL,'2016-07-25T11:43:57.769Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f65f0oqodoj20qo0hntc9.jpg','true','代码家'),(3643,'578849c4421aa90df33fe7a6','2016-07-15T10:26:12.765Z','魔都,3年,程序员到CTO',NULL,'2016-07-22T11:04:44.305Z','web','拓展资源','http://www.jianshu.com/p/5a24e0084330','true','陈宇明'),(3644,'578df9e5421aa90df33fe7e0','2016-07-19T17:59:01.920Z','你真的理解AIDL中的in,out,inout么?',NULL,'2016-07-22T11:04:44.305Z','web','Android','http://blog.csdn.net/luoyanglizi/article/details/51958091','true','lypeer'),(3645,'578efa8d421aa90df638bb78','2016-07-20T12:14:05.820Z','【科普:英国为什么分为英格兰、苏格兰、威尔士和北爱尔兰】',NULL,'2016-07-22T11:04:44.305Z','chrome','休息视频','http://www.miaopai.com/show/Qj-MT94UXiqD3Nv~8nsHjQ__.htm','true','lxxself'),(3646,'578f9e85421aa90dea11ea48','2016-07-20T23:53:41.471Z','es6 手册',NULL,'2016-07-22T11:04:44.305Z','chrome','前端','https://github.com/DrkSephy/es6-cheatsheet','true','代码家'),(3647,'579037cd421aa90dea11ea4a','2016-07-21T10:47:41.510Z','一个收集所有可用的设备信息的类','[https://github.com/Shmoopi/iOS-System-Services/raw/master/Sample Images/Screenshot1.png]','2016-07-22T11:04:44.305Z','chrome','iOS','https://github.com/Shmoopi/iOS-System-Services','true','Dear宅学长'),(3648,'579fe5b0421aa90d36e960de','2016-08-02T08:13:36.275Z','50 条 gradle 使用建议和技巧',NULL,'2016-08-02T11:40:01.363Z','chrome','Android','https://github.com/shekhargulati/gradle-tips','true','代码家'),(3649,'579fe6a1421aa90d36e960df','2016-08-02T08:17:37.131Z','一大波漂亮的 Web 主题和模板','[http://ashobiz.asia/ui/40.png, http://ashobiz.asia/ui/22.png, http://ashobiz.asia/ui/6.jpg, http://ashobiz.asia/ui/28.png]','2016-08-02T11:40:01.363Z','chrome','前端','http://ashobiz.asia/','true','代码家'),(3650,'579fe9f6421aa90d2fc94bae','2016-08-02T08:31:50.585Z','教你实现类似 Google Inbox 的下拉 Cell 展开效果','[https://github.com/RabbitMC/inbox-replica/raw/master/promo/gl-inbox-preview.gif, https://github.com/RabbitMC/inbox-replica/raw/master/promo/transition-diagram.png]','2016-08-02T11:40:01.363Z','chrome','iOS','https://github.com/RabbitMC/inbox-replica','true','代码家'),(3651,'579fea6b421aa90d36e960e0','2016-08-02T08:33:47.0Z','一款超优雅的 Checkbox 效果,可以阅读源码学学如何实现类似效果。','[https://camo.githubusercontent.com/dcede58c4334073bbfe47f70bca203c40d8a9894/687474703a2f2f7331342e706f7374696d672e6f72672f36617039666b6133782f42454d416e696d6174696f6e5f547970655f46696c6c2e676966, https://camo.githubusercontent.com/cb84bae957dc769880f219df4749ae7151efa84c/687474703a2f2f73342e706f7374696d672e6f72672f3974777536706e36312f42454d416e696d6174696f6e5f547970655f426f756e63652e676966, https://camo.githubusercontent.com/2dd21d3adc237a9593e4f29f603aa663ebbab2a6/687474703a2f2f73372e706f7374696d672e6f72672f6a61616261673270332f42454d416e696d6174696f6e5f547970655f4f6e655f5374726f6b652e676966, https://camo.githubusercontent.com/57be0fe507f10183407a4c0341c9c30baf755412/687474703a2f2f7331312e706f7374696d672e6f72672f376f703735347865372f42454d416e696d6174696f6e5f547970655f466c61742e676966]','2016-08-02T11:40:01.363Z','chrome','iOS','https://github.com/Boris-Em/BEMCheckBox','true','代码家'),(3652,'579feadc421aa90d39e709ba','2016-08-02T08:35:40.516Z','支持自动格式化的 EditText,比如货币、电话号码等等',NULL,'2016-08-02T11:40:01.363Z','chrome','Android','https://github.com/PaXLiCh/FormattEditText','true','代码家'),(3653,'579fec0e421aa91e26064759','2016-08-02T08:40:46.867Z','一款支持条目展开的 RecyclerView。','[https://github.com/zaihuishou/ExpandableRecyclerview/raw/master/sample-screen.gif]','2016-08-02T11:40:01.363Z','chrome','Android','https://github.com/zaihuishou/ExpandableRecyclerview','true','代码家'),(3654,'579ff109421aa90d2fc94baf','2016-08-02T09:02:01.555Z','实现思简单,有趣好玩的下拉刷新库, 你还记得小时候打的黑白掌上游戏机么?',NULL,'2016-08-02T11:40:01.363Z','web','Android','https://github.com/Hitomis/FunGameRefresh','true','Hitomi'),(3655,'579ff9d0421aa90d39e709be','2016-08-02T09:39:28.23Z','8.2',NULL,'2016-08-02T11:40:01.363Z','chrome','福利','http://ww4.sinaimg.cn/large/610dc034jw1f6f5ktcyk0j20u011hacg.jpg','true','代码家'),(3656,'579fffd8421aa90d39e709c0','2016-08-02T10:05:12.511Z','轻量级 react 实现,减少 100+kb 体积,react 届的 zepto。',NULL,'2016-08-02T11:40:01.363Z','web','前端','https://github.com/Lucifier129/react-lite','true','工业聚'),(3657,'579ab71d421aa91e2606472b','2016-07-29T09:53:33.816Z','视图分层视差效果','[https://github.com/SchibstedSpain/Parallax-Layer-Layout/raw/master/art/ovni.gif]','2016-08-01T12:00:57.45Z','chrome','Android','https://github.com/SchibstedSpain/Parallax-Layer-Layout','true','Jason'),(3658,'579b4b0b421aa90d36e960bd','2016-07-29T20:24:43.415Z','iOS开源照片浏览器框架 优化内存 支持网络图片 block数据源',NULL,'2016-08-01T12:00:57.45Z','web','iOS','https://github.com/Soulghost/SGPhotoBrowser','true',NULL),(3659,'579c10d6421aa91e2606473b','2016-07-30T10:28:38.547Z','PullToReflesh下拉刷新开源库分析',NULL,'2016-08-01T12:00:57.45Z','web','iOS','http://cbang.info/2016/03/04/PullToReflesh%EF%BC%9A%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90/','true','Super邦'),(3660,'579d9ebe421aa90d36e960c8','2016-07-31T14:46:22.719Z','(非常棒)深入理解Davilk字节码指令及Smali文件',NULL,'2016-08-01T12:00:57.45Z','chrome','Android','http://blog.csdn.net/dd864140130/article/details/52076515','true','sbbic'),(3661,'579e1b06421aa90d2fc94b9c','2016-07-31T23:36:38.674Z','HTML5 File API — 让前端操作文件变的可能',NULL,'2016-08-01T12:00:57.45Z','web','前端','http://www.cnblogs.com/zichi/p/html5-file-api.html','true','子迟'),(3662,'579e9ba8421aa90d39e709a4','2016-08-01T08:45:28.443Z','聊天列表样式,使用很简单','[https://github.com/snipsnap/SlyceMessaging/raw/master/sample-photos/example.png?raw=true, https://github.com/snipsnap/SlyceMessaging/raw/master/sample-photos/chat-with-image.png?raw=true]','2016-08-01T12:00:57.45Z','chrome','Android','https://github.com/snipsnap/SlyceMessaging','true','花开堪折枝'),(3663,'579ea6d0421aa91e26064746','2016-08-01T09:33:04.931Z','哈哈哈好污[哈哈]这个老师可能是性 冷淡',NULL,'2016-08-01T12:00:57.45Z','chrome','休息视频','http://www.miaopai.com/show/HrBuGCzGZ53UgCaZoNWahA__.htm','true','lxxself'),(3664,'579eaa97421aa90d39e709a6','2016-08-01T09:49:11.97Z','根据页面内容,自动调节屏幕亮度,夜间使用尤其舒服。','[https://github.com/anishathalye/lumen/raw/master/assets/demo.gif]','2016-08-01T12:00:57.45Z','chrome','iOS','https://github.com/anishathalye/lumen','true','代码家'),(3665,'579eabfc421aa91e26064747','2016-08-01T09:55:08.841Z','iOS 版本的人脸图片自动智能居中(昨天发布了 Android 版本的)','[https://raw.githubusercontent.com/BeauNouvelle/AspectFillFaceAware/master/avatarExample.png]','2016-08-01T12:00:57.45Z','chrome','iOS','https://github.com/BeauNouvelle/AspectFillFaceAware','true','代码家'),(3666,'579eadfc421aa90d36e960cc','2016-08-01T10:03:40.631Z','iOS 漂亮的 Tag 组件,支持自动换行,做的不错','[https://github.com/weijentu/automatic-height-tagcells/raw/master/images/screenshot.png]','2016-08-01T12:00:57.45Z','chrome','iOS','https://github.com/weijentu/automatic-height-tagcells','true','代码家'),(3667,'579eb4b4421aa90d2fc94ba0','2016-08-01T10:32:20.10Z','8.1',NULL,'2016-08-01T12:00:57.45Z','chrome','福利','http://ww1.sinaimg.cn/large/610dc034jw1f6e1f1qmg3j20u00u0djp.jpg','true','代码家'),(3668,'579eb5e4421aa90d39e709a8','2016-08-01T10:37:24.458Z','Java 和 Javascript Bridge 封装。',NULL,'2016-08-01T12:00:57.45Z','chrome','Android','https://github.com/ImangazalievM/Scripto','true','代码家'),(3669,'579eb6fa421aa91e26064748','2016-08-01T10:42:02.491Z','有朋友通过尝试逆向微信图片压缩算法而实现的一个压缩比还不错的压缩算法。',NULL,'2016-08-01T12:00:57.45Z','chrome','Android','https://github.com/Curzibn/Luban','true','代码家'),(3670,'579ec037421aa90d2fc94ba1','2016-08-01T11:21:27.209Z','nock-nock 一个可以帮助你监控网站是否异常的 App (抄送代码家)','[https://raw.githubusercontent.com/afollestad/nock-nock/master/art/showcase.png]','2016-08-01T12:00:57.45Z','chrome','App','https://github.com/afollestad/nock-nock','true','咕咚'),(3671,'57996a29421aa90d36e960a6','2016-07-28T10:12:57.544Z','你是妈妈的什么?妈妈的智障23333333',NULL,'2016-07-29T09:37:39.219Z','chrome','休息视频','http://weibo.com/p/230444526d23bebaa581b79cb85e8c104fc0b5','true','lxxself'),(3672,'57998813421aa90d43bbf049','2016-07-28T12:20:35.602Z','Weex & ReactNative & JSPatch',NULL,'2016-07-29T09:37:39.219Z','chrome','瞎推荐','http://awhisper.github.io/2016/07/22/Weex-ReactNative-JSPatch/','true','wuzheng'),(3673,'57998c5e421aa90d43bbf04a','2016-07-28T12:38:54.271Z','Snipaste - 截图工具,但不只是截图',NULL,'2016-07-29T09:37:39.219Z','web','App','http://www.v2ex.com/t/295433','true','NibNait'),(3674,'5799ab9d421aa90d2fc94b7a','2016-07-28T14:52:13.230Z','本篇文章简要介绍了JobScheduler和其他API,可以帮助你的应用程序优雅的去安排你的工作计划。',NULL,'2016-07-29T09:37:39.219Z','web','Android','http://hlong.xyz/2016/07/28/Android%E6%80%A7%E8%83%BD%E6%A8%A1%E5%BC%8F%E7%AF%87%E4%B9%8B%E6%99%BA%E8%83%BD%E7%9A%84%E5%B7%A5%E4%BD%9C%E8%AE%A1%E5%88%92(%E8%AF%91)/','true','Jack Wang'),(3675,'5799cc21421aa90d2fc94b7d','2016-07-28T17:10:57.780Z','一行代码让你的 App 全局替换成 Apple Style 的 Emoji',NULL,'2016-07-29T09:37:39.219Z','web','Android','https://github.com/nekocode/Emojix','true','nekocode'),(3676,'579aa330421aa90d39e70986','2016-07-29T08:28:32.199Z','实现 iOS 手写电子签名的组件','[https://raw.githubusercontent.com/ipraba/EPSignature/master/Screenshots/iPad.png]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/ipraba/EPSignature','true','代码家'),(3677,'579aa378421aa90d39e70987','2016-07-29T08:29:44.298Z','Swift 实现 Zip 压缩和解压缩的库','[https://cloud.githubusercontent.com/assets/889949/12374908/252373d0-bcac-11e5-8ece-6933aeae8222.png]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/marmelroy/Zip','true','代码家'),(3678,'579aa636421aa90d36e960b1','2016-07-29T08:41:26.140Z','基于下载神器 aria2 实现的一个 UI 化的下载工具,相当好用','[https://camo.githubusercontent.com/516ac37347ec1f8905728f39ae1f8bec6ece179e/687474703a2f2f77696e646973636f2e71696e6975646e2e636f6d2f4d617269612d4170702d322e706e67]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/ShinCurry/Maria','true','代码家'),(3679,'579aa7d2421aa90d2fc94b81','2016-07-29T08:48:18.402Z','一个简单的点击延伸的 Tag 组件(虽然 Demo 丑了点儿)','[https://github.com/xhzengAIB/LearnEnglish/raw/master/Screenshots/XHTagView.gif]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/xhzengAIB/TagView','true','代码家'),(3680,'579aa88e421aa90d2fc94b82','2016-07-29T08:51:26.82Z','滑动推动 Nav Bar 效果','[https://github.com/andreamazz/AMScrollingNavbar/raw/master/assets/screenshot.gif]','2016-07-29T09:37:39.219Z','chrome','iOS','https://github.com/andreamazz/AMScrollingNavbar','true','代码家'),(3681,'579aaa7d421aa90d2fc94b83','2016-07-29T08:59:41.262Z','Flipboard 中国区新晋小王子开源的一款漂亮的 Banner 组件。','[https://github.com/chengdazhi/DecentBanner/raw/master/images/decent_sample.gif]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/chengdazhi/DecentBanner','true','代码家'),(3682,'579aaaf0421aa90d36e960b2','2016-07-29T09:01:36.925Z','基于 Picasso 库实现的人脸检测和图片自动智能裁剪,做的超棒。','[https://github.com/aryarohit07/PicassoFaceDetectionTransformation/raw/master/images/original_image4.jpg?raw=true, https://github.com/aryarohit07/PicassoFaceDetectionTransformation/raw/master/images/result_image4.jpg?raw=true]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/aryarohit07/PicassoFaceDetectionTransformation','true','代码家'),(3683,'579aab60421aa90d39e70988','2016-07-29T09:03:28.829Z','EditText 实现 Tag 输入和快速选择功能','[https://github.com/OfficialAmal/ChipLayout/raw/master/img/img2.png]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/OfficialAmal/ChipLayout','true','代码家'),(3684,'579aadb9421aa90d36e960b3','2016-07-29T09:13:29.889Z','Android-3DTouch-PeekView','[https://github.com/klinker24/Android-3DTouch-PeekView/raw/master/features.gif]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/klinker24/Android-3DTouch-PeekView','true','花开堪折枝'),(3685,'579aade1421aa90d39e70989','2016-07-29T09:14:09.997Z','类似刮刮乐擦除效果,做的挺逼真,可以可以。','[https://github.com/jackpocket/android_scratchoff/raw/master/scratchoff.gif]','2016-07-29T09:37:39.219Z','chrome','Android','https://github.com/jackpocket/android_scratchoff','true','代码家'),(3686,'579ab0a8421aa90d36e960b4','2016-07-29T09:26:00.838Z','7.29',NULL,'2016-07-29T09:37:39.219Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f6aipo68yvj20qo0qoaee.jpg','true','代码家'),(3687,'5798b172421aa90d39e70975','2016-07-27T21:04:50.793Z','记录IDE,chrome等使用时长','[https://camo.githubusercontent.com/0263e365a2efdb5dc0adb4b7aba6a783bc17a92e/68747470733a2f2f77616b6174696d652e636f6d2f7374617469632f696d672f53637265656e53686f74732f53637265656e2d53686f742d323031362d30332d32312e706e67]','2016-07-28T18:17:20.567Z','chrome','瞎推荐','https://github.com/wakatime/jetbrains-wakatime','true','蒋朋'),(3688,'5798e568421aa90d36e9609f','2016-07-28T00:46:32.239Z','Android平台的原生Markdown解析器,将源文本直接解析为Spanned,高效、轻量',NULL,'2016-07-28T18:17:20.567Z','web','Android','https://github.com/zzhoujay/Markdown','true','郑州'),(3689,'5798ea98421aa90d43bbf03e','2016-07-28T01:08:40.730Z','Binder:为什么要通过onTransact()调用目标方法',NULL,'2016-07-28T18:17:20.567Z','web','Android','http://www.jianshu.com/p/b260051237fe','true','Abel Joo'),(3690,'57995278421aa90d43bbf040','2016-07-28T08:31:52.94Z','4 分钟,感受 Web Design 优化的艺术',NULL,'2016-07-28T18:17:20.567Z','chrome','拓展资源','http://jgthms.com/web-design-in-4-minutes/','true','代码家'),(3691,'579952bf421aa90d36e960a1','2016-07-28T08:33:03.247Z','UITextView 拓展,支持自动用 Emoji 表情替换相应文本。','[https://raw.githubusercontent.com/fastred/EmojiTextView/master/demo.gif]','2016-07-28T18:17:20.567Z','chrome','iOS','https://github.com/fastred/EmojiTextView','true','代码家'),(3692,'579953bc421aa90d39e70977','2016-07-28T08:37:16.668Z','一款完成度很高,质量也很不错的像素贴纸 App,支持图片编辑,贴纸选择等功能,做的萌萌的。','[https://github.com/Yalantis/PixPic/raw/master/Screenshots/4.0%20Device%202.jpg, https://github.com/Yalantis/PixPic/raw/master/Screenshots/4.0%20Device%204.jpg]','2016-07-28T18:17:20.567Z','chrome','iOS','https://github.com/Yalantis/PixPic','true','代码家'),(3693,'57995440421aa90d36e960a2','2016-07-28T08:39:28.11Z','简洁的 iOS 模板引擎',NULL,'2016-07-28T18:17:20.567Z','chrome','iOS','https://github.com/czechboy0/Templater','true','代码家'),(3694,'57995588421aa90d36e960a3','2016-07-28T08:44:56.76Z','Android Permission 辅助检测和申请工具库',NULL,'2016-07-28T18:17:20.567Z','chrome','Android','https://github.com/rebus007/PermissionUtils','true','代码家'),(3695,'579955c7421aa90d43bbf041','2016-07-28T08:45:59.828Z','Android 文件选择工具库','[https://raw.githubusercontent.com/Angads25/android-filepicker/master/screenshot2.png, https://raw.githubusercontent.com/Angads25/android-filepicker/master/screenshot1.png]','2016-07-28T18:17:20.567Z','chrome','Android','https://github.com/Angads25/android-filepicker','true','代码家'),(3696,'579955fd421aa90d2fc94b71','2016-07-28T08:46:53.178Z','很 Material Design 风格的 Search Bar,可以拿来直接用,文档也很完备。','[https://github.com/mancj/MaterialSearchBar/raw/master/art/device-2016-07-20-170335.png, https://github.com/mancj/MaterialSearchBar/raw/master/art/ezgif-838715850.gif]','2016-07-28T18:17:20.567Z','chrome','Android','https://github.com/mancj/MaterialSearchBar','true','代码家'),(3697,'57995869421aa90d43bbf042','2016-07-28T08:57:13.293Z','葛优躺',NULL,'2016-07-28T18:17:20.567Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f69c9e22xjj20u011hjuu.jpg','true','代码家'),(3698,'5799590b421aa90d2fc94b72','2016-07-28T08:59:55.871Z','感觉身体被掏空,汪汪汪!',NULL,'2016-07-28T18:17:20.567Z','chrome','休息视频','http://v.youku.com/v_show/id_XMTY2MDcyNTEzMg==.html?from=s1.8-1-1.2','true','代码家'),(3699,'57786f73421aa9019c09f2c0','2016-07-03T09:50:43.699Z','仿新浪体育客户端的进度条','[https://github.com/YangShaoXiong/LikeSinaSportProgress/raw/master/screenshot/image.gif]','2016-07-27T11:27:16.610Z','chrome','Android','https://github.com/YangShaoXiong/LikeSinaSportProgress','true','Jason'),(3700,'577a14cf421aa964a66e589a','2016-07-04T15:48:31.885Z','Android RecyclerView 顶部悬浮实现',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://www.jianshu.com/p/c596f2e6f587','true','Jason'),(3701,'577c7a9d421aa9755674da3f','2016-07-06T11:27:25.110Z','Android中保存和恢复Fragment状态的最好方法',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://www.luchenglong.com/2016/07/06/20160706/','true','龙龙童鞋'),(3702,'5784c200421aa90de83c1b71','2016-07-12T18:10:08.364Z','Android内存泄露——浅解析和处理办法',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://www.jianshu.com/p/bf159a9c391a','true','匡罡'),(3703,'578b4a5f421aa90de83c1bad','2016-07-17T17:05:35.579Z','Android消息处理机制:Handler|Message',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://shaohui.me/2016/07/15/Android%E6%B6%88%E6%81%AF%E5%A4%84%E7%90%86%E6%9C%BA%E5%88%B6%EF%BC%9AHandler-Message/','true','邵辉Vista'),(3704,'5790345b421aa90de83c1bfd','2016-07-21T10:32:59.11Z','Android单元测试之Mockito浅析',NULL,'2016-07-27T11:27:16.610Z','web','Android','http://hlong.xyz/2016/06/16/Android%E5%8D%95%E5%85%83%E6%B5%8B%E8%AF%95%E4%B9%8BMockito%E6%B5%85%E6%9E%90/','true','Jack Wang'),(3705,'5796d3cb421aa90d43bbf01b','2016-07-26T11:06:51.252Z','我脑海中的优秀技术团队',NULL,'2016-07-27T11:27:16.610Z','chrome','瞎推荐','https://zhuanlan.zhihu.com/p/21707924','true','vincgao'),(3706,'5797458a421aa90d2fc94b5a','2016-07-26T19:12:10.204Z','Android OpenGL ES 从入门到奔溃 --《OpenGL ES 应用开发实践指南》读书笔记 , 学习如何制作一个简单的 OpenGL 游戏,理解最基本的 OpenGL 知识',NULL,'2016-07-27T11:27:16.610Z','web','Android','https://www.rogerblog.cn/2016/07/18/OpenGL-serise-No1/','true','Roger'),(3707,'57976b85421aa90d2fc94b5b','2016-07-26T21:54:13.112Z','动态修改 C 语言函数的实现',NULL,'2016-07-27T11:27:16.610Z','web','iOS','https://github.com/Draveness/iOS-Source-Code-Analyze/blob/master/fishhook/动态修改%20C%20语言函数的实现.md','true','Draveness'),(3708,'5797ff2d421aa90d2fc94b5e','2016-07-27T08:24:13.95Z','iOS 弹性菜单展开效果','[https://github.com/Desgard/DGExpandMenuButton/raw/master/Screenshot/DGExpandMenu-o.gif]','2016-07-27T11:27:16.610Z','chrome','iOS','https://github.com/Desgard/DGExpandMenuButton','true','代码家'),(3709,'5798007c421aa90d2fc94b5f','2016-07-27T08:29:48.945Z','面向设计师的设计工具集合,不过开发者也可以看看张涨姿势',NULL,'2016-07-27T11:27:16.610Z','chrome','拓展资源','http://www.sansfrancis.co/','true','代码家'),(3710,'579801a7421aa90d43bbf02c','2016-07-27T08:34:47.404Z','Vapor 项目中的网络层库,Swift 实现。支持 HTTP, WebSockets, Streams, SMTP 等协议,做的相当不错。',NULL,'2016-07-27T11:27:16.610Z','chrome','iOS','https://github.com/qutheory/engine','true','代码家'),(3711,'57980212421aa90d2fc94b60','2016-07-27T08:36:34.972Z','一款支持 Item 动画的 Dropdown 菜单。','[https://github.com/Cokile/CCDropDownMenu/raw/master/Captures/capture1.gif]','2016-07-27T11:27:16.610Z','chrome','iOS','https://github.com/Cokile/CCDropDownMenu','true','代码家'),(3712,'5798027b421aa90d39e70965','2016-07-27T08:38:19.183Z','功能完备的一款二维码,条形码扫描工具库,而且支持自定义 UI 部分,很适合拿来直接用。','[https://github.com/MxABC/LBXScan/raw/master/ScreenShots/page2.png]','2016-07-27T11:27:16.610Z','chrome','iOS','https://github.com/MxABC/LBXScan','true','代码家'),(3713,'57980fa4421aa90d36e9608d','2016-07-27T09:34:28.28Z','快看快看!我党居然第一次打广告了!',NULL,'2016-07-27T11:27:16.610Z','chrome','休息视频','http://v.ifeng.com/news/society/201607/0121bedf-fc90-4323-aaef-bcf0c2ae9ac0.shtml','true','lxxself'),(3714,'57981c6e421aa90d36e9608f','2016-07-27T10:29:02.572Z','Popular Movies App','[https://github.com/maksim-m/Popular-Movies-App/raw/master/.github/screen4.png]','2016-07-27T11:27:16.610Z','chrome','App','https://github.com/maksim-m/Popular-Movies-App','true','咕咚'),(3715,'57981ee6421aa90d36e96090','2016-07-27T10:39:34.818Z','王子文',NULL,'2016-07-27T11:27:16.610Z','chrome','福利','http://ww3.sinaimg.cn/large/610dc034jw1f689lmaf7qj20u00u00v7.jpg','true','代码家'),(3716,'57903410421aa90df33fe7f2','2016-07-21T10:31:44.944Z','Google I/O 2016 笔记之Espresso 进阶',NULL,'2016-07-26T10:30:11.357Z','web','Android','http://hlong.xyz/2016/07/20/Google%20IO%202016%20%E7%AC%94%E8%AE%B0%E4%B9%8BEspresso%20%E8%BF%9B%E9%98%B6/','true','Jack Wang'),(3717,'57923a51421aa90d2fc94b3c','2016-07-22T23:22:57.441Z','iOS/Android App Jenkins CI打包平台搭建详细流程',NULL,'2016-07-26T10:30:11.357Z','web','iOS','http://skyseraph.com/2016/07/18/Tools/Jenkins%20Gitlab%E6%8C%81%E7%BB%AD%E9%9B%86%E6%88%90%E6%89%93%E5%8C%85%E5%B9%B3%E5%8F%B0%E6%90%AD%E5%BB%BA/','true','SkySeraph'),(3718,'5792b1c8421aa90d39e70928','2016-07-23T07:52:40.253Z','[java基础]深入虚拟机字节码执行引擎',NULL,'2016-07-26T10:30:11.357Z','chrome','拓展资源','http://blog.csdn.net/dd864140130/article/details/49515403','true','sbbic'),(3719,'57944ddc421aa90d43bbf003','2016-07-24T13:10:52.58Z','Swift的安全保障 - Optional特性',NULL,'2016-07-26T10:30:11.357Z','web','iOS','http://www.jianshu.com/p/e28e6a846a6c','true',NULL),(3720,'5794f758421aa90d36e96070','2016-07-25T01:14:00.293Z','一个滑动动画的textview(更好的显示温度,金额等)','[https://github.com/robinhood/ticker/raw/master/assets/ticker_main.gif]','2016-07-26T10:30:11.357Z','chrome','Android','https://github.com/robinhood/ticker','true','有时放纵'),(3721,'5795551c421aa90d39e7093b','2016-07-25T07:54:04.930Z','电影票在线选座','[https://github.com/qifengdeqingchen/SeatTable/raw/master/demo.gif]','2016-07-26T10:30:11.357Z','chrome','Android','https://github.com/qifengdeqingchen/SeatTable','true','Jason'),(3722,'57958ebf421aa90d39e7093f','2016-07-25T11:59:59.464Z','白话函数式编程!',NULL,'2016-07-26T10:30:11.357Z','web','拓展资源','https://github.com/hemanth/functional-programming-jargon','true','Shipeng Xu'),(3723,'5795cd9c421aa90d39e70948','2016-07-25T16:28:12.741Z','遇见 LoopBar 从Cleveroad。在Android环境中导航的新方法',NULL,'2016-07-26T10:30:11.357Z','web','Android','https://github.com/Cleveroad/LoopBar','true',NULL),(3724,'5795fdbe421aa90d36e96079','2016-07-25T19:53:34.386Z','一个利用RxJava在TextView和EditText上渲染的markdown解析器,支持大部分语法以及部分语法在EditText上实时预览',NULL,'2016-07-26T10:30:11.357Z','web','Android','https://github.com/yydcdut/RxMarkdown','true','yydcdut'),(3725,'57962735421aa90d39e7094f','2016-07-25T22:50:29.136Z','Android:学习AIDL,这一篇文章就够了(下)',NULL,'2016-07-26T10:30:11.357Z','web','Android','http://blog.csdn.net/luoyanglizi/article/details/52029091','true','lypeer'),(3726,'5796b606421aa90d39e70952','2016-07-26T08:59:50.517Z','iOS 上完程度较高的一款开源电子阅读器,支持 txt,epub。','[https://github.com/GGGHub/Reader/raw/master/LSYReader/demo.gif]','2016-07-26T10:30:11.357Z','chrome','iOS','https://github.com/GGGHub/Reader','true','代码家'),(3727,'5796b70a421aa90d2fc94b4c','2016-07-26T09:04:10.19Z','带遮罩效果的 SegmentSwitch 组件','[https://github.com/KittenYang/DynamicMaskSegmentSwitch/raw/master/SwitcherBounceable.gif]','2016-07-26T10:30:11.357Z','chrome','iOS','https://github.com/KittenYang/DynamicMaskSegmentSwitch','true','代码家'),(3728,'5796b84e421aa90d2fc94b4d','2016-07-26T09:09:34.824Z','很风骚的一款卡片滑动效果工具库','[https://github.com/zhxnlai/ZLSwipeableViewSwift/raw/master/Previews/rewind.gif, https://github.com/zhxnlai/ZLSwipeableViewSwift/raw/master/Previews/undo.gif]','2016-07-26T10:30:11.357Z','chrome','iOS','https://github.com/zhxnlai/ZLSwipeableViewSwift','true','代码家'),(3729,'5796b970421aa90d2fc94b4e','2016-07-26T09:14:24.76Z','今天两个妹子',NULL,'2016-07-26T10:30:11.357Z','chrome','福利','http://ww3.sinaimg.cn/large/c85e4a5cjw1f671i8gt1rj20vy0vydsz.jpg','true','代码家'),(3730,'5796bc23421aa90d39e70953','2016-07-26T09:25:55.981Z','那年那兔那些事儿,好玩儿的历史动画片(看完这个感觉历史能学好了',NULL,'2016-07-26T10:30:11.357Z','chrome','休息视频','http://bangumi.bilibili.com/anime/v/30478','true','lxxself'),(3731,'578ed1b9421aa90dea11ea3a','2016-07-20T09:19:53.360Z','可怕的日本女鬼贞子~她的心再冰冷也会被抗日的这片沃土融化!',NULL,'2016-07-25T11:43:57.769Z','chrome','休息视频','http://weibo.com/p/2304445695c01022c7974c5137267a8b9f1370','true','lxxself'),(3732,'578ed430421aa90dea11ea3b','2016-07-20T09:30:24.197Z','包含美颜等40余种实时滤镜相机,可拍照、录像、图片修改',NULL,'2016-07-25T11:43:57.769Z','chrome','Android','https://github.com/AndrWang/MagicCamera','true','AndWang'),(3733,'5790342c421aa90df33fe7f3','2016-07-21T10:32:12.649Z','Google I/O 2016 笔记之图像压缩',NULL,'2016-07-25T11:43:57.769Z','web','Android','http://hlong.xyz/2016/07/11/Google%20IO%202016%20%E7%AC%94%E8%AE%B0%E4%B9%8B%E5%9B%BE%E5%83%8F%E5%8E%8B%E7%BC%A9/','true','Jack Wang'),(3734,'5791953f421aa90d36e96056','2016-07-22T11:38:39.568Z','PathMeasure之迷径追踪',NULL,'2016-07-25T11:43:57.769Z','web','Android','http://blog.csdn.net/eclipsexys/article/details/51992473','true','xuyisheng'),(3735,'579300cb421aa90d2fc94b40','2016-07-23T13:29:47.475Z','Android Activity 生命周期是如何实现的',NULL,'2016-07-25T11:43:57.769Z','web','Android','http://www.woaitqs.cc/android/2016/07/19/how-activity-lifecircle-work.html','true','tangqisen'),(3736,'57941039421aa90d43bbf001','2016-07-24T08:47:53.425Z','Wire 开源了:iOS、Android、Web,一整套方案。',NULL,'2016-07-25T11:43:57.769Z','web','App','https://github.com/wireapp/','true',NULL),(3737,'57946b21421aa90d43bbf005','2016-07-24T15:15:45.447Z','【Chrome插件】Github Travis Stat',NULL,'2016-07-25T11:43:57.769Z','web','拓展资源','http://yaowenjie.github.io/%E7%BC%96%E7%A8%8B%E7%9B%B8%E5%85%B3/travis-github-chrome-extension','true','Wenjie Yao'),(3738,'5794da5b421aa90d43bbf008','2016-07-24T23:10:19.281Z','macOS 上录制快捷键功能开源库',NULL,'2016-07-25T11:43:57.769Z','chrome','iOS','https://github.com/Clipy/KeyHolder','true','代码家'),(3739,'5794db04421aa90d36e9606e','2016-07-24T23:13:08.601Z','React Native 实现的 NBA 客户端,状态管理用的 Redux,做的相当棒,很不错的学习材料。',NULL,'2016-07-25T11:43:57.769Z','chrome','iOS','https://github.com/wwayne/react-native-nba-app','true','代码家'),(3740,'5794dcea421aa90d36e9606f','2016-07-24T23:21:14.677Z','iOS 简洁漂亮的层叠菜单。',NULL,'2016-07-25T11:43:57.769Z','chrome','iOS','https://github.com/v-braun/VBPiledView','true','callmewhy'),(3741,'5794dd35421aa90d39e70936','2016-07-24T23:22:29.876Z','QQ 聊天机器人',NULL,'2016-07-25T11:43:57.769Z','chrome','瞎推荐','https://github.com/b3log/xiaov','true','代码家'),(3742,'5794df0e421aa90d39e70939','2016-07-24T23:30:22.399Z','7.25',NULL,'2016-07-25T11:43:57.769Z','chrome','福利','http://ww2.sinaimg.cn/large/610dc034jw1f65f0oqodoj20qo0hntc9.jpg','true','代码家'),(3743,'578849c4421aa90df33fe7a6','2016-07-15T10:26:12.765Z','魔都,3年,程序员到CTO',NULL,'2016-07-22T11:04:44.305Z','web','拓展资源','http://www.jianshu.com/p/5a24e0084330','true','陈宇明'),(3744,'578df9e5421aa90df33fe7e0','2016-07-19T17:59:01.920Z','你真的理解AIDL中的in,out,inout么?',NULL,'2016-07-22T11:04:44.305Z','web','Android','http://blog.csdn.net/luoyanglizi/article/details/51958091','true','lypeer'),(3745,'578efa8d421aa90df638bb78','2016-07-20T12:14:05.820Z','【科普:英国为什么分为英格兰、苏格兰、威尔士和北爱尔兰】',NULL,'2016-07-22T11:04:44.305Z','chrome','休息视频','http://www.miaopai.com/show/Qj-MT94UXiqD3Nv~8nsHjQ__.htm','true','lxxself'),(3746,'578f9e85421aa90dea11ea48','2016-07-20T23:53:41.471Z','es6 手册',NULL,'2016-07-22T11:04:44.305Z','chrome','前端','https://github.com/DrkSephy/es6-cheatsheet','true','代码家'),(3747,'579037cd421aa90dea11ea4a','2016-07-21T10:47:41.510Z','一个收集所有可用的设备信息的类','[https://github.com/Shmoopi/iOS-System-Services/raw/master/Sample Images/Screenshot1.png]','2016-07-22T11:04:44.305Z','chrome','iOS','https://github.com/Shmoopi/iOS-System-Services','true','Dear宅学长');
/*Table structure for table `token` */
DROP TABLE IF EXISTS `token`;
CREATE TABLE `token` (
`id` int(10) NOT NULL,
`token` text NOT NULL,
`upt_time` datetime DEFAULT NULL,
`appid` char(32) DEFAULT NULL,
`appSecret` char(32) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Data for the table `token` */
insert into `token`(`id`,`token`,`upt_time`,`appid`,`appSecret`) values (0,'p2coCpDE7nYNxRoGYzm5E_9yiRdsgPgF5M0Byjpkg5V728ezcqzhWObpu8VACeUFuJBIgN73aRNCQOF9wVFuTbiQccUXoy6CivzjT_s-Z05tfqr_FLltGBhym0aCvNitDEPcAGARSD',NULL,'wx26d5f45da3c878fb','ac102d07412fc89e015df7e8c5250b14'),(1,'h-iVDulXsGxi9G_kD3ebVbNTlCWqNhO6R4Z7frZ5jOnzzCnhnKpimRgqBxxu99_5qyDQbnCQowpdgleInN1rkfFYaTniGHE4BuVyv8j-X7Q4aOpmlrikoPfZrM89r6mENAQiAGAZMC',NULL,'wxa4b4b009a3f33643','e56af5557fcc5f8bd4adb5e08628804d'),(2,'AlGwM3-8wGoqoWTp76wN_sd9Lb3NB3k7af-rOUva9R8Fwi59inexfn8YeqmxMLEERgdQuaaAMY7WpVWscBr79aYcMu_LLQqjYfDObQXCYnwAOLeAEANBY',NULL,'wx9ef09c62adc0fb10','015b812976e491c8d68664dd969aa8a7'),(3,'socGI2IGn8R518-K3O08yGkVxuy2vth0YXhlXR9FGLTNyMUq1bMq5mK5Ai1YJWLFoeOcYqm-ffxfTDZmIqUXH30JEdhsyr3VBG8x4GHGQfMlZ4Mww--WgIVGol6eae3WWSOdADAKGC',NULL,'wx923b379cd895a2a6','ce524269d81e786ad203a0eb2e8d111f');
/*Table structure for table `user` */
DROP TABLE IF EXISTS `user`;
CREATE TABLE `user` (
`id` double DEFAULT NULL,
`loginname` varchar(60) DEFAULT NULL,
`loginpwd` varchar(600) DEFAULT NULL,
`username` varchar(30) DEFAULT NULL,
`sex` varchar(3) DEFAULT NULL,
`isAdmin` varchar(3) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Data for the table `user` */
insert into `user`(`id`,`loginname`,`loginpwd`,`username`,`sex`,`isAdmin`) values (11,'admin','e10adc3949ba59abbe56e057f20f883e','admin','0','1'),(12,'nomal','81dc9bdb52d04dc20036dbd8313ed055','普通角色','0','0'),(13,'permission','81dc9bdb52d04dc20036dbd8313ed055','有部分权限','0','0'),(14,'cs','81dc9bdb52d04dc20036dbd8313ed055','测试','0','0');
/*Table structure for table `user_role` */
DROP TABLE IF EXISTS `user_role`;
CREATE TABLE `user_role` (
`id` double DEFAULT NULL,
`roleId` double DEFAULT NULL,
`userId` double DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Data for the table `user_role` */
insert into `user_role`(`id`,`roleId`,`userId`) values (3,25,6),(4,19,9),(5,26,10),(6,25,12),(7,26,13),(8,19,11);
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;