Skip to content

Instantly share code, notes, and snippets.

View basilesimon's full-sized avatar

Basile Simon basilesimon

View GitHub Profile

Keybase proof

I hereby claim:

  • I am basilesimon on github.
  • I am basilesimon (https://keybase.io/basilesimon) on keybase.
  • I have a public key whose fingerprint is F659 40E8 4739 495F BAD6 74C3 9275 B939 3778 0CF6

To claim this, I am signing this object:

@basilesimon
basilesimon / .block
Last active February 19, 2023 08:04
Multiple line graph in v4 from JSON and draw()
license: mit
@basilesimon
basilesimon / 01_export.R
Created February 14, 2023 11:51
DFRLab data wrangle
library(tidyverse)
library(readxl)
library(jsonlite)
read_excel("DFRLab_RNR-data.xlsx",
sheet = "RNR pre-invasion events") %>%
mutate(
path = target_url,
organization_id = "dfrlab",
collection_id = "pre-invasion-russian-narratives",
@basilesimon
basilesimon / README.md
Last active October 18, 2022 07:44
discreet-whatsapp-web

A more discreet Whatsapp

This stylesheet intends to render the Whatsapp Web interface more discreet.

It will hide contact names and blur their pictures just enough so you recognise them.
The messages themselves will be blurred as well and reveal on hovering them with your mouse.
Incoming and outgoing pictures and media will be blurred and greyed out to remove obvious colour dominances, such as blood or skin.

Installation

@basilesimon
basilesimon / 1.png
Last active October 15, 2020 19:48
Vertical line chart with labels
1.png
@basilesimon
basilesimon / .block
Created August 29, 2019 15:32
Stacked Negative Values
license: gpl-3.0
@basilesimon
basilesimon / .block
Last active August 29, 2019 12:51
Symmetric Stack Chart (v4)
license: mit
@basilesimon
basilesimon / .block
Last active August 23, 2019 13:23
Arrowheads at each end of axis
license: mit
@basilesimon
basilesimon / reuters_style.R
Last active June 26, 2019 09:54
Reuters Graphics ggplot styles
reuters_style <- function() {
font <- "Arial"
ggplot2::theme(
text = ggplot2::element_text(family=font),
#Text format:
#This sets the font, size, type and colour of text for the chart's title
plot.title = ggplot2::element_text(family=font,
size=24,
@basilesimon
basilesimon / .block
Last active May 9, 2019 09:53
Zoomable Sunburst with Labels
license: mit