Conteúdo compartilhado por mim nas redes sociais em meu blog oficial www.valessiobrito.com.br
Oww.. V0.2 "feed RSS mailling lists +Debian on Alioth" with Yahoo Pipe. Changelog: Goodbye spammers! ...
Marzo 1, 2013 21:00 - no comments yetOww.. V0.2 "feed RSS mailling lists +Debian on Alioth" with Yahoo Pipe.Changelog: Goodbye spammers! Insert a proposal "Filter term by title" and only show posts with specific terms.http://pipes.yahoo.com/pipes/pipe.info?_id=2250c525a61d1a55f628a761f1a52c54
Reshared post from Debian:
Febbraio 28, 2013 21:00 - no comments yetOriginal Post from Debian:
"The Debian Project is pleased to announce that, according to the terms of the new trademark policy, Debian logos and marks may now be used freely for both non-commercial and commercial purposes. The Debian Project encourages wide use of its marks in all ways that promote Debian and free software."
Follow a list on #Alitoh +Debian with feed RSS using Yahoo Pipe -> http://pipes.yahoo.com/pipes/pipe.info...
Febbraio 28, 2013 21:00 - no comments yetFollow a list on #Alitoh +Debian with feed RSS using Yahoo Pipe -> http://pipes.yahoo.com/pipes/pipe.info?_id=2250c525a61d1a55f628a761f1a52c54
Any list in #Alitoh +Debian with feed RSS using Yahoo Pipe -> http://pipes.yahoo.com/pipes/pipe.info?...
Febbraio 28, 2013 21:00 - no comments yetAny list in #Alitoh +Debian with feed RSS using Yahoo Pipe -> http://pipes.yahoo.com/pipes/pipe.info?_id=2250c525a61d1a55f628a761f1a52c54
Criando saídas alternativas de uma página; Por exemplo o feed RSS de uma página quando não existir se...
Febbraio 28, 2013 21:00 - no comments yetCriando saídas alternativas de uma página; Por exemplo o feed RSS de uma página quando não existir se tornou algo muito simples com esta ferramenta.
Yahoo Pipes de código aberto. http://pipes.deri.org
Febbraio 28, 2013 21:00 - no comments yetYahoo Pipes de código aberto. http://pipes.deri.org
echo $(for ii in `cat list.txt | uniq -c | cut -c -7` ; do echo $ii + ; done) | expr
Febbraio 28, 2013 21:00 - no comments yetecho $(for ii in `cat list.txt | uniq -c | cut -c -7` ; do echo $ii + ; done) | expr
Muito doido, vários gráficos lindos e interativos para visualização de dados. https://github.com/mbostock...
Febbraio 27, 2013 21:00 - no comments yetMuito doido, vários gráficos lindos e interativos para visualização de dados. https://github.com/mbostock/d3/wiki/Gallery
1.079 pontos de ônibus em Salvador - Bahia; Georreferenciado.
Febbraio 27, 2013 21:00 - no comments yet1.079 pontos de ônibus em Salvador - Bahia; Georreferenciado.
Help with parsing CSV: col1;col2;col3;col4 A;1;4;5 A;3;4 A;1;4 I need out: col1;col2;col3;col4 A;1(...
Febbraio 27, 2013 21:00 - no comments yetHelp with parsing CSV:col1;col2;col3;col4A;1;4;5A;3;4A;1;4I need out:col1;col2;col3;col4A;1(2x);3;4(3x);5any ideas?