Just a short one again. This time I will explain the coefficient of variation. And once again give you a full code example of how you can implement it in c#. The coefficient of variation (CV) is a normalized measure of dispersion. It is a measure of consistency indicating the… Read more »
Over the last few days I have received numerous e-mails about the latest Firefox 20.0.1 update (finally) breaking my Grocery List Generator add-on. So that was it I thought, I always expected my extensions to go down one by one, but I always thought they would go just a bit… Read more »
When dealing with both positive and negative numbers, especially when dealing with a repetitive signal like a sine wave. The mean I described in the previous article may not be that useful at all because the negative values cancel out the positives. In some cases the average power of a… Read more »
For my first c# code post I will start of with an easy one: Calculating the mean, the variance and the standard deviation of a set of data using c# math. These 3 functions were the first I had to write when I started on the SoapSynergy project written in… Read more »
Now that I have quit developing Firefox extensions it was time for a new website as well. Still tweaking things left and right, but I have been doing that for the past few months so now is as good a time as any. I choose for the simplicity of a… Read more »
This is the most difficult public announcement I have had to make in a long long time, but this is it people, I am quitting my life as a Firefox extension developer. I have had the best time developing new things and working closely with the Mozilla community to improve… Read more »
Version 1.2 of my Grocery App for iPhone, iPad and iPod Touch has just been approved by Apple. To read all the details about the update, and to watch videos of the grocery app in action visit the GLG App website or go directly to the App Store to get… Read more »
Today the new website of my recipe based grocery list generator for iPhone was launched. The website contains detailed information about the app, and extensive FAQ and youtube videos showcasing the app at work. The recipe based grocery list generator app for iPhone was released 2 months ago but still… Read more »
Just this morning my very first iPhone App Grocery List Generator was released in the AppStoreBelow is the full description of the app, but in short: It's better, smarter and easier to use than even my own Firefox GLG! Going out for grocery shopping? Make sure you have the GLG… Read more »
Today I finally found some spare time to finish up the work on the new Drag & DropZones release. Firefox 3.6 compatibility being the most urgent new feature, but I already had developed a lot more goodies for you all. Drag & DropZones now allows you to color each DropZone… Read more »