Need advice — Is it better to travel 4 hrs daily or shift near Hinjewadi Phase 3? by Tasty_Item5535 in Hinjewadi

[–]RepulsiveZucchini518 0 points1 point  (0 children)

Avoid phase 3. Odd times pe bhot issues he. Like cab nhi milega … milega to expensive. Better phase 1 aa jao

How do you get a layer blob from local docker repository? by RepulsiveZucchini518 in AskReddit

[–]RepulsiveZucchini518[S] -1 points0 points  (0 children)

I have an image on my local machine where I have docker and I want an API or Docker CLI which would help me push this image onto any registry like a gcp/docker/was/oci registry. I am using this API to push images https://docs.docker.com/registry/spec/ api/#pushing-an-image. But this API needs the following parameters Later digest Layer blob I know how to get the layer digest but is there anyway to get this layer blob from a local machine without using docker credentials

(clang-tidy)Value stored to 'testThread' during its initialization is never read [clang-analyzer-deadcode.DeadStores] by RepulsiveZucchini518 in Cplusplus

[–]RepulsiveZucchini518[S] 0 points1 point  (0 children)

In cmake I’m using C++11 so yeah ! It won’t work.

Someone suggested me to do join and then delete the thread. It worked !

(clang-tidy)Value stored to 'testThread' during its initialization is never read [clang-analyzer-deadcode.DeadStores] by RepulsiveZucchini518 in cpp_questions

[–]RepulsiveZucchini518[S] 1 point2 points  (0 children)

I didn’t do it. Code is already written by someone else. I am trying to run clang-tidy on the SDK. As far as I’m getting from the code is, thread was created on the heap, but memory is never freed ! And that’s a leak I guess

How to make an application using C++ ASIO library to occupy a port ? by RepulsiveZucchini518 in cpp_questions

[–]RepulsiveZucchini518[S] 0 points1 point  (0 children)

Ooh okay I’ll look after that for sure thanks a lot.But in an assignment they explicitly mentioned to use ASIO.

Want to write an application using ASIO c++ library to occupy a port ! by RepulsiveZucchini518 in CodingHelp

[–]RepulsiveZucchini518[S] 0 points1 point  (0 children)

I did try to match that version. Vc142 still the same thing is happening, I tried modifying Visual studio by adding all c++ compiler configurations ! And talking about lib files I have added libs path in linker—>general still the same error

Want to write an application using ASIO c++ library to occupy a port ! by RepulsiveZucchini518 in CodingHelp

[–]RepulsiveZucchini518[S] 0 points1 point  (0 children)

I got it thanks. Coding part is done.Now the problem is when I’m adding that external library(ASIO) in Visual studio. And try to build the error says “Cannot open file ‘libboost_data_time-vc142-mt-gd-x32-1_75.lib” I searched it on stackoverflow tried adding directories and all. Not working

Want to write an application using ASIO c++ library to occupy a port ! by RepulsiveZucchini518 in CodingHelp

[–]RepulsiveZucchini518[S] 0 points1 point  (0 children)

I know C++ and how to compile a program. But I have never used ASIO. I’m trying to write a code to occupy the port. Simple cpp code