Command Line Magic (climagic)'s status on Tuesday, 07-Feb-12 15:06:15 UTC
-
bin2dec(){ for b in $@ ;do printf "$(( 2#$b ))\n";done; } # Function to convert a list of binary numbers to their decimal equivilents.
bin2dec(){ for b in $@ ;do printf "$(( 2#$b ))\n";done; } # Function to convert a list of binary numbers to their decimal equivilents.
Identi.ca is a microblogging service brought to you by E14N. It runs the StatusNet microblogging software, version 1.1.0-release, available under the GNU Affero General Public License.
All Identi.ca content and data are available under the Creative Commons Attribution 3.0 license.