IBM AIX Tips

Posted on May 06, 2015 in OS • Tagged with Unix, IBM, AIX, tips

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **

Display the total disk …


Continue reading

General Tips for MATLAB

Posted on Dec 08, 2012 in Computer Science • Tagged with tips, skills, programming, MATLAB

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

Skills

  1. MATLAB support profiling running time of code, so that you what to work on to optimize your code.s

  2. It is expensive to allocate a new …


Continue reading

Cheatsheet for Muttator

Posted on Dec 19, 2013 in Software • Tagged with software, Muttator, Vim, tips, Mozilla

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

Adopted from http://waxandwane.org/muttator.html

A Muttator Reference Sheet / Cheat Sheet

Muttator v0.6 for Thunderbird v3.0 and 3.1.* (muttator-20100629.xpi)

The main …


Continue reading

General Tips for R

Posted on Nov 05, 2012 in Computer Science • Tagged with tips, R, generic, programming, argument

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

  1. Many R functions have lots of arguments which allows you get a full control of their behaviors, so before you ask whether there is any R function …


Continue reading

Some Tips for PHP

Posted on Oct 24, 2013 in Software • Tagged with tips

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

  1. You'd better treat PHP as a case sensitive language.

  2. You can include a HTML template using the function include.

  3. scandir gets all files in a directory