hasOwnProperty as a property [proj js]
In JavaScript: Object.prototype.hasOwnProperty.call({hasOwnProperty:1},'hasOwnProperty')===true
In JavaScript: Object.prototype.hasOwnProperty.call({hasOwnProperty:1},'hasOwnProperty')===true
Implemented hygienic inlining in JS: Usage and example .
metafun/metaret now have an environment for development and production.
flatorize-c 's speed is similar to the speed of FFTW3.3.3 on the micro benchmark 1-D DFT16 .
First success at generating fast C code for mathematical expressions.
Flatorizing mathematical expressions brings huge speedups in Scheme and C .
Lightweight mutual tail recursion optimization without trampoline: js.metaret
An excellent book about and around web development: «Getting Real» .
A real life geometrical problem, with an an interactive 3D solution and its source files.
Island has a very interesting report about its 2008 banking crash ( summary , website ).
In Hawaii, a delphin requests helps from a diver to remove a fishing line stuck in its flesh.
One of our users spontaneously did a video in french describing our currently main website .
A soft way to check runtime argument types of a function, with a JavaScript example.
Amazing book on stress hormones . They're not that bad, one must just understand them.
Data representation framework staying close to the W3C standards.
Here is some distilled experience on programming . And do not forget, boring things first !
The *full* Alpstein map API is now 3 times smaller, and has a short demo .
Blog entry from Irrlicht3d: «Why I prefer JavaScript to C++ and ActionScript when developing 3D code». Nice to see something beyond language religions.
The multiplication table in base 20 has a few interesting patterns, especially when using underlined digits.
A very interesting article about attention control, motivation, cortex maps and cognitive-behavioral therapy.
Douglas Crockford just started an interesting SEO experiment , probably unwillingly. I am curious to see how this develops in the future.
The WebKit developers added a direct link to the declaration of any function at runtime (also impacts Chromium devtools). It was a request of mine, which they implemented . Here is a how it looks . It can be useful to track back an anonymous callback function while debugging.
The Alpstein map API is now 8 times smaller. The base functionalities have a demo .
Gambit-C turned out to be simple to install, however, adding to Gambit-C the Blackhole package management and getting it running for production was not as easy as I expected. Here is how I achieved it , in case it helps someone.
A great nutrition classic, based on the worldwide travels & studies of the American dentist W. Price: «Gefährdete Menschheit: Ursache und Verhütung der Degeneration»
ufraw & exiftool : The best & fastest way I found so far to fix & sort photos without wasting time.
Pure CSS demo that reflows a layout depending on the viewport size. Try to change the window size. For explanations see the article .
A single function to derive from objects or constructor functions.