Skip to content

Instantly share code, notes, and snippets.

@karajan9
karajan9 / benchmarksgameplots.jl
Created August 24, 2019 07:50
Collect and plot data from the benchmarkgames website
# %%
using HTTP
using Gumbo
using DataFrames
using StatsBase
# %%
url = "https://benchmarksgame-team.pages.debian.net/benchmarksgame/performance/"
benchmarks = [
@karajan9
karajan9 / IrregularInterpolate.jl
Created July 26, 2019 14:40
Interpolations on an irregular grid
#=
The MIT License (MIT)
Copyright (c) 2015: Luke Stagner, Jens Adam
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial