Skip to content

Instantly share code, notes, and snippets.

View john-guerra's full-sized avatar

John Alexis Guerra Gómez john-guerra

View GitHub Profile
@john-guerra
john-guerra / index.html
Last active March 11, 2022 22:22 — forked from syntagmatic/index.html
Nutrient Parallel Coordinates
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Nutrient Database Explorer</title>
<link rel="stylesheet" type="text/css" href="parallel.css" />
</head>
<body>
<div id="header">
<h1>Nutrient Explorer</h1>
@john-guerra
john-guerra / index.html
Created July 26, 2017 17:08 — forked from jerrysong/index.html
Stock Vis
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://d3js.org/d3.v4.min.js"></script>
<!-- customized js and css -->
<script src="stock.js"></script>
<script src="utility.js"></script>
<script src="main.js"></script>
@john-guerra
john-guerra / .block
Last active March 21, 2017 03:53 — forked from mbostock/.block
7-Likert scale results visualization D3 v4
license: gpl-3.0
@john-guerra
john-guerra / .block
Last active July 21, 2016 02:57 — forked from mbostock/.block
Calendar View
license: gpl-3.0
height: 2910
border: no
@john-guerra
john-guerra / .block
Last active July 21, 2016 02:48 — forked from mbostock/.block
Horizon Chart
license: gpl-3.0
@john-guerra
john-guerra / .block
Last active July 21, 2016 02:23 — forked from mbostock/.block
Parallel Coordinates
license: gpl-3.0
@john-guerra
john-guerra / .block
Last active July 21, 2016 01:50 — forked from mbostock/.block
World Tour
license: gpl-3.0
@john-guerra
john-guerra / README.md
Last active January 28, 2024 19:19 — forked from kristw/index.html
GeoJson map of Colombia

Geo Json map of Colombia

Based on the Map of Thailand by Master Krist Wongsuphasawat, a simple map of Colombia using GeoJSON and D3.js

As in Krist example:

  • Each province is color-coded by the length of its name in English.
  • Hover each province to see text effects.
  • New font is chosen randomly every time you change the province.
@john-guerra
john-guerra / facebook.py
Created December 16, 2011 19:03 — forked from rodbegbie/facebook.py
Hacked version of "official" (but now unsupported) Facebook Python SDK to support OAuth 2.0. Updated to use urllib2 and avoid problems with urlopen
#!/usr/bin/env python
#
# Copyright 2010 Facebook
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#