2007-01-29から1日間の記事一覧

Yaws-1.66 and "exec: 1: setuid_drv: not found"

Yaws-1.66 have a problems, compiling ot Ubuntu edgy. The problem and the solution. --- yaws-1.66.orig/configure.in 2006-06-07 22:07:31.000000000 +0200 +++ yaws-1.66/configure.in 2007-01-19 15:48:19.000000000 +0100 @@ -171,7 +171,7 @@ case …

Erl -noshell

Just a small shell wrapper to execute Erlang programs without starting the interactive shell. Saving time when working with sample code from the tutorials ;) #!/bin/bash # # Purpose: execute erlang program from the command line # side effe…

Started studing Erlang

From some time i'm trying to study Erlang. Mostly because of the elegant way it handling a huge numbers of threads. Some day I'm hoping to replace Pound with a distributed system of Erlang-based loadbalancers/reverse proxies. Good, but not…

Lingr API

...The Lingr API is a simple, HTTP-based REST protocol that enables anyone to interact with, extend, and mashup Lingr in whatever wacky way they want.... ...Using the Ruby Lingr API toolkit, a Ruby programmer can be up and talking to our A…

Fork JavaScript

Fork is a JavaScript library with Ajax, Events, DOM manipulation, etc. Fork is a general purpose library with a few bonus lines in the Ajax library specifically for use with Ruby on Rails however the library can be happily used outside of …