distributed software development methodologies [closed] - distributed

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
is there any methodology about distributed software development that really works? by distributed i mean long distance, developers stay in different cities or countries.

at the end it depends on the rules defined by the team.
you will use distributed version control like
git
mercurial
bazaar
etc.
where you will develop, test and deploy your different branches in dedicated environment like
stable
staging
development
basically you will pass an issue/feature from development to stable via a distributed team of developers.
coordinating this and having a common understanding of the process is the challenge and not that easy to achieve.
hope this gives you an overview.

Related

Packaged application for CRUD operations on a database [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I know that there are many tools for the visualization of databases such as metabase, grafana, tableau, superset ...
But I don't know of any packaged software that allows CRUD operations (crete, read, update and delete) on a database.
This problem has been presented to me several times in several of my projects, wanting to make a table available to a user and that does not merit custom development. I bet a lot of people must have this same situation
But I have not found any packaged software that provides crud operations on a database table. So it seems extremely strange to me and I wanted to see why, is there a design problem in this functionality? Or am I just doing the wrong google search and these softwares have another name?
Do you mean something like a Database Management Tool?
You have plenty of them, personally I use DBeaver.
If you mean about frameworks which generate a boilerplate API with CRUD operations, you have Loopback, from IBM.
And if you mean something you could access as a web-application, then you have PHPMyAdmin if you're focused into MySQL/MariaDB.

QTP Consurrent License Usage Information [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
we have 10 QTP concurrent licence for our team. The QTP software was installed in 20 Machines. The problem is we cannot track the usage of QTP software as a whole. Attimes people will be using QTP tool and few times they many not use. Is their any way to track the QTP tool usage, like in which machine the QTP is opened, what is the current status of QTP in each machine(running, idle,closed,open) etc.
Thanks in Advance :)
Use the 'WLMAdmin.exe' tool. Check out this guide under the section "How to manage concurrent license servers". It explains how to obtain it.

Are there any good open source / free metric tracking tools? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I like metrics both code related and not I'm wondering if there are any general metric tracking tools- basically something that I can use to track anything (weight, # of bugs, gas mileage).
Bonus points for the following features:
graphs
an API
open source
other analytics capabilities
customizable parts (more customization is better)
You can have a look at NDepend for .NET , JArchitect for Java and CppDepend for C++ . These tools come with graph , Code Querying and Ruling API and dozens of code metrics, they have a free trial but they are no free.

Can I use the Music Genome Project? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Is there an API or database I can access or is it a proprietary project?
The Music Genome Project is owned by Pandora Media, Inc. Unless you get into contact with them directly (and even if you ask nicely), I don't think you'll gain any access to it.
There is no Pandora API that currently exists, but I found something that might be helpful:
http://code.google.com/p/openpandora/
If you look into this, it should provide a little bit of insight into how to connect to pandora and use some of its services.
TlDr: No, not directly anyways.

The best host server for running a C program? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I have developed automatic speech recognition software with C, and would like to develop a web application using that.
But I have no idea where should be the best host server that I can run it.
I really want to run it on Google App Engine, but as far as I know it allows only Java and Python.
So I would be appreciate if you could recommend decent or popular host servers for this purpose.
Amazon's AWS lets you deploy operating systems of your choice, where you can run programs in programming languages of your choice. Smaller competitors are Google's GCE and Microsoft's Azure.
Maybe you can look at Amazon Web Services:
http://aws.amazon.com/

Resources