▽EMBOSS Downloads ●10/23 21:37 To unpack the distribution (where ’x.x’ refers to the current distribution number), you should use the following UNIX commands: gunzip EMBOSS-6.x.x.tar.gz tar xvf EMBOSS-6.x.x.tar Compiling If you are compiling a fresh installation: ./configure make If you compile it on subsequent occasions, use the following:- rm config.cache make clean ./configure make Configuring When you have downloaded your c
▽オブジェクト指向スクリプト言語 Ruby ●04/03 07:24 # The famous Hello World # program is trivial in # Ruby. You don’t need: # # * a ”main” method # * newline escapes # * semicolons # # Here’s the code: puts ”Hello World!” SQLite-Ruby Ruby Action Pack