Hewlett Packard company announced a new kind of future computers, called The Machine. One of the features of The Machine...
I’ve updated Automatic transformation between XML documents with different namespaces specification. The main difference of the last updated draft is...
Despite of that I have earlier said that my specification writing fails, I have developed a more or less consistent...
As a step toward toward robust Linux sandbox, I have released CIL compiler for Debian Linux. See version 0.0.0+git20140511-1 (not...
Sandboxing means running a program in a closed environment (such as no permission to open new files, no or restricted...
I wrote earlier that my XML standard writing (about automatic transformation between XML namespaces) failed. I have later resolved that...
I wrote earlier that my specification writing project failed, because I set contradictory goals to sort transformation both by precedence...
I’ve created a simple extension for Yii framework. My extension allows to combine several models (instances of CModel class) into...
In PHP there is function array_combine(). This function may not work as expected in the case if a key is...
Let we have two related SQL tables: CREATE TABLE `user` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `login` varchar(255) COLLATE...