http://feed.pushandplay.ru/page/2


http://io9.com/5897402/a-mesmerizing-real+time-map-of-us-wind-patterns


http://wikibon.org/blog/data-visualization/


http://www.newsouthinteractive.com/10/5-terrific-data-visualization-applications/

Posted by chacolina

https://github.com/mbostock/d3


http://stackoverflow.com/questions/6396623/jquery-getjson-access-control-allow-origin-issue



//Origin null is not allowed by Access-Control-Allow-Origin


http://blog.jhoney.net/411


http://www.slideshare.net/mehmetakin/ajax-world


//ajax

http://brain.dailyon.net/?paged=11


http://winflahed.tistory.com/62

Posted by chacolina

https://github.com/feliperazeek/geonode/pull/2

Posted by chacolina

http://hackingforartists.com/


https://github.com/bytespider/jsOAuth/downloads


http://neoformix.com/2012/IntroducingSpot.html


http://neoformix.com/2009/TwitterListMates.html


http://www.cs.colorado.edu/department/publications/theses/docs/bs/jeffrey_taggart.pdf


http://data-visualization.wikispaces.com/Case+study+for+Rapha%C3%ABl


http://fizz.bloom.io/


http://jsdo.it/John.Rain/mGAm


http://www.nonatom.com/?p=163


http://www.nonatom.com/html5/#


http://www.slideshare.net/remy.sharp/twitterlibjs


http://toyhouse.cc/profiles/blogs/notes-of-google-api-and-processing-js


http://www.siusoon.com/dat/2010/11/23/jsut-code-twitter-technical-1/


http://www.8bitrocket.com/2010/05/18/html-5-canvas-using-processing-js-to-develop-canvas-apps/


http://www.phil-rose.co.uk/blog/


https://github.com/jeresig/processing-js


http://www.jquerybuzz.com/tag/processing.js/


http://blog.easy-designs.net/demos/processing-tweets/


http://elektronaut.github.com/jquery.livetwitter/


https://github.com/twitter/twitter-text-js


http://www.justbenicestudio.com/studio/websymbols/


http://tweettopicexplorer.neoformix.com/#n=NYTimes


http://research.jmsc.hku.hk/social/twitterball/twitterball.html


https://www.cloudkick.com/blog/2010/apr/27/cloudkick_server_visualization_in_html5_canvas/


http://wiki.musichackday.org/index.php?title=Flowlist


http://www.flickr.com/photos/twitteroffice/5331000190/in/set-72157625762880714/


http://polymaps.org/ex/


https://github.com/nikhilbobb/datascape


http://www.smashingmagazine.com/2010/04/12/the-gradual-disappearance-of-flash-websites/



======database for saving twit result


http://140dev.com/


http://140dev.com/twitter-api-programming-tutorials/twitter-api-database-cache/


http://wpcustomize.org/theme-customize/how-to-use-the-twitter-api-in-wordpress.html


http://140dev.com/twitter-api-programming-blog/creating-a-twitter-rss-feed-with-no-rate-limits-part-5/


=====json jqeury

http://stackoverflow.com/questions/6481624/track-twitter-user-location-using-user-show-api-and-screen-name


http://stackoverflow.com/questions/3442487/assign-data-from-jquery-getjson-to-array


http://stackoverflow.com/questions/3700825/getting-followers-from-twitter-api-via-json-results-nothing-in-jquery


http://stackoverflow.com/questions/8783085/twitter-json-api-with-jquery


http://stackoverflow.com/questions/2792423/using-jquery-to-get-json-objects-from-local-file


http://stackoverflow.com/questions/6002325/getjson-not-working


http://stackoverflow.com/questions/7948043/cant-parse-json-data-from-twitter-api


http://stackoverflow.com/questions/8884811/get-array-values-from-json-format-javascript


http://stackoverflow.com/questions/7397112/using-jquery-ajax-function-to-call-a-javascript-function


http://stackoverflow.com/questions/4652663/get-key-name-from-json-object


http://search.twitter.com/search.json?q=data+visualization


http://api.twitter.com/1/users/show.json?screen_name=bohyemiansong&callback=?


https://github.com/Kinesis-io/examples/tree/master/Google-Maps


