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

Skip to content

Commit a89f800

Browse files
committed
update basic csharp c_cpp j2ee and java
1 parent c254bbd commit a89f800

File tree

5 files changed

+160
-177
lines changed

5 files changed

+160
-177
lines changed

Basic学习之路.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* PowerBASIC: http://www.powerbasic.com/
66
* FBWiki: http://www.freebasic.net/wiki/wikka.php?wakka=CatPgProgrammer
77

8-
* freebasic.vim: http://cubaxd.net/?p=syntaxfile
8+
* freebasic.vim: http://cubaxd.net/?p=syntaxfile
99
* Freebasic-vim-syntax-file: https://github.com/vim-scripts/Freebasic-vim-syntax-file
1010
* fbc.vim: https://github.com/caglartoklu/fbc.vim
1111

CSharp学习之路.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
* SharpDevelop: http://www.icsharpcode.net/OpenSource/SD/
55

6-
# Emonic
6+
## Emonic
77

88
```
99
Emonic stands for Eclipse Mono Integration. It is an Eclipse plug-in which allows you to build C# programs with Mono or Microsoft .NET.
1010
```
11-
12-
* http://emonic.sourceforge.net/
11+
12+
* http://emonic.sourceforge.net/

C_CPP学习之路.md

Lines changed: 16 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# C_CPP学习之路 [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
22

3-
# Reference
3+
## Reference
44

55
* http://www.cplusplus.com/
66
* http://en.cppreference.com/
@@ -50,51 +50,45 @@
5050
* cppcheck: https://sourceforge.net/projects/cppcheck/
5151
* DISLIN: https://www.mps.mpg.de/dislin/
5252

53-
# Eclipse CDT
53+
## Eclipse CDT
5454

5555
* 项目地址:http://www.eclipse.org/cdt/
5656
* 安装说明:http://www.eclipse.org/cdt/downloads.php
5757
* 也可以在Eclipse的MarketPlace中搜索CDT,但是需要注意搜到的CDT版本是否与Eclipse版本匹配。
5858

59-
60-
# CodeBlocks
59+
## CodeBlocks
6160

6261
* http://www.codeblocks.org/
6362
* cbp2make: http://forums.codeblocks.org/index.php/topic,13675.msg92163.html#msg92163
6463
* cbMakefileGen plugin: http://forums.codeblocks.org/index.php/topic,6241.0.html
6564
* CodeBlocks插件开发指南(一): http://www.cppblog.com/lymons/archive/2010/04/17/112850.html
6665

67-
# Other IDEs
66+
## Other IDEs
6867

6968
* http://www.codelite.org/
7069
* http://anjuta.org/
7170

72-
73-
# CMake
71+
## CMake
7472

7573
* https://cmake.org/
7674

77-
78-
# Ctags
75+
## Ctags
7976

8077
* https://sourceforge.net/projects/ctags/
8178

82-
83-
84-
# CLIPS
79+
## CLIPS
8580

8681
CLIPS is a productive development and delivery expert system tool which provides a complete environment for the construction of rule and/or object based expert systems.
8782

8883
* http://clipsrules.sourceforge.net/WhatIsCLIPS.html
8984

90-
91-
# Xapian
92-
85+
## Xapian
86+
9387
Xapian is an Open Source Search Engine Library, released under the GPL v2+. It's written in C++, with bindings to allow use from Perl, Python, PHP, Java, Tcl, C#, Ruby, Lua, Erlang and Node.js (so far!)
94-
88+
9589
* http://xapian.org/
9690

97-
# GTK+
91+
## GTK+
9892

9993
* http://www.gtk.org/
10094

@@ -116,34 +110,28 @@
116110
* GTK+2.0 中的容器控件与布局技巧: http://www.ibm.com/developerworks/cn/linux/l-gtk/part1/
117111
* GTK编程: http://jianlee.ylinux.org/Computer/C/gtk%E7%BC%96%E7%A8%8B.html
118112

119-
120-
# QT
113+
## QT
121114

122115
* http://www.qt.io/
123116
* Qter开源社区: http://www.qter.org/
124117
* qtcn: http://www.qtcn.org/bbs/i.php
125118

126-
127-
128-
# wxWidgets
119+
## wxWidgets
129120

130121
* http://www.wxwidgets.org/
131122

132-
133-
# Doxygen
123+
## Doxygen
134124

135125
* http://www.stack.nl/~dimitri/doxygen/index.html
136126
* 学习用 doxygen 生成源码文档: http://www.ibm.com/developerworks/cn/aix/library/au-learningdoxygen/
137127

138-
139-
# Unit Test
128+
## Unit Test
140129

141130
* Google Test: https://github.com/google/googletest
142131
* Parasoft C/C++test: https://www.parasoft.com/product/cpptest/
143132
* 开放源码 C/C++ 单元测试工具,第 3 部分: 了解 CppTest: http://www.ibm.com/developerworks/cn/aix/library/au-ctools3_ccptest/
144133

145-
146-
# Articles
134+
## Articles
147135

148136
* Comparison of Diagnostics between GCC and Clang: https://gcc.gnu.org/wiki/ClangDiagnosticsComparison
149137
* C++ unit test start guide, how to set up Google Test (gtest) in Eclipse?:http://www.codeproject.com/Articles/811934/Cplusplus-unit-test-start-guide-how-to-set-up-Goog
@@ -195,7 +183,3 @@
195183
* VC知识库: http://www.vckbase.com/
196184
* 基于X的GNOME、GTK、GDK、XLib、GLib等之间的关系: http://socol.iteye.com/blog/579718
197185
* 减少C++代码编译时间的方法: http://www.cnblogs.com/misserwell/p/4343927.html
198-
199-
200-
201-

0 commit comments

Comments
 (0)