Skip to content

Instantly share code, notes, and snippets.

@md-5
md-5 / del.js
Created February 29, 2012 08:47
// ==UserScript==
// @name DeletedSubmissions
// @namespace com.md_5
// @description Hide those pesky deleted Bukkit submissions
// @include http://forums.bukkit.org/forums/plugin-submissions.20/*
// ==/UserScript==
var threadHolders = document.getElementsByClassName("discussionListItems");
for (var i = 0; i < threadHolders.length; i++) {
var deletedThreads = document.getElementsByClassName("discussionListItem deleted");
@Override
public byte[][] generateBlockSections(World world, Random random, int x1, int z1, BiomeGrid biomes) {
byte[][] bytes = new byte[16][16 * 16 * 16];
for (int i = 0; i <= 16; i++) {
int index = 0;
for (int x = 0; x <= 16; x++) {
for (int z = 0; z <= 16; z++) {
for (int y = 0; y <= 16; y++) {
bytes[i][index] = 1;
index++;
<?xml version="1.0" encoding="UTF-8"?>
<ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>MinecraftDownload</Name><Prefix/><Marker/><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated><Contents><Key>AppleJavaExtensions.jar</Key><LastModified>2010-09-18T21:35:15.000Z</LastModified><ETag>"5e99d4dd3509fd1cd61c17bda81626a2"</ETag><Size>4189</Size><StorageClass>STANDARD</StorageClass></Contents><Contents><Key>bakup/</Key><LastModified>2011-04-19T13:01:43.000Z</LastModified><ETag>"d41d8cd98f00b204e9800998ecf8427e"</ETag><Size>0</Size><StorageClass>STANDARD</StorageClass></Contents><Contents><Key>bakup/jinput.jar</Key><LastModified>2011-04-19T13:01:50.000Z</LastModified><ETag>"a7835a73a130656aba23e34147a55367"</ETag><Size>227833</Size><StorageClass>STANDARD</StorageClass></Contents><Contents><Key>bakup/jinput.jar.lzma</Key><LastModified>2011-04-19T13:01:57.000Z</LastModified><ETag>"230cb9e4e802a1f4ee00fe32e9df109b"</ETag><Size>203737</Size><StorageClass>STANDARD</StorageClass></Contents><Cont
package com.md_5;
import net.minecraft.server.EntityPlayer;
import net.minecraft.server.NetServerHandler;
import net.minecraft.server.Packet18ArmAnimation;
import org.bukkit.craftbukkit.entity.CraftPlayer;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.player.PlayerJoinEvent;
import org.bukkit.plugin.java.JavaPlugin;
package com.earth2me.essentials.commands;
import com.earth2me.essentials.User;
import org.bukkit.Server;
import org.bukkit.entity.Player;
public class Commandvanish extends EssentialsCommand
{
public Commandvanish()
package com.raphfrk.craftproxylitest;
import java.io.FilterInputStream;
import java.io.IOException;
import java.io.InputStream;
import org.bouncycastle.crypto.StreamCipher;
public class CiphIn extends FilterInputStream {
private StreamCipher ciph;
package com.raphfrk.craftproxylitest;
import java.io.FilterOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import org.bouncycastle.crypto.StreamCipher;
public class CiphOut extends FilterOutputStream {
private StreamCipher ciph;
// $Id$
/*
* Copyright (C) 2010, 2011 sk89q <http://www.sk89q.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
while true do
-- press the up and right buttons for player 1
joypad.set(1, { up=1, right=1 })
-- press the down and left buttons for player 2
joypad.set(1, {down=1,left=1})
-- next frame (replace FCEU by snes9x or gens)
FCEU.frameadvance()
end
@md-5
md-5 / gist:3115299
Created July 15, 2012 06:08 — forked from ajvpot/gist:3115176
Minecraft Migrated Account Session Vulnerability
                  ████▓               
               ▓█▓▓▓▓▓██▒              
             ▒██▒▒▒▒▒▒▒▓█▓             
            ▓█▓▒▒▒▒▒▒▒▒▒▒██            
           ██▒▒▒▒▓███▓▒▒▒▒▓█▒          
         ▒█▓▒▓▓▓██▓░▓█▓▓▓▓▓▓█▓         
        ▓█▓▓▓▓▓██▓   ▒██▓▓▓▓▓██▒       
      ▒██▓▓▓▓███       ███▓▓▓▓██▓      
     ▓██▓█████▒         ▒█████████     

▒█████████ ▒▓▓▓▓▓▓▓▓▒▓█████████▒