Ronaldo F. Lima
Ronaldo F. Lima
The effect is because of the way data is read from the input. It is using common console reading. But, in my opinion, you should consider using something with a...
It depends on your objectives. If you want to keep the code 100% portable, you must rely on STDC++ library and that’s it. However you will have a lot of...
system("clear"); works only on *nix systems, for instance. On Windows, you have to use something from the old conio.h or from console.h (I'm kind of outdated on this matter), or...
Instead of checking the operating system and write a lot of code to do so, use conditional compiling. After all, where data will be stored is dependent on the operating...
I found the features very impressive... but the lack of m3u8 support is crucial for several on-line radios.
Okay. Let's do like this: I'll figure out how to do so and I'll send you a pull request, alright? Ronaldo Faria Lima CSO @ |||LOUD||| [email protected] +55 16 98136...
In fact, this is how telecom billing software works. I was the maintainer of BSCS, a German billing solution for mobile platforms (today owned by Ericsson). I´ll try to analyze...
> Hello @studybuffalo @ronflima > > First of all, thank you so much for this nice project and appreciate your efforts . We need to use this project for the...
> Thank you Ronaldo for your response .. Could please tell me by when we can work together on this ? > > REgards, Waled I'm already on it. But...
Just for the record: I have created [this issue](https://github.com/studybuffalo/django-flexible-subscriptions/issues/316) in order to upgrade the support to the latest python version.