niXman

Results 16 issues of niXman

Hi, I'm sure you will be glad to know there is another, better and more complete implementation of Binance API on C++: https://github.com/niXman/binapi I will be grateful for advertising! =)

hi, can anyone tell me the best settings for video streaming? thanks!

hi, could someone answer my subject question? thanks!

subj. look at this branch: https://github.com/niXman/mingw-builds/tree/cross-build now I can build everything up to GCS stage. then I faced with this error: ``` x86_64-w64-mingw32-gcc -L/mingw64/x86_64-w64-mingw32/lib -L/mingw64/mingw/lib -isystem /mingw64/x86_64-w64-mingw32/include -isystem /mingw64/mingw/include -fno-checking...

hi, how can I disable the automatic search for media sources that is performed in `getV4l2AlsaMap()` function?: https://github.com/mpromonet/webrtc-streamer/blob/master/inc/V4l2AlsaMap.h#L100 thanks!

question

hi, does this library provide the ability to execute REST requests asynchronously, like [this](https://github.com/niXman/binapi/blob/master/examples/asynchronous-user_data/main.cpp) ? thanks.

Hi, Is there a way to make this device work? Thanks

hi, for example, `boost::asio`s [io_context](https://www.boost.org/doc/libs/1_80_0/doc/html/boost_asio/reference/io_context.html) can be used as main event loop or as independent event loop. for the second case simply calling `poll_one()`/`run_one()` periodically is sufficient. so my question...

hi, did HaiCrypt successfully passed any independent security audit? best!

Type: Question

hi! @here just now I have successfully build the my first build of windows hosted mingw-w64 targeting `x86_64, posix, seh, non-multilib` compiler using linux cross compiler! it would be awesome...

enhancement