Skip to content

Instantly share code, notes, and snippets.

View ro-ka's full-sized avatar
🦇

Robert Katzki ro-ka

🦇
View GitHub Profile
@ro-ka
ro-ka / fusion-tables-archive-on-google-maps.html
Last active June 20, 2019 09:50
Simple Google Maps map with deck.gl to render archived Fusion Tables data
<!DOCTYPE html>
<html lang="en">
<head>
<title>Simple Google Maps map with deck.gl to render archived Fusion Tables data</title>
<meta name="viewport" content="initial-scale=1.0">
<meta charset="utf-8">
<style>
/* Always set the map height explicitly to define the size of the div
* element that contains the map.
@ro-ka
ro-ka / cartodb.js-deep-dive.md
Last active August 29, 2015 14:11 — forked from andy-esch/cartodb.js-deep-dive.md
fix createLayer example
@ro-ka
ro-ka / dabblet.css
Created April 26, 2013 16:36
Dabblet test.
/**
* Dabblet test.
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@ro-ka
ro-ka / 1_README.md
Last active December 15, 2015 16:59
Upgrade to yeoman 1.0 and grunt 0.4 with jade templating

Upgrade to yeoman 1.0 and grunt 0.4 with jade templating

First, remove the old versions and install the new ones:

npm uninstall -g yeoman grunt
npm install -g yo grunt-cli bower

Add this to the devDepencies in your package.json:

@ro-ka
ro-ka / Gruntfile.js
Created November 28, 2012 17:58
Gruntfile with proxy support
var request = require('request');
module.exports = function( grunt ) {
'use strict';
grunt.loadNpmTasks('grunt-jade');
//
// Grunt configuration:
//