Skip to content

Instantly share code, notes, and snippets.

View andrewmd5's full-sized avatar
💭
🖤

Andrew Sampson andrewmd5

💭
🖤
View GitHub Profile

Rainway Individual Contributor License Agreement

Thank you for your interest in contributing to open source software projects (“Projects”) made available by Rainway, Inc or its affiliates (“Rainway”). This Individual Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to Rainway in respect of any of the Projects (collectively “Contributions”). If you have any questions respecting this Agreement, please contact [email protected].

You agree that the following terms apply to all of your past, present and future Contributions. Except for the licenses granted in this Agreement, you retain all of your right, title and interest in and to your Contributions.

Copyright License. You hereby grant, and agree to grant, to Rainway a non-exclusive, perpet

var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (xhttp.readyState == 4 && xhttp.status == 200) {
document.getElementById("demo").innerHTML = xhttp.responseText;
}
};
xhttp.open("POST", "http://app.strangergif.com:8084/gifs", true);
xhttp.setRequestHeader("Content-type", "application/json");
xhttp.send('{"phrase":"Hello World"}');
package me.aurous.ui.handlers;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.FutureTask;
import javafx.application.Platform;
import javafx.scene.control.Alert;
import javafx.scene.control.Alert.AlertType;
import javafx.scene.control.ButtonType;
@andrewmd5
andrewmd5 / gist:92818fd7a0da398f0809
Created March 24, 2015 15:24
API v2 Info Preview
{
"results":2,
"statuscode":200,
"responsetime":0.0039,
"torrents":[
{
"torrent_hash":"156B69B8643BD11849A5D8F2122E13FBB61BD041",
"torrent_title":"Slackware 14.1 x86_64 DVD ISO",
"torrent_category":"Applications",
"sub_category":"",
@andrewmd5
andrewmd5 / gist:91f0cba6e741753fe49a
Last active August 29, 2015 14:17
Strike API v2 changes
Fixed download endpoint to not return 200 even when a file was 404'd
Fixed download endpoint to all access origin *
Info structure has been cleaned up - https://gist.github.com/Codeusa/92818fd7a0da398f0809
File sizes are now in bytes rather than a string of their total size.
Added endpoint for descriptions
Added sub category filtering to top 100, increased speeds up to 150%
Removed download link from top 100, replaced with magnet.
Removed download link from info, replaced with magnet
Max excution time set to 5 seconds, should never be more than this; ever.
Filter out strings by adding a - in front of them. (may increase search times)
@andrewmd5
andrewmd5 / dad.js
Created December 25, 2014 20:28
iizzzzy
[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]](([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]
@andrewmd5
andrewmd5 / fizzbuzz.js
Last active August 29, 2015 14:11
fizz buzz without the letter f
i = 0;
letter = 15;
do console.log(++i % 15 ? i % 3 ? i % 5 ? i : 'buzz' : letter.toString(16) + 'izz' : letter.toString(16) + 'izzbuzz'); while (i < 100)
[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]](([][[]]+[])[!+[]+!![]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]
package org.saleen.util;
import java.io.IOException;
import java.net.InetAddress;
import net.sbbi.upnp.impls.InternetGatewayDevice;
import net.sbbi.upnp.messages.UPNPResponseException;
/**
* A simple UPNP Portforwarding implementation
000GamerGate000
000mightGinofam
0080F0
00neko
01_racheal
0ckham
0komi
0LD_B0NES
0perationZer0
0uttaS1TE