Skip to content

Instantly share code, notes, and snippets.

View thraizz's full-sized avatar

A. Schueler thraizz

View GitHub Profile
@braun-steven
braun-steven / lily58-keyboard.org
Created August 12, 2019 22:52
Lily58 Pro Parts List
@nvllsvm
nvllsvm / json_vs_msgpack.py
Last active April 9, 2024 17:56
Benchmark JSON and MessagePack encoding/decoding times and result sizes
#!/usr/bin/env python3
import json
import gzip
import time
import brotli
import msgpack
import tabulate
import umsgpack
import zstd
@thraizz
thraizz / README.md
Last active November 14, 2020 15:14
Parse files in directory to a PlantUML Mindmap

Parse file structure to PlantUML

Call this python script with python parse.py to get the diagram for the current diagram or with python parse.py "./directory" to get it for ./directory.

@thraizz
thraizz / README.md
Last active March 26, 2021 15:11
Freqtrade Backtest: 365 days (2020/2021)

Freqtrade Backtest w. Binance Data for all Coins (2020/02/18-2021/02/18)

What is this?

These are the results of a rather long backtest for all coins listed on binance that are tradable to BTC. The first three strategies are cut off, as my terminal buffer was too small to hold all data. All strategies are taken from the freqtrade strategy repository and are not adapted in any way.

Configuration

Some of the more important options are:

{
 "max_open_trades": 20,
@Daan-Grashoff
Daan-Grashoff / google_search_maps_addon.js
Last active July 14, 2024 21:07
Bring back the google maps button when searching on google
// ==UserScript==
// @name Google maps addon
// @namespace http://tampermonkey.net/
// @version 2024-03-21
// @description Bring google maps button back
// @author You
// @match https://www.google.com/search*
// @include https://www.google.tld/search*
// @icon https://www.google.com/images/branding/googleg/1x/googleg_standard_color_128dp.png
// @grant none