Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7abd511

Browse files
committed
update
1 parent 78ab361 commit 7abd511

39 files changed

+1421
-1418
lines changed

.codeclimate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ engines:
44
enabled: true
55
markdownlint:
66
enabled: true
7+
checks:
8+
MD034:
9+
enabled: true
710
ratings:
811
paths: []
912
exclude_paths: []

Android学习之路.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@
144144
* <http://kotlinlang.org/>
145145
* <https://kotlinlang.org/docs/reference/>
146146
* 中文站: <https://www.kotlincn.net/>
147-
* 《Kotlin for android developers》中文版翻译: <https://wangjiegulu.gitbooks.io/kotlin-for-android-developers-zh/content/>
147+
* 《Kotlin for android developers》中文版翻译: <https://wangjiegulu.gitbooks.io/kotlin-for-android-developers-zh/content/>

Asm学习之路.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
* flat assembler: <http://www.flatassembler.net/>
1717
* IDA: <https://www.hex-rays.com/products/ida/index.shtml>
1818
* 鱼C工作室: <http://www.fishc.com/>
19-
* asmplugin:<http://sourceforge.net/projects/asmplugin/>
19+
* asmplugin:<http://sourceforge.net/projects/asmplugin/>

Basic学习之路.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434

3535
* Developing Automated Tests Using NUnit and VB.NET: <http://www.byte-vision.com/NUnitAndVBArticle.aspx>
3636
* Differences between VB.NET and VB: <http://stackoverflow.com/questions/23603569/differences-between-vb-net-and-vb>
37-
* Comparison of Visual Basic and Visual Basic .NET: <https://en.wikipedia.org/wiki/Comparison_of_Visual_Basic_and_Visual_Basic_.NET>
37+
* Comparison of Visual Basic and Visual Basic .NET: <https://en.wikipedia.org/wiki/Comparison_of_Visual_Basic_and_Visual_Basic_.NET>

C与C++学习之路.md

Lines changed: 148 additions & 148 deletions
Large diffs are not rendered by default.

DB学习之路.md

Lines changed: 227 additions & 227 deletions
Large diffs are not rendered by default.

Docker学习之路.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
* http://www.docker.com/
2-
* https://hub.docker.com/
3-
* About images, containers, and storage drivers: https://docs.docker.com/engine/userguide/storagedriver/imagesandcontainers/
1+
* <http://www.docker.com/>
2+
* <https://hub.docker.com/>
3+
* About images, containers, and storage drivers: <https://docs.docker.com/engine/userguide/storagedriver/imagesandcontainers/>
44

55

6-
* Kubernetes: https://kubernetes.io/
7-
* Kubernetes指南: https://kubernetes.feisky.xyz/
6+
* Kubernetes: <https://kubernetes.io/>
7+
* Kubernetes指南: <https://kubernetes.feisky.xyz/>
88

99

1010

11-
* Docker —— 从入门到实践: https://www.gitbook.com/book/yeasy/docker_practice/details
12-
* docker中文: http://www.docker.org.cn/
13-
* DOCKER windows安装: http://blog.csdn.net/zistxym/article/details/42918339
14-
* boot2docker: http://boot2docker.io/
11+
* Docker —— 从入门到实践: <https://www.gitbook.com/book/yeasy/docker_practice/details>
12+
* docker中文: <http://www.docker.org.cn/>
13+
* DOCKER windows安装: <http://blog.csdn.net/zistxym/article/details/42918339>
14+
* boot2docker: <http://boot2docker.io/>

EditorAndIDE学习之路.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,44 +7,44 @@
77

88
## VIM
99

