Node.js 0.1.98

Node.js 0.1.98 was released recently. It has bundled “readline” library now, so REPL-mode just got much . . . → Read More: Node.js 0.1.98

The shortcut to switch tabs is…

The shortcut to switch tabs is…

TextMate:
Command + Option + Left/Right

Skype:
Command + Shift + Left/Right

Adium, Firefox:
Command + Left/Right

Colloquy, Firefox:
Command + Up/Down

Opera, Safari, Terminal:
Command + Shift + [/]

Dear Santa, please, bring me Mk 41 next christmas, so I can fix . . . → Read More: The shortcut to switch tabs is…

YAML: Syck for PHP is not read-only anymore

One more good news for you, YAML-users.
I’ve implemented emitter functionality in php-binding of syck library. It is quite straight-forward, no fancy stuff for now, but it should work

Supported datatypes:

associative arrays
indexed arrays
strings
integers
floats
booleans
null

Objects are simply ignored now, though I am planning to add support for them later. See TODO for details.

Example, to give you idea:

$data . . . → Read More: YAML: Syck for PHP is not read-only anymore

haxe

Ok, here is something interesting. I was browsing looking for something related to flash/actionscript programming and ways of client-server interaction (remoting). After an hour or so, I found something called “haXe“…

haXe is a “web oriented universal language”, which means, that you can write all the front-end and back-end stuff in haXe, and compile it to the . . . → Read More: haxe