I need a javascript code that saves in a variable the _id I'm having trouble getting that _id because it’s inside an array. I have looked everywhere but I
I would need to get, passing the Transaction ID, the from/to address, the value of token transferred, and the type of token passed? I've found so far the API fr
I try to open the Maven project in IntellijIdea. This project uses spark and scala. When I run: mvn clean install -DskipTests then it gives the error: [E
I was trying to plot a series of scatterplots with different sets of variables. In doing so, I use "paste" to combine two (or more) variable names as plot.na
I created a code that has long and short entries. It enters long on a specific candle with specific criteria with an entry stop above the high plus a few pips a
I have excel file which contains XML data in each cell of column, I want to parse those XML data in each cell and save each to new file. Here is my code: import
I am creating an application for a school project within Android Studio. I am required to make the application run on both phones and tablets in both landscape
How can I make CSS change the button's box-shadow from var('--out') to var('--in') on button click, and when you click it again it'll change back to --out? I tr