10-
* http://www.vim.org/
11-
* http://vim.sourceforge.net/
12-
* Vim documentation: usr_41: http://vimdoc.sourceforge.net/htmldoc/usr_41.html
13-
* map.txt: http://vimcdoc.sourceforge.net/doc/map.html
14-
* Vim FAQ: http://vimdoc.sourceforge.net/cgi-bin/vimfaq2html3.pl
15-
* Vim of AlloVince: http://avnpc.com/pages/vim-of-allovince
16-
* 奉献一个vim自动加载模板的插件: http://bbs.chinaunix.net/forum.php?mod=viewthread&tid=895258
17-
* vim安装YouCompleteMe 插件: http://www.cnblogs.com/junnyfeng/p/3633697.html
18-
* 使用脚本编写 Vim 编辑器,第 1 部分: 变量、值和表达式: http://www.ibm.com/developerworks/cn/linux/l-vim-script-1/index.html
19-
* 把VIM打造成一个真正的IDE(1): http://www.vimer.cn/2009/10/把vim打造成一个真正的ide1.html
20-
* Vim 中使用 OmniComplete 为 C/C++ 自动补全: http://blog.chinaunix.net/uid-20737871-id-3402590.html
21-
* VIM下利用ctags自动补全C/C++标准库和操作系统调用(windows+MinGW版): http://blog.csdn.net/happen23/article/details/5134149
22-
* Vim使用笔记: http://www.cnblogs.com/jiqingwu/archive/2012/06/14/vim_notes.html
23-
* vim配置(自动补全,自动生成tag,一些使用插件taglist,nerdtree): http://www.cnblogs.com/marchtea/archive/2012/10/17/2727852.html
24-
* Vim 的补全模式加速器,轻松玩转全部 15 种自动补全模式: http://bluegene8210.is-programmer.com/posts/27873.html
25-
* Learn essential Vim skills: http://vimcasts.org/
26-
* Learn Vimscript the Hard Way: http://learnvimscriptthehardway.stevelosh.com/
27-
* Vim 复制粘贴探秘: http://www.cnblogs.com/jianyungsun/archive/2011/03/19/1988855.html
28-
* VIMAdventures: http://vim-adventures.com/
29-
* Vimium - The Hacker's Browser: https://github.com/philc/vimium
30-
* Vimperator: http://www.vimperator.org/
10+
* <http://www.vim.org/>
11+
* <http://vim.sourceforge.net/>
12+
* Vim documentation: usr_41: <http://vimdoc.sourceforge.net/htmldoc/usr_41.html>
13+
* map.txt: <http://vimcdoc.sourceforge.net/doc/map.html>
14+
* Vim FAQ: <http://vimdoc.sourceforge.net/cgi-bin/vimfaq2html3.pl>
15+
* Vim of AlloVince: <http://avnpc.com/pages/vim-of-allovince>
16+
* 奉献一个vim自动加载模板的插件: <http://bbs.chinaunix.net/forum.php?mod=viewthread&tid=895258>
17+
* vim安装YouCompleteMe 插件: <http://www.cnblogs.com/junnyfeng/p/3633697.html>
18+
* 使用脚本编写 Vim 编辑器,第 1 部分: 变量、值和表达式: <http://www.ibm.com/developerworks/cn/linux/l-vim-script-1/index.html>
19+
* 把VIM打造成一个真正的IDE(1): <http://www.vimer.cn/2009/10/>把vim打造成一个真正的ide1.html
20+
* Vim 中使用 OmniComplete 为 C/C++ 自动补全: <http://blog.chinaunix.net/uid-20737871-id-3402590.html>
21+
* VIM下利用ctags自动补全C/C++标准库和操作系统调用(windows+MinGW版): <http://blog.csdn.net/happen23/article/details/5134149>
22+
* Vim使用笔记: <http://www.cnblogs.com/jiqingwu/archive/2012/06/14/vim_notes.html>
23+
* vim配置(自动补全,自动生成tag,一些使用插件taglist,nerdtree): <http://www.cnblogs.com/marchtea/archive/2012/10/17/2727852.html>
24+
* Vim 的补全模式加速器,轻松玩转全部 15 种自动补全模式: <http://bluegene8210.is-programmer.com/posts/27873.html>
25+
* Learn essential Vim skills: <http://vimcasts.org/>
26+
* Learn Vimscript the Hard Way: <http://learnvimscriptthehardway.stevelosh.com/>
27+
* Vim 复制粘贴探秘: <http://www.cnblogs.com/jianyungsun/archive/2011/03/19/1988855.html>
28+
* VIMAdventures: <http://vim-adventures.com/>
29+
* Vimium - The Hacker's Browser: <https://github.com/philc/vimium>
30+
* Vimperator: <http://www.vimperator.org/>
3131
* VIM常见用法总结: <http://www.cnblogs.com/jiangxinnju/p/8146715.html>
3232

