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
using kyun.GameScreen; | |
using kyun.GameScreen.UI; | |
using Microsoft.Xna.Framework; | |
using Microsoft.Xna.Framework.Input; | |
using System; | |
//Ignore hardcoded values | |
namespace kyun.game.GameModes.Test | |
{ | |
public class TestPlayer : UIObjectBase |
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
<?php | |
error_reporting(E_ALL); | |
ini_set('display_errors', E_ALL); | |
ini_set('display_startup_errors', E_ALL); | |
setlocale(LC_ALL, 'es_ES'); | |
date_default_timezone_set('America/Argentina/Buenos_Aires'); | |
define( 'DS', DIRECTORY_SEPARATOR ); | |
define( 'ROOT', dirname(__FILE__) . DS ); |
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
<?php | |
//Comando ping / Ping Command | |
if(!defined("RUNNED")) die('not allowed'); | |
class Plugin{ | |
var $Sender; | |
public function Plugin(){ | |
global $sender; | |
$this->Sender=$sender; | |
} | |
public function launch(){ |
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
/* Buttons :3 */ | |
.btn{ | |
background:#f0f0f0; | |
border:none; | |
color:#707070; | |
padding:11px 15px; | |
border-radius:3px; | |
cursor:pointer; | |
outline:none; |
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
// ==UserScript== | |
// @name BandCamp player | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match https://*.bandcamp.com/* | |
// @grant none | |
// ==/UserScript== |
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
//(sha256) | |
function MineHash(startHash, diff){ | |
hashCalc = ""; | |
startsWith = diff; | |
number = 0; | |
while(hashCalc.substring(0, startsWith) != "0".repeat(startsWith)){ | |
number++; | |
hashCalc = sha256(startHash+number); |
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
// ==UserScript== | |
// @name Taringa! Switcher | |
// @namespace http://www.taringa.ml/ | |
// @version 0.1 | |
// @description Switch between different user accounts in Taringa! | |
// @author anpep | |
// @match *://*.taringa.net/* | |
// @grant none | |
// ==/UserScript== |
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
// ==UserScript== | |
// @name Taringa! Switcher | |
// @namespace http://www.taringa.ml/ | |
// @version 0.1 | |
// @description Switch between different user accounts in Taringa! | |
// @author anpep | |
// @match *://*.taringa.net/* | |
// @grant none | |
// ==/UserScript== |
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
// ==UserScript== | |
// @name Cropper | |
// @namespace www.taringa.net/naoko- | |
// @version 0.4 | |
// @description Corta imagenes desde el Mi | |
// @author Yo, Fabi | |
// @match *://www.taringa.net/* | |
// @grant none | |
// ==/UserScript== | |
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 newProductos = []; | |
var Productos = [ | |
{name: "usb", value:"5"}, | |
{name: "usb", value:"10"}, | |
{name: "pendriver", value:"50"}, | |
{name: "pendriver", value:"5"}, | |
{name: "usb", value:"3"} | |
]; | |
//Loop entre productos |