import java.net.*;
import java.io.*;
public class game{
String urlx;
public static void main(String[] args){
game test=new game();
}
game(){
npl np=new npl();
String emailDigest = np.calculateDigest("
[email protected]");
try{
urlx="http://www.ohloh.net/accounts/";
urlx=urlx+emailDigest;
urlx=urlx+ ".xml?api_key=";
urlx=urlx+"NwqjVhOVK7x3kNJ5qIefA";
urlx=urlx+"&v=1";
URL url = new URL(urlx);
URLConnection con = url.openConnection();
}catch (Exception e){e.printStackTrace();}
}
}
最終更新:2011年04月21日 02:32