Bastian Bittorf

Results 35 comments of Bastian Bittorf

i see your prob, but the solution is easy: change your font size. a lot if terminals can do this interactively e.g. "CTRL and minus"

BTW, the demo is great: http://harthur.github.io/clusterfck/demos/colors/ (click on "# of clusters: 11")

@gubi no, i talk about a totally other thing. but the demo you posted is impressiv too! i will explain my wish: we have different protocols with different ranges of...

you are right, this looks good. can you patch/extend our d3-copy or even "upstream" that? the next thing will be to read in the ranges...

i dont want to fiddle in 'netjsongraph' (custom extensions). would'nt it be better to iterate over all links, calc 5 groups (for 5 colors) and plot it? at least we...

it's about the sensible defaults: 1) the implementation of the visualizer _can_ be aware of the specific of the routing protocol. so we know, when "protocol" = "OLSR" + metric...

JS is not too hard, so i will tweak it for OLSRv1/etxff_eth and give feedback.

when the parser has a knowledge if this, we can extend d3.linkDistanceFunc() so that nodes which belong together ("functional_unit") are closer to each other. for instance here is a network,...

at battlemesh10 we tried to have some kind of auto-refresh with 'animationAtStart = false' and this block: around line 209: ``` if(!opts.animationAtStart) { opts.linkStrength = 10; // was '2' opts.friction...

hmmm, maybe it's unusual - but i cannot say the reason why: http://stackoverflow.com/questions/11582512/how-to-get-url-parameters-with-javascript/11582513#11582513 function getURLParameter(name) { return decodeURIComponent((new RegExp('[?|&]' + name + '=' + '([^&;]+?)(&|#|;|$)').exec(location.search)||[,""])[1].replace(/+/g, '%20'))||null } myvar = getURLParameter('myvar');...