4470 shaares
2 résultats
taggé
solarized
In the last years, cmder became my default console when I needed a cmd.exe-compatible Windows console.
Very often, I have a cmder window with a set of tabs under my standard Windows user, and another that I launch as admi, to switch on/off some services, e.g …
This week I wrote a small Python script, that can generate a mindmap from a simple indented text input like this:
Winter
december
january
february
Spring
march
april
may
Summer
june
july
august
Autumn
september
october
november
The command: ./graphviz_mindmap.py seasons.txt.
The results, with various layout parameters:



Another …