├── CNAME
├── README.md
├── _config.yml
└── google_host.txt
/CNAME:
--------------------------------------------------------------------------------
1 | tools.zhaishidan.cn
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # 前言
2 |
3 | 成为一名专业程序员的道路上,需要坚持练习、学习与积累,技术方面既要有一定的广度,更要有自己的深度。
4 |
5 | 笔者作为一位tool mad,将工作以来用到的各种优秀资料、神器及框架整理在此,毕竟好记性不如烂键盘,此项目可以作为自己的不时之需。
6 |
7 | 本人喜欢折腾,记录的东西也比较杂,各方面都会有一些,内容按重要等级排序,大家各取所需。
8 |
9 | 这里的东西会持续积累下去,欢迎Star,也欢迎发PR给我。
10 |
11 | [Thonatos.Yang](https://github.com/thonatos)整理的GitBook版本,阅读体验更佳:
12 |
13 | ## 目录
14 |
15 |
16 |
17 |
18 |
19 | - [资料篇](#%E8%B5%84%E6%96%99%E7%AF%87)
20 | - [技术站点](#%E6%8A%80%E6%9C%AF%E7%AB%99%E7%82%B9)
21 | - [必看书籍](#%E5%BF%85%E7%9C%8B%E4%B9%A6%E7%B1%8D)
22 | - [大牛博客](#%E5%A4%A7%E7%89%9B%E5%8D%9A%E5%AE%A2)
23 | - [GitHub篇](#github%E7%AF%87)
24 | - [工具篇](#%E5%B7%A5%E5%85%B7%E7%AF%87)
25 | - [平台工具](#%E5%B9%B3%E5%8F%B0%E5%B7%A5%E5%85%B7)
26 | - [常用工具](#%E5%B8%B8%E7%94%A8%E5%B7%A5%E5%85%B7)
27 | - [第三方服务](#%E7%AC%AC%E4%B8%89%E6%96%B9%E6%9C%8D%E5%8A%A1)
28 | - [爬虫相关(好玩的工具)](#%E7%88%AC%E8%99%AB%E7%9B%B8%E5%85%B3%E5%A5%BD%E7%8E%A9%E7%9A%84%E5%B7%A5%E5%85%B7)
29 | - [安全相关](#%E5%AE%89%E5%85%A8%E7%9B%B8%E5%85%B3)
30 | - [Web服务器性能/压力测试工具/负载均衡器](#web%E6%9C%8D%E5%8A%A1%E5%99%A8%E6%80%A7%E8%83%BD%E5%8E%8B%E5%8A%9B%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E8%B4%9F%E8%BD%BD%E5%9D%87%E8%A1%A1%E5%99%A8)
31 | - [大数据处理/数据分析/分布式工具](#%E5%A4%A7%E6%95%B0%E6%8D%AE%E5%A4%84%E7%90%86%E6%95%B0%E6%8D%AE%E5%88%86%E6%9E%90%E5%88%86%E5%B8%83%E5%BC%8F%E5%B7%A5%E5%85%B7)
32 | - [Web前端](#web%E5%89%8D%E7%AB%AF)
33 | - [语言篇](#%E8%AF%AD%E8%A8%80%E7%AF%87)
34 | - [Scala](#scala)
35 | - [Java](#java)
36 | - [Python](#python)
37 | - [Swift](#swift)
38 | - [.NET](#net)
39 | - [C & C++](#c--c)
40 | - [其他](#%E5%85%B6%E4%BB%96)
41 | - [游戏开发相关](#%E6%B8%B8%E6%88%8F%E5%BC%80%E5%8F%91%E7%9B%B8%E5%85%B3)
42 | - [日志聚合,分布式日志收集](#%E6%97%A5%E5%BF%97%E8%81%9A%E5%90%88%E5%88%86%E5%B8%83%E5%BC%8F%E6%97%A5%E5%BF%97%E6%94%B6%E9%9B%86)
43 | - [RTP,实时传输协议与音视频](#rtp%E5%AE%9E%E6%97%B6%E4%BC%A0%E8%BE%93%E5%8D%8F%E8%AE%AE%E4%B8%8E%E9%9F%B3%E8%A7%86%E9%A2%91)
44 |
45 |
46 |
47 | ## 资料篇
48 |
49 | ### 技术站点
50 |
51 | - 在线学习:[Coursera](https://www.coursera.org/)、[edX](https://www.edx.org/)、[Udacity](https://cn.udacity.com/)、[MIT公开课](https://ocw.mit.edu/index.htm)、[MOOC学院](http://mooc.guokr.com/course/)、[慕课网](http://www.imooc.com/)
52 | - [Hacker News](https://news.ycombinator.com/):非常棒的针对编程的链接聚合网站
53 | - [Techmeme](https://www.techmeme.com/):美国知名科技新闻和博客聚集网站,类似的还有(Panda, Hacker & Designer News)
54 | - [Reddit - Programming板块](https://www.reddit.com/r/programming/):同上
55 | - Java牛人必备:[Program Creek](http://www.programcreek.com/)
56 | - [Stack Overflow](https://stackoverflow.com/):IT技术问答网站
57 | - [SegmentFault](https://segmentfault.com/):中文的技术问答社区
58 | - [GitHub](https://github.com/):全球最大的源代码管理平台,很多知名开源项目都在上面,如[Linux内核](https://github.com/torvalds/linux),[OpenStack](https://github.com/openstack/openstack)等
59 | - [码云](https://git.oschina.net/):支持中文可免费创建私有项目的代码托管平台,可作为备选
60 | - [LeetCode](https://leetcode.com/):来做做这些题吧,看看自己的算法水平如何?这可比什么面试宝典强多了。
61 | - [LintCode](http://www.lintcode.com/zh-cn/):支持中文的编程题在线训练平台,可作为备选
62 | - [Kaggle](https://www.kaggle.com/),[Topcoder](https://www.topcoder.com/): 机器学习、大数据竞赛
63 | - [掘金](https://gold.xitu.io/):高质量的技术社区
64 | - [开发者头条](https://toutiao.io/)
65 | - [InfoQ](http://www.infoq.com/cn):企业级应用,关注软件开发领域
66 | - [V2EX: way to explore](https://www.v2ex.com/)
67 | - 国内老牌技术社区:[OSChina](https://www.oschina.net/)、[博客园](http://www.cnblogs.com/)、[CSDN](http://www.csdn.net/)、[51CTO](http://www.51cto.com/)
68 | - 免费的it电子书:
69 | - 在线学习:
70 | - 优质学习资源:
71 | - 代码练习: and
72 | - [DevStore](http://www.devstore.cn/):开发者服务商店
73 | - [MSDN](https://msdn.microsoft.com/zh-cn):微软相关的官方技术集中地,主要是文档类
74 | - [谷歌开发者](https://developers.google.cn/)
75 | - [码库](http://www.ctolib.com/) - 收录了实用的开源项目及资源
76 | - [Coding](http://coding.net) 基于Git的国内代码托管平台,支持私有项目,有项目管理相关功能
77 |
78 | ### 必看书籍
79 |
80 | - SICP([Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/))
81 | - 深入理解计算机系统
82 | - 代码大全2
83 | - 人件
84 | - 人月神话
85 | - 软件随想录
86 | - 算法导论(麻省理工学院出版社)
87 | - 离散数学及其应用
88 | - 设计模式
89 | - 编程之美
90 | - 黑客与画家
91 | - 编程珠玑
92 | - The Little Schemer
93 | - Simply Scheme_Introducing_Computer_Science
94 | - C++ Prime
95 | - Effective C++
96 | - TCP/IP详解
97 | - Unix 编程艺术
98 | - 技术的本质
99 | - 软件随想录
100 | - 计算机程序设计艺术
101 | - 程序员的自我修养:链接、装载与库
102 | - 程序员修炼之道
103 | - 高效能程序员的修炼
104 | - 《精神分析引论》弗洛伊德
105 | - 《失控》《科技想要什么》《技术元素》凯文凯利
106 | - 程序开发心理学
107 | - 天地一沙鸥
108 | - 搞定:无压力工作的艺术
109 |
110 | ### 大牛博客
111 |
112 | - [awesome-programmers](https://github.com/rekihattori/awesome-programmers) - 各领域大牛,值得纪念的程序员们
113 | - 云风(游戏界大牛):
114 | - 王垠(不少文章喷到蛮有道理):
115 | - 冰河-伞哥(Lisp大牛):
116 | - R大[【干货满满】RednaxelaFX写的文章/回答的导航帖](https://zhuanlan.zhihu.com/p/25042028)
117 | - 陈皓-左耳朵耗子:
118 | - Jeff Atwood(国外知名博主):
119 | - 阮一峰(黑客与画家译者,Web):
120 | - 廖雪峰(他的Python、Git教程不少人都看过):
121 | - 道哥的黑板报(安全):
122 | - [国内GitHub上关注度较高的开发者](https://github.com/search?l=&o=desc&p=1&q=location%3AChina&ref=advsearch&s=followers&type=Users&utf8=%E2%9C%93)
123 |
124 | ### GitHub篇
125 |
126 | ** Awesome **
127 |
128 | - [Awesome](https://github.com/sindresorhus/awesome): 这是个Awesome合集,常见的资料这里面都能找到
129 | - [Awesome2](https://github.com/sindresorhus/awesome): 类似第一个Awesome
130 | - [杂七杂八、有用没用的Awesome合集](https://github.com/jnv/lists)
131 | - [非常不错的语言类学习资料集合:Awesomeness](https://github.com/bayandin/awesome-awesomeness)
132 | - [awesome-ios-ui](https://github.com/cjwirth/awesome-ios-ui)
133 | - [awesome-android-ui](https://github.com/wasabeef/awesome-android-ui)
134 | - [Awesome-MaterialDesign](https://github.com/lightSky/Awesome-MaterialDesign)
135 | - [awesome-public-datasets](https://github.com/caesar0301/awesome-public-datasets)
136 | - [awesome-AppSec(系统安全)](https://github.com/paragonie/awesome-appsec)
137 | - [awesome-datascience](https://github.com/okulbilisim/awesome-datascience)
138 | - [awesome-dataviz](https://github.com/fasouto/awesome-dataviz) - 数据可视化库及资料
139 | - [awesome-es](https://github.com/jacksu/awesome-es)
140 | - [awesome-comment](https://github.com/Blankj/awesome-comment) - 神注释大全
141 | - [awesome-hacking](https://github.com/carpedm20/awesome-hacking) - 黑客工具箱
142 | - [awesome-machine-learning](https://github.com/jacksu/machine-learning) - 机器学习资料
143 |
144 | ** 书籍资料 **
145 |
146 | - [Every Programmer Should Know](https://github.com/mr-mig/every-programmer-should-know)
147 | - [Latency Numbers Every Programmer Should Know](https://people.eecs.berkeley.edu/~rcs/research/interactive_latency.html)
148 | - [system-design-primer](https://github.com/donnemartin/system-design-primer): 系统设计入门
149 | - [free-programming-books](https://github.com/bingwen/free-programming-books/blob/master/free-programming-books-ch.md) [中文版](https://github.com/vhf/free-programming-books/blob/master/free-programming-books-zh.md)
150 | - [免费的编程中文书籍索引](https://github.com/justjavac/free-programming-books-zh_CN)
151 | - [《程序员编程艺术 — 面试和算法心得》](https://github.com/julycoding/The-Art-Of-Programming-By-July)
152 | - [GoBooks](https://github.com/dariubs/GoBooks)
153 | - [Papers we love](https://github.com/papers-we-love/papers-we-love)
154 | - [自然语言处理NLP推荐学习路线及参考资料](https://github.com/JustFollowUs/Natural-Language-Processing)
155 | - [超级棒的机器学习资料(框架,库,软件)](https://github.com/josephmisiti/awesome-machine-learning), [中文翻译版](http://www.oschina.net/news/53818/awesome-machine-learning)
156 | - [机器学习(Machine Learning)&深入学习(Deep Learning)资料](http://news.cnblogs.com/n/504467/)
157 | - [Docker资料合集](http://special.csdncms.csdn.net/BeDocker/)
158 | - [学习使用Strom](https://github.com/apache/incubator-storm/tree/master/examples/storm-starter)
159 | - [Hadoop Internals](http://ercoppa.github.io/HadoopInternals/)
160 | - [Spark Internals](https://github.com/JerryLead/SparkInternals/tree/master/markdown)
161 | - [大数据时代的数据分析与数据挖掘 – 基于Hadoop实现](http://hadoop.readthedocs.org/en/latest/)
162 | - [如何制作操作系统](http://samypesse.gitbooks.io/how-to-create-an-operating-system/index.html)
163 | - [借助开源项目学习软件开发](https://github.com/zhuangbiaowei/learn-with-open-source)
164 | - [几个不错的开源游戏引擎](http://code.csdn.net/news/2821842)
165 | - [一起写Python文章,一起看Python文章](https://github.com/hit9/PyZh)
166 | - [R的极客理想系列文章](http://blog.fens.me/series-r/)
167 | - [HTTP接口设计指南](https://github.com/bolasblack/http-api-guide)
168 | - [分享自己长期关注的前端开发相关的优秀网站、博客、以及活跃开发者](https://github.com/foru17/front-end-collect)
169 | - [Readings in Databases](https://github.com/rxin/db-readings)
170 | - [Data Science blogs](https://github.com/rushter/data-science-blogs)
171 | - [日志:每个软件工程师都应该知道的有关实时数据的统一概念](https://github.com/oldratlee/translations/blob/master/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/README.md)
172 | - [Android Code Path](http://guides.codepath.com/android)
173 | - [Android Learn Notes](https://github.com/GeniusVJR/LearningNotes)
174 | - [PHP 类库框架,资料集合](https://github.com/ziadoz/awesome-php)
175 |
176 | ** 优秀项目 **
177 |
178 | - [最值得关注的10个C语言开源项目](http://news.cnblogs.com/n/506775/)
179 | - [15款值得学习的小型开源项目](http://code.csdn.net/news/2822568)
180 | - [iOS-100个开源组件](https://github.com/Aufree/trip-to-iOS)
181 | - [十大Material Design开源项目](http://code.csdn.net/news/2822753)
182 | - [Android开源项目分类汇总](https://github.com/Trinea/android-open-project)
183 |
184 | ** 前端 & Node.js **
185 |
186 | - [前端资源](https://github.com/moklick/frontend-stuff)
187 | - [前端开发指南](https://github.com/w3crange/Front-End-Develop-Guide)
188 | - [前端技能汇总](http://html5ify.com/fks/)
189 | - [前端资源大导航](http://www.daqianduan.com/nav)
190 | - [收集前端方面的书籍](https://github.com/lisposter/frontend-books)
191 | - [2014年最新前端开发面试题](https://github.com/markyun/My-blog/tree/master/Front-end-Developer-Questions)
192 | - [简单清晰的JavaScript语言教程,代码示例](https://github.com/airbnb/javascript)
193 | - [JavaScript编程规范](https://github.com/airbnb/javascript)
194 | - [JavaScript必看视频](https://github.com/bolshchikov/js-must-watch)
195 | - [JavaScript标准参考教程(阮一峰的,整理的不错)](http://javascript.ruanyifeng.com/)
196 | - [JS必看](https://github.com/bolshchikov/js-must-watch)
197 | - [AngularJS Guide的中文分支](https://github.com/jmcunningham/AngularJS-Learning/blob/master/ZH-CN.md)
198 | - [Angular2学习资料](https://github.com/timjacobi/angular2-education)
199 | - [AngularJS应用的最佳实践和风格指南](https://github.com/mgechev/angularjs-style-guide/blob/master/README-zh-cn.md)
200 | - [React-Native学习指南](https://github.com/reactnativecn/react-native-guide)
201 | - [七天学会NodeJS](http://nqdeng.github.io/7-days-nodejs/)
202 | - [node.js中文资料导航](https://github.com/sergtitov/NodeJS-Learning/blob/master/cn_resource.md)
203 | - [Nodejs学习路线图](http://blog.fens.me/nodejs-roadmap/)
204 | - [如何学习nodejs](http://stackoverflow.com/questions/2353818/how-do-i-get-started-with-node-js/9629682#9629682)
205 |
206 | ** 工作,工具 **
207 |
208 | - [Compiler Explorer](https://godbolt.org/)
209 | - [系统管理员工具集合](https://github.com/kahun/awesome-sysadmin)
210 | - [Pro Git](http://git-scm.com/book/zh)
211 | - [Nginx开发从入门到精通](https://github.com/taobao/nginx-book)
212 | - [Google 全球 IP 地址库](https://github.com/justjavac/Google-IPs.git)
213 | - [收集整理远程工作相关的资料](https://github.com/greatghoul/remote-working)
214 | - [Color schemes for hackers](https://github.com/chriskempson/base16)
215 | - [游戏开发工具集,MagicTools](https://github.com/ellisonleao/magictools)
216 | - [开发者工具箱, free-for-dev](https://github.com/ripienaar/free-for-dev)
217 | - [GitHub秘籍](https://github.com/tiimgreen/github-cheat-sheet/blob/master/README.zh-cn.md)
218 | - [Git风格指南](https://github.com/agis-/git-style-guide)
219 | - [Bast-App](https://github.com/hzlzh/Best-App)
220 |
221 | ## 工具篇
222 |
223 | ### 平台工具
224 |
225 | - [Jupyter](http://jupyter.org/): IPython Notebook, 有个子项目sparkmagic,可以和Spark集合在一起,类似spark-notebook项目
226 | - [Swagger](http://swagger.io/): RESTful API设计工具,前后端分离项目必备,顺便推荐下[Easy Mock](https://www.easy-mock.com/)
227 | - Phabricator: 软件开发平台,Facebook出品,现已开源,CodeReview神器(从这个往下一直到GitLab之间的工具统统可以忽略了)
228 | - Redmine/Trac:项目管理平台
229 | - Jenkins/Jira(非开源):持续集成系统(Apache Continuum,这个是Apache下的CI系统,还没来得及研究)
230 | - git,svn:源代码版本控制系统
231 | - GitLab/Gitorious:构建自己的GitHub服务器
232 | - [AppVeyor](https://ci.appveyor.com/) - 云端持续集成工具,可以与GitHub搭配使用
233 | - Postman:RESTful,api测试工具,HTTP接口开发必备神器;可替代工具:[Insomnia](https://insomnia.rest/)
234 | - [Lottie](http://airbnb.design/lottie/): AE动画变原生代码,设计师必备
235 | - Sonar:代码质量管理平台
236 | - Nessus: 系统漏洞扫描器
237 | - gitbook:写书的好东西,当然用来写文档也很不错的(发现不少产品的文档就是用的它)
238 | - Travis-ci:开源项目持续集成必备,和GitHub相结合,
239 | - Trello:简单高效的项目管理平台,注重看板管理
240 | - 日志聚合:graylog、ELK(推荐新一代的graylog,基本上算作是开源的Splunk了)
241 | - 开源测试工具、社区(Selenium、OpenQA.org)
242 | - Puppet:一个自动管理引擎,可以适用于Linux、Unix以及Windows平台。所谓配置管理系统,就是管理机器里面诸如文件、用户、进程、软件包这些资源。无论是管理1台,还是上万台机器Puppet都能轻松搞定。其他类似工具:CFEngine、SaltStack、Ansible
243 | - [Prometheus](https://prometheus.io/) 监控系统+时序数据库,一般搭配Grafana使用。类似的系统还有Nagios,Zabbix,Ganglia
244 | - fleet:分布式init系统
245 | - Ansible:能够大大简化Unix管理员的自动化配置管理与流程控制方式。
246 | - GeoLite免费数据库
247 | - jsHint:js代码验证工具
248 | - haproxy: 高可用负载均衡(此外类似的系统还有nginx,lvs)
249 | - linux OS性能分析工具:dstat,iostat,iotop,nmon
250 | - kimono:将网页信息转换为api接口的工具
251 | - 集群管理工具:pdsh,ClusterSSH,mussh(可以用它快速管理Hadoop集群)ipa-server做统一的认证管理
252 | - influxdb: 分布式时序数据库,结合Grafana可以进行实时数据分析
253 | - dot: 程序员绘图利器(是种语言,也是个工具)
254 | - Graph::Easy: (Ascii Art工具)字符流程图绘制,实乃程序员装逼神器。其他类似的工具Asciiflow, vi插件:drawit!
255 | - spf13-vim: 让你的vim飞起来!
256 | - Kubernetes: 容器集群管理系统
257 | - Gatling: 服务器性能压力测试工具
258 | - systemtap: Linux内核探测工具、内核调试神器
259 | - Cygwin:Windows下的类UNIX模拟环境
260 | - MinGW:Windows下的GNU工具集
261 |
262 | ### 常用工具
263 |
264 | - [EditorConfig](http://editorconfig.org/): 让我们在各种不同IDE或编辑器下写代码保持风格一致
265 | - [Mac下的神兵利器](https://github.com/hzlzh/Best-App)
266 | - [asciinema](https://asciinema.org/): 终端录屏神器
267 | - Fiddler:非常好用的Web前端调试工具,当然是针对底层http协议的,一般情况使用Chrome等自带的调试工具也足够了,特殊情况还得用它去处理
268 | - Charles: Mac上的Web代理调试工具,类似Fiddler
269 | - [fir.im](https://fir.im/)免费的移动App内测托管平台
270 | - wireshark:知名的网络数据包分析工具
271 | - PowerCmd:替代Windows Cmd的利器
272 | - RegexBuddy:强大的正则表达式测试工具
273 | - Soure Insight:源代码阅读神器
274 | - SublimeText:程序员最爱的编辑器
275 | - Database.NET:一个通用的关系型数据库客户端,基于.NET 4.0开发的,做简单的处理还是蛮方便的
276 | - Navicat Premium:支持MySql、PostgreSQL、Oracle、Sqlite和SQL Server的客户端,通用性上不如Database.NET,但性能方面比Database.NET好很多,自带备份功能也用于数据库定时备份。
277 | - Synergy : 局域网内一套键盘鼠标控制多台电脑
278 | - DameWare:远程协助工具集(我在公司主要控制大屏幕用)
279 | - Radmin: 远程控制工具,用了一段时间的DameWare,还要破解,对Win7支持的不好,还是发现这个好用
280 | - Listary:能极大幅度提高你 Windows 文件浏览与搜索速度效率的「超级神器」
281 | - Clover:给资源管理器加上多标签,我平时工作的时候就用它,像Chrome一样使用资源管理器,甚是方便啊(这是Windows平台的)
282 | - WinLaunch:模拟Mac OS的Launch工具
283 | - OllyDbg: OD大名鼎鼎的反汇编工具,Win平台
284 | - Fritzing:绘制电路图
285 | - LICEcap:gif教程制作
286 | - git,svn:版本控制系统
287 | - Enigma Virtual Box(将exe,dll等封装成一个可执行程序)
288 | - Open DBDiff(针对SqlServer)数据库同步
289 | - SymmetricDS:数据库同步
290 | - BIEE,Infomatica,SPSS,weka,R语言:数据分析
291 | - CodeSmith,LightSwitch:代码生成
292 | - Pandoc:Markdown转换工具,出书用的。以前玩过docbook,不过现在还是Markdown盛行啊。
293 | - Window Magnet[Mac]:增强Mac窗口管理功能,想Win7一样具有窗口拖放到屏幕边缘自动调整的功能
294 | - log explorer:查看SqlServer日志
295 | - dependency walker:查询Windows应用程序dll依赖项
296 | - Shairport4w:将iPhone,iPad,iPod上的音频通过AirPlay协议传输到PC上
297 | - ngrok:内网穿透工具
298 | - Axure:快速原型制作工具,还有个在线作图的工具国内的一个创业团队做的,用着很不错
299 | - Origami: 次世代交互设计神器
300 | - 百度脑图:
301 | - tinyproxy:(Linux)小型的代理服务器支持http和https协议
302 | - EaseUS Partition Master:超级简单的分区调整工具,速度还是蛮快的,C盘不够用了就用它从D盘划点空间吧,不用重装系统这么折腾哦。
303 | - CheatEngine:玩游戏修改内存值必备神器(记得我在玩轩辕剑6的时候就用的它,超级方便呢)
304 | - ApkIDE: Android反编译神器
305 | - 翻、墙工具(自|由|门、天行浏览器,免费的VPN:http://www.mangovpn.com/),发现最方便还属Lantern,免费用起来超级方便(更新于2015-08-22)
306 | - 设计工具:Sketch、OmniGraffle
307 | - MindManger:思维导图
308 | - MagicDraw: Uml图工具
309 | - innotop:MySql状态监测工具
310 | - 墨刀:比Axure更为简单的原型工具,可以快速制作原型
311 | - Karabiner: Mac专用,修改键盘键位的神器,机械键盘必备
312 | - Timing:Mac专用,统计你的时间都花在哪了
313 | - LaTeX: 基于ΤΕΧ的排版系统, 让写论文更方便
314 | - Antlr:开源的语法分析器,可以让你毫无压力的写个小parser
315 |
316 | ### 第三方服务
317 |
318 | - [Let's Encrypt](https://letsencrypt.org/): 免费、自动化、开放的证书签发服务
319 | - DnsPod:一个不错的智能DNS服务解析提供商
320 | - DigitalOcean:海外的云主机提供商,价格便宜,磁盘是SSD的,用过一段时间整体上还可以,不过毕竟是海外的,网速比较慢。国内的就是阿里云了。还有个比较知名的是:Linode,据说速度上比DigitalOcean好很多
321 | - 移动端推送服务:个推、JPush、云巴
322 | - [LeanCloud](https://leancloud.cn/):移动应用开发服务,包括:数据存储、用户管理、消息推送、应用统计、社交分享、实时聊天等服务
323 | - [Color Hunt](http://www.colorhunt.co/): 漂亮炫酷的配色网站,程序员的福音
324 | - [Heroku: PaaS平台](https://www.heroku.com/)
325 |
326 | ### 爬虫相关(好玩的工具)
327 |
328 | - Phantomjs(Web自动化测试,服务端渲染等)
329 | - berserkJS(基于Phantomjs的改进版本)
330 | - SlimerJS
331 | - CasperJS
332 | - selenium
333 | - HtmlUnit(开源的java 页面分析工具,也是个Headless的浏览器)
334 |
335 | ### 安全相关
336 |
337 | - sql注入检测:sqlmap、haviji
338 | - 端口扫描:nmap
339 | - 渗透测试:BurpLoader
340 | - sqltools: sql漏洞利用工具
341 | - snort: 入侵检测
342 |
343 | ### Web服务器性能/压力测试工具/负载均衡器
344 |
345 | - ab: ab是apache自带的一款功能强大的测试工具
346 | - curl-loader: 真实模拟、测试Web负载
347 | - http_load: 程序非常小,解压后也不到100K
348 | - webbench: 是Linux下的一个网站压力测试工具,最多可以模拟3万个并发连接去测试网站的负载能力。
349 | - Siege: 一款开源的压力测试工具,可以根据配置对一个WEB站点进行多用户的并发访问,记录每个用户所有请求过程的相应时间,并在一定数量的并发访问下重复进行。
350 | - squid(前端缓存),nginx(负载),nodejs(没错它也可以,自己写点代码就能实现高性能的负载均衡器):常用的负载均衡器
351 | - Piwik:开源网站访问量统计系统
352 | - ClickHeat:开源的网站点击情况热力图
353 | - HAProxy:高性能TCP /HTTP负载均衡器
354 | - ElasticSearch:搜索引擎基于Lucene
355 | - Page Speed SDK和YSLOW
356 | - HAR Viewer: HAR分析工具
357 | - protractor:E2E(end to end)自动化测试工具
358 |
359 | ## 大数据处理/数据分析/分布式工具
360 |
361 | - Hadoop:分布式的文件系统,结合其MapReduce编程模型可以用来做海量数据的批处理(Hive,Pig,HBase啥的就不说了),值得介绍的是Cloudera的Hadoop分支CDH5,基于YARN MRv2集成了Spark可直接用于生产环境的Hadoop,对于企业快速构建数据仓库非常有用。
362 | - Spark:大规模数据处理框架(可以应付企业中常见的三种数据处理场景:复杂的批量数据处理(batch data processing);基于历史数据的交互式查询(interactive query);基于实时数据流的数据处理(streaming data processing))
363 | - 除了Spark,其他几个不错的计算框架还有:Kylin,Flink,Drill
364 | - Ignite: In-Memory Data Fabric
365 | - CarbonData: 华为的孵化项目,支持索引的列式存储
366 | - Ceph:Linux分布式文件系统(特点:无中心)
367 | - Storm:实时流数据处理,可以看下IBM的一篇介绍 (还有个Yahoo的S4,也是做流数据处理的)
368 | - Druid: 实时数据分析存储系统
369 | - Ambari: 大数据平台搭建、监控利器;类似的还有CDH
370 | - Tachyon:分布式内存文件系统
371 | - [Greenplum](http://greenplum.org/): 基于PostgreSQL的分布式MPP数据库
372 | - Mesos:计算框架一个集群管理器,提供了有效的、跨分布式应用或框架的资源隔离和共享
373 | - Impala:新一代开源大数据分析引擎,提供Sql语义,比Hive强在速度上
374 | - presto: facebook的开源工具,大数据分布式sql查询引擎
375 | - SNAPPY:快速的数据压缩系统,适用于Hadoop生态系统中
376 | - Kafka:高吞吐量的分布式消息队列系统
377 | - ActiveMQ:是Apache出品,最流行的,能力强劲的开源消息总线
378 | - MQTT:Message Queuing Telemetry Transport,消息队列遥测传输)是IBM开发的一个即时通讯协议,有可能成为物联网的重要组成部分
379 | - RabbitMQ:记得OpenStack就是用的这个东西吧
380 | - ZeroMQ:宣称是将分布式计算变得更简单,是个分布式消息队列,可以看下云风的一篇文章的介绍
381 | - 开源的日志收集系统:scribe、chukwa、kafka、flume。这有一篇对比文章
382 | - Zookeeper:可靠的分布式协调的开源项目
383 | - Databus:LinkedIn 实时低延迟数据抓取系统
384 | - 数据源获取:Flume、Google Refine、Needlebase、ScraperWiki、BloomReach
385 | - 序列化技术:JSON、BSON、Thrift、Avro、Google Protocol Buffers
386 | - NoSql:ScyllaDB(宣称是世界上最快的NoSql)、Apache Casandra、MongoDB、Apache CouchDB、Redis、BigTable、HBase、Hypertable、Voldemort、Neo4j
387 | - MapReduce相关:Hive、Pig、Cascading、Cascalog、mrjob、Caffeine、S4、MapR、Acunu、Flume、Kafka、Azkaban、Oozie、Greenplum
388 | - 数据处理:R、Yahoo! Pipes、Mechanical Turk、Solr/ Lucene、ElasticSearch、Datameer、Bigsheets、Tinkerpop
389 | - NLP自然语言处理:Natural Language Toolkit、Apache OpenNLP、Boilerpipe、OpenCalais
390 | - 机器学习:TensorFlow(Google出品),WEKA、Mahout、scikits.learn、SkyTree
391 | - 可视化技术:GraphViz、Processing、Protovis、Google Fusion Tables、Tableau、Highcharts、EChats(百度的还不错)、Raphaël.js
392 | - Kettle:开源的ETL工具
393 | - Pentaho:以工作流为核心的开源BI系统
394 | - Mondrian:开源的Rolap服务器
395 | - Oozie:开源hadoop的工作流调度引擎,类似的还有:Azkaban
396 | - 开源的数据分析可视化工具:Weka、Orange、KNIME
397 | - Cobar:阿里巴巴的MySql分布式中间件
398 | - 数据清洗:data wrangler, Google Refine
399 |
400 | ## Web前端
401 |
402 | - [Material Design](https://material.io/): 谷歌出品,必属精品
403 | - Vue.js: 借鉴了Angular及React的JS框架,设计理念较为先进
404 | - [Sciter](https://sciter.com/): GUI框架,采用自己的HTML/CSS解析器,具有出色的扩展特性和性能,dll压缩后在1~2M
405 | - GRUNT: js task runner
406 | - Sea.js: js模块化
407 | - knockout.js:MVVM开发前台,绑定技术
408 | - Angular.js: 使用超动感HTML & JS开发WEB应用!
409 | - Highcharts.js, ECharts, Flot: 常用的数据可视化库
410 | - D3.js: 是一个基于JavaScript数据展示库(类似的还有P5.js)
411 | - [Vega](https://vega.github.io/vega/): 基于D3的可视化语法
412 | - NVD3: 基于d3.js的图表库
413 | - Raw:非常不错的一款高级数据可视化工具
414 | - Rickshaw:时序图标库,可用于构建实时图表
415 | - JavaScript InfoVis Toolkit:另一款Web数据可视化插件
416 | - Pdf.js,在html中展现pdf
417 | - ACE,CodeMirror:Html代码编辑器(ACE甚好啊)
418 | - NProcess:绚丽的加载进度条
419 | - impress.js:让你制作出令人眩目的内容展示效果(类似的还有reveal)
420 | - Threejs:3DWeb库
421 | - Hightopo:基于Html5的2D、3D可视化UI库
422 | - jQuery.dataTables.js:高度灵活的表格插件
423 | - Raphaël:js,canvas绘图库,后来发现百度指数的图形就是用它绘出来的
424 | - director.js:js路由模块,前端路由,Nodejs后端路由等,适合构造单页应用
425 | - pace.js:页面加载进度条
426 | - bower:Web包管理器
427 | - jsnice:有趣的js反编译工具,猜压缩后的变量名,http://www.jsnice.org/
428 | - Zepto.js:移动端替代jQuery的东东,当然也可以使用jquery-mobile.
429 | - UI框架:Foundation,Boostrap,Pure,EasyUI,Polymer
430 | - 前段UI设计师必去的几个网站:Dribbble,awwwards,unmatchedstyle,UIMaker
431 | - Mozilla 开发者中心:https://developer.mozilla.org/en-US/
432 | - 图标资源:IcoMoon(我的最爱),Font Awesome, Themify Icons,FreePik,Glyphicons
433 | - artDialog:非常漂亮的对话框
434 | - AdminLTE:github上的一个开源项目,基于Boostrap3的后台管理页面框架
435 | - Respond.js:让不懂爱的IE6-8支持响应式设计
436 | - require.js: js模块加载库
437 | - select2:比chosen具有更多特性的选择框替代库
438 | - AngularUI:集成angular.js的UI库
439 | - normalize.css: 采用了现代化标准让各浏览器渲染出的html保持一致的库
440 | - CreateJS:Html5游戏引擎
441 | - Less,Compass:简化CSS开发
442 | - emojify.js:用于自动识别网页上的Emoji文字并将其显示为图像
443 | - simditor:一个不错的开源的html编辑器,简洁高效
444 | - Sencha: 基于html5的移动端开发框架
445 | - SuperScrollorama+TweenMax+skrollr:打造超酷的视差滚动效果网页动画
446 | - jquery-smooth-scroll:同上,平滑滚动插件
447 | - Animate.css:实现了各种动画效果的css库
448 | - Emmet:前端工程师必备,前身为 Zen Coding
449 | - React: facebook出品的js UI库
450 | - highlight.js:专门用来做语法高亮的库
451 | - GoJS: Html5交互式图表库,看demo更适合层次结构的图表。
452 | - 10 Pure CSS (Mostly) Flat Mobile Devices:
453 | - CodePen:
454 | - jsfiddle: 前端js,html,css测试利器
455 |
456 | ## 语言篇
457 |
458 | 折腾中:Scala、Python、Lua、JavaScript、Go
459 |
460 | 待折腾:
461 | - [Racket](http://racket-lang.org/)
462 | - [OCaml](http://ocaml.org/)
463 | - [Rust](https://www.rust-lang.org)
464 | - [Julia](http://julialang.org/)
465 |
466 | ### Scala
467 |
468 | - [Scala Standard Library API](http://www.scala-lang.org/api/current/)
469 | - [Scala School!](http://twitter.github.io/scala_school/): A Scala tutorial by Twitter
470 | - [A Tour of Scala](http://docs.scala-lang.org/tutorials/tour/tour-of-scala.html): Tutorial introducing the main concepts of Scala
471 | - [Scala Overview on StackOverflow](http://stackoverflow.com/tags/scala/info): A list of useful questions sorted by topic
472 | - [Programming in Scala](http://www.artima.com/pins1ed/),最新的第3版,还没有电子版,电子版是第一版
473 | - 《Scala for the Impatient》
474 | - 《Scala in Depth》
475 | - 《Programming Scala》Dean Wampler and Alex Payne. O’Reilly 2009
476 | - [Scala By Example](http://www.scala-lang.org/docu/files/ScalaByExample.pdf)
477 | - [Scala Cheatsheet](http://docs.scala-lang.org/cheatsheets/)学习模式匹配的好资料
478 | - [Glossary of Scala and FP terms](http://docs.scala-lang.org/glossary/)
479 | - [Metascala: A JVM written in Scala](https://github.com/lihaoyi/Metascala)
480 | - [LMS: Program Generation and Embedded Compilers in Scala](https://scala-lms.github.io/)
481 | - [parboiled2](https://github.com/sirthias/parboiled2): 性能很好的parser
482 |
483 | ### Java
484 |
485 | - 常用的IDE:IntelliJ IDEA(强烈推荐),Eclipse,Netbeans
486 | - [fastutil](http://fastutil.di.unimi.it/): 性能更好的Java集合框架
487 | - Guava: 谷歌的Java工具包,应用广泛
488 | - [Lagom](https://www.lagomframework.com/): 微服务框架,提供了Java、Scala API
489 | - Curator:Netflix公司开源的一个Zookeeper client library,用于简化Zookeeper客户端编程,现在已经是apache下的一个独立项目了。Spark的HA也用的这货。
490 | - Rx(Reactive Extensions)框架:Vert.x, RxJava(Android中用的比较多), Quasar
491 | - FindBugs: 代码静态分析工具,找出代码缺陷
492 | - Java反编译工具:Luyten,JD-Gui
493 | - Drools: 规则引擎
494 | - Jersey: Java RESTful 框架
495 | - canal: 阿里巴巴出品,binlog增量订阅&消费组件
496 | - Web开发相关:Tomcat、Resin、Jetty、WebLogic等,常用的组件Struts,Spring,Hibernate
497 | - Netty: 异步事件驱动网络应用编程框架,用于高并发网络编程比较好(NIO框架,spark 1.2.0就用netty替代了nio)
498 | - MINA:简单地开发高性能和高可靠性的网络应用程序(也是个NIO框架),不少手游服务端是用它开发的
499 | - jOOQ:java Orm框架
500 | - Janino: 超级小又快的Java编译器,Spark的Tungsten引起用的它
501 | - Activiti:工作流引擎,类似的还有jBPM、Snaker
502 | - Perfuse:是一个用户界面包用来把有结构与无结构数据以具有交互性的可视化图形展示出来.
503 | - Gephi:复杂网络分析软件, 其主要用于各种网络和复杂系统,动态和分层图的交互可视化与探测开源工具
504 | - Nutch:知名的爬虫项目,hadoop就是从这个项目中发展出来的
505 | - web-harvest:Web数据提取工具
506 | - POM工具:Maven+Artifactory
507 | - Akka:一款基于actor模型实现的 并发处理框架
508 | - EclEmma:覆盖测试工具
509 | - Shiro:安全框架
510 | - joda-time:简化时间处理
511 | - parboiled:表达式解析
512 | - dozer: 深拷贝神器
513 | - dubbo: 阿里巴巴出品的分布式服务框架
514 | - jackson databind: json序列化工具(fastjson,simplejson)
515 | - Atomikos: 分布式事务管理
516 | - BoneCP:性能很赞的数据库连接池组件,据说比c3p0快好多
517 | - ProGuard: obconfuscation tool, 强大的混淆工具
518 | - S-99:Scala相关的99个问题
519 |
520 | ### Python
521 |
522 | - PyCharm:最佳Python IDE
523 | - Eric,Eclipse+pydev,比较不错的Python IDE
524 | - PyWin:Win32 api编程包
525 | - numpy:科学计算包,主要用来处理大型矩阵计算等,此外还有SciPy,Matplotlib
526 | - GUI相关:PyQt,PyQwt
527 | - supervisor:进程监控工具
528 | - PyGame: 基于Python的多媒体开发和游戏软件开发模块
529 | - Web框架: Django 开源web开发框架,它鼓励快速开发,并遵循MVC设计
530 |
531 |
532 | ### Swift
533 |
534 | - [Swift精选资料](https://github.com/ipader/SwiftGuide)
535 | - [43个优秀的开源项目](http://www.csdn.net/article/2015-01-09/2823502-swift-open-source-libs)
536 |
537 | **客户端**
538 |
539 | - [糗事百科 Swift](https://github.com/YANGReal/JokeClient-Swift)
540 | - [HackerNews Swift](https://github.com/amitburst/HackerNews)
541 | - [知乎日报app](https://github.com/jxd001/Swift-ZhihuDaily)
542 |
543 | **Framework**
544 |
545 | - [Twitter框架](https://github.com/mattdonnelly/Swifter)
546 | - [Mac下简单HTTP Server Swifter](https://github.com/glock45/swifter)
547 |
548 | **小工具**
549 |
550 | - [Swift Alarm](https://github.com/ChrisChares/swift-alarm)
551 | - [Swift Note](https://github.com/mslathrop/SwiftNote)
552 | - [Swift RSS Reader](https://github.com/wantedly/swift-rss-sample)
553 | - [Swift-PM2.5查询app](https://github.com/sxyx2008/Swift-PM25)
554 |
555 | **游戏**
556 |
557 | - [Flappy Swift](https://github.com/fullstackio/FlappySwift)
558 | - [FanFan Swift](https://github.com/geek5nan/FanFanSwift)
559 |
560 |
561 | ### .NET
562 |
563 | - Xilium.CefGlue:基于CEF框架的.NET封装,基于.NET开发Chrome内核浏览器
564 | - CefSharp:同上,有一款WebKit的封装,C#和Js交互会更简单
565 | - netz:免费的 .NET 可执行文件压缩工具
566 | - SmartAssembly:变态的.net代码优化混淆工具
567 | - NETDeob0:.net反混淆工具,真是魔高一尺道高一丈啊(还有个de4dot,在GitHub上,都是开源的)
568 | - ILMerge:将所有引用的DLL和exe文件打成一个exe文件
569 | - ILSpy:开源.net程序反编译工具
570 | - Javascript.NET:很不错的js执行引擎,对v8做了封装
571 | - NPOI: Excel操作
572 | - DotRAS:远程访问服务的模块
573 | - WinHtmlEditor: Winform下的html编辑器
574 | - SmartThreadPool:使用C#实现的,带高级特性的线程池
575 | - Snoop: WPF Spy Utility
576 | - Autofac: 轻量级IoC框架
577 | - HtmlAgilityPack:Html解析利器
578 | - Quartz.NET:Job调度
579 | - HttpLib:@CodePlex,简化http请求
580 | - SuperSocket:简化Socket操作,基于他的还有个SuperWebSocket,可以开发独立的WebSocket服务器了
581 | - DocX:未安装Office的情况下操作Word文件
582 | - Dapper:轻量级的ORM类,性能不错
583 | - HubbleDotNet:支持接入数据库的全文搜索系统
584 | - fastJSON:@CodeProject,高性能的json序列化类
585 | - ZXing.NET:@CodePlex,QR,条形码相关
586 | - Nancy:轻量级Http服务器,做个小型的Web应用可以摆脱IIS喽(Nancy.Viewengines.Razor,可以加入Razor引擎)
587 | - AntiXSS:微软的XSS防御库Microsoft Web Protection Library
588 | - Jint:JavaScript解释器
589 | - CS-Script:将C#代码文件作为脚本执行
590 | - Jexus:Linux下 高性能、易用、免费的ASP.NET服务器
591 | - Clay:将dynamic发挥的更加灵活,像写js一样写C#
592 | - DynamicJSON:不必定义数据模型获取json数据
593 | - SharpPcap:C#版的WinPcap调用端,牛逼的网络包分析库(自带PacketNotNet用于包协议分析)
594 | - Roslyn:C#,VB编译器
595 | - ImageResizer: 服务端自由控制图片大小,真乃神器也,对手机端传小图,PC端传大图,CMS用它很方便
596 | - UI相关:DevExpress, Fluent(Office 07风格), mui(Modern UI for WPF)
597 | - NetSparkle:应用自动更新组件
598 | - ConfuserEx: 开源.net混淆工具
599 | - ServiceStack: 开源高性能Web服务框架,可用于构建高性能的REST服务
600 | - Expression Evaluator:Eval for C#,处理字符串表达式
601 | - http://nugetmusthaves.com/
602 | - Reactive Extensions (Rx):异步,事件驱动编程包, Rx = Observables + LINQ + Schedulers
603 |
604 | ### C & C++
605 |
606 | - Thrift:用来进行可扩展且跨语言的服务的开发(类似的还有个Avro,Google protobuf)。
607 | - libevent:是一个事件触发的网络库,适用于windows、linux、bsd等多种平台,内部使用select、epoll、kqueue等系统调用管理事件机制。(对了还有个libev呢)
608 | - Boost:不多说了,准C++标准库
609 | - Valgrind\Ptmalloc\Purify: 调试工具
610 | - NetworkServer架构:acceptor->dispatcher->worker(这个不算工具哦)
611 | - [POCO](https://pocoproject.org/) - 开源的C++类库及应用程序框架的集合,它主要提供简单的、快速的网络和可移植应用程序
612 | - breakpad:崩溃转储和分析模块,很多crashreport会用到
613 | - UI界面相关:MFC、BCG和QT这类的就不说了,高端一点的还有Html和DirectUI技术:libcef(基于chrome内核的,想想使用html5开发页面,还真有点小激动呢)、HtmlLayout、Duilib、Bolt,非C++的,还有node-webkit也不错,集成了node和webkit内核。
614 |
615 | ## 其他
616 |
617 | ### 游戏开发相关
618 |
619 | - MINA:使用Java开发手游和页游服务器(对了还有Netty,也很猛的,都是基于NIO的)
620 | - HP-Socket:见有有些页游服务器使用这个构建的
621 | - Unreal: 虚幻引擎,C++,基于这个引擎的游戏很多
622 | - OGRE:大名鼎鼎的3D图形渲染引擎,天龙八部OL、火炬之光等不少游戏都用了这个引擎
623 | - OpenVDB:梦工厂C++的特效库,开源的
624 | - cocos2d:跨平台2D游戏引擎
625 | - unity3d:跨平台3D游戏引擎,很火的哦
626 | - Nodejs:也有不少使用它来开发手游和页游服务器(网易的Pomelo)
627 |
628 | ### 日志聚合,分布式日志收集
629 |
630 | - Scribe:Facebook的(nodejs + scribe + inotify 同步日志)
631 | - logstash:强大的日志收集系统,可以基于logstash+kibana+elasticsearch+redis开发强大的日志分析平台
632 | - log.io: nodejs开发的实时日志收集系统
633 | - Graylog: 易用、功能丰富的日志管理系统, 部署、维护、搜索比`ELK`简单
634 |
635 | ### RTP,实时传输协议与音视频
636 |
637 | - RTP,RTCP,RTSP-> librtp,JRTPLIB(遵循了RFC1889标准)
638 | - 环形缓冲区,实时数据传输用
639 | - SDL,ffmpeg,live555,Speex
640 | - Red5:用Java开发开源的Flash流媒体服务器。它支持:把音频(MP3)和视频(FLV)转换成播放流; 录制客户端播放流(只支持FLV);共享对象;现场直播流发布;远程调用。
641 |
642 |
--------------------------------------------------------------------------------
/_config.yml:
--------------------------------------------------------------------------------
1 | theme: jekyll-theme-cayman
--------------------------------------------------------------------------------
/google_host.txt:
--------------------------------------------------------------------------------
1 | #Google Services START
2 |
3 | 203.208.46.200 0.docs.google.com
4 | 203.208.46.200 0.drive.google.com
5 | 203.208.46.200 1.docs.google.com
6 | 203.208.46.200 1.drive.google.com
7 | 203.208.46.200 10.docs.google.com
8 | 203.208.46.200 10.drive.google.com
9 | 203.208.46.200 11.docs.google.com
10 | 203.208.46.200 11.drive.google.com
11 | 203.208.46.200 12.docs.google.com
12 | 203.208.46.200 12.drive.google.com
13 | 203.208.46.200 13.docs.google.com
14 | 203.208.46.200 13.drive.google.com
15 | 203.208.46.200 14.docs.google.com
16 | 203.208.46.200 14.drive.google.com
17 | 203.208.46.200 15.docs.google.com
18 | 203.208.46.200 15.drive.google.com
19 | 203.208.46.200 16.docs.google.com
20 | 203.208.46.200 16.drive.google.com
21 | 203.208.46.200 2.docs.google.com
22 | 203.208.46.200 2.drive.google.com
23 | 203.208.46.200 3.docs.google.com
24 | 203.208.46.200 3.drive.google.com
25 | 203.208.46.200 4.docs.google.com
26 | 203.208.46.200 4.drive.google.com
27 | 203.208.46.200 5.docs.google.com
28 | 203.208.46.200 5.drive.google.com
29 | 203.208.46.200 6.docs.google.com
30 | 203.208.46.200 6.drive.google.com
31 | 203.208.46.200 7.docs.google.com
32 | 203.208.46.200 7.drive.google.com
33 | 203.208.46.200 8.docs.google.com
34 | 203.208.46.200 8.drive.google.com
35 | 203.208.46.200 9.docs.google.com
36 | 203.208.46.200 9.drive.google.com
37 | 203.208.46.200 accounts.google.com
38 | 203.208.46.200 accounts.l.google.com
39 | 203.208.46.200 answers.google.com
40 | 203.208.46.200 apis.google.com
41 | 203.208.46.200 appengine.google.com
42 | 203.208.46.200 apps.google.com
43 | 203.208.46.200 appspot.l.google.com
44 | 203.208.46.200 bks0.books.google.com
45 | 203.208.46.200 bks1.books.google.com
46 | 203.208.46.200 bks10.books.google.com
47 | 203.208.46.200 bks2.books.google.com
48 | 203.208.46.200 bks3.books.google.com
49 | 203.208.46.200 bks4.books.google.com
50 | 203.208.46.200 bks5.books.google.com
51 | 203.208.46.200 bks6.books.google.com
52 | 203.208.46.200 bks7.books.google.com
53 | 203.208.46.200 bks8.books.google.com
54 | 203.208.46.200 bks9.books.google.com
55 | 203.208.46.200 blogsearch.google.com
56 | 203.208.46.200 books.google.com
57 | 203.208.46.200 browserchannel-docs.l.google.com
58 | 203.208.46.200 browserchannel-spreadsheets.l.google.com
59 | 203.208.46.200 browsersync.google.com
60 | 203.208.46.200 browsersync.l.google.com
61 | 203.208.46.200 buzz.google.com
62 | 203.208.46.200 cache.l.google.com
63 | 203.208.46.200 cache.pack.google.com
64 | 203.208.46.200 calendar.google.com
65 | 203.208.46.200 cbk0.google.com
66 | 203.208.46.200 cbk1.google.com
67 | 203.208.46.200 cbk2.google.com
68 | 203.208.46.200 cbk3.google.com
69 | 203.208.46.200 cbks0.google.com
70 | 203.208.46.200 cbks1.google.com
71 | 203.208.46.200 cbks2.google.com
72 | 203.208.46.200 cbks3.google.com
73 | 203.208.46.200 chart.apis.google.com
74 | 203.208.46.221 chatenabled.mail.google.com
75 | 203.208.46.200 checkout.google.com
76 | 203.208.46.200 checkout.l.google.com
77 | 203.208.46.200 chrome.google.com
78 | 203.208.46.200 clients.l.google.com
79 | 203.208.46.200 clients1.google.com
80 | 203.208.46.200 clients2.google.com
81 | 203.208.46.200 clients3.google.com
82 | 203.208.46.200 clients4.google.com
83 | 203.208.46.200 clients5.google.com
84 | 203.208.46.200 clients6.google.com
85 | 203.208.46.200 clients7.google.com
86 | 203.208.46.200 code.google.com
87 | 203.208.46.200 code.l.google.com
88 | 203.208.46.200 csi.l.google.com
89 | 203.208.46.200 desktop.google.com
90 | 203.208.46.200 desktop.l.google.com
91 | 203.208.46.200 desktop2.google.com
92 | 203.208.46.200 developers.google.com
93 | 203.208.46.200 ditu.google.com
94 | 203.208.46.200 dl.google.com
95 | 203.208.46.200 dl.l.google.com
96 | 203.208.46.200 dl-ssl.google.com
97 | 203.208.46.200 docs.google.com
98 | 203.208.46.200 docs0.google.com
99 | 203.208.46.200 docs1.google.com
100 | 203.208.46.200 docs2.google.com
101 | 203.208.46.200 docs3.google.com
102 | 203.208.46.200 docs4.google.com
103 | 203.208.46.200 docs5.google.com
104 | 203.208.46.200 docs6.google.com
105 | 203.208.46.200 docs7.google.com
106 | 203.208.46.200 docs8.google.com
107 | 203.208.46.200 docs9.google.com
108 | 203.208.46.200 drive.google.com
109 | 203.208.46.200 drive0.google.com
110 | 203.208.46.200 drive1.google.com
111 | 203.208.46.200 drive2.google.com
112 | 203.208.46.200 drive3.google.com
113 | 203.208.46.200 drive4.google.com
114 | 203.208.46.200 drive5.google.com
115 | 203.208.46.200 drive6.google.com
116 | 203.208.46.200 drive7.google.com
117 | 203.208.46.200 drive8.google.com
118 | 203.208.46.200 drive9.google.com
119 | 203.208.46.200 earth.google.com
120 | 203.208.46.200 encrypted.google.com
121 | 203.208.46.200 encrypted-tbn.l.google.com
122 | 203.208.46.200 encrypted-tbn0.google.com
123 | 203.208.46.200 encrypted-tbn1.google.com
124 | 203.208.46.200 encrypted-tbn2.google.com
125 | 203.208.46.200 encrypted-tbn3.google.com
126 | 203.208.46.200 feedburner.google.com
127 | 203.208.46.200 feedproxy.google.com
128 | 203.208.46.221 filetransferenabled.mail.google.com
129 | 203.208.46.200 finance.google.com
130 | 203.208.46.200 fusion.google.com
131 | 203.208.46.200 geoauth.google.com
132 | 203.208.46.200 gg.google.com
133 | 203.208.46.200 ghs.google.com
134 | 203.208.46.200 ghs.l.google.com
135 | 203.208.46.200 ghs46.google.com
136 | 203.208.46.200 ghs46.l.google.com
137 | 203.208.46.200 google.com
138 | 203.208.46.200 googleapis.l.google.com
139 | 203.208.46.200 googleapis-ajax.google.com
140 | 203.208.46.200 googleapis-ajax.l.google.com
141 | 203.208.46.200 googlecode.l.google.com
142 | 203.208.46.200 google-public-dns-a.google.com
143 | 203.208.46.200 google-public-dns-b.google.com
144 | 203.208.46.200 goto.google.com
145 | 203.208.46.200 groups.google.com
146 | 203.208.46.200 groups.l.google.com
147 | 203.208.46.200 groups-beta.google.com
148 | 203.208.46.200 gxc.google.com
149 | 203.208.46.200 id.google.com
150 | 203.208.46.200 id.l.google.com
151 | 203.208.46.200 images.google.com
152 | 203.208.46.200 images.l.google.com
153 | 203.208.46.200 investor.google.com
154 | 203.208.46.200 jmt0.google.com
155 | 203.208.46.200 kh.google.com
156 | 203.208.46.200 kh.l.google.com
157 | 203.208.46.200 khm.google.com
158 | 203.208.46.200 khm.l.google.com
159 | 203.208.46.200 khm0.google.com
160 | 203.208.46.200 khm1.google.com
161 | 203.208.46.200 khm2.google.com
162 | 203.208.46.200 khm3.google.com
163 | 203.208.46.200 khmdb.google.com
164 | 203.208.46.200 khms.google.com
165 | 203.208.46.200 khms.l.google.com
166 | 203.208.46.200 khms0.google.com
167 | 203.208.46.200 khms1.google.com
168 | 203.208.46.200 khms2.google.com
169 | 203.208.46.200 khms3.google.com
170 | 203.208.46.200 labs.google.com
171 | 203.208.46.200 large-uploads.l.google.com
172 | 203.208.46.200 lh2.google.com
173 | 203.208.46.200 lh2.l.google.com
174 | 203.208.46.200 lh3.google.com
175 | 203.208.46.200 lh4.google.com
176 | 203.208.46.200 lh5.google.com
177 | 203.208.46.200 lh6.google.com
178 | 203.208.46.200 linkhelp.clients.google.com
179 | 203.208.46.200 local.google.com
180 | 203.208.46.200 m.google.com
181 | 203.208.46.213 mail.google.com
182 | 203.208.46.200 map.google.com
183 | 203.208.46.200 maps.google.com
184 | 203.208.46.200 maps.l.google.com
185 | 203.208.46.200 maps-api-ssl.google.com
186 | 203.208.46.200 mars.google.com
187 | 203.208.46.200 mobile.l.google.com
188 | 203.208.46.200 mobile-gtalk.l.google.com
189 | 203.208.46.200 mobilemaps.clients.google.com
190 | 203.208.46.200 mt.google.com
191 | 203.208.46.200 mt.l.google.com
192 | 203.208.46.200 mt0.google.com
193 | 203.208.46.200 mt1.google.com
194 | 203.208.46.200 mt2.google.com
195 | 203.208.46.200 mt3.google.com
196 | #203.208.46.200 mtalk.google.com
197 | 203.208.46.200 mts.google.com
198 | 203.208.46.200 mts.l.google.com
199 | 203.208.46.200 mts0.google.com
200 | 203.208.46.200 mts1.google.com
201 | 203.208.46.200 mts2.google.com
202 | 203.208.46.200 mts3.google.com
203 | 203.208.46.200 music.google.com
204 | 203.208.46.200 music-streaming.l.google.com
205 | 203.208.46.200 mw1.google.com
206 | 203.208.46.200 mw2.google.com
207 | 203.208.46.200 news.google.com
208 | 203.208.46.200 news.l.google.com
209 | 203.208.46.200 pack.google.com
210 | 203.208.46.200 photos.google.com
211 | 203.208.46.200 photos-ugc.l.google.com
212 | 203.208.46.200 picasa.google.com
213 | 203.208.46.200 picasaweb.google.com
214 | 203.208.46.200 picasaweb.l.google.com
215 | 203.208.46.200 places.google.com
216 | 203.208.46.200 play.google.com
217 | 203.208.46.200 productforums.google.com
218 | 203.208.46.200 profiles.google.com
219 | 203.208.46.200 reader.google.com
220 | 203.208.46.200 safebrowsing.cache.l.google.com
221 | 203.208.46.200 safebrowsing.clients.google.com
222 | 203.208.46.200 safebrowsing.google.com
223 | 203.208.46.200 safebrowsing-cache.google.com
224 | 203.208.46.200 sandbox.google.com
225 | 203.208.46.200 sb.google.com
226 | 203.208.46.200 sb.l.google.com
227 | 203.208.46.200 sb-ssl.google.com
228 | 203.208.46.200 sb-ssl.l.google.com
229 | 203.208.46.200 scholar.google.com
230 | 203.208.46.200 scholar.l.google.com
231 | 203.208.46.200 script.google.com
232 | 203.208.46.200 services.google.com
233 | 203.208.46.200 sites.google.com
234 | 203.208.46.200 sketchup.google.com
235 | 203.208.46.200 sketchup.l.google.com
236 | 203.208.46.200 spreadsheet.google.com
237 | 203.208.46.200 spreadsheets.google.com
238 | 203.208.46.200 spreadsheets.l.google.com
239 | 203.208.46.200 spreadsheets0.google.com
240 | 203.208.46.200 spreadsheets1.google.com
241 | 203.208.46.200 spreadsheets2.google.com
242 | 203.208.46.200 spreadsheets3.google.com
243 | 203.208.46.200 spreadsheets4.google.com
244 | 203.208.46.200 spreadsheets5.google.com
245 | 203.208.46.200 spreadsheets6.google.com
246 | 203.208.46.200 spreadsheets7.google.com
247 | 203.208.46.200 spreadsheets8.google.com
248 | 203.208.46.200 spreadsheets9.google.com
249 | 203.208.46.200 spreadsheets-china.l.google.com
250 | 203.208.46.200 suggestqueries.google.com
251 | 203.208.46.200 suggestqueries.l.google.com
252 | 203.208.46.200 support.google.com
253 | 173.194.70.125 talk.google.com
254 | 203.208.46.200 talkgadget.google.com
255 | 203.208.46.200 tbn0.google.com
256 | 203.208.46.200 tbn1.google.com
257 | 203.208.46.200 tbn2.google.com
258 | 203.208.46.200 tbn3.google.com
259 | 203.208.46.200 toolbar.google.com
260 | 203.208.46.200 toolbarqueries.clients.google.com
261 | 203.208.46.200 toolbarqueries.google.com
262 | 203.208.46.200 toolbarqueries.l.google.com
263 | 203.208.46.200 tools.google.com
264 | 203.208.46.200 tools.l.google.com
265 | 203.208.46.200 translate.google.com
266 | 203.208.46.200 trends.google.com
267 | 203.208.46.200 upload.docs.google.com
268 | 203.208.46.200 upload.drive.google.com
269 | 203.208.46.200 uploads.code.google.com
270 | 203.208.46.200 uploadsj.clients.google.com
271 | 203.208.46.200 v3.cache1.c.docs.google.com
272 | 203.208.46.200 video.google.com
273 | 203.208.46.200 video-stats.l.google.com
274 | 203.208.46.200 voice.google.com
275 | 203.208.46.200 wallet.google.com
276 | 203.208.46.200 wifi.google.com
277 | 203.208.46.200 wifi.l.google.com
278 | 203.208.46.200 wire.l.google.com
279 | 203.208.46.200 writely.google.com
280 | 203.208.46.200 writely.l.google.com
281 | 203.208.46.200 writely-china.l.google.com
282 | 203.208.46.200 writely-com.l.google.com
283 | 203.208.46.200 www.google.com
284 | 203.208.46.200 www.l.google.com
285 | 203.208.46.200 www2.l.google.com
286 | 203.208.46.200 www3.l.google.com
287 | 203.208.46.200 www4.l.google.com
288 | 203.208.46.200 ytstatic.l.google.com
289 |
290 | 203.208.46.202 0-open-opensocial.googleusercontent.com
291 | 203.208.46.202 0-focus-opensocial.googleusercontent.com
292 | 203.208.46.202 1-focus-opensocial.googleusercontent.com
293 | 203.208.46.202 1-open-opensocial.googleusercontent.com
294 | 203.208.46.202 1-ps.googleusercontent.com
295 | 203.208.46.202 2-focus-opensocial.googleusercontent.com
296 | 203.208.46.202 2-open-opensocial.googleusercontent.com
297 | 203.208.46.202 2-ps.googleusercontent.com
298 | 203.208.46.202 3-focus-opensocial.googleusercontent.com
299 | 203.208.46.202 3-ps.googleusercontent.com
300 | 203.208.46.202 3hdrrlnlknhi77nrmsjnjr152ueo3soc-a-calendar-opensocial.googleusercontent.com
301 | 203.208.46.202 3-open-opensocial.googleusercontent.com
302 | 203.208.46.202 4-ps.googleusercontent.com
303 | 203.208.46.202 4fjvqid3r3oq66t548clrdj52df15coc-a-oz-opensocial.googleusercontent.com
304 | 203.208.46.202 53rd6p0catml6vat6qra84rs0del836d-a-oz-opensocial.googleusercontent.com
305 | 203.208.46.202 59cbv4l9s05pbaks9v77vc3mengeqors-a-oz-opensocial.googleusercontent.com
306 | 203.208.46.202 8kubpeu8314p2efdd7jlv09an9i2ljdo-a-oz-opensocial.googleusercontent.com
307 | 203.208.46.202 adstvca8k2ooaknjjmv89j22n9t676ve-a-oz-opensocial.googleusercontent.com
308 | 203.208.46.202 a-oz-opensocial.googleusercontent.com
309 | 203.208.46.202 blogger.googleusercontent.com
310 | 203.208.46.202 bt26mravu2qpe56n8gnmjnpv2inl84bf-a-oz-opensocial.googleusercontent.com
311 | 203.208.46.202 clients1.googleusercontent.com
312 | 203.208.46.202 clients2.googleusercontent.com
313 | 203.208.46.202 clients3.googleusercontent.com
314 | 203.208.46.202 clients4.googleusercontent.com
315 | 203.208.46.202 clients5.googleusercontent.com
316 | 203.208.46.202 clients6.googleusercontent.com
317 | 203.208.46.202 clients7.googleusercontent.com
318 | 203.208.46.202 code-opensocial.googleusercontent.com
319 | 203.208.46.202 debh8vg7vd93bco3prdajidmm7dhql3f-a-oz-opensocial.googleusercontent.com
320 | 203.208.46.202 doc-00-7o-docs.googleusercontent.com
321 | 203.208.46.202 doc-08-7o-docs.googleusercontent.com
322 | 203.208.46.202 doc-0c-7o-docs.googleusercontent.com
323 | 203.208.46.202 doc-0g-7o-docs.googleusercontent.com
324 | 203.208.46.202 doc-0s-7o-docs.googleusercontent.com
325 | 203.208.46.202 doc-10-7o-docs.googleusercontent.com
326 | 203.208.46.202 doc-14-7o-docs.googleusercontent.com
327 | 203.208.46.202 feedback.googleusercontent.com
328 | 203.208.46.202 googlehosted.l.googleusercontent.com
329 | 203.208.46.202 gp0.googleusercontent.com
330 | 203.208.46.202 gp1.googleusercontent.com
331 | 203.208.46.202 gp2.googleusercontent.com
332 | 203.208.46.202 gp3.googleusercontent.com
333 | 203.208.46.202 gp4.googleusercontent.com
334 | 203.208.46.202 gp5.googleusercontent.com
335 | 203.208.46.202 gp6.googleusercontent.com
336 | 203.208.46.202 hsco54a20sh11q9jkmb51ad2n3hmkmrg-a-oz-opensocial.googleusercontent.com
337 | 203.208.46.202 i8brh95qor6r54nkl52hidj2ggcs4jgm-a-oz-opensocial.googleusercontent.com
338 | 203.208.46.202 images1-focus-opensocial.googleusercontent.com
339 | 203.208.46.202 images2-focus-opensocial.googleusercontent.com
340 | 203.208.46.202 images3-focus-opensocial.googleusercontent.com
341 | 203.208.46.202 images4-focus-opensocial.googleusercontent.com
342 | 203.208.46.202 images5-focus-opensocial.googleusercontent.com
343 | 203.208.46.202 images6-focus-opensocial.googleusercontent.com
344 | 203.208.46.202 images7-focus-opensocial.googleusercontent.com
345 | 203.208.46.202 images8-focus-opensocial.googleusercontent.com
346 | 203.208.46.202 images9-focus-opensocial.googleusercontent.com
347 | 203.208.46.202 images-docs-opensocial.googleusercontent.com
348 | 203.208.46.202 images-oz-opensocial.googleusercontent.com
349 | 203.208.46.202 k6v18tjr24doa89b55o3na41kn4v73eb-a-oz-opensocial.googleusercontent.com
350 | 203.208.46.202 lh1.googleusercontent.com
351 | 203.208.46.202 lh2.googleusercontent.com
352 | 203.208.46.202 lh3.googleusercontent.com
353 | 203.208.46.202 lh4.googleusercontent.com
354 | 203.208.46.202 lh5.googleusercontent.com
355 | 203.208.46.202 lh6.googleusercontent.com
356 | 203.208.46.202 mail-attachment.googleusercontent.com
357 | 203.208.46.202 music.googleusercontent.com
358 | 203.208.46.202 music-onebox.googleusercontent.com
359 | 203.208.46.202 oauth.googleusercontent.com
360 | 203.208.46.202 ob7f2qc0i50kbjnc81vkhgmb5hsv7a8l-a-oz-opensocial.googleusercontent.com
361 | 203.208.46.202 ode25pfjgmvpquh3b1oqo31ti5ibg5fr-a-calendar.opensocial.googleusercontent.com
362 | 203.208.46.202 qhie5b8u979rnch1q0hqbrmbkn9estf7-a-oz-opensocial.googleusercontent.com
363 | 203.208.46.202 r70rmsn4s0rhk6cehcbbcbfbs31pu0va-a-oz-opensocial.googleusercontent.com
364 | 203.208.46.202 rbjhe237k979f79d87gmenp3gejfonu9-a-oz-opensocial.googleusercontent.com
365 | 203.208.46.202 s1.googleusercontent.com
366 | 203.208.46.202 s2.googleusercontent.com
367 | 203.208.46.202 s3.googleusercontent.com
368 | 203.208.46.202 s4.googleusercontent.com
369 | 203.208.46.202 s5.googleusercontent.com
370 | 203.208.46.202 s6.googleusercontent.com
371 | 203.208.46.202 spreadsheets-opensocial.googleusercontent.com
372 | 203.208.46.202 static.googleusercontent.com
373 | 203.208.46.202 t.doc-0-0-sj.sj.googleusercontent.com
374 | 203.208.46.202 themes.googleusercontent.com
375 | 203.208.46.202 translate.googleusercontent.com
376 | 203.208.46.202 u807isd5egseeabjccgcns005p2miucq-a-oz-opensocial.googleusercontent.com
377 | 203.208.46.202 upt14k1i2veesusrda9nfotcrbp9d7p5-a-oz-opensocial.googleusercontent.com
378 | 203.208.46.202 webcache.googleusercontent.com
379 | 203.208.46.202 www.googleusercontent.com
380 | 203.208.46.202 www-calendar-opensocial.googleusercontent.com
381 | 203.208.46.202 www-fc-opensocial.googleusercontent.com
382 | 203.208.46.202 www-focus-opensocial.googleusercontent.com
383 | 203.208.46.202 www-gm-opensocial.googleusercontent.com
384 | 203.208.46.202 www-kix-opensocial.googleusercontent.com
385 | 203.208.46.202 www-open-opensocial.googleusercontent.com
386 | 203.208.46.202 www-opensocial.googleusercontent.com
387 | 203.208.46.202 www-opensocial-sandbox.googleusercontent.com
388 | 203.208.46.202 www-oz-opensocial.googleusercontent.com
389 |
390 | 203.208.46.207 csi.gstatic.com
391 | 203.208.46.207 g0.gstatic.com
392 | 203.208.46.207 g1.gstatic.com
393 | 203.208.46.207 g2.gstatic.com
394 | 203.208.46.207 g3.gstatic.com
395 | 203.208.46.207 maps.gstatic.com
396 | 203.208.46.207 mt0.gstatic.com
397 | 203.208.46.207 mt1.gstatic.com
398 | 203.208.46.207 mt2.gstatic.com
399 | 203.208.46.207 mt3.gstatic.com
400 | 203.208.46.207 mt4.gstatic.com
401 | 203.208.46.207 mt5.gstatic.com
402 | 203.208.46.207 mt6.gstatic.com
403 | 203.208.46.207 mt7.gstatic.com
404 | 203.208.46.207 ssl.gstatic.com
405 | 203.208.46.207 t0.gstatic.com
406 | 203.208.46.207 t1.gstatic.com
407 | 203.208.46.207 t2.gstatic.com
408 | 203.208.46.207 t3.gstatic.com
409 | 203.208.46.207 www.gstatic.com
410 |
411 | 203.208.46.170 lh1.ggpht.com
412 | 203.208.46.170 lh2.ggpht.com
413 | 203.208.46.170 lh3.ggpht.com
414 | 203.208.46.170 lh4.ggpht.com
415 | 203.208.46.170 lh5.ggpht.com
416 | 203.208.46.170 lh6.ggpht.com
417 | 203.208.46.170 nt0.ggpht.com
418 | 203.208.46.170 nt1.ggpht.com
419 | 203.208.46.170 nt2.ggpht.com
420 | 203.208.46.170 nt3.ggpht.com
421 | 203.208.46.170 nt4.ggpht.com
422 | 203.208.46.170 nt5.ggpht.com
423 |
424 | 203.208.46.200 appspot.com
425 | 173.194.64.141 chrometophone.appspot.com
426 | 203.208.46.200 evolutionofweb.appspot.com
427 | 203.208.46.200 googcloudlabs.appspot.com
428 | 203.208.46.200 gv-gadget.appspot.com
429 | 203.208.46.200 magnifier.blogspot.com
430 | 203.208.46.200 moderator.appspot.com
431 | 203.208.46.200 newsfeed-dot-latest-dot-rovio-ad-engine.appspot.com
432 | 203.208.46.200 productideas.appspot.com
433 | 203.208.46.200 project-slingshot-gp.appspot.com
434 | 203.208.46.200 r2303.latest.project-slingshot-hr.appspot.com
435 | 203.208.46.200 r3085-dot-latest-dot-project-slingshot-gp.appspot.com
436 | 203.208.46.200 r3091-dot-latest-dot-project-slingshot-gp.appspot.com
437 | 203.208.46.200 r3101-dot-latest-dot-project-slingshot-gp.appspot.com
438 | 203.208.46.200 r3269-dot-latest-dot-project-slingshot-gp.appspot.com
439 | 203.208.46.200 r3432-dot-latest-dot-project-slingshot-hr.appspot.com
440 | 203.208.46.200 r4681-dot-latest-dot-project-slingshot-hr.appspot.com
441 | 203.208.46.170 r7647-dot-latest-dot-project-slingshot-hr.appspot.com
442 | 203.208.46.200 wcproxyx.appspot.com
443 | 203.208.46.200 www.appspot.com
444 |
445 | 203.208.46.200 ajax.googleapis.com
446 | 203.208.46.200 chart.googleapis.com
447 | 203.208.46.200 fonts.googleapis.com
448 | 203.208.46.200 maps.googleapis.com
449 | 203.208.46.200 mt0.googleapis.com
450 | 203.208.46.200 mt1.googleapis.com
451 | 203.208.46.200 mt2.googleapis.com
452 | 203.208.46.200 mt3.googleapis.com
453 | 203.208.46.200 redirector-bigcache.googleapis.com
454 | 203.208.46.200 translate.googleapis.com
455 | 173.194.66.95 www.googleapis.com
456 |
457 | 203.208.46.200 autoproxy-gfwlist.googlecode.com
458 | 203.208.46.200 chromium.googlecode.com
459 | 203.208.46.200 closure-library.googlecode.com
460 | 203.208.46.200 earth-api-samples.googlecode.com
461 | 203.208.46.200 gmaps-samples-flash.googlecode.com
462 | 203.208.46.200 google-code-feed-gadget.googlecode.com
463 |
464 | 203.208.46.200 blogsearch.google.cn
465 | 203.208.46.200 ditu.google.cn
466 | 203.208.46.200 gg.google.cn
467 | 203.208.46.200 id.google.cn
468 | 203.208.46.200 maps.gstatic.cn
469 | 203.208.46.200 m.google.cn
470 | 203.208.46.200 mt.google.cn
471 | 203.208.46.200 mt0.google.cn
472 | 203.208.46.200 mt1.google.cn
473 | 203.208.46.200 mt2.google.cn
474 | 203.208.46.200 mt3.google.cn
475 | 203.208.46.200 news.google.cn
476 | 203.208.46.200 scholar.google.cn
477 | 203.208.46.200 translate.google.cn
478 | 203.208.46.200 www.google.cn
479 | 203.208.46.200 www.gstatic.cn
480 |
481 | 203.208.46.200 accounts.google.com.hk
482 | 203.208.46.200 blogsearch.google.com.hk
483 | 203.208.46.200 books.google.com.hk
484 | 203.208.46.200 clients1.google.com.hk
485 | 203.208.46.200 desktop.google.com.hk
486 | 203.208.46.200 encrypted.google.com.hk
487 | 203.208.46.200 groups.google.com.hk
488 | 203.208.46.200 gxc.google.com.hk
489 | 203.208.46.200 id.google.com.hk
490 | 203.208.46.200 images.google.com.hk
491 | 203.208.46.200 m.google.com.hk
492 | 203.208.46.200 maps.google.com.hk
493 | 203.208.46.200 news.google.com.hk
494 | 203.208.46.200 picasaweb.google.com.hk
495 | 203.208.46.200 plus.url.google.com.hk
496 | 203.208.46.200 scholar.google.com.hk
497 | 203.208.46.200 toolbar.google.com.hk
498 | 203.208.46.200 toolbarqueries.google.com.hk
499 | 203.208.46.200 translate.google.com.hk
500 | 203.208.46.200 translate.google.com.hk
501 | 203.208.46.200 wenda.google.com.hk
502 | 203.208.46.200 www.google.com.hk
503 |
504 | 203.208.46.200 accounts.blogger.com
505 | 203.208.46.200 android.googlesource.com
506 | 203.208.46.200 auth.keyhole.com
507 | 203.208.46.200 chrome.angrybirds.com
508 | 203.208.46.200 developer.android.com
509 | 203.208.46.200 domains.googlesyndication.com
510 | 203.208.46.200 earthengine.googlelabs.com
511 | 203.208.46.200 feeds.feedburner.com
512 | 203.208.46.200 g.co
513 | 203.208.46.200 goo.gl
514 | 203.208.46.162 listen.googlelabs.com
515 | 203.208.46.200 m.googlemail.com
516 | 203.208.46.200 market.android.com
517 | 203.208.46.163 ngrams.googlelabs.com
518 | 173.194.37.99 panoramio.com
519 | 203.208.46.222 smarthosts.googlecode.com
520 | 203.208.46.222 ssl.google-analytics.com
521 | 173.194.76.128 static.panoramio.com
522 | 203.208.46.200 www.blogger.com
523 | 203.208.46.200 www.googleadservices.com
524 | 203.208.46.222 www.google-analytics.com
525 | 203.208.46.200 www.googlelabs.com
526 | 203.208.46.222 www.googlesource.com
527 | 173.194.37.99 www.panoramio.com
528 |
529 | 173.194.126.128 plus.google.com
530 | 173.194.126.128 plus.url.google.com
531 | 173.194.126.128 plusone.google.com
532 | #Google Services END
533 |
534 |
535 | #Facebook Start
536 | 173.252.112.28 api-read.facebook.com
537 | 173.252.112.28 api.facebook.com
538 | 173.252.112.28 apps.facebook.com
539 | 173.252.112.28 developers.facebook.com
540 | 173.252.112.28 facebook.com
541 | 173.252.112.28 graph.facebook.com
542 | 173.252.112.28 orcart.facebook.com
543 | 173.252.112.28 www.facebook.com
544 | 173.252.112.28 zh-CN.facebook.com
545 |
546 | 173.252.100.25 m.facebook.com
547 |
548 | 61.213.189.98 b.static.ak.facebook.com
549 | 61.213.189.120 b.static.ak.fbcdn.net
550 | 66.220.145.63 bigzipfiles.facebook.com
551 | 61.213.189.113 creative.ak.fbcdn.net
552 | 66.152.103.74 external.ak.fbcdn.net
553 |
554 | #66.220.149.88 c.facebook.com
555 | #69.171.227.26 chat.facebook.com
556 | #66.220.147.96 check4.facebook.com
557 | #184.31.111.139 connect.facebook.net
558 | #69.171.227.19 creativeupload.facebook.com
559 | #69.171.240.99 d.facebook.com
560 | #66.220.149.90 error.facebook.com
561 | #61.213.189.113 fbcdn.net
562 | #64.213.102.26 fbcdn-profile-a.akamaihd.net
563 | #173.223.232.67 fbcdn-sphotos-a.akamaihd.net
564 | #66.220.151.33 hphotos-ak-snc1.facebook.com
565 | #66.220.151.33 hphotos-ak-snc3.facebook.com
566 | #69.171.240.10 hphotos-ash4.fbcdn.net
567 | #69.63.183.200 hphotos-pao1.fbcdn.net
568 | #66.220.151.33 hphotos-snc1.fbcdn.net
569 | #66.220.151.32 hphotos-snc3.fbcdn.net
570 | #66.220.151.22 hphotos-snc6.fbcdn.net
571 | #69.171.227.24 hphotos-snc7.fbcdn.net
572 | #66.220.144.43 ldap.thefacebook.com
573 | #66.220.149.96 o.facebook.com
574 | #69.171.245.18 photos-ak-ash1.facebook.com
575 | #69.171.245.18 photos-ash1.facebook.com
576 | #66.220.149.90 pixel.facebook.com
577 | #118.214.190.105 profile.ak.facebook.com
578 | #61.213.189.114 profile.ak.fbcdn.net
579 | #69.171.247.22 s-static.facebook.com
580 | #61.213.189.113 s-hprofile-sf2p.fbcdn.net
581 | #184.26.194.110 s-static.ak.facebook.com
582 | #23.5.157.177 s-static.ak.fbcdn.net
583 | #69.171.227.30 secure-media.facebook.com
584 | #69.171.227.30 secure-media.fbcdn.net
585 | #66.220.149.96 ssl.facebook.com
586 | #69.171.247.38 ssl.connect.facebook.com
587 | #69.63.189.76 star.facebook.com
588 | #61.213.189.98 static.ak.facebook.com
589 | #65.32.34.136 static.ak.fbcdn.net
590 | #69.171.229.17 upload.facebook.com
591 | #66.220.144.41 vpn.tfbnw.net
592 | #120.29.145.50 vthumb.ak.fbcdn.net
593 | #66.220.151.31 vupload.facebook.com
594 | #69.171.225.31 www.connect.facebook.com
595 | #Facebook End
596 |
597 |
598 | #Flickr START
599 | 98.136.43.76 geo.yahoo.com
600 | 68.142.250.161 l.yimg.com
601 | 96.6.93.227 s.yimg.com
602 | 98.137.88.88 d.yimg.com
603 | 68.142.196.57 c5.ah.yahoo.com
604 | 124.108.120.124 sa.edit.yahoo.com
605 | 66.163.168.247 open.login.yahoo.com
606 | 124.108.97.193 login.yahoo.com
607 | 209.191.92.115 edit.yahoo.com
608 | 209.191.121.31 up.flickr.com
609 | 209.191.105.102 adjax.flickr.yahoo.com
610 | 204.0.5.35 content.yieldmanager.edgesuite.net
611 | 204.0.5.34 us.js2.yimg.com
612 |
613 | #data from HostsX
614 | 68.142.214.24 flickr.com
615 | 66.196.66.157 www.flickr.com
616 | 68.142.214.43 static.flickr.com
617 | 77.238.160.184 static.flickr.com
618 | 209.191.105.102 adjax.flickr.yahoo.com
619 | 68.142.214.43 farm1.staticflickr.com
620 | 68.142.214.43 mud.farm1.staticflickr.com
621 | 69.147.90.159 farm2.staticflickr.com
622 | 69.147.90.159 sp1.farm2.staticflickr.com
623 | 77.238.160.184 farm3.staticflickr.com
624 | 98.137.205.236 bf1.farm3.staticflickr.com
625 | 216.39.54.34 gq1.farm3.staticflickr.com
626 | 69.147.90.215 sp1.farm3.staticflickr.com
627 | 76.13.18.77 farm4.staticflickr.com
628 | 76.13.18.77 ac4.farm4.staticflickr.com
629 | 67.195.19.62 gq1.farm4.staticflickr.com
630 | 76.13.18.79 farm5.staticflickr.com
631 | 67.195.19.65 gq1.farm5.staticflickr.com
632 | 98.136.171.208 farm6.staticflickr.com
633 | 98.139.21.45 bf1.farm6.staticflickr.com
634 | 98.136.171.208 gq1.farm6.staticflickr.com
635 | 98.138.250.88 farm7.staticflickr.com
636 | 98.139.235.135 bf1.farm7.staticflickr.com
637 | 98.138.250.88 ne1.farm7.staticflickr.com
638 | #Flickr END
639 |
640 | #Twitter START
641 | 199.59.150.141 twitter.com
642 | #199.59.150.141 mobile.twitter.com
643 | 199.59.150.142 api.twitter.com
644 |
645 | 199.16.156.47 pic.twitter.com
646 | 199.59.148.136 stream.twitter.com
647 | 199.59.148.137 sitestream.twitter.com
648 | 199.59.148.135 betastream.twitter.com
649 | 199.59.148.148 upload.twitter.com
650 | 199.59.149.137 dev.twitter.com
651 | 199.59.149.91 pay.twitter.com
652 | 199.59.148.149 urls-real.api.twitter.com
653 | 199.16.156.81 userstream.twitter.com
654 | 199.16.156.12 support.twitter.com
655 |
656 | #199.59.148.210 t.co
657 | 69.58.188.34 bitly.com
658 |
659 | 208.87.33.151 api.mobilepicture.com
660 |
661 | 199.59.148.16 a0.twimg.com
662 | 199.59.148.16 a1.twimg.com
663 | 199.59.148.16 p.twimg.com
664 | 184.169.75.33 si0.twimg.com
665 | 184.169.75.33 si1.twimg.com
666 | 184.169.75.33 si2.twimg.com
667 | 184.169.75.33 si3.twimg.com
668 | 184.169.75.33 si4.twimg.com
669 | 184.169.75.33 si5.twimg.com
670 | 199.16.156.77 image-proxy-origin.twimg.com
671 |
672 | 209.17.70.144 oi40.tinypic.com
673 | 209.17.70.143 oi41.tinypic.com
674 | 209.17.70.143 oi42.tinypic.com
675 | 209.17.70.143 oi43.tinypic.com
676 | 209.17.70.143 oi44.tinypic.com
677 | 209.17.70.143 oi45.tinypic.com
678 | 209.17.70.143 oi46.tinypic.com
679 | 209.17.70.143 oi47.tinypic.com
680 | 209.17.70.143 oi48.tinypic.com
681 | 209.17.70.143 oi49.tinypic.com
682 | 209.17.70.143 oi50.tinypic.com
683 | 209.17.70.144 oi51.tinypic.com
684 | 209.17.70.144 oi52.tinypic.com
685 | 209.17.70.144 oi53.tinypic.com
686 | 209.17.70.144 oi54.tinypic.com
687 | 209.17.70.144 oi55.tinypic.com
688 | 209.17.70.144 oi56.tinypic.com
689 |
690 | 50.97.168.42 web1.twitpic.com
691 | 50.23.200.233 web10.twitpic.com
692 | 50.97.168.43 web2.twitpic.com
693 | 50.97.168.43 web3.twitpic.com
694 | 50.97.168.40 web4.twitpic.com
695 | 50.97.168.41 web5.twitpic.com
696 | 50.23.200.231 web6.twitpic.com
697 | 50.23.200.232 web7.twitpic.com
698 | 50.23.200.229 web8.twitpic.com
699 | 50.23.200.228 web9.twitpic.com
700 | 174.37.33.172 m1.twitpic.com
701 | 50.23.200.230 twitpic.com
702 |
703 | 208.94.0.61 a.yfrog.com
704 | 208.94.0.61 yfrog.com
705 | 208.94.0.61 www.yfrog.com
706 | #Twitter END
707 |
708 | #Adobe Activation START
709 | 0.0.0.0 3dns-2.adobe.com
710 | 0.0.0.0 3dns-3.adobe.com
711 | 0.0.0.0 activate.adobe.com
712 | 0.0.0.0 activate-sea.adobe.com
713 | 0.0.0.0 activate-sjc0.adobe.com
714 | 0.0.0.0 adobe-dns.adobe.com
715 | 0.0.0.0 adobe-dns-2.adobe.com
716 | 0.0.0.0 adobe-dns-3.adobe.com
717 | 0.0.0.0 ereg.adobe.com
718 | 0.0.0.0 hl2rcv.adobe.com
719 | 0.0.0.0 practivate.adobe.com
720 | 0.0.0.0 wip3.adobe.com
721 | 0.0.0.0 activate.wip3.adobe.com
722 | 0.0.0.0 ereg.wip3.adobe.com
723 | 0.0.0.0 wwis-dubc1-vip60.adobe.com
724 | #Adobe Activation END
725 |
726 | #YouTube START
727 | 203.208.46.206 accounts.youtube.com
728 | 203.208.46.206 apiblog.youtube.com
729 | 203.208.46.206 help.youtube.com
730 | 203.208.46.206 i.ytimg.com
731 | 203.208.46.206 i1.ytimg.com
732 | 203.208.46.206 i2.ytimg.com
733 | 203.208.46.206 i3.ytimg.com
734 | 203.208.46.206 i4.ytimg.com
735 | 203.208.46.206 insight.youtube.com
736 | 203.208.46.206 m.youtube.com
737 | 203.208.46.206 s.ytimg.com
738 | 203.208.46.206 www.youtube.com
739 | 203.208.46.206 ytimg.l.google.com
740 | #YouTube END
741 |
742 | #Feedly START
743 | 173.194.79.141 feedly-beta.appspot.com
744 | 173.194.74.121 s3.feedly.com
745 | #Feedly END
746 |
747 | #Others START
748 | 38.229.72.14 www.torproject.org
749 | #Others END
750 |
751 | #SmartHosts END
752 |
--------------------------------------------------------------------------------