Questions tagged [automatic-updates]

141 questions
0
votes
0 answers

MySQL Automatic UPDATE COLUMN

Everyday I need to UPDATE a column automatically: update client_invoices set x6 = datediff(x4, date_due) Im using an event in mysql but everytime the hosting company updates the server the Event scheduler status is turned off. Any way I can perform…
RibAs
  • 11
  • 3
0
votes
1 answer

How to scroll to bottom of page multiple times in Javascript through Google Chrome?

I am doing a Web Scraping Project with Youtube. I need to automatically scroll to the bottom via Javascript. I am inputting the command in Google Chrome Inspect Console Terminal. This link: https://stackoverflow.com/a/29971996/3326078 showed me to…
0
votes
2 answers

Google Sheets: Arrayformula to produce dates in reverse order

This document is a template for invoicing for a voluntary group. In the date column, I want to auto fill dates starting at the bottom so they appear in reverse order, with the most recent at the top. The start date is as shown at the bottom of the…
AP68
  • 3
  • 5
0
votes
1 answer

repeating local Notifications automatically?

So I've managed to create a local notification in android. Part of the code is given below. AlarmManager alarmManager =…
0
votes
0 answers

Javascript code equivalent of pressing enter

i am trying to submit the form automatically using javascript. But unable to do so. Below is the target submit. I have…
0
votes
0 answers

Real-time Scraper | Complicated Issue

I have an up and running webscraper; the tickers are listed on a separate excel document. I am using ScrapingHub's API because it is accessible anywhere, and provides a big convenient factor. I want to create a code that will update and scrape from…
Friezan
  • 41
  • 2
  • 7
0
votes
1 answer

wxPython - Plot update on specific parameter change

Dear all passionated programmers, I am programming an GUI to investigate my data. Those data is displayed in a 3D plot on a panel. The Plot is filling a prepared FigureCanvas on my GUI by the time I hit a Button. The Plot function gathers some…
Daniel Velden
  • 179
  • 2
  • 17
0
votes
1 answer

Frameworks for a Linux auto updater

Basically, there is a webapp that runs on the localhost on ubuntu. I want to be able to implement an update or two from my side, and have the few machines that will be running the webapp also receive the update on their end. (All the machines that…
0
votes
2 answers

Live self-updating PHP class

I have a single PHP class, which can communicate with an API we are developing. Rather than using different API versions and letting the user manually updating the PHP class script, I would like to make this process automatic. This update has to be…
Basaa
  • 1,615
  • 4
  • 20
  • 41
0
votes
1 answer

VBA code to Automatically move specified cells in a row based on that rows list selection

I need the below code to automatically move a row to another worksheet depending on the option I choose in that rows drop down list and I only want Columns A to S of that row to be moved, right now it moves the entire row. Please help. Sub…
0
votes
1 answer

How to send email or do something after a time period without action from user

I have a question about how to do something after a specific time period. For example, a buyer buys some shoes in my app. I uploaded his information to Parse. Then, the seller can receive notification that his shoes are sold. But, if seller does not…
Pak Ho Cheung
  • 1,382
  • 6
  • 22
  • 52
0
votes
0 answers

Maintaining Updates for Software

I'm currently designing a software application for work and I'm planning on installing the application on several computers. However the application will not be finished and there would be incremental updates from time to time I would have to do. Is…
Darren Cooper
  • 81
  • 1
  • 6
0
votes
1 answer

Windows batch script reg add crashing

I am making a batch script and I am having trouble with this line reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v AUOptions /t REG_DWORD /d 3 /f When that line runs, the command prompt window…
user5486873
0
votes
1 answer

Software Protection Provider Service Re-enabled Automatic Updates

We have run into an issue where there are corresponding event viewer entries that show something regarding Security-SPP at the same time the windowsupdate.log file started writing its checks for automatic updates. Prior to that entry, the update…
0
votes
2 answers

Image with live updating text

Need some help with images. As the topic says, I want to create an image with live updating text on it. This is mainly used by game servers and players to show off their stats and info. Server-wise, to show if the server is online and how many…