Why I am a programmer
This year someone asked me: Why are you a programmer? How did you start to code? I would love to share my answers but I’m »
This year someone asked me: Why are you a programmer? How did you start to code? I would love to share my answers but I’m »
I was playing with ThreeJS to make a tiny game prototype and I didn’t know how to change a ThreeJS scene in order to restart »
One of the most annoying thing I dealt with: how to export a CVS with correct charset in NodeJS, to show properly data containing unicode characters »
When I was playing with ThreeJS, I was wondering how to calculate the distance between 2 meshes in ThreeJS, without raycasting, collision detections and so on. »
Avoid to sort manually. Let’s see how to sort descending an array with Underscore. And it’s very easy to change it to sort ascending. »