Yclept Nemo
Yclept Nemo
Which algorithm is this? The heuristics Jenks, the total minimum distance Jenks, or the optimized and total minimum distance Fischer-Jenks? Yours deviates from my pure-python Jenks implementation and I suspect...
Can lead to a segfault: ```python >>> jenkspy.jenks_breaks([-14838, -126, -21471, 68, -113958128770812511394573913949783646572, 11252, 5757, 18665, 363470513890101146, -3621371149760118654], 8) Segmentation fault (core dumped) ``` Or can lead to an incorrect result...
If for whatever reason a file has been incorrectly detected as text, changing the filetype won't disable vim-pencil. The previous settings need to be save, then restored. Perhaps `:mkview` in...
The included plug-in scripts are for python2 and thus should have the hashbang changed: ``` bash while IFS= read -r -d $'\0' line; do sed -i 's_\(#!\s*/usr/bin/python\)\($\|\s\)_\12\2_' "$line" sed -i...
This information can be used to create basin diagrams for roots. I have some large exponentials and luckily mpmath is able to solve roughly 2/3 of the points for which...
``` From 1e9e03b9eab1c21c8c720c5482feaac3d65984e8 Mon Sep 17 00:00:00 2001 From: Yclept Nemo Date: Wed, 22 Jan 2014 14:18:36 -0500 Subject: [PATCH] CMake Build Fixes * Combine shared/static configuration. Only one instance...
3.11.2 fixes tabnumber display, but now tabnumbering is off by a maximum of two: - on mouseover: numbering skips tab above mouse, so that tab under mouse is off by...
``` vim asdf " zxcv ``` ``` vim :set ft=vim vip gc ``` ``` vim " asdf " " zxcv ``` That doesn't seem right.
I opened godlygeek/tabular#38 before discovering this project, but I think the same issue applies. Any thoughts?