test html curves

D3 test

var Over = function(){
d3.select(this)
.style("stroke-opacity", 0.25);
}
var Out = function(){
d3.select(this)
.transition().duration(200)
.style("stroke-opacity", 0);
}

function curve(n,x1,y1,x2,y2){

Jetpack compose

avg tip

Tags:

openwrt dlink

Favourite programs / films

Countdown - numbers and letters

Tags:

git - hidden - (non obvious)

GitHub App on iPad or iPhone :
press the face (or personalized icon) for a better experience

Tags:

Reading C

In C it's common to use void * the way you use a variant in LabVIEW. It's a generic pointer. The const keyword here indicates that the object pointed to is read-only, but that doesn't mean that it points at void. It can be cast to a pointer to a constant of some other type.

When a parameter is passed to the function, it is called an argument. So, from the example above: name is a parameter, while Liam, Jenny and Anja are arguments.

Tags:

Introduction to Mechanisms

Processing

axe117 axe023 08m2

axe117 pcb
axe023 pcb
The PICAXE-08M2 Motor Driver Board (AXE023)

Pages

Subscribe to Electroteach RSS