Newest Questions

0 votes
0 answers
6 views

#!/bin/sh # dash script zero=0 test $zero -eq 0 echo $? # prints 0 zerostr="000" test $zerostr -eq 0 echo $? # prints 0 test echo $? # prints 1 (as documented) test -d echo $? # prints 0 (...
lonious's user avatar
  • 696
0 votes
0 answers
9 views

Problem: I am trying to display a user's address from a nested user object in my React component. When the component first loads, I get an Uncaught TypeError: Cannot read properties of undefined (...
Osama Mirza's user avatar
0 votes
0 answers
12 views

I am new to generic gitlab repositories and am struggling a bit testing out one I created. I can push a package with the following: curl --location --header "DEPLOY-TOKEN: xxxx" --upload-...
GafferMan2112's user avatar
0 votes
0 answers
18 views

I created an EPUB ebook in R with Bookdown. It contains in-text mathematical formulas such as $\pi$, $\hat\pi$ and $X$ as well as equations such as: \begin{equation} \hat\pi = \frac{e^{a + X\cdot b}}{...
Marco Plebani's user avatar
0 votes
1 answer
30 views

i understand this is seemingly simple im a beginner i apologize if ive wasted anyones time but im pretty lost rn heres my code print ("you awaken in a dark room") print ("you look to ...
doylin holgu's user avatar
0 votes
0 answers
26 views

wrt std::mersenne_twister_engine w-the power of two that determines the range of values generated by the engine Based on the widely used C++ method for generating random numbers in a range as ...
Vinod's user avatar
  • 1,257
0 votes
0 answers
17 views

I'm facing a "404 Not Found" issue with my images in a PHP project running on Laragon (Apache) and shared via Ngrok. C:/laragon/www/IAKA_Tickets/ ├── app/ │ └── Views/ │ └── checkout....
Advice
0 votes
0 replies
24 views

i'm quite new to the programming world and i'm just wondering about the different kinds of SQL? I have heard of SQLite, MySQL and a couple of others but i don't really understand. Like how do they ...
Filledipp's user avatar
1 vote
1 answer
23 views

I am trying to setup a distributed environment for NLP processing. I use Ray and Python on GCP. I have a master and several workers. What happens is that when I run 1 worker or 8 workers, it takes ...
cuneyttyler's user avatar
  • 1,394
Best practices
0 votes
1 replies
19 views

I'm new. Is it best practice to make a list of the variable's "namespace," and if so, what are some of the methods to track them that others might use? Are there other things that should be ...
archiTech's user avatar
1 vote
1 answer
29 views

I have file names with text in them that looks like "1999_2000" (year followed by underscore then year). The years change. I want to change the underscore to a hyphen ("-"). I'...
user8229029's user avatar
  • 1,273
Advice
0 votes
3 replies
29 views

I'm new to coding, and I'm trying to use VS code to learn Python. I had an issue when I ran the debugger. I got some extra output showing something like this: PS C:\Users\user\Desktop\Python\oops> ...
LuckyDC's user avatar
Best practices
0 votes
0 replies
18 views

Is anyone aware or can anyone verify whether AI software development pipelines and processes have evolved to the point that they incorporate basic industry testing procedures (unit testing, smoke ...
R.C.'s user avatar
  • 1
Best practices
0 votes
1 replies
21 views

The Direct Answer to the Original Question If you simply want to run a function in a separate thread, the minimal working pattern is: import threading def worker(): print("Running in a ...
Guilherme Pinheiro's user avatar
0 votes
0 answers
25 views

If I use the launch tag in a WFF watch face, it always only launches the main activity of the app, no matter what I specify as the target of the launch tag. That would be OK if I could tell which ...
Zigurd's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
1611289