i am newbie, i don't know how to fix it? i don't know how to call function void bubblesort #include<iostream> using namespace std; vo
while running Kubernetes on aws services, trying to install kubectl and minikube on t2.medium ubuntu 18.0. And I was trying to check the kubectl version and it
There is an example playbook with the main task: --- - name: Include tasks include_tasks: include_task.yml # args: # apply: # tags: task tags: t
I want to display OpenOffice files, .odt and .odp at client side using a web browser. These files are zipped files. Using Ajax, I can get these files from ser
I am trying out Solidity on Remix and I can successfully deploy contracts. However, I expect to see the function button after my deployment is done (as it conta
I'm trying to move Popper that is inside parent component. How i can do it? I tried to use offset property in modifiers object. e.g.: offset: { offset: 20,
after querying from the database using the given getAll(Pageable pageable) method from spring data jpa i become an Page object. What I am doing is modifing the
I am receiving data following a certain format over a TCP server by serializing them. the class of the object: class Command { private: char letter; in
I have a table named snapshots with a column named data in jsonb format An Index is created on snapshots table create index on snapshots using(( data->>'c
I have this XML file, how can I make a C# Class to fit it, so I can Deserialize it to a C# object. <soapenv:Envelope xmlns:soapenv="http://