FYI Bluecoat Threatpulse has your site listed as "Adult/Mature Content;Entertainment"
Python Maze Generator
11–18 of 18 posts
It's probably the adult and mature content elsewhere on his domain.
Re: Python Maze Generator
#12This is awesome, thanks for sharing! The rainbow coloring is an interesting technique for visualizing the structure of mazes.
For those interested, I wrote a similar maze generation tool in Python which includes implementations of Kruskal's algorithm, Prim's algorithm, and recursive backtracking, and can output similar images. https://github.com/jpwright/maze.py
Re: Python Maze Generator
#13FYI Bluecoat Threatpulse has your site listed as "Adult/Mature Content;Entertainment"
Maybe it is like xkcd footnote: "Warning: this comic occasionally contains strong language (which may be unsuitable for children), unusual humor (which may be unsuitable for adults), and advanced mathematics (which may be unsuitable for liberal-arts majors).".
Many crazy things do not work for "normal adults".
Re: Python Maze Generator
#14Such maze patters reassemble Lightenberg figures: http://en.wikipedia.org/wiki/Lichtenberg_figure
They are created by electric discharge going through path of least resistance in insulating materials.
Re: Python Maze Generator
#15Well my work has this site blocked and categorized as Adult. Anyone know what may have caused that? This is the first time I've actually ever come across a blocked site at work.
Re: Python Maze Generator
#16His site has a whole lot of chastity belt images and drawings- I'd say that's why this site has been marked as adult.
Re: Python Maze Generator
#17Re: Python Maze Generator
#18This is super cool, and surprising to see since last week I implemented something similar in ClojureScript. Mazes are awesome.
http://jeffcarp.github.io/maze/
Code: https://github.com/jeffcarp/maze/blob/gh-pages/maze.cljs