This file contains 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
<?php | |
/* | |
"recriando a roda", função explode() | |
By: Papadópolis (@papadopolis) | |
*/ | |
function _explode($op,$str,$lim = null) { | |
$output = array(); | |
preg_match_all("/(.*?$op|.*?$)/i",$str,$vals); |
This file contains 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
#include <a_samp> | |
#include <Dini> | |
#include <a_http> | |
#include <a_mysql> | |
/** | |
* --------------- Sistema para procurar e ouvir rádios do ShoutCast In-Game --------------- | |
* | |
* @author: Pedro P. L. Papadópolis (a.k.a Mandrakke). | |
* @copyright: Não há. |
This file contains 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
<?php | |
function Request($a, $b, $c, $d, $e) { | |
$ch = curl_init(); | |
$exec = curl_setopt_array($ch, array( | |
CURLOPT_URL => $a, | |
CURLOPT_RETURNTRANSFER => $b, | |
CURLOPT_HEADER => 1, | |
CURLOPT_NOBODY => 0, | |
CURLOPT_COOKIE => $c, |
This file contains 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
detectCollisions: function(particle) { | |
var particles = document.getElementsByClassName('particle'); | |
var particleWidth = particle.clientWidth; | |
var particleHeight = particle.clientHeight; | |
var particleTop = parseInt(particle.style.top); | |
var particleLeft = parseInt(particle.style.left); | |
var particleBottomLeftNodeX = particleLeft; | |
var particleBottomLeftNodeY = particleTop + particleHeight; |
This file contains 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
<html> | |
<body> | |
<script type="text/javascript"> | |
var screenWidth = window.innerWidth; | |
var screenHeight = window.innerHeight; | |
var floor = screenHeight * 0.8; | |
with(document.body.style) { | |
height = screenHeight + 'px'; |
This file contains 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
// Deve ser executado no site www.registro.br | |
var $http = angular.element(document.body).injector().get('$http'); | |
function verificar() { | |
var domain = Math.random().toString(36).replace(/[^a-z]+/g, '').substr(0, 3) + '.com.br'; | |
$http.get("/cgi-bin/avail/?qr="+domain).success(function(data){ | |
if(data.available) { | |
console.log(domain + ' está disponível para registro'); | |
} | |
}); |
This file contains 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
zen | |
Hatha Cass Lake MN - Clip | |
Roller - Clip | |
Yin Yoga - Hip Opener Flow - Clip | |
Hand Flow - Clip | |
Hatha Peace and Gratitiude - 2 min | |
Vinyasa - Clip | |
Advanced Sun Salutations - Clip | |
Beginning Sun Salutations - Clip | |
Vinyasa Flow - All The Good - Clip |
This file contains 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
var verifyPayment = require('./verifyPayment'); | |
verifyPayment('1HJBhjzp8QJrVrrFH3eZWVFtiHdTCWU82f', '1Hw1v4rqWqib351iBDx6JoFrFVX4oVu5S5', 0.004036, function(tx) { | |
console.log('Pagamento identificado! depositar créditos'); | |
}) |
This file contains 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
/** | |
* ATENÇÃO: NÃO EXECUTE O SCRIPT LOGADO EM SUA CONTA DO FÓRUM, E NÃO EXECUTE SE TIVER IP FIXO. A QUANTIDADE DE REQUISIÇÕES QUE SÃO FEITAS DURANTE A EXECUÇÃO DO SCRIPT PODE FAZER COM QUE SEU IP SEJA BANIDO. | |
* | |
* Como executar: | |
* | |
* 1. Abra o Google Chrome. | |
* 2. Navegue até o início da board pt/br do fórum (http://forum.sa-mp.com/forumdisplay.php?f=56) | |
* 3. Abra o console do navegador (Windows: ctrl + shift + K, MacOS: command + shift + K). | |
* 4. Copie e cole este script no navegador | |
* 5. Aperte enter para executar |
This file contains 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
Atualizado em: 04/08/2017 16:47 | |
Código utilizado para extrair o ranking: https://gist.github.com/pedropapa/fa2fc88c5bbde357bf707139a5bbd54c | |
========================================================================================================================================== | |
1º: ipsBruno | Contribuições: 125 | Visualizações 608586 | Respostas 3566 | |
Contribuições: | |
Tutorial: |
OlderNewer