From 420ac4980a332aaa8c09b639965a57f3aa9dbd89 Mon Sep 17 00:00:00 2001 From: wizardforcel <562826179@qq.com> Date: Thu, 28 Jan 2016 22:37:49 +0800 Subject: [PATCH] 1.28 --- source/developer/index.md | 89 +++++++++++++++++++++++++++++++++++++++ themes/light/_config.yml | 1 + 2 files changed, 90 insertions(+) create mode 100644 source/developer/index.md diff --git a/source/developer/index.md b/source/developer/index.md new file mode 100644 index 0000000..d3b4844 --- /dev/null +++ b/source/developer/index.md @@ -0,0 +1,89 @@ +title: 开发者网站和工具 +date: 2016-01-28 22:36:37 +--- + +## 工具 + +[点这里](https://github.com/wizardforcel/se-tools) + +## 在线工具 + +* [爱站网](http://www.aizhan.com/) - 查询网站收录情况 +* [站长工具](http://tool.chinaz.com/) - 数十个web开发者小工具 +* [360网站测速](http://ce.cloud.360.cn/) +* [VirusTotal](https://www.virustotal.com/) - 应用程序在线查毒 +* [火眼](https://fireeye.ijinshan.com/) - 应用程序行为在线分析引擎 +* [StackEdit](https://stackedit.io/) - Markdown在线编辑器,支持各种扩展语法 +* [百度脑图](http://naotu.baidu.com/) - 在线的脑图编辑工具 +* [to-markdown](http://domchristie.github.io/to-markdown/) - html到markdown的在线转换工具 + +## 在线引擎 + +* [C/C++](http://codepad.org/) +* [PHP](http://3v4l.org/) +* [Javascript](http://runjs.cn/) + +* * * + +## 社区 + +* [CSDN](http://www.csdn.net/) +* [51CTO](http://www.51cto.com/) +* [V2EX](https://v2ex.com/) +* [OSChina](http://www.oschina.net/) + +## 问答平台 + +* [SegmentFault](http://segmentfault.com/) +* [StackOverflow](http://stackoverflow.com/) + +## 博客 + +* [月光博客](http://www.williamlong.info/) +* [酷壳](http://coolshell.cn/) +* [伯乐在线](http://www.jobbole.com/) +* [web开发者](http://www.admin10000.com/) +* [简书程序员专题](http://www.jianshu.com/collection/NEt52a) + +## 安全 + +[点这里](http://navisec.it/) + +## 开源 + +* [Git@OSC](http://git.oschina.net/) +* [Github](https://github.com/) +* [Gitcafe](https://gitcafe.com/) +* [Coding](https://coding.net/) + +## 课程 + +* [Coursera](https://www.coursera.org/) +* [imooc](http://www.imooc.com/) +* [CodeAcademy](http://www.codecademy.com/) +* [网易云课堂](http://study.163.com/) +* [计蒜客](http://www.jisuanke.com/) +* [泊学](https://www.boxueio.com/) + +## OJ + +* [leetcode](https://oj.leetcode.com/) + +* * * + +## 公开课 + +* 算法,普林斯顿,segwick + * [part1](https://www.coursera.org/course/algs4partI) + * [part2](https://www.coursera.org/course/algs4partII) +* 机器学习,台湾大学 + * [part1](https://www.coursera.org/course/ntumltwo) + * [part2](https://www.coursera.org/course/ntumlone) +* 云计算,uiuc + * [part1](https://www.coursera.org/course/nlangp) + * [part2](https://www.coursera.org/course/cloudcomputing2) +* [编译,斯坦福,aho](https://www.coursera.org/course/compilers) +* [软硬件接口(csapp),华盛顿大学](https://www.coursera.org/course/hwswinterface) +* [web开发,哈佛(cs75)](http://open.163.com/special/opencourse/buildingdynamicwebsites.html) +* [计算机科学导论,哈佛(cs50)](http://open.163.com/special/opencourse/cs50.html) +* [线性代数,mit](http://open.163.com/special/opencourse/daishu.html) \ No newline at end of file diff --git a/themes/light/_config.yml b/themes/light/_config.yml index 33e76d9..2b73d4e 100644 --- a/themes/light/_config.yml +++ b/themes/light/_config.yml @@ -1,6 +1,7 @@ menu: 计算机电子书: / 其它教程: /misc + 开发者: /developer 龙哥盟: http://www.flygon.net "fork me on gitcafe": https://gitcafe.com/it-ebooks/blog -- GitLab