• mar
    31
    2010

    ack

    Junto com o vim/ctags o ack é ferramenta que mais utilizo ultimamente. É um jeito rápido e eficiente para fazer buscas em arquivos texto. Para quem usa o grep -r vai achar útil.
    http://betterthangrep.com/

  • mar
    29
    2010

    Primeiras impressões de uso do XCode com PyObjC

    Estou utilizando o Mac OS X a pouco tempo com a intenção de aprender um pouco da programação de interface gráficas. Uma opção é utilizar o Qt que é multi-plataforma, mas resolvi fazer um teste com o que a Apple tem a oferecer. Minha escolha inicial para pegar a “idéia” foi partir de alguma coisa [...]

  • mar
    27
    2010

    Download photos from Flickr!

    I think that one problem regarding creating a script to download photos form Flickr is getting copyrighted material. Suppose that you want all photos from Itajubá city. You can use Flickr API or an YQL request, as follows:
    select * from flickr.photos.search where text=”itajubá”
    My first try to get license information was showing the pertinent part of [...]

  • mar
    26
    2010

    Calourada Livre 2010

    Este ano pensei minha apresentação no Calourada Livre como uma série de “dicas” para os bixos aprenderem sobre Software Livre ainda na graduação, associando quando possível as matérias oferecidas no curso.

    Slides: http://www.slideshare.net/maluta/calourada2010
    :wq

  • mar
    09
    2010

    Welcome back NGW100!

    A some time ago I’ve bricked my NGW100 board by overwritten the U-boot from flash. To fix it was necessary using a JTAG interface, so I check some alternatives.

    AVR JTAGICE mkII (US$ 299) [official] http://atmel.com/dyn/products/tools_card.asp?tool_id=3353
    AVR JTAG ICE mkii CN (US$ 99)  http://enshop.avrvi.com/avrjtagicemkiicn.html
    AT AVR JTAGICE mkII clone (US$ 159) http://enshop.avrvi.com/jtagicemkiiclone.html

    Considering that NGW100 itself costs about US$ [...]

  • mar
    06
    2010

    SHOUTcast search

    I’m working on a project using SHOUTCast. In order to know about services requests, especially XML output, I made this small program to display search queries.  The program perform an Http request and parse the result in a appropriate view.
    screenshot
    This code is hosted in Github.
    $ git clone git://github.com/maluta/shoutcast-search.git
    $ cd shoutcast-search
    $ qmake && make && [...]