In a project where we had the need for VMs being capable of doing CI for Java and also doing … More
Category: Graphics
Adding Background Image to SVG Circles
If you want to create nifty Graphics and Animation in the web, you cannot avoid d3.js. D3.js uses SVG as … More
Plotting UNIX Processes with D3
I created another Plot, using D3js: You can find all Scripts here. I am still have to figure out how … More
Plotting UNIX Processes with DOT
Inspired by this Post, i started playing around with ps, nodejs and GraphViz. After reading some ps man Pages, i … More
SVG – the lost son of formats
I was on the Chemnitz Linux Days last weekend. Besides great other talks a saw “Free your slides – Vortragsfolien … More
Philipps 5 mins: Graph-Fun with AJAX and Canvas
I always searched for an efficient way add dynamic diagrams to a web-project without using flash or other plugin-based magic. … More
Splines mit dem HTML Canvas Tag
Splines innerhalb eines Canvas Tags sind mit ein wenig Javascript recht schnell machbar! (drumherum dann noch den ganzen HTML-Kram denken): … More