Michael Clayton

Results 60 issues of Michael Clayton

Show a slowly spinning earth horizon. The more movement there is, the faster the earth spins. The view would be something like this: ![tmp_22603-screenshot_2015-07-19-10-16-34-1960554082](https://cloud.githubusercontent.com/assets/364615/8766267/55e4e1c0-2dff-11e5-9104-b95de870d422.png)

mod idea

![lorenz_system_r28_s10_b2-6666](https://cloud.githubusercontent.com/assets/364615/9230908/2dc32c7c-40f3-11e5-84cf-cb1572e64372.png)

mod idea

http://m1el.github.io/woscope-how/index.html

mod idea

Using the leap. Display a stylized eye that turns when the user's hand turns. Closing hang (touching fingertips to thumb) causes the eye to blink.

mod idea

median-cut and mean-cut are both built-in, but it's not possible to choose which one. add a way to choose whether to use mean or median for choosing where to cut...

convert colors from RGB to XYZ before mean/median cutting them.

A multi-line literal string like: ``` foo = '''\r''' ``` Is successfully parsed by this module, but [per the spec](https://github.com/toml-lang/toml/pull/867/files) `\r` is only allowed in multi-line literal strings when followed...

Recording explains it better than I can (sorry for the speed, the gif plays a little too fast): ![vim-markdown-no-headers](https://user-images.githubusercontent.com/364615/32504301-716e7820-c3ad-11e7-92fe-30a4d95068f9.gif) I set up auto-invoking of `:Toc` as described in #166, but...

Inside [this repo](https://github.com/RHElements/rhelements), the following... ```vim let l:git_remote = system("cat .git/config | grep \"url\" | sed \"s/url.*://g\" | awk '{print \"https://github.com/\", $0}' | tr -d '[:blank:]' | sed \"s/\.git$//g\" |...

I just ran into an issue when I was trying to spin several colors at different rates (`0.8`, `0.4`, and `0.1`). The first one worked, but the other two did...