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)
Semantic software versioning and application design change
I have a concern, I do not know which position is the one that increases in the version number of an application when you make changes in the design, whether it is a color change, a menu change or the...
Yordan Rd
Votes: 0
Answers: 0
update one row of table in the future (Laravel)
the update method in Laravel (version 8) edit fields at the execution time, but I want to update fields at a specefic date
for exemple :
I have company table with pack field : when the customer pay...
MAHA OUEGHLANI
Votes: 0
Answers: 1
How to use Microsoft.Update.Session() in powershell windows 7?
I want to export the update history(installed KB) list from Windows.
To Windows 10, I found the code under blow:
$Session = New-Object -ComObject Microsoft.Update.Session
$Searcher = $Session.CreateUp...
Aster Lin
Votes: 0
Answers: 1
How to auto update your software with every new release?
I am currently developing software for a client from open source. I made a few changes in the code and it was working fine. The client wanted to get the software to a point where he can install it on ...
Obaid Ur Rehman
Votes: 0
Answers: 1