I'm new to the GraphQL API for Github. I'm trying to get the commit message and pushedAt date on each file, which you typically see on the root webpage of any g
How do I check to see if the mysql row results are empty in c++? The following code I have doesn't work properly. I am wanting to check to see if a row with the
We are trying to add liquidity using smart contract. we have deflationary tokens which charge fee on buy and sell of token. but when we are trying to addLiquidi
I cannot run symfony local server by command: php bin/console server:run. I get error: [Symfony\Component\Console\Exception\LogicException] An option named "con
I am facing an issue of adding the slide animation on the question and answer. I want on click of the radio button the slide effect comes and next question come
I have a jar file which has two class files per java file. Java: Foo.java Bar.java Classfile: Foo.class Foo.class Bar.class Bar.class I have verified tha
I've got a type WriteableFileName that "acts like a string" in python. I can convert it to a string in java using this custom converter: class WriteableFileName
Is there a way to sort something like: List<String> hi = ['1hi', '2hi','5hi', '3hi', '4hi']; to this? ['1hi', '2hi','3hi', '4hi', '5hi']
Just been experimenting with a class in which 2 dice are thrown and the total calculated. I am using OOP setting the total to this.dice1+this.dice2. However, wh