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
# -*- coding: utf-8 -*- | |
#!/usr/bin/python | |
# pip install ecdsa | |
# pip install pysha3 | |
from ecdsa import SigningKey, SECP256k1 | |
import sha3 | |
keccak = sha3.keccak_256() |
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
1033edge.com | |
11mail.com | |
123.com | |
123box.net | |
123india.com | |
123mail.cl | |
123qwe.co.uk | |
150ml.com | |
15meg4free.com | |
163.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
var popup_height = 0; | |
function displayPopup(type) { | |
if (typeof(type)==='undefined') type = "newsletter"; | |
$(".popup .popup-body").add('.popup .popup-header span').hide(); | |
$(".popup .popup-header ." + type).show(); | |
$(".popup .popup-body."+type).show(function(){ | |
popup_height = ($(".popup").height())+60; | |
$(".popup").animate({marginTop:-popup_height-20},400).animate({marginTop:-popup_height},200); | |
}); |
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
<script> | |
$(document).ready(function(){ | |
showPopup('form'); | |
$('div.popup form.marketo-form').submit(function() { | |
var data = {}; | |
$(this).find('input').add('select').add('textarea').each(function() { | |
data[$(this).attr('name')] = $(this).val(); | |
}); | |
var url = $(this).attr('action') || window.location.href; | |
var after_submit = function(data, textStatus, jqXHR) { |
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
<iframe src="http://www.facebook.com/plugins/like.php?href=YOUR_URL" | |
scrolling="no" frameborder="0" | |
style="border:none; width:450px; height:80px"></iframe> |