I have a problem with connecting the MongoDB to an API that is written in Golang. If you can help me, I would be really grateful. I don't find anything when I g
I am attempting (and can successfully do so) to connect to an API and loop through several iterations of the API call in order to grab the next_page value, put
I have the following tables, and I wanted to see if I could perform an insert, where for each inserted row, the value of the linked column gets selected by the
I want to define dynamic transaction name with a variable in it like for(var i=0;i<=5;i++) LR.startTransaction("Application_TransactionLoopcount_"+myloopcoun
0 I have a list of messages and I am trying to get some link from that message if it exists there (and store it in studentlink const) this will happen in an eve
I have been working on some 30+ year old Fortran code, trying to figure out why it just intermittently doesn't work for seemingly random reaso
This is my script #!/bin/bash a=1 for [ $a -ge 1 ] do touch ~/file.$a a=`expr $a + 1` done When I execute it it gives me below error ./script.s