I've created the following captor: public class CompanyOwnerMatcher extends ArgumentMatcher<CompanyOwner> { private String uuid; CompanyOwnerMa
i am using web3 suscribe event for listening to incoming and outgoing transaction from rinkeby testnet. but i am not getting anything in console.even my transac
two sorted array A, B with length n,m (n <= m), and k which (k >= log n) is given. with log (nm) we can find k-th smallest number in union of these two ar
Let's say that while the API doing the work on backend, the http request consumer got disconnected. Therefore, database is updated but the consumer application
I would like to use django-import-export package to import some TSV files, but I'm facing some problems. In the file, I have the column names in uppercase like
While attempting to add support for UTF-8 locales in a library, I added the type std::wstring to the boost::variant that holds a value. At that point, I start t
I am learning from The C++ Primer. One of the exercises is to compile a program with arguments in main(). For this I am trying to use mac terminal. I need to co
I'm trying to build a game app with Swift that should disable swipe down ios reachability in a specific view controller how can I do that? image
I have attached the HTML on Photo Question - how to get all data of price, qty from HTML in js and multiple it accordingly and add it into HTML in Django. anyon