Recently, I had to make a mock-up of a filtering function (something I need for a project I work on) so I can show-case it
Continue readingAuthor: Valeriu Paloş
JS classes for the masses.
Following on an older post of mine, I decided to write a new article about an(other) implementation of OOP Classes in JavaScript. This is something
Continue readingLoomiere 2.0.1-beta finally out!
All right! I finally got around to releasing this code to the public. I won’t say much now (since I’m tired) but I will say
Continue readingLua-TTyrant: a TokyoTyrant binding for Lua.
Some time ago I started a small project to implement a C-to-Lua binding of the TokyoTyrant library, called “lua-ttyrant“. A few days ago, while working
Continue readingA simple(r) approach for class-based OOP in JavaScript.
Like others before me, I found JavaScript’s prototype-based OOP support – while very powerful – quite cumbersome in some situations where I needed a certain
Continue readingCommand-line option parser in JavaScript.
Here’s a small but very effective command-line option parser written in JavaScript (uses NodeJs). You can get the up-to-date source code at http://gist.github.com/982499. I wrote
Continue readingAnastasia
My blog is about programming, that’s a fact and while I never broke this tradition so far, today I feel like making an exception. Why,
Continue reading“Loomiere 2.0 teaser” reloaded
UPDATE: http://vpalos.com/1165/loomiere-2-0-1-beta-finally-out/ «Update… Today this machine reached 6500+ active concurrent connections for a total traffic of 2841.19 Mbps (2778.1 output + 63.09 input) while the SSD’s
Continue readingLoomiere 2.0 teaser
UPDATE: http://vpalos.com/1165/loomiere-2-0-1-beta-finally-out/ This article is a quick peek into how Loomiere 2.0 is (currently) serving close to 3k active streams from a single server in production which
Continue readingCase study: fixed number of iterations with LPeg
Words seem to fail to describe just how awesome LPeg is. Designed as a Lua implementation of the PEG concept, it is a true programming
Continue reading