Skip to content

Instantly share code, notes, and snippets.

@shift
shift / config.yml
Last active March 18, 2020 13:12
Prometheus CORVID-19 Berlin
- name: coronavirus_berlin_deaths
type: object
path: $.features[*]
labels:
district: $.attributes.GEN
values:
count: $.attributes.Death
- name: coronavirus_berlin_cases
type: object
path: $.features[*]
@coldnebo
coldnebo / Default (Linux).sublime-keymap
Created August 10, 2011 23:20
simple scripts to prettify your xml and json in sublime text 2
[
{ "keys": ["ctrl+shift+x"], "command": "tidy_xml" },
{ "keys": ["ctrl+shift+j"], "command": "prettify_json" }
]
@lexruee
lexruee / bluetooth raspberry-pi
Created January 22, 2015 05:12
install bluetooth and pybluez
sudo apt-get update
sudo apt-get install python-pip python-dev ipython
sudo apt-get install bluetooth libbluetooth-dev
sudo pip install pybluez
@kraln
kraln / RX-E.md
Last active September 14, 2023 12:16
RX-E Project Notes

RX-E Electrification Project

Purpose and Goal

I bought an RX-8 with the intention of converting it to run on Hydrogen. Conveniently, the hydrogen fueling network was shutdown shorly after purchase. After driving the car around for much longer than I originally intended to with the Renesis engine, it started to lose significant power at 145k km. Rather than exchanging the existing (fun, but unreliable) motor with another (fun, but unreliable) motor, or a different (boring, but more reliable) motor, I'd like to return to the original goal of making the RX-8 zero-emissions.

The goal is an RX-8 that, from the outside and inside, will be nearly indistinguishable from stock. All safety and comfort features should still work, and the car shouldn't gain too much additional weight. The original structure should stay as intact as possible, and the handling and dynamics should be as close to as-delivered. But, the whole thing will be electric; none of the original drive tr