Auto-updating is software functionality that allows a program to maintain whether it or the supporting data is up-to-date in an automatic fashion.
Questions tagged [auto-update]
1377 questions
-2
votes
3 answers
Auto Update Amount (USD) using onchange with javascript
I need help with this code. I have looked at tons of related questions but none has helped so far. Please help. These are exactly what I need:
To auto-update "Amount(USD)" once the value of "Amount(NGN)" is changed. Preferably with Vanilla Js.
I…

codes4life
- 9
- 4
-2
votes
1 answer
I have a table in that one row is PublishingStatus which is as Approved,Pending,Rejected
The table I'm saving it as Approve=1, Pending=0, Rejected=2, and another row is ApprovalDeadlineDate. If the approval deadline date is expired(crosses today's date) then it should auto-update and publishing status should be approved that is…

murtuza
- 19
- 9
-2
votes
1 answer
Create your own update system in Java
I would like to implement a Java application that can download a new version (.jar file) from a given URL, and then update itself at runtime.
We retrieve the versions available on the internet
We compare them with the current version
If the current…

cedrick kapema
- 23
- 1
- 4
-2
votes
2 answers
Self updating docker stack
I have a docker stack deployed with 20+ services which comprise my application. I would like to know that is there a way to update this stack with the latest changes to the software from within one of the containers running as a part of the…

Anuj
- 389
- 1
- 5
- 20
-2
votes
2 answers
Skype Portable since version 8
Hope that there is someone who could tell us, on how to extract the files from the new Skype-Setup.exe, so that a new portable version could be created.
The old Skype version < 8 had a MSI which could be extracted with e.q. 7-Zip or with the vbs…

Doe Wayne
- 77
- 7
-2
votes
1 answer
Continuously pulling variables off a website to use on Matlab?
I am trying to continuously pull variables off this website (or a similar website)
https://finance.google.com/finance?q=NYSE%3AGM&ei=-MUaWsnNCIKPUM3ngbAG
and use the variables in a Matlab code for some calculations. The variables i need are in…

user3712173
- 53
- 5
-2
votes
1 answer
how to make Handler always run although application closed in java
I want to make an application that can update automatically by time when some method excuted. I used Handler to make it update automatically by time. when the time has come, it will update data to firebase. it can work when the app is not closed.…

Shafa99
- 3
- 4
-2
votes
1 answer
PHP - Stream a file from desktop to site
I am trying to create a file upload to enable users to save .txt files to my website, however the file contents need to either be updated every Nth second OR streamed from the user's desktop for live changes.
I would prefer this to run using PHP as…
-2
votes
2 answers
How to update Android app automatically, without "yes/no" prompts?
I have a problem with updating an Android app. My requirements to the application are:
It must work constantly (24/7);
Updating should also be automatic, with no user input.
I uploaded the application to the developer console to conduct…

flanker37
- 11
- 2
-2
votes
1 answer
mysql column auto update issue
Here is my table columns
id----time_created----time_updated----db_user
when a row is added to this table, or any updated occurred, the db_user should auto updates to the database username who insert/modify the row

Victor
- 79
- 3
- 8
-2
votes
1 answer
Failed to update to new Evernote 3.5.5 on Windows-7-x64
Can't install or update Evernote 3.5.5 on windows-7-x64.
Currently have Evernote 3.5.4 running and after auto-update it's still 3.5.4...
I've also tried uninstalling 3.5.4 and installing 3.5.5 and finally I ended up restoring yesterdays backup…

bw_üezi
- 4,483
- 4
- 23
- 41
-2
votes
1 answer
Creating an update script for a codeignitner application, any tutorials?
I have an application built in codeigniter which i would like to create an upgrade script for, much like the way wordpress updates to the newest version (telling you theres an update when you log into the dashboard and you clicking on update) There…

Callum
- 33
- 6
-2
votes
1 answer
AutoUpdate application .net/wpf
I seek a solution for updating via internet a program I developed in "C# / .NET / WPF".
This project contains subdirectories with different file types and also different libraries (dll).
So far I distributed my program in a .zip file containing all…

pclashe
- 1
- 2
-2
votes
1 answer
How to Auto Update one Field in Database
I have table X and field EndTime(DateTime) and Status(int)
Status has 2 condition. 1 for booked and 0 for available
I want to Auto update Status value from 1 to 0 when EndTime(DateTime) is equal to Current Time.
How I make it ?
Note : it's like for…

azalikaEriya
- 195
- 1
- 4
- 17
-2
votes
1 answer
Turn off all update feature of Firefox
Situation: In my working network, there are some configurations that do not allow, a browser to connect to any sites, which are not in local net. Firefox always asks to update the java plugin, and always try to connect to java.com. If it cannot…

lazyboy
- 301
- 3
- 12