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
/** | |
* Sends fake emails to spammers | |
* @param spams number - how many emails to send | |
* @param delay= number - number of seconds to wait between each send | |
* @param url= string - url of their email script | |
*/ | |
(async (spams, delay = 1000, url = `https://fmi.icloud.com.isps.mobi/mobile/mail2.php`) => { | |
await import('https://cdnjs.cloudflare.com/ajax/libs/Faker/3.1.0/faker.min.js'); | |
const { internet } = faker; |
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
[Options] | |
ConfigVersion=2 | |
MasterServers=<Steam Web API>,hl1master.steampowered.com:27010 | |
ShowOptions=False | |
ShowServerQuery=True | |
ShowFilter=True | |
ShowAddressMode=2 | |
RefreshInterval=2 | |
RefreshSelected=True | |
KeepFavServersOnTop=True |
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
.lm_root { | |
position: relative | |
} | |
.lm_row>.lm_item { | |
float: left | |
} | |
.lm_content { | |
overflow: hidden; |
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
<!-- view-source:http://cofinsa.info/helloworld.php?city=GB&clickid=wOG4PFS3EJJ786J0H5TOVOG4 --> | |
<!--<script>if(history.replaceState) history.replaceState({}, "", "/");</script>--> | |
<script>confirm('Add Extension to Leave');</script> | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
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
// Welcome! require() some modules from npm (like you were using browserify) | |
// and then hit Run Code to run your code on the right side. | |
// Modules get downloaded from browserify-cdn and bundled in your browser. | |
var p = require('glob-parse'); | |
var toParse = 'js:**/*.{js,jsx}'.match(/(.+):(.+)/), | |
type = toParse.shift(), | |
pattern = toParse.pop(); | |
console.log(p(pattern, { full: true })); |
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 https = require('https'), | |
http = require('http'), | |
path = require('path'), | |
unzip = require('unzip'), | |
parse = require('url').parse, | |
q = require('q'); | |
function download(url, writePath){ | |
var deffered = q.defer(), | |
isHttps, |
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
(() => { | |
'use strict'; | |
let x = (() => { | |
for (let i = 0; i < 5; i++){ | |
try { | |
return i; | |
} finally { | |
if (i != 3) continue; | |
} | |
} |
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
try{a=Array.from('modnar.htaM,elyts.ydob.tnemucod,00006,tuoemiTtes,enon,stnevEretniop').reverse().join('').split(',');a[5]=eval(a[5]);a[5]()>.5&&window[a[2]](function(){this[a[0]] = a[1]}.bind(eval(a[4])),a[5]()*a[3]+a[3])}catch(oO){} |
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
/* | |
--- | |
name: Core | |
description: The heart of MooTools. | |
license: MIT-style license. | |
copyright: Copyright (c) 2006-2014 [Valerio Proietti](http://mad4milk.net/). |
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
(function(){ | |
'use strict'; | |
/* | |
--- | |
description: DynamicTextarea | |
license: MIT-style | |
authors: | |
- Amadeus Demarzi (http://amadeusamade.us) |
NewerOlder