WojciechMigda

Results 18 comments of WojciechMigda

I would like to have an option to block AND mute. Recently twitter started showing me tweets from accounts on my block list when I view trending topics and only...

If such a feature would be too much work maybe someone could create a script (python?) which would apply 'mute' to every accounts on my block list.

@ArashPartow I've been thinking about it for a while already. As usual - depends how much spare time I'd have and not spend it on sth else.

Also: http://stackoverflow.com/a/32818030/2003487 I think Wojciech Mułła's algorithm is heavily based on Terje's concept.

Hi, is VideoIO capable of decoding MP3 audio files into an array of samples with resampling? I can do io = VideoIO.open("../data/train/000kouqjfnk.mp3") but it is not obvious if I can...

Is there a control over working resolution of the video stream, e.g. to gain more fps with video lower bitrate?

http://en.cppreference.com/w/cpp/language/except_spec > **Potential exceptions** > Each function `f`, pointer to function `fp`, and pointer to member function `mfp` has a set of potential exceptions, which consists of types that might...

AFAIR the implementations differ between the two, and the `|` operator implementation is not commutative.

I am guessing you are declaring states using UDL syntax, e.g. `"state"_s`. If that is the case, then I suggest declaring states using `state` class template, e.g. `auto constexpr IDLE...

This implementation and the associated paper are a nice theoretical work. Trade execution is another subject. I was recently exploring exactly the same issues as you did. Just by examining...