work list
2010-08-17 17:47:21

SSM

1. refactoring + 한글한글I => 공모전

2. make sheets and start detecting the mark.

bikelab

papers of SNS

SNA with pajek => for study?

Twitter API

▼ more
Finally, i didn't use Naver!!
2010-08-17 17:09:14

Actually, I couldn't get tags from Naver blog.

It's not I didn't, but I "couldn't".

Anyway, I decided to use Daum blog.

It's easier way to crawl~!

I have made crawlers for 'Twitter(wrapping)', 'Daum', and 'MBC TV board'.

I think I will be a crawler maker;;;

It's good to gather information from internet~! but I need more practice of AJAX and web programming;

▼ more
java pattern matcher
2010-08-17 13:44:56

Pattern pattern = Pattern.compile([Regex]);

Matcher matches = pattern.matcher([String]);

if (matches.find()) {

resultString=matches.replaceAll("$1"); //the first

}

if you know the regex? just use this source.

▼ more
Naver Blog Get Message URL
2010-08-17 12:48:47

http://blog.naver.com/PostList.nhn?blogId=[UserID]¤tPage=[PageNumber]

is it API or not?

it is more powerful than blog API which is offered by NAVER;;

um.. So it will be disappeared soon, I guess.

▼ more