Archive for the ‘Others’ Category
O(n) – Algorithms/Computational complexity, may I help you?
When I had started to learn Software development I learned about computational complexity. Since this time I did not use it any more. But, it is good to refresh your knowledge sometime (and why not to avoid failing an interview).
Web – Php unzip, zip or compress folders and files using php
I really don’t like Php. Anyway, some time it is the most easy way to act on the server. For example, to zip or unzip files. But the method I expose in this post only work on Linux/Unix because it is based on command line.
Click to continue…
Best RS232 monitor – Freeware Console for Serial Port (Windows)
When I work on RS232 I usually need a RS232 monitor. I found so many BIG application that need an account on a website, to install a software which is able to do the coffee… But, I also found this software, free, light, powerful, and portable ![]()
Here it is!
Click to continue…
Matlab – Sound (& Speech) recognition using MFCC
A quick and easy way to recognize a sound.
This method can be seen as a base to create a speech to text method but I will not treat this subject here
Matlab – Media Live Recording Using a Callback
One of the first article I wanted to add to my blog is about “recording sound with Matlab using a Call-back”.
It is simple and easy to use, but when I was searching the web to do that it was so complicated to find good resources.
So here it is.
