位元詩人 技術雜談

此處收集一些單篇的技術文章。這些文章和文章間的順序僅代表發佈時間的先後,沒有內容上的連貫性,讀者可跳著讀自己感興趣的部分。

技術雜談:Evaluate Whether Chromebook Suits You Or Not

Netbooks failed to thrive because people tried to put every heavyweight applications into a relatively lightweight client. With the flourish 繼續閱讀

技術雜談:CoffeeScript - the Sugar of JavaScript

JavaScript is the vital part of modern interactive web. However, JavaScript is not easy; it mixes the features of several languages. Some good, 繼續閱讀

技術雜談:Edit HTML in Emacs with web-mode

Emacs has a built-in html-mode for HTML files. It is common that HTML files comes with other lauguages like CSS, JavaScript, PHP and so on. The 繼續閱讀

技術雜談:Unix is Friend - Getting Help

Unix is like carpenters' toolkits; you need to learn them before you really enjoy them. Self-help learning is rewarding and amusing, which also 繼續閱讀

技術雜談:Fast Parallel Download with lftp

I was assigned by my professor to download some RNA sequences data to my own computer for backup purpose, because the original data server will 繼續閱讀

技術雜談:Unix is Friend - Unix Toolbox on Windows

Sometimes there are no available desktop or laptop running Unix or Linux, but we miss these utilities on Unix. Thanks the efforts of numerous 繼續閱讀

技術雜談:Unix is Friend - Emacs

Many files on Unix are plain text files. Some examples are text files, markup language files, LaTeX files, source code, Makefiles, and configuration 繼續閱讀

技術雜談:Unix is Friend - Overview

Unix utilities seem arcane and ancient; however, some people still admire them, whereas mouses and touch screens are ubiquitous. By Unix Power 繼續閱讀

技術雜談:Faster Prolog in Perl with Yaswi

In my [previous post]({{ "/perl/prolog/2014/09/01/perl-cross-prolog-in-ai-prolog/" | prepend: site.baseurl }}), I introduced AI::Prolog, 繼續閱讀

技術雜談:Perl x Prolog in AI::Prolog

Perl programming can be done in imperative, objective and functional styles. However, Perl lacks direct support in logic programming. Prolog 繼續閱讀