3333
## Emacs
3434

35-
* emacswiki: http://www.emacswiki.org/emacs/
36-
* GNU Emacs Manuals Online: http://www.gnu.org/software/emacs/manual/
35+
* emacswiki: <http://www.emacswiki.org/emacs/>
36+
* GNU Emacs Manuals Online: <http://www.gnu.org/software/emacs/manual/>
3737

3838
## ultraedit
3939

40-
* http://www.ultraedit.com/
41-
* User-submitted wordfiles for UltraEdit/UEStudio: http://www.ultraedit.com/downloads/extras/wordfiles.html
40+
* <http://www.ultraedit.com/>
41+
* User-submitted wordfiles for UltraEdit/UEStudio: <http://www.ultraedit.com/downloads/extras/wordfiles.html>
4242

4343
## Sublime Text
4444

45-
* http://www.sublimetext.com/
46-
* http://www.sublimetext.com/docs/3/
47-
* https://packagecontrol.io/installation
45+
* <http://www.sublimetext.com/>
46+
* <http://www.sublimetext.com/docs/3/>
47+
* <https://packagecontrol.io/installation>
4848

4949
## Others
5050

@@ -56,4 +56,4 @@
5656
* Bluefish: <http://bluefish.openoffice.nl/index.html>
5757
* Understand: <https://scitools.com/>
5858
* codelite: <http://www.codelite.org/>
59-
* Anjuta: <http://anjuta.org/>
59+
* Anjuta: <http://anjuta.org/>

Erlang学习之路.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
* http://www.erlang.org/
2-
* http://www.erlang-cn.com/
1+
* <http://www.erlang.org/>
2+
* <http://www.erlang-cn.com/>

Fortran学习之路.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
* https://en.wikipedia.org/wiki/Fortran
2-
* Welcome to the home of GNU Fortran: https://gcc.gnu.org/fortran/
3-
* Fortran中文网: http://www.fortran.cn/
4-
* Fortran77和90/95编程入门: http://micro.ustc.edu.cn/Fortran/ZJDing/
5-
* Approximatrix: http://approximatrix.com/
6-
* Fortran Coder: http://fcode.cn/
1+
* <https://en.wikipedia.org/wiki/Fortran>
2+
* Welcome to the home of GNU Fortran: <https://gcc.gnu.org/fortran/>
3+
* Fortran中文网: <http://www.fortran.cn/>
4+
* Fortran77和90/95编程入门: <http://micro.ustc.edu.cn/Fortran/ZJDing/>
5+
* Approximatrix: <http://approximatrix.com/>
6+
* Fortran Coder: <http://fcode.cn/>
77

88
# Photran
99

10-
* 项目地址:http://www.eclipse.org/photran/
11-
* 安装说明:http://www.eclipse.org/photran/download.php
10+
* 项目地址:<http://www.eclipse.org/photran/>
11+
* 安装说明:<http://www.eclipse.org/photran/download.php>

