I hereby claim:
- I am cinderblock on github.
- I am cinderblock (https://keybase.io/cinderblock) on keybase.
- I have a public key whose fingerprint is 1D56 4A6F 3E7C ED26 EF82 FFE8 989F 41E6 74E7 795F
To claim this, I am signing this object:
| Hello world! |
| Hello world! |
| Hello world! |
| Hello world! |
| Hello world! |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # USAGE: `./update-rocket.chat.sh` as regular user with sudo permissions | |
| # Make script fail on any error | |
| set -e | |
| # Ensure that we're working inside of /opt | |
| cd /opt |
| import * as React from 'react'; | |
| import Slider, { SliderProps } from 'rc-slider'; | |
| type NumberMap = (x: number) => number; | |
| type Map = number | boolean | { axisFromReal: NumberMap; realFromAxis: NumberMap }; | |
| export default function LogarithmicRCSlider({ | |
| map, | |
| steps, |
| declare module '@zeit/ncc' { | |
| /** | |
| * Options except watch. | |
| */ | |
| type Options = { | |
| /** | |
| * Provide a custom cache path or disable caching. | |
| */ | |
| cache?: string | false; |
Gist moved to real repository: https://github.com/cinderblock/RaspberryPi-Image-Generator