Dataset de todas las bibliotecas de EEUU
- Source: http://goo.gl/Pr1TW
- Data: http://goo.gl/9ECDc (+17.000 col)
Dataset de citibike NYC
| SELECT | |
| ST_ConvexHull( | |
| ST_Collect(the_geom_webmercator) | |
| ) as the_geom_webmercator | |
| FROM checkins | |
| WHERE city <> 'undefined' | |
| GROUP BY city |
Dataset de todas las bibliotecas de EEUU
Dataset de citibike NYC
| <iframe frameborder="0" height="550" src="http://osm2.cartodb.com/tables/meteoritessize/embed_map?title=true&description=true&search=false&shareable=false&cartodb_logo=true&sql=&zoom=2&center_lat=20.3034175184893&center_lon=26.71875" width="639"></iframe> |
| <iframe width='400' height='400' frameborder='0' src='http://arce.cartodb.com/tables/github_users/embed_map?title=true&description=true&search=false&shareable=false&cartodb_logo=true&sql=&zoom=3¢er_lat=77.85905520333469¢er_lon=-34.64069842070311'></iframe> |
| # Download file from URL + Upload to your server + Copy short URL to your clipboard | |
| # Use it like this: | |
| # gi http://25.media.tumblr.com/tumblr_md2j4a4Eot1rddgbmo1_1280.png | |
| # And get something like this: | |
| # tumblr_md2j4a4Eot1rddgbmo1_1280.png 100% 41KB 41.4KB/s 00:00 | |
| # Copied to the clipboard: http://goo.gl/ITEIG |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script> | |
| <style> | |
| .curve, .line { | |
| fill: none; | |
| stroke-width: 1px; | |
| } | |
| .curve { |
| <?php | |
| /* | |
| Stemm_es a stemming class for spanish / Un lexemador para español | |
| Copyright (C) 2007 Paolo Ragone | |
| This library is free software; you can redistribute it and/or | |
| modify it under the terms of the GNU Lesser General Public | |
| License as published by the Free Software Foundation; either | |
| version 2.1 of the License, or (at your option) any later version. |
| // Configuration and API URL | |
| var username = "YOUR_USERNAME"; | |
| var api_key = "YOUR_API_KEY"; // To get an API key go to http://www.last.fm/api/account | |
| var url = "http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=" + username + "&api_key=" + api_key + "&limit=1&format=json&callback=lastTrackCallback"; | |
| // API call | |
| function getCurrentTrack() { | |
| $.ajax({ | |
| url: url, | |
| data: null, |