de en es fr nl pl pt sv

javascript

Parallel Computing in Node.js via HPX Addons

brakmic

Tweet In this article, we will build a Node.js addon that uses HPX to execute certain algorithms. As you might have already seen on my blog, I have written some articles about HPX, a parallelization runtime & framework written in C++. You might also be asking yourself, why on Earth should...

Satelity 4Developers nadchodzą! Nie możesz tego przegapić!

Piotr Nalepa

Mowa o lokalnych edycjach 4Developers - Największego Interdyscyplinarnego Festiwalu IT dla programistów w Polsce. W tym roku organizatorzy ponownie przenoszą konferencję na lokalny grunt. Spotkania odbędą się w Katowicach, Poznaniu, Wrocławiu oraz Łodzi. Jest to kolejna edycja satelit 4Developers....

Virtual Background using webcam

knok

I made a webpage to produce virtual background with webcam. https://knok.github.io/virtbg/ Sorcecode: https://github.com/knok/knok.github.io/tree/master/virtbg Some online meeting software (Zoom, Microsoft Teams) supports virtual background, but I want to use other software like Jitsi...

DOMly - The fast template system that clones

Larry Davis

Flashback: The state of innerHTML performance in 2008 "The most obvious conclusion of these tests is that innerHTML is faster than "real" W3C DOM methods in all browsers." — Quirksmode, circa 2008 Newsflash: innerHTML is slow.The time-honored best-practice is no longer best-practice. While you...

mdn.io - Passive URL shortening for MDN

Larry Davis

Whenever you need to look something up on the Mozilla Developer Network, you usually end up typing something like mdn defineproperty into the search bar and clicking the first link. We've taken that already simple process and made it simpler with mdn.io, the "I'm feeling lucky" URL shortener for...

Lisp to Javascript compiler

David Vázquez

UPDATE 22 Nov 2014: The project was renamed to JSCL and now is hosted at http://github.com/davazp/jscl. You can also try the live demo. Raimon Grau and I have been working on a simple Lisp to Javascript compiler, in order to better understand how to bootstrap it. Now we got it. It compiles...