Golang学习之路.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
* https://golang.org/
2-
* https://golang.org/doc/
3-
* Go (programming language): https://en.wikipedia.org/wiki/Go_%28programming_language%29
4-
* Go语言圣经(中文版): https://github.com/openownworld/gopl-zh
5-
* Go 学习笔记: https://github.com/qyuhen/book
6-
* the-way-to-go_ZH_CN: https://github.com/Unknwon/the-way-to-go_ZH_CN
7-
* 深入解析Go: https://github.com/tiancaiamao/go-internals
8-
* The-Golang-Standard-Library-by-Example: https://github.com/polaris1119/The-Golang-Standard-Library-by-Example
9-
* Go 标准库 中文参考: http://www.kancloud.cn/wizardforcel/golang-stdlib-ref/121475
10-
* GoClipse: https://github.com/GoClipse/goclipse
11-
* liteide: https://github.com/visualfc/liteide
1+
* <https://golang.org/>
2+
* <https://golang.org/doc/>
3+
* Go (programming language): <https://en.wikipedia.org/wiki/Go_%28programming_language%29>
4+
* Go语言圣经(中文版): <https://github.com/openownworld/gopl-zh>
5+
* Go 学习笔记: <https://github.com/qyuhen/book>
6+
* the-way-to-go_ZH_CN: <https://github.com/Unknwon/the-way-to-go_ZH_CN>
7+
* 深入解析Go: <https://github.com/tiancaiamao/go-internals>
8+
* The-Golang-Standard-Library-by-Example: <https://github.com/polaris1119/The-Golang-Standard-Library-by-Example>
9+
* Go 标准库 中文参考: <http://www.kancloud.cn/wizardforcel/golang-stdlib-ref/121475>
10+
* GoClipse: <https://github.com/GoClipse/goclipse>
11+
* liteide: <https://github.com/visualfc/liteide>
1212

13-
* Go Search: http://go-search.org/
14-
* Go Walker: https://gowalker.org/
15-
* GoDoc: http://godoc.org/
16-
* Golang中国: http://www.golangtc.com/
17-
* Go语言入门: http://www.yiibai.com/go/go_start.html
18-
* Go语言中文网: http://studygolang.com/
19-
* GOROOT 和 GOPATH: http://my.oschina.net/achun/blog/134002
20-
* 搭建Go开发及调试环境(LiteIDE + GoClipse) -- Windows篇: http://www.cnblogs.com/custa/p/3913526.html
21-
* Go语言内存模型: http://www.cnblogs.com/sevenyuan/archive/2013/04/18/3029388.html
13+
* Go Search: <http://go-search.org/>
14+
* Go Walker: <https://gowalker.org/>
15+
* GoDoc: <http://godoc.org/>
16+
* Golang中国: <http://www.golangtc.com/>
17+
* Go语言入门: <http://www.yiibai.com/go/go_start.html>
18+
* Go语言中文网: <http://studygolang.com/>
19+
* GOROOT 和 GOPATH: <http://my.oschina.net/achun/blog/134002>
20+
* 搭建Go开发及调试环境(LiteIDE + GoClipse) -- Windows篇: <http://www.cnblogs.com/custa/p/3913526.html>
21+
* Go语言内存模型: <http://www.cnblogs.com/sevenyuan/archive/2013/04/18/3029388.html>

Groovy学习之路.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
* 官网:http://www.groovy-lang.org/
2-
* Groovy with Eclipse - Tutorial: http://www.vogella.com/tutorials/Groovy/article.html
3-
* 实战 Groovy: 在 Java 应用程序中加一些 Groovy 进来:http://www.ibm.com/developerworks/cn/java/j-pg05245/
1+
* 官网:<http://www.groovy-lang.org/>
2+
* Groovy with Eclipse - Tutorial: <http://www.vogella.com/tutorials/Groovy/article.html>
3+
* 实战 Groovy: 在 Java 应用程序中加一些 Groovy 进来:<http://www.ibm.com/developerworks/cn/java/j-pg05245/>
44

55

66
# Grape
77

88
嵌入到Groovy的JAR依赖项管理器。
99

10-
* http://docs.groovy-lang.org/latest/html/documentation/grape.html
10+
* <http://docs.groovy-lang.org/latest/html/documentation/grape.html>

Haskell学习之路.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Haskell学习之路
22

3-
* <https://www.haskell.org/>
3+
* <https://www.haskell.org/>

IO学习之路.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
http://iolanguage.org/
1+
<http://iolanguage.org/>
22

3-
* http://iolanguage.org/scm/io/docs/IoGuide.html
3+
* <http://iolanguage.org/scm/io/docs/IoGuide.html>

0 commit comments

Comments
 (0)