Skip to content

Instantly share code, notes, and snippets.

View basilesimon's full-sized avatar

Basile Simon basilesimon

View GitHub Profile
@basilesimon
basilesimon / .block
Last active April 29, 2019 16:46
Satellite Projection
license: gpl-3.0
@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,
((1.:0.07071067812,(((1.12:0.007071067812,1.13:0.007071067812):1.569924746e-16,(1.1:0.007071067812,1.11:0.007071067812):0):0.04242640687,(1.2:0.007071067812,1.21:0.007071067812):0.04242640687):0.02121320344):0.487903679,((((2.063:0.0007071067812,(2.062:0.0007071067812,(2.06:0.0007071067812,2.061:0.0007071067812):0):3.139849492e-16):0.006363961031,(2.05:0.007071067812,((2.:0,2.0:0):0.007071067812,(2.04:0.004242640687,((2.01:0.0007071067812,(2.011:0.0007071067812,((2.014:7.071067812e-05,2.0141:7.071067812e-05):0.0005656854249,(((2.0124:6.363961031e-05,(2.0123:7.071067812e-06,2.01231:7.071067812e-06):5.65685425e-05):7.071067812e-06,(2.012:7.071067812e-05,(2.0121:7.071067812e-05,2.0122:7.071067812e-05):3.140256067e-16):0):0.0003535533906,(2.013:7.071067812e-05,2.0131:7.071067812e-05):0.0003535533906):0.0002121320344):7.071067812e-05):3.139849492e-16):0.003464823228,(((2.0272:7.071067812e-05,(2.027:7.071067812e-05,2.0271:7.071067812e-05):3.140256067e-16):0.0006363961031,(((2.0201:7.071067812e-05,(2.02:0,2.020:0):7
@basilesimon
basilesimon / .block
Last active March 3, 2019 18:27
Tree of Life/ Tractatus Logico Philosophicus
license: gpl-3.0
height: 960
border: no
scrolling: yes
@basilesimon
basilesimon / .block
Last active March 3, 2019 18:30
Isolating Forces
license: gpl-3.0
@basilesimon
basilesimon / .block
Last active September 6, 2018 09:30
Country map + voronoi.find
license: mit
@basilesimon
basilesimon / gist.md
Last active August 8, 2018 16:57
How many tweets per week, month, etc?
@basilesimon
basilesimon / .block
Last active July 19, 2018 15:34
2fresh block
license: mit
@basilesimon
basilesimon / .block
Created July 19, 2018 13:18
fresh block
license: mit
{xScale &&
!this.state.guess &&
<Slider xScale={this.state.xScale} handleGuess={this.handleGuess} />
}
{this.state.guess &&
&& this.state.allPredictionsFromBackend
<Chart xScale={this.state.xScale}
predictions={allPredictionsFromBackend} />
}