Skip to content

Instantly share code, notes, and snippets.

View juanignaciosl's full-sized avatar
🏠
Working from home

Juan Ignacio Sánchez Lara juanignaciosl

🏠
Working from home
View GitHub Profile
R help
==========
- ?rnorm
- help.search("rnorm")
- args("rnorm")
@juanignaciosl
juanignaciosl / tmux_cartodb
Last active August 29, 2015 14:07
tmux cartodb workspace
#!/bin/bash
SESSIONNAME="cartodb_workspace"
tmux has-session -t $SESSIONNAME &> /dev/null
if [ "$?" != "0" ]; then
tmux new-session -s $SESSIONNAME -n script -d
tmux split-window -h -t $SESSIONNAME -t 0
tmux split-window -h -t $SESSIONNAME -t 1
tmux split-window -v -t $SESSIONNAME -t 0
@juanignaciosl
juanignaciosl / index.html
Last active August 29, 2015 14:11 — forked from Xatpy/index.html
World flags
<!DOCTYPE html>
<html>
<head>
<title>World flags | CartoDB.js</title>
<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" />
<style>
html, body, #map {
height: 100%;
@juanignaciosl
juanignaciosl / 0_reuse_code.js
Last active August 29, 2015 14:11
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Autocomplete - Remote datasource</title>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<script src="http://libs.cartocdn.com/cartodb.js/v3/cartodb.core.js"></script>
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/3.11/themes/css/cartodb.css" />
@juanignaciosl
juanignaciosl / index.html
Last active August 29, 2015 14:13 — forked from javisantana/index.html
Cartodb autocomplete search box example
<!DOCTYPE html>
<html>
<head>
<title>Cartodb search box autocomplete example | CartoDB.js</title>
<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" />
<style>
html, body, #map {
height: 100%;
<!DOCTYPE html>
<html>
<head>
<title>Leaflet multilayer example | CartoDB.js</title>
<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" />
<style>
html, body, #map {
height: 100%;
@juanignaciosl
juanignaciosl / creating-sublayers.html
Last active August 29, 2015 14:13
Creating sublayers
<!DOCTYPE html>
<html><head>
<!-- saved from url=(0093)http://cartodb.github.io/cartodb.js/examples/tutorials/tutorial-toggle_map_view-template.html -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/3.11/themes/css/cartodb.css">
<script src="./tutorial-toggle_map_view-template_files/cartodb.js"></script><style></style>
<style>
html, body {width:100%; height:100%; padding: 0; margin: 0;}
#map { width: 100%; height:100%; background: black;}
#menu { position: absolute; top: 5px; right: 10px; width: 400px; height:60px; background: transparent; z-index:10;}
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HTML Table with CartoDB SQL API</title>
<script src="http://libs.cartocdn.com/cartodb.js/v3/cartodb.core.js"></script>
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/3.11/themes/css/cartodb.css" />
</head>
<body>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, height=device-height, target-densitydpi=device-dpi, initial-scale=1" /> <!-- para bootstrap -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/themes/css/cartodb.css" />