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_ | |
# |
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
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
/**************************************** | |
* Import de biblioteca para o projeto | |
****************************************/ | |
import java.io.BufferedInputStream; | |
import java.io.FileOutputStream; | |
import java.io.FileWriter; | |
import java.io.IOException; | |
import java.io.InputStream; | |
import java.io.PrintWriter; | |
import java.net.SocketTimeoutException; |
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 | |
print << "!"; | |
___ _________ _____ _____ _ | |
| \\\/ || ___ \\____ | / ___| | | | |
| . . || |_/ / / / \\ `--. ___ __ _ _ __ ___| |__ | |
| |\\\/| || __/ \\ \\ `--. \\\/ _ \\\/ _` | '__/ __| '_ \\ | |
| | | || | .___/ / /\\__/ / __/ (_| | | | (__| | | | |
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
#!/bin/perl | |
############################################################ | |
# Script for sending messages with Gammu | |
# - Sending mass messages to your contacts list | |
# - Repeated sending messages | |
# | |
############################################################ | |
# Initially developed by: Gustavo | |
# Project continued by: DaniloVaz | |
# |
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 | |
use Term::ANSIColor; | |
use MIME::Base64; | |
use WWW::Mechanize; | |
use LWP; | |
# BANNERSINHO | |
print color 'bold blue'; | |
print <<banner; |
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 | |
############################################### | |
# | |
# Criador de logins em massa na LocatePeople | |
# c0d3r: Danilo | |
# E-mail: danilovazb[at]gmail[dot]com | |
# | |
############################################### |
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.util.Properties; | |
import javax.activation.DataHandler; | |
import javax.activation.FileDataSource; | |
import javax.mail.Authenticator; | |
import javax.mail.Message; | |
import javax.mail.PasswordAuthentication; | |
import javax.mail.Session; | |
import javax.mail.Transport; | |
import javax.mail.internet.InternetAddress; |
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.awt.BorderLayout; | |
import java.awt.EventQueue; | |
import java.util.Properties; | |
import javax.activation.DataHandler; | |
import javax.activation.FileDataSource; | |
import javax.mail.Authenticator; | |
import javax.mail.Message; | |
import javax.mail.PasswordAuthentication; | |
import javax.mail.Session; |
OlderNewer