This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.FileWriter; | |
import java.io.IOException; | |
import java.io.PrintWriter; | |
import java.util.List; | |
import twitter4j.Paging; | |
import twitter4j.ResponseList; | |
import twitter4j.Status; | |
import twitter4j.TwitterException; | |
import twitter4j.TwitterFactory; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/************************************************************************************ | |
* Busca CEP 1.0 | |
* c0d3r: Danilo Vaz | |
* Dt: 29/10/2013 | |
* | |
* ~~> Código que faz parse XML no webservice do qualocep.com.br, | |
* ~~> fiz uma integração também com o Google Maps para trazer o geocode do CEP | |
* ~~> assim é possível implementá-lo em uma aplicação com mapas. | |
* | |
************************************************************************************/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
################################################# | |
# csv2vCard 1.0 | |
# | |
# c0d3r: Danilo Vaz | |
# Dt:29/11/2013 | |
# HappyBirtdayForMy (: | |
# danilovazb[at]hotmail[dot]com | |
# Gr33tz: N4sss, Clandestine, Cooler_ | |
# |
NewerOlder