Friday, November 30th, 2007
Oh.
Oh.
Dan Bernstein puts all his software into Public Domain.
How to install pylint on MacOS 10.5 Leopard:
wget ftp://ftp.logilab.fr/pub/common/logilab-common-0.25.0.tar.gz wget ftp://ftp.logilab.fr/pub/astng/logilab-astng-0.17.1.tar.gz wget ftp://ftp.logilab.fr/pub/pylint/pylint-0.13.2.tar.gz tar xzvf logilab-common-0.25.0.tar.gz cd logilab-common-0.25.0 sudo python setup.py install cd .. tar xzvf logilab-astng-0.17.1.tar.gz cd logilab-astng-0.17.1 sudo python setup.py install cd .. tar xzvf pylint-0.13.2.tar.gz cd pylint-0.13.2 sudo python setup.py install cd .. sudo rm -Rf pylint-0.13.2* logilab-* echo "[FORMAT]" > ~/.pylintrc echo "max-line-length=110" >> ~/.pylintrc
Then
pylint SOURCEFILE.py
Basic editing Support:
cd Desktop curl -O http://projects.validcode.net/files/GetBundle.tmbundle.zip
On the Dektop Doubleclick on GetBundle.tmbundle.zip then Doubleclick on GetBundle.tmbundle.
Than in TextMate Bundles -> GetBundles -> Install Bundle. Choose Erlang.
See also here.
Templates:
mkdir -p ~/Library/Application\ Support/TextMate/Bundles/Erlang.tmbundle/Templates/ cd ~/Library/Application\ Support/TextMate/Bundles/Erlang.tmbundle/Templates/ curl -O http://rsaccon.googlepages.com/textmate_erlang_templates.zip unzip textmate_erlang_templates.zip rm textmate_erlang_templates.zip
See also here.
Compilation Support:
cd curl -O http://rsaccon.googlepages.com/Build.tmCommand open Build.tmCommand rm Build.tmCommand
See also here.
I have been looking for a robot platform for some logistics related jobs for some time now. Seems the first serious candidates turn up.
So far the White Box Robotics 914 PC-BOT seems to be the closest to what I have in mind regarding price and preformance.
Also their promo photo is very cool AND logistics oriented.
bash-2.05b# nmap -sP 192.168.0.0/25 Starting Nmap 4.01 ( http://www.insecure.org/nmap/ ) at 2007-11-22 06:55 UTC Host gate.local.hudora.biz (192.168.0.1) appears to be up. Assertion failed: (0), function ultrascan_port_pspec_update, file scan_engine.cc, line 1831. Abort trap: 6 (core dumped)
