Before I upload some DSP code I've been working on, I have a question about good style. When doing lookup tables for mathematical functions that take an integer, I've always allowed negative indexes ...
If you're used to a "standard" *NIX shell you may not be familiar with bash's array feature. Although not as powerful as similar constructs in the P languages (Perl, Python, and PHP) and others, they ...