Skip to content

Instantly share code, notes, and snippets.

View trygu's full-sized avatar

Trygve Falch trygu

View GitHub Profile
@trygu
trygu / Vagrantfile
Created February 13, 2019 10:39 — forked from lucasjellema/Vagrantfile
Vagrantfile for creating and running an Ubuntu VM with large disk, preconfigured IP address, provisioned Docker and Docker Compose
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure(2) do |config|
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at
# https://docs.vagrantup.com.
# Every Vagrant development environment requires a box. You can search for
# boxes at https://atlas.hashicorp.com/search.

Keybase proof

I hereby claim:

  • I am trygu on github.
  • I am trygu (https://keybase.io/trygu) on keybase.
  • I have a public key ASAUKl5DSQQrMouquQLaOhDSlhlO6NZPeASMzb7RNp73PAo

To claim this, I am signing this object:

{
"class": "dataset",
"version": "2.0",
"label": "Índice general y por grupos ECOICOP",
"source": "Índice de Precios de Consumo (IPC). Instituto Nacional de Estadística (INE)",
"updated": "2018-04-13T10:14:30+02:00",
"id": [
"ano",
"mes",
"grupos-ecoicop",
@trygu
trygu / index.html
Last active March 27, 2020 15:18
Export of fresh salmon for 2019, 2020
<!DOCTYPE html>
<html>
<head>
<title>Export of fresh salmon using Chart.js</title>
<script src="https://cdn.jsdelivr.net/npm/jsonstat@0.13.13"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js@2.8.0"></script>
<link href="/d/6522356/style.css" type="text/css" rel="stylesheet" />
<meta charset='utf-8'>
</head>
<body>
@trygu
trygu / README.md
Last active February 11, 2016 12:59
Norwegian export of goods and services using d3

This bubble chart is just a simple way of visualizing norwegian export of goods and services for a 13 month period. It's partly based on Mike Bostock's Bubble Chart. Each color of the bubble represent an SITC grouping.

Description of the dataset used is here

This bubble chart requires a modern web browser. No IE support.

@trygu
trygu / README.md
Last active February 11, 2016 13:00
Norwegian import of goods and services using d3

This bubble chart is just a simple way of visualizing norwegian import of goods and services for a 13 month period. It's partly based on Mike Bostock's Bubble Chart. Each color of the bubble represent an SITC grouping.

Description of the dataset used is here

This bubble chart requires a modern web browser. No IE support.