[Chicken-users] New egg: hardwood

2014-10-01 Thread Kooda
Hello fellow CHICKEN users, I’d like to announce my first egg contribution: the Hardwood egg. This egg is an attempt at reviving a Termite-like API. This first release provides the basic constructs for creating processes and pass messages between them. I’d like to thanks the #chicken community

Re: [Chicken-users] New egg: hardwood

2014-10-01 Thread Peter Bex
On Wed, Oct 01, 2014 at 10:18:18AM +0200, Kooda wrote: Hello fellow CHICKEN users, I’d like to announce my first egg contribution: the Hardwood egg. This egg is an attempt at reviving a Termite-like API. This first release provides the basic constructs for creating processes and pass

[Chicken-users] irregex and callbacks

2014-10-01 Thread Andy Bennett
Hi, I am trying to use the browscap.org database to do HTTP User Agent Classification. This database consists of a (large) number of regexes and data about the browser should the user agent string match that regex. What I want to do is compile all the regexes together and be able to add

Re: [Chicken-users] [Chicken-hackers] CHICKEN in production

2014-10-01 Thread Mario Domenech Goulart
Hi, On Tue, 30 Sep 2014 01:07:43 +0400 r d...@bk.ru wrote: happy to announce that we are in production with CHICKEN! Professional karaoke system AST-50 with CHICKEN driven firmware. http://www.art-system.ru/professionalnoe-karaoke/ast-50.html Feel free to ask Oleg Kolosov, Yaroslav Tsarko

Re: [Chicken-users] irregex and callbacks

2014-10-01 Thread Alex Shinn
On Thu, Oct 2, 2014 at 8:22 AM, Andy Bennett andy...@ashurst.eu.org wrote: Hi, I am trying to use the browscap.org database to do HTTP User Agent Classification. This database consists of a (large) number of regexes and data about the browser should the user agent string match that regex.

Re: [Chicken-users] New egg: hardwood

2014-10-01 Thread Erik Falor
On Wed, Oct 01, 2014 at 10:18:18AM +0200, Kooda wrote: Hello fellow CHICKEN users, I???d like to announce my first egg contribution: the Hardwood egg. This egg is an attempt at reviving a Termite-like API. This first release provides the basic constructs for creating processes and pass