File tree Expand file tree Collapse file tree 5 files changed +12
-2
lines changed Expand file tree Collapse file tree 5 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 124
124
* C POSIX library: < https://en.wikipedia.org/wiki/C_POSIX_library >
125
125
* POSIX.1-2017: < http://pubs.opengroup.org/onlinepubs/9699919799 >
126
126
127
+ * Linux 常用 C 函数参考手册: < https://getiot.tech/manual/linux-c-functions/ >
128
+
127
129
* GCC, the GNU Compiler Collection: < https://gcc.gnu.org/ >
128
130
* The LLVM Compiler Infrastructure: < http://llvm.org/ >
129
131
* clang: a C language family frontend for LLVM: < http://clang.llvm.org/ >
@@ -229,12 +231,14 @@ C/C++由于历史原因,编译,构建难度相对于目前主流的其他语
229
231
230
232
* GTK+: < http://www.gtk.org/ >
231
233
* GTK文档: < https://docs.gtk.org/ >
234
+ * GTK 4 Tutorial for beginners: < https://toshiocp.github.io/Gtk4-tutorial/ >
232
235
* 在gtk+程序中显示中文说明: < http://blog.chinaunix.net/uid-222028-id-2658485.html >
233
236
* 使用 GLib 工具集管理 C 数据帖子发表于: < http://forum.ubuntu.org.cn/viewtopic.php?p=2614850 >
234
- * 基于X的GNOME、GTK、GDK、XLib、GLib等之间的关系: < http://socol.iteye.com/blog/579718 >
235
237
236
238
* GNOME 开发者中心: < https://developer.gnome.org/ >
237
239
* ~~ GNOME Older guides and API references: < https://developer-old.gnome.org/ > ~~
240
+ * Project Ridley: < https://wiki.gnome.org/Attic/ProjectRidley >
241
+ * libgnome and libgnomeui Must Die! < https://wiki.gnome.org/Attic/LibgnomeMustDie >
238
242
239
243
* Vala: < https://gitlab.gnome.org/GNOME/vala >
240
244
* Anjuta(不推荐): < https://gitlab.gnome.org/Archive/anjuta >
Original file line number Diff line number Diff line change 1
1
# Golang学习之路
2
2
3
3
* Go: < https://go.dev/ >
4
+ * Go Documentation: < https://go.dev/doc/ >
4
5
* Go (programming language): < https://en.wikipedia.org/wiki/Go_%28programming_language%29 >
5
6
* Go语言圣经(中文版): < https://github.com/openownworld/gopl-zh >
6
7
* Go 学习笔记: < https://github.com/qyuhen/book >
Original file line number Diff line number Diff line change 1
1
# PHP学习之路
2
2
3
3
* PHP: < https://www.php.net/ >
4
+ * PHP Manual: < https://www.php.net/manual/en/ >
5
+ * ~~ PHP 5 Manual: < https://php-legacy-docs.zend.com/manual/php5/en/index > ~~
4
6
5
7
* Apache HTTP Server: < https://httpd.apache.org/ >
6
8
Original file line number Diff line number Diff line change 4
4
* tclsqueak: < https://github.com/xdobry/tclsqueak >
5
5
* CrowTDE: < https://sourceforge.net/projects/crowtde/ >
6
6
* MyTcl: < http://mytcl.tcltk.co.kr/doku.php >
7
- * ACTIVETCL: < https://www.activestate.com/activetcl >
7
+
8
+ * ACTIVETCL: < https://www.activestate.com/products/tcl/ >
9
+ * Getting started with ActiveTc: < https://docs.activestate.com/activetcl/8.6/start/ >
8
10
9
11
* Tcler's Wiki: < http://wiki.tcl-lang.org/ >
Original file line number Diff line number Diff line change 1
1
## Hadoop
2
2
3
3
* < http://hadoop.apache.org/ >
4
+ * Apache Hadoop API REFERENCE: < https://hadoop.apache.org/docs/current/api/index.html >
4
5
* Hadoop: Setting up a Single Node Cluster: < https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/SingleCluster.html >
5
6
* Hadoop Cluster Setup: < http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/ClusterSetup.html >
6
7
* HDFS Users Guide: < http://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HdfsUserGuide.html >
You can’t perform that action at this time.
0 commit comments