Blue Dragon: Spam Killer
Hi dear spammers! I have just finished tuning the latest version of my anti spam-blogging-software, and all the spam have been removed. I am glad to see you loosing your …
Hi dear spammers! I have just finished tuning the latest version of my anti spam-blogging-software, and all the spam have been removed. I am glad to see you loosing your …
Is it amazing things you can do with a simple Bourne Again Shell (bash). I have just discovered you can open socket using a small redirection syntax, and emulate small …
public static final String convertToString(HttpServletRequest request) { StringBuffer msg = new StringBuffer(); try { msg.append("*RequestURI:" + request.getRequestURI() + "\n"); msg.append("*ContentType:" + request.getContentType() + "\n"); msg.append("== Request Header\n"); …