Skip to content

Instantly share code, notes, and snippets.

@ylxdzsw
ylxdzsw / draw_dep.jl
Last active October 1, 2016 03:03
generate dot code that generates a graph of an abstract julia type
function draw_dep(T::Type; package_name::Bool=false, upper_bound::Bool=true)
_draw(T::ANY) = for t in subtypes(T)
print(g, " \"")
format_type(T)
print(g, "\" -> \"")
format_type(t)
println(g, '\"')
_draw(t)
end
@elieux
elieux / msys2-here-uninstall.reg
Created November 23, 2015 08:32
MSYS2 here context menu items
Windows Registry Editor Version 5.00
[-HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\MSYS here]
[-HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\MINGW64 here]
[-HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\MINGW32 here]