http://icodesnippet.com/search/jquery%20tweets%20timeline/


http://chrishaganreporting.com/


=======ajax twitter search

http://danest.github.com/javascript/twitter-search/


http://kevinurrutia.tumblr.com/post/15774788830/twitter-search-api-using-jquery-and-ajax


http://jsfiddle.net/kjy112/ETyZL/


http://cafe.naver.com/phplinux/1293


http://stackoverflow.com/questions/2419219/how-do-i-geocode-20-addresses-without-receiving-a-over-query-limit-response


http://warmz.tistory.com/739

Posted by chacolina

https://forum.processing.org/topic/control-p5-pro-midi-conflict


Hello it appears that both libraries use a class called Controller and when I add Control P5 to my sketch I get this error
"The type Controller is ambiguous"

due to this line for my ProMidi set up

Copy code
  1. void controllerIn(Controller controller, int device, int channel) {
  2.   int num = controller.getNumber();
  3.   int val = controller.getValue();

Does anyone have any recommendations for how to get them to play together nice?
thanks
kris

Replies(2)

hi, both promidi and controlp5 implement a class with name Controller. when importing both packages, processing/the compiler gets confused and doesnt know which Controller class to use. to make your compiler happy again, use the full path for each class Controller when used inside your code by either using promidi.Controller or controlP5.Controller where applicable. for your snippet above use:

Copy code
  1. void controllerIn(promidi.Controller controller, int device, int channel) {
  2.   int num = controller.getNumber();
  3.   int val = controller.getValue();


Thank you Andreas for both the answer and such a robust library.
I am relatively green when it comes to programming but am using both these libraries to really dive in and get some experience under my belt.

I have a separate question if you have the time: Im trying to create a simple framework for my Korg PadKontrol midi controller so that I can use either a midi controller or a controlP5 window to change variable parameters with a slider. I would like the slider to visually update when a variable is changed through means other than itself and I cant figure out how to do this.

I looked through the java doc reference on the control p5 site and found a few things that look possibly helpful but they are just shots in the dark. Can you recommend any methods for doing this?

thanks again

Posted by chacolina

http://laurelpapworth.com/find-twitter-followers-by-location-2011/


Using user's country info.

https://dev.twitter.com/discussions/5312


Twitter4j 시연

http://mashuptraining.tistory.com/6


http://www.dreamincode.net/code/snippet4268.htm



http://labs.byhook.com/2011/03/21/social-sentiment-real-time-artwork-with-twitter/


https://dev.twitter.com/discussions/1021


https://dev.twitter.com/docs/api/1/get/account/settings


https://docs.google.com/View?docid=0AVf26zyZGWVUZGhtenZkN2tfMjQ3ZDdrNzVxZG0&hgd=1


http://jira.twitter4j.org/browse/TFJ-317


https://gitorious.org/chambrebasse/chambrebasse/commit/4625dfdce395bcd64b8b9fb2d74f799cea3ebbfa/diffs


http://www.kyybaventures.com/blog/twitter4j-api/


http://latent-attribute.googlecode.com/svn-history/r3/trunk/old_src/Gender/GenderPrediction.java


http://stackoverflow.com/questions/8774650/how-to-retrieve-a-twitter-users-name-using-twitter-4j


http://www.devmanuals.com/tutorials/java/getUserDetail.html


http://grepcode.com/file/repo1.maven.org/maven2/org.twitter4j/twitter4j-examples/2.1.7/twitter4j/examples/geo/GetGeoDetails.java/#GetGeoDetails.main%28java.lang.String%5B%5D%29



Showuser

======


http://www.devmanuals.com/tutorials/java/getUserDetail.html



timezone

========

http://taskmate.googlecode.com/svn-history/r751/branches/T1109/src/org/taskmate/web/StatusController.java


https://sites.google.com/site/elekmole/gaebottop/gaebotsample/151a_bot




general info

============

http://mailinglist-archive.com/twitter4j/2010-03/00095-Twitter4J+Re+twitter4jproperties


Twitter4j

========

===

http://upstream-tracker.org/java/compat_reports/twitter4j/2.1.0_to_2.1.1/bin_compat_report.html


Twitter User IP

=======================

http://blog.xebia.com/2011/02/07/use-data-it-is-easy/



데이터를 시간별로 읽어들여 저장하자

===============

http://blog.naver.com/idtong?Redirect=Log&logNo=130120667394


기타

=========

http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2


http://www.assembla.com/code/romysvn/subversion/nodes/Android%20Twitter%20App/lib/twitter4j-2.1.2/twitter4j-core/src/test/java/twitter4j/TwitterTestUnit.java


http://grepcode.com/file/repo1.maven.org/maven2/org.twitter4j/twitter4j-examples/2.2.0/twitter4j/examples/trends/GetCurrentTrends.java


http://stackoverflow.com/questions/5449360/graphical-visualisation-of-twitter-data


http://stokelwalker.wordpress.com/2011/11/17/how-do-we-get-country-boundaries/


https://bitbucket.org/gnorris1/twitter-4j/src/e2be50b28997/lib/twitter4j-examples/src/main/java/twitter4j/examples/geo/GetGeoDetails.java


https://dev.twitter.com/docs/api/1/post/geo/place


https://dev.twitter.com/docs/api/1/get/geo/id/:place_id


https://dev.twitter.com/docs/api/1/get/account/settings


http://taskmate.googlecode.com/svn-history/r751/branches/T1109/src/org/taskmate/web/StatusController.java


http://trace.adityalesmana.com/tag/twitter4j/

Posted by chacolina
Posted by chacolina

https://forum.processing.org/topic/using-a-world-map-in-processing

https://forum.processing.org/topic/geolocation

http://www.tyler-johnson.com/Tutorials



PImage backgroundMap;

float mapGeoLeft   = -125.22;          // Longitude 125 degrees west
float mapGeoRight  =  153.44;          // Longitude 153 degrees east
float mapGeoTop    =   71.89;          // Latitude 72 degrees north.
float mapGeoBottom =  -56.11;          // Latitude 56 degrees south.
                         
float mapScreenWidth,mapScreenHeight;  // Dimension of map in pixels.

void setup()
{
  size(600,350);
  smooth();
  noLoop();
  backgroundMap   = loadImage("world.jpg");
  mapScreenWidth  = width;
  mapScreenHeight = height;
}

void draw()
{
  image(backgroundMap,0,0,mapScreenWidth,mapScreenHeight);
  
  fill(180,120,120);
  strokeWeight(0.5);
  
  PVector p = geoToPixel(new PVector(0.8,51.5));  // London
  ellipse(p.x,p.y,5,10);
  p = geoToPixel(new PVector(-73.9,40.8));        // New York
  ellipse(p.x,p.y,5,10);
  p = geoToPixel(new PVector(139.8,35.7));        // Tokyo
  ellipse(p.x,p.y,5,10); 
  p = geoToPixel(new PVector(151.0,-34.0));       // Sydney
  ellipse(p.x,p.y,5,10);
}

// Converts screen coordinates into geographical coordinates. 
// Useful for interpreting mouse position.
public PVector pixelToGeo(PVector screenLocation)
{
    return new PVector(mapGeoLeft + (mapGeoRight-mapGeoLeft)*(screenLocation.x)/mapScreenWidth,
                       mapGeoTop - (mapGeoTop-mapGeoBottom)*(screenLocation.y)/mapScreenHeight);
}

// Converts geographical coordinates into screen coordinates.
// Useful for drawing geographically referenced items on screen.
public PVector geoToPixel(PVector geoLocation)
{
    return new PVector(mapScreenWidth*(geoLocation.x-mapGeoLeft)/(mapGeoRight-mapGeoLeft),
                       mapScreenHeight - mapScreenHeight*(geoLocation.y-mapGeoBottom)/(mapGeoTop-mapGeoBottom));
}

Posted by chacolina

Howdy!

This forum seems to be about the same topic you are looking to solve:
https://forum.processing.org/topic/mouse-click-on-object

also, there are some examples of gui and buttons in the learning section of the processing website:
http://processing.org/learning/topics/buttons.html

you could also look into the ControlP5 lib:
http://www.sojamo.de/libraries/controlP5/

which provides some easy ways to create basic buttons if that is what you are looking for.

good luck!
ak

Posted by chacolina