Many files on Unix are plain text files. Some examples are text files, markup language files, LaTeX files, source code, Makefiles, and configuration 繼續閱讀
此處收集一些單篇的技術文章。這些文章和文章間的順序僅代表發佈時間的先後,沒有內容上的連貫性,讀者可跳著讀自己感興趣的部分。
Unix utilities seem arcane and ancient; however, some people still admire them, whereas mouses and touch screens are ubiquitous. By Unix Power 繼續閱讀
Sometimes we want to browse online document for the usages of Perl subroutines or modules. It is boringly repetitive to open the browser and 繼續閱讀
The Entrez Programming Utilities are a interface to Entrez query and database system at the National Center for Biotechnology Information (NCBI). 繼續閱讀
In my [previous post]({{ "/perl/prolog/2014/09/01/perl-cross-prolog-in-ai-prolog/" | prepend: site.baseurl }}), I introduced AI::Prolog, 繼續閱讀
Perl programming can be done in imperative, objective and functional styles. However, Perl lacks direct support in logic programming. Prolog 繼續閱讀
In Perl, you do not need to declare the type of a variable in advance. Sometimes, it is confusing because you do not know the type of the variable 繼續閱讀
Since hash is a one-way relation, you cannot directly sort by hash values and get hash keys in Perl. However, by customized sort subroutine, 繼續閱讀
Coherent PDF Tools is a command line PDF tool for Windows, Mac and Unix. It is free for non-commercial use. I wanted to remove all bookmarks 繼續閱讀
For GUI mac software, AppCleaner is an easy way to safely and cleanly uninstall it on Mac. However, there is no easy method to uninstall PKG 繼續閱讀