Inspired from {this gist}[https://gist.github.com/1134309/1df8c60c1f3cd10d3c40895af195f86c20a75827]
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
| ⨀_⨀ | |
| ⨂_⨂ | |
| (/◔ ◡ ◔)/ | |
| °ﺑ° | |
| (¬_¬) | |
| (´・ω・`) | |
| (ʘ_ʘ) | |
| (ʘ‿ʘ) | |
| (๏̯͡๏ ) | |
| (◕_◕) |
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
| (function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cu(a){if(!cj[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ck||(ck=c.createElement("iframe"),ck.frameBorder=ck.width=ck.height=0),b.appendChild(ck);if(!cl||!ck.createElement)cl=(ck.contentWindow||ck.contentDocument).document,cl.write((f.support.boxModel?"<!doctype html>":"")+"<html><body>"),cl.close();d=cl.createElement(a),cl.body.appendChild(d),e=f.css(d,"display"),b.removeChild(ck)}cj[a]=e}return cj[a]}function ct(a,b){var c={};f.each(cp.concat.apply([],cp.slice(0,b)),function(){c[this]=a});return c}function cs(){cq=b}function cr(){setTimeout(cs,0);return cq=f.now()}function ci(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ch(){try{return new a.XMLHttpRequest}catch(b){}}function cb(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g<i;g++){if(g===1)for(h in |
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
| package ch.seta.awsomepixelship; | |
| import java.io.IOException; | |
| import java.util.Random; | |
| import javax.microedition.lcdui.Canvas; | |
| import javax.microedition.lcdui.Graphics; | |
| import javax.microedition.lcdui.Image; | |
| public class ActionCanvas extends Canvas implements Runnable{ |
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
| // Fortran | |
| // Year: 1954–55 | |
| // Name: The IBM Mathematical FORmula TRANslating System | |
| Program Hello | |
| Print *, "Hello World!" | |
| End Program Hello |
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
| public class Main { | |
| /* | |
| * Vl. aber nur ganz vl macht das Java logisch. | |
| * | |
| * NOTE: Ich erwarte den Preis für die blödesten | |
| * Variablen Namen ;) | |
| * | |
| * Und ja, man schreibt Variablen normal | |
| * nicht alle Gross, sry ^^ |
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
| # place to /etc/tor/torrc | |
| # or simply | |
| # $ tor -f /path/tor/torrc -D /path/to/datadir | |
| SocksPort 9050 | |
| SocksListenAddress 127.0.0.1 | |
| NewCircuitPeriod 1 | |
| MaxCircuitDirtiness 1 | |
| EnforceDistinctSubnets 1 |
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
| require 'rubygems' | |
| require 'rest-client' | |
| # Socksify is amazing handling Proxys, also Socks like tor | |
| # The proxy is simply aviable in the whole script | |
| require 'socksify' | |
| TCPSocket::socks_server = "127.0.0.1" | |
| TCPSocket::socks_port = 9070 | |
| # Create a cookie |
