I have created a puzzle which is a derivative of the travelling salesman problem, which I call Trace Perfect.
It is essentially an undirected graph with weighted edges. The goal is to ...
I have been playing around with JavaScript and Canvas for a while.
Very often when I dissect a code people have put on the web, it is really hard to understand the ...
I'm not satisfied with Math.random() from javascript. I would like to create a function that generates random numbers. What I need is that if I generate 100.000 numbers from 1 to ...
I have a matrix (here's the plot: http://i.imgur.com/GNIWp.png) and I'd like find out, where the edges are.
Here's a picture of the same plot with lines which indicate the edges: ...
I'm messing around with some Mandlebrot set stuff because I think the pictures it produces are pretty. I thought I might try to tackle the problem of drawing one in javascript ...