Hewlett Packard company announced a new kind of future computers, called The Machine. One of the features of The Machine is that it will have many special purpose CPU...
I’ve updated Automatic transformation between XML documents with different namespaces specification. The main difference of the last updated draft is that it supports running transformations on elements with namespaced...
Despite of that I have earlier said that my specification writing fails, I have developed a more or less consistent specification which I am going to implement. I am...
As a step toward toward robust Linux sandbox, I have released CIL compiler for Debian Linux. See version 0.0.0+git20140511-1 (not 0.0.1-1) at this link for the source. It compiles...
Sandboxing means running a program in a closed environment (such as no permission to open new files, no or restricted network access, etc.) in order to protect from malicious...
I wrote earlier that my XML standard writing (about automatic transformation between XML namespaces) failed. I have later resolved that problem, see standard draft (in Word 97 format), but...
I wrote earlier that my specification writing project failed, because I set contradictory goals to sort transformation both by precedence and by stability and completeness, what is impossible. Now...
I’ve created a simple extension for Yii framework. My extension allows to combine several models (instances of CModel class) into one model. The current release is alpha quality. But...
In PHP there is function array_combine(). This function may not work as expected in the case if a key is met more than once. For this reason, I created...
Let we have two related SQL tables: CREATE TABLE `user` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `login` varchar(255) COLLATE utf8_bin NOT NULL, `email` varchar(255) COLLATE utf8_bin NOT NULL,...