python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Global array won't update, keeps giving garbage values when passed by reference
It's supposed to call a function through a thread for merge sort- but for some reason, it doesn't update the global array when I try to output it later through the main() function. So i tried passing ...
MR DZ
Votes: 0
Answers: 2
How do I listen for changes in global window variables with useEffect?
Say I have some links on my site which redirect to another domain, and I need to make sure that any tracking parameters also get passed over to that second domain.
Most of these tracking parameters ar...
charcole
Votes: 0
Answers: 1
python - how to store settings in memory?
I'm totally new to Python, and I am trying to figure out a way to store settings.
My application (python + pyqt5) stores the settings in a SqLite database. A function loads these settings at startup a...
sharkyenergy
Votes: 0
Answers: 1
Fetch variable from function into other function (under same function)
I am pretty new to Javascript, nodejs and socket io, so far everything has worked out, until I needed a new function which pulls data from multiply tables instead of just one table, when it's just one...
HDIK
Votes: 0
Answers: 2