Skip to content

Instantly share code, notes, and snippets.

@Pabloska
Pabloska / .block
Created August 30, 2018 11:35 — forked from bradoyler/.block
US Flight animation (svg)
license: mit
@Pabloska
Pabloska / index.html
Last active January 12, 2018 14:12
4mi
<html>
<head>
<title>Hot Spots</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta property="og:locale" content="en_US" />
@Pabloska
Pabloska / index.html
Created November 30, 2017 14:30
clusters_rohingya
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" href="http://cartodb.com/assets/favicon.ico" />
<!-- include cartodb.js library -->
@Pabloska
Pabloska / index.html
Created November 30, 2017 14:19
Carto clusters + sql filters
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" href="http://cartodb.com/assets/favicon.ico" />
<!-- include cartodb.js library -->
@Pabloska
Pabloska / index.html
Last active July 7, 2017 12:31
Video_background
<!DOCTYPE html>
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<title>Libyan Detention Centers • Legal Framework</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
@Pabloska
Pabloska / index.html
Created March 6, 2017 10:23
Time series ; Carto'js+highcharts
<!doctype html>
<html>
<head>
<!-- include cartodb.js CSS library -->
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/3.15/themes/css/cartodb.css" />
<!-- include cartodb.js library -->
<script src="http://libs.cartocdn.com/cartodb.js/v3/3.15/cartodb.js"></script>
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>
.marker-cluster-small {
background-color: rgba(255, 147, 20, 0.6);
}
.marker-cluster-small div {
background-color: rgba(255, 147, 20, 0.6);
}
.marker-cluster-medium {
background-color: rgba(255, 147, 20, 0.6);
}
@Pabloska
Pabloska / Investment_UE_coming.csv
Created March 7, 2015 12:02
Office Transactions
abbrev state United Kingdom Switzerland Germany Sweden France Netherlands Spain Luxembourg Italy
UK United Kingdom N/A 0 106 0 308 49 181 0 N/A
SW Switzerland 309 N/A 462 N/A 21 N/A 125 N/A N/A
GE Germany 2021 0 N/A 346 540 552 20 N/A N/A
NO Sweden 447 N/A 252 N/A N/A N/A N/A N/A N/A
FR France 109 0 134 N/A N/A N/A 130 N/A 130
NE Netherlands 35 N/A 32 N/A N/A N/A N/A 0 N/A
SP Spain 614 0 16 N/A 0 N/A N/A 0 N/A
CE Luxembourg 290 N/A N/A N/A N/A 201 12 N/A N/A
IT Italy N/A N/A N/A N/A 0 N/A N/A N/A N/A
@Pabloska
Pabloska / index.html
Created December 5, 2016 11:02
4mi_v2
<html>
<head>
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/3.11/themes/css/cartodb.css" />
<script src="http://libs.cartocdn.com/cartodb.js/v3/3.11/cartodb.js"></script>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" href="http://cartodb.com/assets/favicon.ico" />
@Pabloska
Pabloska / app_1.js
Last active November 18, 2016 12:47
Migrant Deaths
var aspect = 2.5;
var width = $("#map").width();
var height = width/ aspect;
var infoWidth = 100;
var margin = {
top: 20,
left: 35,