I am trying to do this in android studio: Glide.with(getApplicationContext()).load(Uri.parse(url.get((int)(5)))).into(imageview6); but it shows the following e
I am having a project, design a vending machine, I did the money classification with python-Deeplearning-DNN and I want to design operating system by OpenPLC on
I'm using express to serve my angular bundle: const server = express(); server.use('/', signupPost); server.use('/', loginPost); server.use('/', facebookAuthGet
I have a sensor which sends data in a continuous stream in CONTINUATION frames within a http communication. As example a Wireshark protocol using a Firefox brow
I'm looking for a node.js module that can parse my IMAP request - FETCH 1 BODY[TEXT]. I need multipart parser, because I have messages with fe
I'm working on the search results output for Wordpress website and would like to split a row each third post. Here is what I have at the moment: <?php if ( h
I know how to parameterize the ole db destination. We can do it by changing the data access mode to "table name or view name variable". But I want parametrizati
I want to buy Arweave coins when my contract solidety payable function is called. So I wonder are there any Smart Contracts with solidety API that provide excha
Consider the following code: #include <cstdio> struct Base { void callNormalFn() { normalFn(); } void callVirtualFn() { virtualFn(); }