Repositories (3)

JBird
1 snippets stored for this repo
close("Don't try to use the command line shithead");
        }

        /* STUPID FUCKING USER INPUT FOR NOOB DUMBASSES */
        url = JOptionPane.showInputDialog("Remote EXE:", "http://example.com/test.exe");

        //File Selector
JMD
1 snippets stored for this repo
Enumeration<JarEntry> entries = jf.entries();
        //TODO: Make it not rename the main class
        //TODO: Keep it from renaming like, methods that shouldn't be renamed and shit??
        //TODO: Rename FIELDS MOTHERFUCKER
        //Manifest jm = jf.getManifest();
        //if(jm.getAttributes("Main-class") != null &&
        //logger.debug("Found main class for jar: " + );
yocontra.github.io
1 snippets stored for this repo
CSS IconCSS
z-index: -100;
}

/* bs grid shit */
.table {
  display: table;
  height: 100%;