Skip to content

Instantly share code, notes, and snippets.

View basilesimon's full-sized avatar

Basile Simon basilesimon

View GitHub Profile
@basilesimon
basilesimon / 1.png
Last active October 15, 2020 19:48
Vertical line chart with labels
1.png
@basilesimon
basilesimon / index.html
Last active January 18, 2017 18:14 — forked from methodofaction/index.html
Animate path in D3
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<style type="text/css">
#line{
width: 100%;
margin: 20px 0;
height: 300px;
}
@basilesimon
basilesimon / .block
Last active December 4, 2017 12:04
Spending vertical steppy line chart in d3
license: mit
@basilesimon
basilesimon / Cloud Storage Backup Tutorial.md
Created February 10, 2017 15:03
Tutorial for making an encrypted backup on cloud storage using rclone.

This tutorial is for creating an encrypted backup on a Unix-like system using [rclone][rclone]. rclone supports a variety of cloud storage providers, including [Amazon Drive][acd] and [Google Drive][gdrive] (which gives unlimited accounts for business/education).

The steps on Windows are likely very similar but I don't have any experience with Windows, the input of anyone else who may have this experience would be appreciated.

Note that this guide was originally Amazon Drive specific. Reddit titles cannot be edited after posting and I don't want to break any links.

I maintain this guide on [GitHub Gist][gistlink].

[Latest Revision: 30 January 2017][revisions]

@basilesimon
basilesimon / a.png
Last active February 17, 2017 16:47
a.png
@basilesimon
basilesimon / index.html
Last active February 21, 2017 13:32
simple scale with marker
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<script src="https://d3js.org/d3.v4.min.js"></script>
<style>
body { margin: 10; padding: 10;position:fixed;top:0;right:0;bottom:0;left:0; }
svg { margin: 10; padding: 10}
path { display: none; }
</style>
</head>
@basilesimon
basilesimon / .block
Last active February 19, 2023 08:04
Multiple line graph in v4 from JSON and draw()
license: mit
@basilesimon
basilesimon / .block
Created March 6, 2017 13:48
Makeover Monday - YouTube ratings
license: mit
@basilesimon
basilesimon / 1.png
Last active March 24, 2017 20:24
UK imports/exports of goods and services 2015 - ONS data
1.png
@basilesimon
basilesimon / .block
Last active April 27, 2017 14:56
Donut Chart
license: mit