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

Skip to content

Commit 6c6c470

Browse files
committed
update
1 parent 3942e17 commit 6c6c470

File tree

6 files changed

+59
-68
lines changed

6 files changed

+59
-68
lines changed

Android学习之路.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@
7070
* android下的SuppressLint与TargetApi: <http://blog.csdn.net/pony_maggie/article/details/52115884>
7171
* Android完美获取状态栏高度、标题栏高度、编辑区域高度的获取: <http://blog.csdn.net/a_running_wolf/article/details/5047796>
7272
* Android开发中dip,dpi,density,px等详解: <http://blog.qiji.tech/archives/2581>
73+
* 高斯模糊: <https://zh.wikipedia.org/wiki/%E9%AB%98%E6%96%AF%E6%A8%A1%E7%B3%8A>
74+
* 总结一下Android中主题(Theme)的正确玩法: <https://www.cnblogs.com/zhouyou96/p/5323138.html>
75+
* Android中 @和?区别以及?attr/**@style/**等的区别: <http://blog.csdn.net/xx326664162/article/details/64125654>
7376

7477
* Android Studio系列教程一--下载与安装: <http://stormzhang.com/devtools/2014/11/25/android-studio-tutorial1/>
7578
* Android Studio系列教程二--基本设置与运行: <http://stormzhang.com/devtools/2014/11/28/android-studio-tutorial2/>

Asm学习之路.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
1-
* 汇编网: http://www.asmedu.net/
2-
* 看雪学院: http://www.pediy.com/default.php
3-
* 看雪安全论坛: http://bbs.pediy.com/
4-
* MARS (MIPS Assembler and Runtime Simulator): http://courses.missouristate.edu/KenVollmar/MARS/
5-
* SPIM A MIPS32 Simulator: http://pages.cs.wisc.edu/~larus/spim.html
6-
* dosbox: http://www.dosbox.com/
7-
* The MASM32 SDK: http://www.masm32.com/
8-
* WinMIPS64: http://indigo.ie/~mscott/
9-
* OllyDbg: http://www.ollydbg.de/
10-
* winasm.net: http://www.winasm.net/
11-
* The Go tools for Windows + Assembler: http://www.godevtool.com/
12-
* Yasm: http://yasm.tortall.net/
13-
* NASM: http://www.nasm.us/
14-
* flat assembler: http://www.flatassembler.net/
15-
* IDA: https://www.hex-rays.com/products/ida/index.shtml
16-
* 鱼C工作室: http://www.fishc.com/
1+
# 汇编学习之路
172

18-
# asmplugin
19-
20-
* 项目地址:http://sourceforge.net/projects/asmplugin/
3+
* 汇编网: <http://www.asmedu.net/>
4+
* 看雪学院: <http://www.pediy.com/default.php>
5+
* 看雪安全论坛: <http://bbs.pediy.com/>
6+
* MARS (MIPS Assembler and Runtime Simulator): <http://courses.missouristate.edu/KenVollmar/MARS/>
7+
* SPIM A MIPS32 Simulator: <http://pages.cs.wisc.edu/~larus/spim.html>
8+
* dosbox: <http://www.dosbox.com/>
9+
* The MASM32 SDK: <http://www.masm32.com/>
10+
* WinMIPS64: <http://indigo.ie/~mscott/>
11+
* OllyDbg: <http://www.ollydbg.de/>
12+
* winasm.net: <http://www.winasm.net/>
13+
* The Go tools for Windows + Assembler: <http://www.godevtool.com/>
14+
* Yasm: <http://yasm.tortall.net/>
15+
* NASM: <http://www.nasm.us/>
16+
* flat assembler: <http://www.flatassembler.net/>
17+
* IDA: <https://www.hex-rays.com/products/ida/index.shtml>
18+
* 鱼C工作室: <http://www.fishc.com/>
19+
* asmplugin:<http://sourceforge.net/projects/asmplugin/>

Basic学习之路.md

Lines changed: 25 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,37 @@
1-
* BASIC: https://en.wikipedia.org/wiki/BASIC
1+
# Basic语言学习之路
22

3+
* BASIC: <https://en.wikipedia.org/wiki/BASIC>
34

45
## FreeBASIC
56

6-
* freeBASIC: https://en.wikipedia.org/wiki/FreeBASIC
7-
* FreeBASIC: http://www.freebasic.net/
8-
* FBIde - editor for FreeBASIC: http://fbide.freebasic.net/
9-
* FbEdit FreeBASIC code editor: https://sourceforge.net/projects/fbedit/
10-
* FBWiki: http://www.freebasic.net/wiki/wikka.php?wakka=CatPgProgrammer
11-
* freebasic.vim: http://cubaxd.net/?p=syntaxfile
12-
* Freebasic-vim-syntax-file: https://github.com/vim-scripts/Freebasic-vim-syntax-file
13-
* fbc.vim: https://github.com/caglartoklu/fbc.vim
14-
* IrrlichtWrapper Library: http://www.frankdodd.screaming.net/IrrlichtWrapper/IrrlichtWrapperPortal.htm
15-
* Free BASIC 试用: http://blog.sina.com.cn/s/blog_54dc74aa010002z0.html
16-
7+
* freeBASIC: <https://en.wikipedia.org/wiki/FreeBASIC>
8+
* FreeBASIC: <http://www.freebasic.net/>
9+
* FBIde - editor for FreeBASIC: <http://fbide.freebasic.net/>
10+
* FbEdit FreeBASIC code editor: <https://sourceforge.net/projects/fbedit/>
11+
* FBWiki: <http://www.freebasic.net/wiki/wikka.php?wakka=CatPgProgrammer>
12+
* freebasic.vim: <http://cubaxd.net/?p=syntaxfile>
13+
* Freebasic-vim-syntax-file: <https://github.com/vim-scripts/Freebasic-vim-syntax-file>
14+
* fbc.vim: <https://github.com/caglartoklu/fbc.vim>
15+
* IrrlichtWrapper Library: <http://www.frankdodd.screaming.net/IrrlichtWrapper/IrrlichtWrapperPortal.htm>
16+
* Free BASIC 试用: <http://blog.sina.com.cn/s/blog_54dc74aa010002z0.html>
1717

1818
## QuickBASIC QBasic
1919

20-
* QuickBASIC: https://en.wikipedia.org/wiki/QuickBASIC
21-
* QBasic: https://en.wikipedia.org/wiki/QBasic
22-
* QBasic讨论区: http://bbs.pfan.cn/forum/12.html
23-
* Features of QuickBasic: https://blog.uxul.de/e?e=mt-164
24-
* 文章分类 - Quick Basic: http://www.cnblogs.com/djcsch2001/category/284667.html
25-
* Quick Basic 常用的语句: http://blog.pfan.cn/hange/1422.html
26-
* All about QBasic and QuickBasic: http://www.qbasic.net/
20+
* QuickBASIC: <https://en.wikipedia.org/wiki/QuickBASIC>
21+
* QBasic: <https://en.wikipedia.org/wiki/QBasic>
22+
* QBasic讨论区: <http://bbs.pfan.cn/forum/12.html>
23+
* Features of QuickBasic: <https://blog.uxul.de/e?e=mt-164>
24+
* 文章分类 - Quick Basic: <http://www.cnblogs.com/djcsch2001/category/284667.html>
25+
* Quick Basic 常用的语句: <http://blog.pfan.cn/hange/1422.html>
26+
* All about QBasic and QuickBasic: <http://www.qbasic.net/>
2727

28-
* http://www.qb64.net/
28+
* <http://www.qb64.net/>
2929

3030
## Other
3131

32-
* BASIC-256: http://www.basic256.org/index_en
33-
* PowerBASIC: http://www.powerbasic.com/
34-
35-
* Developing Automated Tests Using NUnit and VB.NET: http://www.byte-vision.com/NUnitAndVBArticle.aspx
36-
* 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
38-
39-
40-
41-
42-
43-
32+
* BASIC-256: <http://www.basic256.org/index_en>
33+
* PowerBASIC: <http://www.powerbasic.com/>
4434

35+
* Developing Automated Tests Using NUnit and VB.NET: <http://www.byte-vision.com/NUnitAndVBArticle.aspx>
36+
* 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>

CSharp学习之路.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
* Mono: http://www.mono-project.com/
2-
* MonoDevelop: http://www.monodevelop.com/
1+
# C#学习之路
32

4-
* SharpDevelop: http://www.icsharpcode.net/OpenSource/SD/
5-
6-
## Emonic
7-
8-
```
9-
Emonic stands for Eclipse Mono Integration. It is an Eclipse plug-in which allows you to build C# programs with Mono or Microsoft .NET.
10-
```
11-
12-
* http://emonic.sourceforge.net/
3+
* Mono: <http://www.mono-project.com/>
4+
* MonoDevelop: <http://www.monodevelop.com/>
5+
* SharpDevelop: <http://www.icsharpcode.net/OpenSource/SD/>
6+
* Emonic: <http://emonic.sourceforge.net/>

EditorAndIDE学习之路.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Editor And IDE
22

3+
## VSCode
4+
5+
* Visual Studio Code: <https://code.visualstudio.com/Download>
6+
* Settings Sync: <https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync>
7+
38
## VIM
49

510
* http://www.vim.org/
@@ -30,11 +35,6 @@
3035
* emacswiki: http://www.emacswiki.org/emacs/
3136
* GNU Emacs Manuals Online: http://www.gnu.org/software/emacs/manual/
3237

33-
## VSC
34-
35-
* Visual Studio Code: https://code.visualstudio.com/Download
36-
* Settings Sync: https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync
37-
3838
## ultraedit
3939

4040
* http://www.ultraedit.com/

Haskell学习之路.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
* https://www.haskell.org/
1+
# Haskell学习之路
2+
3+
* <https://www.haskell.org/>

0 commit comments

Comments
 (0)