Useless Use Of Cat

Recent Pastes:
-bilirubin levels
07/24 01:44:25
-Gstddabb
07/23 03:20:21
-Jonny
05/21 07:28:54
-Jonny
05/21 05:44:52



New Paste
UUoC Pipe
Define UUoC
Home

Designed for:
Mozilla
Mozilla
http://uuoc.com/10896
Paste ID: 10896
Name: exterminatejews
June 24 21:58:28 MST
000
001
002
003
004
005
006
007
008
009
010
011
012
013
014
015
016
017
018
019
020
021
022
023
024
025
026
027
028
029
030
031
032
033
034
035
036
037
038
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.URL;
import java.util.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;

public class test2 {

	public static void main(String args[]) {
		try {
			URL url = new URL("h**p://ca.finance.yahoo.com/q?s=" + "CU.TO");
			BufferedReader in = new BufferedReader(new InputStreamReader(url.openStream()));
			String inputLine;
			String match = "";
			String s = "";
			String s2 = "";
			Pattern username = Pattern.compile(".*\"h**p:\\/\\/ca.rd.yahoo.com\\/finance\\/quotes\\/internal\\/summary\\/download\\/\\*h**p[^\"]*\".*");
			while ((inputLine = in.readLine()) != null) {
				Matcher m = username.matcher(inputLine);
				while (m.find()) {
	                s += m.group() + "\n";
	            }
			}
			Pattern p = Pattern.compile("h**p:\\/\\/ca.rd.yahoo.com\\/finance\\/quotes\\/internal\\/summary\\/download\\/\\*h**p[^\"]*");
			Matcher m2 = p.matcher(s);
			s2 = "";
			while (m2.find()) {
				s2 += m2.group() + "\n";
			}
			in.close();
			System.out.println(s);
			System.out.println(s2);
		} catch (Exception e) {
			
		}
		
	}
}

Your IP is: 38.107.191.92
Name:
Save your name in a cookie?
Post to:
Game-sat.com PHP MySQLValid HTML 4.01!no-www Class B