문제

I have to write a mashup application for an university course and I have to use some APIs, but I need to choose by myself what to use and what the final application should do. Unfortunately I never made an application like this, so I'm not sure what to do... I don't want to code a stupid app which uses google maps' APIs since the web seems to be full of stuff like this. Have you got any suggestion for me? Is there any mashup web app you want that's still not there?? I can use JAVA, GWT (and google app engine of course) or python, but I also accept suggestions for other languages. Thank you in advance!

도움이 되었습니까?

해결책

RGB를 HSV로 변환하는 알고리즘을 찾았습니다. http://www.cs.rit.edu/~ncs/color/t_convert..html

해당 페이지의 맨 아래에는 Java Color 객체가 RGB와 HSV 사이를 변환하는 방법이 이미 있으므로 방금 사용했습니다.

다른 팁

YQL has access to several APIs. Perhaps that would make it easier:

http://developer.yahoo.com/yql/

A specific example - Most-Talked-About Tracker

Combine Last.FM, Google News Feeds, Twitter and Google Chart to find out which bands people are talking about, assign scores and show trends. You can compare the media and social coverage to the sales/play data for their music to see if you can predict a one-hit wonder or a lasting band.

If you can, you could add in some text analysis to see if the stuff people are saying is positive or negative. 750words.com has some interesting metrics on it, but I've no idea how it's actually done.

How about a unified photo album? you can retrieve pictures from various sites (facebook, picasa, flicker...) and create an aggregated album per user.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top