Most voted "software" questions
15 questions
Sort by count of
-
40
votes3
answers20821
viewsHow to define a software version?
I would like to know what the number of software versions are and how they work, for example v1.1.2 what does ? Is there any standard or recommendation for web application versions ?…
-
15
votes3
answers2559
viewsWhat is the difference between software, program, app, and system?
Obvious question that escaped long of being asked here at Sopt. Software Program Application / application App Information system What’s the difference? I believe I know the answer, but let’s see if…
terminology software-engineering software-architecture app softwareasked 5 years ago Piovezan 15,850 -
8
votes1
answer116
viewsHow to develop an independent frameworks application?
Recently, I can’t remember where, I saw an application structure in which the core of the application, that is, its main entities, business rules etc., resided among the dependencies of the project.…
software-architecture software-engineering softwareasked 9 years, 1 month ago Rodrigo Rigotti 12,139 -
6
votes1
answer12372
viewsHow to compile C file using Sublime Text on Windows 8.1 64 bit?
I installed the Sublime Text in Windows 8.1 64 bit. How to compile a *.c file through Sublime on Windows? Is it necessary to install a compiler and/or another program to alert code errors and create…
-
4
votes1
answer4728
viewsHow to transform source code into digital hash summary?
For registration of a software, it is requested: Perform the transformation of the technical documentation (source code) into digital hash summary; the INPI documentation also states: [...]The hash…
-
3
votes1
answer107
viewsIs there a distinction between software that has a database or not?
A doubt that came to me while I was studying and that I still haven’t found anything about it. We know what a software, here a brief definition: A program (software) is a sequence of instructions…
-
2
votes1
answer2797
viewsWhat is the difference between Service and Application Software?
I’ve always wondered about the difference between terms serviço and software de aplicação. Both have similar meanings, but what’s the big difference in themselves? Below are some definitions of the…
-
1
votes0
answers288
views -
1
votes1
answer63
viewsCould a Web system be considered as software?
The question is whether a web system could be considered software. What are the definitions of the web system? What are the definitions of software? And what is the threshold between them?
-
1
votes1
answer565
viewsProblem with Geometry pack and grid (Tkinter)
to tell the truth these two geometries are very complicated, but unfortunately I need to use this 2 in this project. So come on. first follows the code: from tkinter import* from tkinter.ttk import…
-
0
votes1
answer508
viewsHow do I focus on Toplevel open Tkinter?
In the Help menu, I’m opening as many windows as I click to open, this wasn’t supposed to happen. I tried to adapt something of this post: Tkinter focus a window ignoring the back? , but I couldn’t,…
-
0
votes1
answer158
viewsPython application, Pyqt5, not displaying the . UI file?
This program is an application to download videos from youtube, the code is working, but when I tried to call the graphical interface created in Qt Designer, it did not appear. The code did not show…
-
-1
votes2
answers418
viewsSoftware that needs license for commercial use
At XYZ the software Inforapid Search & Replace was downloaded to use in the IT department for when, for example, it is necessary to change the same line of code in several sources of the…
-
-1
votes1
answer76
viewsAndroid Development
What are the disadvantages of using Eclipse instead of Android Studio in the development of an Android application? I want to start developing my App, but because I have a very limited Hardware I…
-
-3
votes2
answers228
viewsCreate shortcut with python
I’d like to know how to create a shortcut for my own script . py using Python. I mean, my code creates a shortcut of its own.…