Skip to content

Instantly share code, notes, and snippets.

View krondor's full-sized avatar

Ryan Kather krondor

View GitHub Profile
@krondor
krondor / score.json
Last active February 28, 2019 14:56
scoring json
{
"input_json":[
{
"concave points_mean":0.01171,
"perimeter_se":1.115,
"fractal_dimension_mean":0.05581,
"symmetry_se":0.01619,
"smoothness_worst":0.09616,
"concave points_se":0.005905,
"fractal_dimension_se":0.002081,
@krondor
krondor / gist:92f145d67d150eca3602
Created January 26, 2016 23:06
maas deploy failure
mdadm: No arrays found in config file or automatically
An error occured handling 'cciss!c0d0': FileNotFoundError - [Errno 2] No such file or directory: '/sys/block/c0d0/holders'
[Errno 2] No such file or directory: '/sys/block/c0d0/holders'
Installation failed with exception: Unexpected error while running command.
Command: ['curtin', 'block-meta', 'custom']
Exit code: 3
Reason: -
Stdout: b"mdadm: No arrays found in config file or automatically\nAn error occured handling 'cciss!c0d0': FileNotFoundError - [Errno 2] No such file or directory: '/sys/block/c0d0/holders'\n[Errno 2] No such file or directory: '/sys/block/c0d0/holders'\n"
Stderr: ''
@krondor
krondor / _colors.scss
Created May 8, 2012 18:39
Solarized Color Scheme for Octopress
$header-bg: #fdf6e3;
$page-bg: #002b36;
$footer-bg: #eee8d5;
$sidebar-bg: #eee8d5;
$main-bg: #fdf6e3;
$title-color: #586e75;
$subtitle-color: #93a1a1;
$text-color: #657b83;
$text-color-light: #839496;
$footer-bg-back: linear-gradient($footer-bg, darken($footer-bg, 8));