close
Skip to main content
Filter by
Sorted by
Tagged with
Tooling
0 votes
0 replies
38 views

I am working on a meta-analysis of ~200 studies where I divided the dataset into 4 subgroups. I tested the effect of 10 variables (3 categorical and 7 continuous) that explain my meta-analytic effect ...
annabellev's user avatar
0 votes
1 answer
107 views

I am trying to make a batch program that cycles through files in a directory. My code is nested in a loop like so: for /r "path/to/dir" %%f in (*.json) do (...) %%f is a full path, but I ...
CatsCanCode's user avatar
-4 votes
0 answers
55 views

I am unable to have a password variable in net use command to work however if I a use a plain text password it works. What changes do I need to make. Any help would be much appreciated. #Authenitcate ...
user3596617's user avatar
Advice
0 votes
3 replies
78 views

Can anyone help me create or point me in the right direction to set up a custom variable to help me track online orders and transaction on a restaurant website? Along with including the conversion on ...
gabe's user avatar
  • 1
0 votes
0 answers
59 views

I am new to Power Automate as of this week. My current attempt, is to have an automation that checks a SQL table on a scheduled basis. The results of the SQL query will include an email address, and a ...
Brandon_R's user avatar
Advice
0 votes
2 replies
64 views

I Consider Myself An Intermediate Programmer (casual programmer) But Never Unpacked An Iterable. Share Me Your Best Thought! Why To Unpack An Iterable? What Is The Usecase Of Unpacking? When Shall I ...
CARNIVAL's user avatar
2 votes
3 answers
138 views

Instead of writing: echo "variable: $variable" when debugging, I would like to do it all with a function, say: print "$variable" So far I have got this working: t=https://www....
Signor Pizza's user avatar
0 votes
2 answers
119 views

I have a global variable FlowTable() as Variant. I delete rows in it within a loop. Each time it runs, it should update the Ubound(FlowTable) because one row will have been deleted. I tried to enforce ...
Chris's user avatar
  • 43
Advice
0 votes
0 replies
45 views

I am switching a small system I have been using for years that was using mysqli to PDO it is proving very challenging and very very different! But I am have a good deal of success, but I am really ...
Tilly's user avatar
  • 81
-1 votes
1 answer
76 views

I'm new to this, and could use some guidance. I have a 2 dimensional associative array that is passed from PHP to javascript using JSON and I am trying to access the array in javascript using the ...
Jack's user avatar
  • 27
0 votes
0 answers
38 views

I have an SSIS package designed to make it possible to run multiple processes in parallel. The package is pretty basic, it has some nested For Loop Containers, starting an execute SQL Task to run ...
Joel De Grunt - Idzinga's user avatar
Best practices
0 votes
3 replies
101 views

I am learning Python basics (variables, multiple assignment, operators) and trying to swap values of variables. Here is my code: a = 5 b = 10 a, b = b, a print(a) print(b) Expected output: 10 5 ...
Ankaj Choudhary's user avatar
0 votes
1 answer
50 views

I can't recall (and can't work out) if there is a way to have a cmd FOR loop nested within another FOR loop where for each outer FOR loop iteration, the inner FOR loop is iterated. For example: FOR /F ...
skeetastax's user avatar
  • 1,818
Advice
0 votes
9 replies
101 views

The task is to show line with variables from one variable (substitute like echo "${!VAR_NAME}" but for multible variables at once) i e g l=$(head -1 "$table") #this header can vary ...
Ivan's user avatar
  • 61
4 votes
2 answers
166 views

For background, I am working to create a version of minesweeper that runs in the terminal to become more familiar with coding bigger projects in c. I am coding in VScode, to run on a Linux server (...
Librarian of Stars's user avatar

15 30 50 per page
1
2 3 4 5
3588