↧
running XQuery online
A while ago, I posted about my first experience with XQuery and how I'd used the .NET version of the Saxon processor on my local Windows machine. Obviously, I want to extend that experience to running...
View Articlemaking a DOT graph for PHP include statements
A couple of months ago, I posted about my experience with making a Python dependency graph. Of course, as the post states, I was originally looking for a way to make a graph showing the relationship...
View Articlean improved PHP includes to DOT graph script by Carl
Almost two years ago, I posted this about making a DOT graph by linking PHP files via include() and require() commands. The idea was to have a simple way to visualize dependencies of one PHP file to...
View Article