![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi01UY6mQ1p3h1F8bUp61cCtucyxw1u4nqVQk7GlhiKG7l556q4LYxw3BSqlkh-eaMlZ1JyYq9Mij-OIwhqRw65tNfKxfRb-oxwJ96RN44UnloKnTNmbevdKXlGDgj0feIXJh4-H7HFcYVD/s400/test2.png)
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgx7fF1DxSiO-fFwVOvYAGPbrURpVSK2FH_3KpYoNUWzcUUdb-kJ_iH77D3ifT3uoTUCWkNMyJUGAQI89eH34NlkqbBGdLTBUIfk7NjJFJEJs-Zd84g-ucQnNA1vD4tH_KyBFtrocJ2z2EW/s400/code.png)
Concept doesn't handle fractions, and sometimes you need fractional computations. After a little research, I discovered GMP, a fast library that can handle big integers (and I mean VERY BIG), rational numbers, big floating points numbers and has even a random number generator. It can do prime checks, greatest common divisor and more.
Here is the API documentation: http://www.radgs.com/docs/help/standard.math.gmp.html
For some time, I wanted a TTS(text to speech) engine API in Concept. It was a hard decision, but I went for a closed-source project: Mbrola.
The main reasons were:
- Nice and clean API
- Support for many languages
- Fast
- Cross platform
I wanted to write a plug-in for GyroGears to read the errors. Then, an application could tell you "that's wrong, you retard".
The true reason for this is accessibility for people that can't see. I have a friend in that situation, and told me that GTK is unavailable for him because it doesn't work well with screen reader software. Problem solved now with MBROLA.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqWuq48vFSXGiP7tHeA70CY-m-8PrZ96g9KIBgobaLxaRD1bmy_f43rIzO14Wk3cRk3ZclhOrdqdE31PeOJhukMz6T5AaHE2Vh8HiEhPWk7KnD9fy5fPfNvksEDacFRef2JHlw0wYTCZGk/s400/parrot_speex_org-3.png)
On Gyro, I've debugged, as usual. Also, the alerts are now prettier and tested in real-life application.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgaQ_jtW-vT1nWrerx9m1ZS1UnZVy-csXeZD_Lx9tKy7DYAniHfAvah8oMC6w9UPthaYeMbwxgj6dQeoa8asvJMPtRkjR2pr-8JkekSwBfe5G-6Q8VKZwsf8qkRYG1v1NVoUkRYs5tAGkY/s400/s1.png)
Some minor bugs fixed in concept core and standard.lib.str that caused some problems with string constants containing the zero character.
This week I will focus on the GyrGears chart library (gdcharts). There are some problems with charts that don't feet in the designated area and causes a crash. I want to try to fix gdcharts or replace it with swfdec + open flash charts (looking very cool).