Skip to content

Instantly share code, notes, and snippets.

View aaizemberg's full-sized avatar

Ariel Aizemberg aaizemberg

  • Argentina
  • 06:15 (UTC -03:00)
View GitHub Profile
@aaizemberg
aaizemberg / index.html
Last active November 12, 2017 23:02
mapbox (20 tracks)
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>A Simple Map</title>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' />
<script src='https://api.tiles.mapbox.com/mapbox.js/v1.6.2/mapbox.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox.js/v1.6.2/mapbox.css' rel='stylesheet' />
@aaizemberg
aaizemberg / index.html
Last active August 29, 2015 13:58
probando CartoDB y MapBox (iframe)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>rectangulos en tematizados en CartoDB y MapBox</title>
</head>
<body>
<!-- probando con iframe's -->
@aaizemberg
aaizemberg / index.html
Last active August 29, 2015 13:58
Mapa temático y tooltip con MapBox
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Choropleth</title>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' />
<script src='https://api.tiles.mapbox.com/mapbox.js/v1.6.2/mapbox.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox.js/v1.6.2/mapbox.css' rel='stylesheet' />
@aaizemberg
aaizemberg / index.html
Last active August 29, 2015 13:58
GK Faja 1 a 7 sobre OSM (web mercator) usando leafletjs
<!DOCTYPE html>
<html>
<head>
<title>Leaflet (faja 1 a 7) Bounds</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="http://leafletjs.com/dist/leaflet.css" />
</head>
<body>
<div id="map" style="width: 600px; height: 400px"></div>
@aaizemberg
aaizemberg / Ariel_after_shave_letras.png
Last active August 29, 2015 13:59
aaizemberg (before & after)
Ariel_after_shave_letras.png
@aaizemberg
aaizemberg / index.html
Last active August 29, 2015 14:00
Población por provincia (usando html5 canvas)
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Población de Argentina por provincia (censo 2010)</title>
</head>
<body>
<canvas id="myCanvas" width="600" height="400" style="border:1px solid #aaa;">
</canvas>
@aaizemberg
aaizemberg / index.html
Last active August 29, 2015 14:00
ciudades con mas de 50,000 habitantes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ciudades con mas de 50,000 habitantes</title>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.7/leaflet.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="http://leaflet.github.io/Leaflet.markercluster/example/screen.css" />
@aaizemberg
aaizemberg / index.html
Created May 23, 2014 22:27
Tabla de posiciones, Voley Sub16
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>UBA, Sub16</title>
<style type="text/css">
body { font-family: "Ubuntu Mono, Courier New"; background-color: #fff; text-align: left; font-size: 1em; margin: 1em }
</style>
<script type="text/javascript" src="http://omnipotent.net/jquery.sparkline/contrib/jquery/jquery-1.7.2.min.js"></script>
@aaizemberg
aaizemberg / bahra_05.js
Last active August 29, 2015 14:01
Proyecto BAHRA
var addressPoints = [
[-34.6133, -58.3888, 'ciudad de buenos aires ( / ciudad de buenos aires)'],
[-34.625, -58.3844, 'constitucion (comuna 1 / ciudad de buenos aires)'],
[-34.6127, -58.3797, 'monserrat (comuna 1 / ciudad de buenos aires)'],
[-34.6092, -58.3564, 'puerto madero (comuna 1 / ciudad de buenos aires)'],
[-34.5884, -58.3759, 'retiro (comuna 1 / ciudad de buenos aires)'],
[-34.6037, -58.3805, 'san nicolas (comuna 1 / ciudad de buenos aires)'],
[-34.6215, -58.3715, 'san telmo (comuna 1 / ciudad de buenos aires)'],
[-34.5859, -58.395, 'recoleta (comuna 2 / ciudad de buenos aires)'],
[-34.6091, -58.4031, 'balvanera (comuna 3 / ciudad de buenos aires)'],
@aaizemberg
aaizemberg / index.html
Last active August 29, 2015 14:01
Ejemplo usando Raphaël
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="http://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script>
<style>
#scatterplot
{