SpigotMC / BungeeCord

BungeeCord, the 6th in a generation of server portal suites. Efficiently proxies and maintains connections and transport between multiple Minecraft servers.
https://www.spigotmc.org/go/bungeecord
Other
1.58k stars 1.11k forks source link

IMHO #545

Closed ghost closed 11 years ago

ghost commented 11 years ago

@md-5 proved that he is good and i was wrong.

hqdefault

md-5 commented 11 years ago

It's not your code ;) What do you mean by that?

corin12355 commented 11 years ago

@ensirius wat, how is it not his code exactly....

md-5 commented 11 years ago

Still waiting for a reason as to why you claim its not my code. Maybe you are just jealous that you couldn't get yours smaller......

AltFreq commented 11 years ago

Or hes still creating the "original"

grum commented 11 years ago

@md_5 that is the first time I see someone brag that theirs is smaller!

ghost commented 11 years ago

692b uncompiled, 450b packed.

md-5 commented 11 years ago

What is?

md-5 commented 11 years ago

FYI: adding: S.class(in = 513) (out= 372)(deflated 27%)

372 bytes packed

ghost commented 11 years ago

Well, you posted your result after a day. So, i hope you not spend all day for best result :) GJ. Was funny and i found, that ProGuard is better than JShrinker. What you did for your best compress results? I used proguard and kzip.

md-5 commented 11 years ago

I didn't compress it at all... I just compiled the above code. I would argue that using tools like that is cheating

md-5 commented 11 years ago

Also I only spent the last few minutes on this, not an entire day. And by packed, I mean compressed in a .jar

ghost commented 11 years ago

How ? :)

md-5 commented 11 years ago

Its java bytecode

Homie20006 commented 11 years ago

@ensirius ... Cause he is just good :| Maybe more experienced than you thought ?!

ghost commented 11 years ago

Well, looks like i was wrong about md-5. So i will delete some comments ^_^

md-5 commented 11 years ago

Don't bother deleting, keep them for archival purposes :)

ghost commented 11 years ago

Ah, already deleted.

MyPictures commented 11 years ago

And my popcorn went out.... finally :lantern: :corn:

vemacs commented 11 years ago

Consolation: At least our base64 was used ;_;

TheReverend403 commented 11 years ago

ITT: wrecked

andrewphorn commented 11 years ago

May forever the universe remember the story that is the rekting of @ensirius

Good on you for finally stopping.

historio13 commented 11 years ago

Did I miss this ?

fredghostkyle commented 11 years ago

@historio13 don't worry i did to.

hcherndon commented 11 years ago

Dammit why did I have things to do in real life. ;_; I missed this. :<

Haarolean commented 11 years ago

get wrecked

nickrobson commented 9 years ago

Based on the solution provided by @vemacs: (35 chars shorter, clocks in at 216 chars)

Inflated:

import java.net.*;
import java.util.*;
class d {
    static {
        try {
            ServerSocket s = new ServerSocket(25565);
            for (;;)
                s.accept().getOutputStream().write(Base64.getDecoder().decode("/wAGAEgAaQCnADAApwAxADA="));
        } catch (Exception e) {
        }
    }
}

Minified:

import java.net.*;import java.util.*;class d{static{try{ServerSocket s=new ServerSocket(25565);for(;;)s.accept().getOutputStream().write(Base64.getDecoder().decode("/wAGAEgAaQCnADAApwAxADA="));}catch(Exception e){}}}
Haarolean commented 9 years ago

@nickrobson nice necro

nickrobson commented 9 years ago

@Zeluboba thanks, means a lot to me