File: Search.java

package info (click to toggle)
httpunit 1.7%2Bdfsg-12
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,564 kB
  • ctags: 6,646
  • sloc: java: 33,665; xml: 482; sh: 68; makefile: 11
file content (16 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import com.meterware.httpunit.Base64;

/**
 * Created by IntelliJ IDEA.
 * User: russgold
 * Date: Dec 24, 2007
 * Time: 3:21:08 PM
 * To change this template use File | Settings | File Templates.
 */
public class Search {

    public static void main( String args[] ) {
        System.out.println( Base64.decode( "eyAnOicgPT4gJycsICcgJyA9PiAnLScsICdzXG4nID0+ICdzLmNvbVxuJyB9" ) );
    }

}