Tag Archives: 编程
[荐]Perl程序员应该知道的事
《Perl程序员应该知道的事》是一本以食谱形式来介绍Perl语言编程的书籍。通过本书,你不仅可以快速掌握Perl语言的基础知识,而且能够将所掌握的知识立即用到真实世界的Perl编码中。……【阅读全文】
几个在线编译器
- compileonline: Compile and Execute your favorite programming languages online.……【阅读全文】
为生物信息学设计的Python教程
[荐]LinuxCast与Codecademy
[转]Linux Shell学习与实践系列
在Linux Today上有一系列Linux Shell学习与实践短文,现汇总如下。
此主题的内容仍在继续更新中,有兴趣的朋友可以持续关注Linux Today。
-
Linux Shell学习系列
linux crontab应用和实例
linux命令基础:文件和目录的操作命令
yum常用命令介绍和yum源下载
Linux命令基础:用户、组管理命令
Bash shell的十个技巧提升linux操作效率
linux系统的命令使用规范
文件显示命令:cat、more、less、tail、touch详解
Shell的使用简述
改变文件或目录存取权限命令: chown,chmod,umask
联机帮助命令:man、help
有关进程管理的命令:ps、kill、sleep
linux中用date命令获取昨天、明天或多天前后的日期
较完整的Bash快捷键,让命令更有效率
linux shell 脚本中”2>&1″的含义解释
Linux常用命令大全速查备忘
Linux sed 批量替换字符串和更多用法
Linux下2种定时执行任务方法
Linux Shell 脚本编程速查笔记<上>
Linux Shell 脚本编程速查笔记<下>
Linux Shell 编程常用技巧、实例(一)
Linux Shell 编程常用技巧、实例(二)
Linux Shell 编程常用技巧、实例(四)
Linux Shell 常用命令总结
Continue reading
一些关于Linux的书籍
有网友整理集合了一些关于Linux的书籍,欲知详情,请移步至http://ebook.elain.org/……【阅读全文】
程序代码中的缩进与大括号风格
-
K&R style
Named after Kernighan & Ritchie, because the examples in K&R are formatted this way. Also called `kernel style’ because the Unix kernel is written in it, and the `One True Brace Style’ (abbrev. 1TBS) by its partisans. In C code, the body is typically indented by eight spaces (or one tab) per level, as shown here. Four spaces are occasionally seen in C, but in C++ and Java four tends to be the rule
rather than the exception.……【阅读全文】
皮皮书屋——一个优秀的电子书分享网站
【转载】编程与女人(四则)
之一
程序员就像男人,语言就像女人,每个男人都想要很多女人,却很少有男人能真正了解一个女人。
之二
男人都像Python,总喜欢更美的(Beautiful is better than ugly);
又想遇到像Perl一样的女人,因为有多种方式可以用(There is more than one way to do it)。
Continue reading