Live data from Hacker News

Viewing profile — ellson

ellson

HN member
Joined
Fri, Jan 06, 2017, 2:06 PM UTC
HN karma
1
Public activity
3 items

About ellson

No profile information was provided.

Recent public activity

  1. comment
    Comment #13336449

    There is also "vimdot" in the graphviz distribution. Its really just a hack where graphviz uses inotify() to watch for changes in a file being edited by vim.

  2. comment
    Comment #13336372

    Doxygen ( http://www.stack.nl/~dimitri/doxygen ) automatically creates callgraphs from sources code using graphviz. A good intro is at: https://romanegloo.wordpress.com/2012/03/29/…

  3. comment
    Comment #13336251

    Graphviz has code to restrict file access when used in a web server. Its in lib/common/utils.c:safefile() But to be honest, a container approach would probably be better today.