Closed ghost closed 11 years ago
It's not your code ;) What do you mean by that?
@ensirius wat, how is it not his code exactly....
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......
Or hes still creating the "original"
@md_5 that is the first time I see someone brag that theirs is smaller!
692b uncompiled, 450b packed.
What is?
FYI: adding: S.class(in = 513) (out= 372)(deflated 27%)
372 bytes packed
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.
I didn't compress it at all... I just compiled the above code. I would argue that using tools like that is cheating
Also I only spent the last few minutes on this, not an entire day. And by packed, I mean compressed in a .jar
How ? :)
Its java bytecode
@ensirius ... Cause he is just good :| Maybe more experienced than you thought ?!
Well, looks like i was wrong about md-5. So i will delete some comments ^_^
Don't bother deleting, keep them for archival purposes :)
Ah, already deleted.
And my popcorn went out.... finally :lantern: :corn:
Consolation: At least our base64 was used ;_;
ITT: wrecked
May forever the universe remember the story that is the rekting of @ensirius
Good on you for finally stopping.
Did I miss this ?
@historio13 don't worry i did to.
Dammit why did I have things to do in real life. ;_; I missed this. :<
get wrecked
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){}}}
@nickrobson nice necro
@Zeluboba thanks, means a lot to me
@md-5 proved that he is good and i was wrong.