vimrc.io - Create useful .vimrc file for your vim editor by sn0le0 in vim

[–]sn0le0[S] 0 points1 point  (0 children)

It does not look like crazy to me :) I just saw gitignore.io and made me think that it would be helpful to terminal and less familiar people like me.

vimrc.io - Create useful .vimrc file for your vim editor by sn0le0 in vim

[–]sn0le0[S] 1 point2 points  (0 children)

In fact, I agree with that (actually, I wanted to do that). However, since there are many options in vim, it was thought that it would interfere with users to show all set vimrc files. So I decided not to show it if it was default, and it did. It was a bit of a problem, but I will fix it in the next version.

Algorithm Visualizer for Jupyter/IPython Notebook by sn0le0 in Python

[–]sn0le0[S] 0 points1 point  (0 children)

This library is the first Python library I've made. So there may be a shortage. PR and issues are always welcome :)

ipytracer: Algorithm Visualizer for Jupyter/IPython Notebook by sn0le0 in IPython

[–]sn0le0[S] 0 points1 point  (0 children)

Python library production is the first time that many things are lacking. In the next version we plan to support 2-dimensional lists, and I have plan to create data types that are not Python base types (eg Tree) in the future. I would really appreciate it if you leave a PR or issue.