-
Recent Posts
Meta
Neyric.com
Categories
Archives
Category Archives: Programming
Using Salesforce from Bonita Open Solution
Bonita Open Solution is an open-source Business Process Management ( BPM ). It comes with one of the best BPMN editor I have tried (Bonita Studio). The main feature of Bonita, is its extensibility, which is achieved by using either : … Continue reading
AFLAX: The AJAX Library for the Adobe Flash Platform
The version 1.0 of AFLAX has been released : “Developed by Paul Colton, the AFLAX technology is available as a library that enables developers to use JavaScript to fully utilize all of the features of Adobe’s Flash runtime — including … Continue reading
How to set up a development environment for J2ME
The first time I tried to build a J2ME (Java2 Mobile Edition) application, I had a hard time choosing the right tools. Here’s a tiny guide to setup a development environment for J2ME (under Windows) : Install a JVM (Java … Continue reading
Wollabot, an IRC bot framework in Php
Wollabot is the easiest way to create your own IRC bot. The framework is entirely built in Php and you need very few tuning to make it work. (Good documentation too…) Here is an example of a (very) simple bot: … Continue reading
Decoding mu-law audio stream to PCM
Axis network video cameras (such Axis 214) provide an API to retrieve audio data over HTTP. Different content-types are available. If the MIME type is “audio/basic”, the audio data is encoded using G.711 mu-law at 64kbits/s. This compression transforms 2 … Continue reading