python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to get check if a page gets reloaded with js
How do you now check if a page gets reloaded?
It used to be like this:
//check for Navigation Timing API support
if (window.performance) {
console.info("window.performance works fine on this bro...
SpringerJerry
Votes: 0
Answers: 3
Is there a way to refresh a tkinter frame in which widgets have been reconfigured?
I'd like to allow the user to configure the appearance of the app (background color, font, font size and color, button color, etc). I've got all of the default settings saved into a config file, which...

nile_duart
Votes: 0
Answers: 3
How to refresh a csv export in Python every second?
I have this code for python that looks up an API key and writes into a file the findings.
How can I make this refresh the contents of the file every one second?
import requests
import csv
r = request...
Rasbid
Votes: 0
Answers: 1
How to add multiple Dynamic Power Queries into one spreadsheet excel
Is it possible to insert multiple dynamic power queries, one on top of the other, into a single excel spreadsheet and have the queries refresh when new data has been added to the tables?
I have six di...
BlingGirl
Votes: 0
Answers: 0