requirements Questions
2
Solved
According to the system requirements, even Java 7 requires Lion, but then I found this question: How to install java jdk 7 on Snow Leopard. Especially the answer stating that java 7 doesn't, in fac...
Mchugh asked 28/7, 2014 at 12:15
3
Solved
I'm totally new to Rust. I installed Rust on my Windows 10 machine. Created a simple helloworld program like this:
fn main() {
print!("Hello world!");
}
And compiled it with rustc rust.rs. Afte...
Hausa asked 3/9, 2018 at 16:44
13
Solved
Is there a way to upgrade the version of Python used in a virtual environment (e.g. if a bugfix release comes out)?
I could pip freeze --local > requirements.txt, then remove the directory and p...
Knapweed asked 18/4, 2012 at 22:21
1
I am trying to create a docker image with a bunch of python libraries.
On doing a pip install --no-cache-dir -r requirements.txt, it keeps failing with mismatched hashes for libraries, especi...
Taveras asked 4/7, 2020 at 7:14
3
I am curious because it seems like everyone has different opinions on the matter. When creating an SRS document, do you need both use cases and functional requirements or just one since use functio...
Salami asked 7/9, 2015 at 19:55
2
Solved
I am currently working with the OSGi framework but I have a question about some concepts that are not 100% clear to me. I have searching for it myself but I could not find a decent answer that clea...
Scampi asked 8/8, 2019 at 14:15
5
Solved
I am pretty new in VBA and I have not yet got used to the syntax completely, so I'm sorry if my question sounds stupid.
I am working with RequisitePro40 and VBA 7.0 in Word 2010. In one of my modu...
Impale asked 2/3, 2018 at 10:25
6
Solved
Are use cases just multiple user stories??
What are the benefits of using user stories over use cases.. and vice-versa... When to use one over other...
Does all agile methodologies uses user stor...
Loupe asked 18/12, 2008 at 19:7
4
Solved
I write simple requirements checking script. It checks all required PHP modules installed. I need to check if pcntl is installed. But this module is accessible only in cgi environment and invisible...
Scrambler asked 11/6, 2013 at 18:7
1
Solved
On windows, I can't install any packages of these : numpy, matplotlib, skimage,...
My python version is 2.7
Everytime the same error :
Could not find a version that satisfies the requirement sci...
Malacostracan asked 14/6, 2018 at 16:17
2
Solved
I'm not sure if this type of question is allowed here, but it is related to software projects.
Is there a difference between scalable and extensible?
Is extensible a sub-set of scalable? I....
Helm asked 10/4, 2013 at 13:8
1
Solved
I've the following composer.json file:
{
"require": {
"guzzlehttp/guzzle": "^5.3"
},
"require-dev": {
"aeris/guzzle-http-mock": ">=1.1.5"
}
}
where I'd like to force aeris/guzzle-http-m...
Carlie asked 25/9, 2017 at 16:7
2
Solved
What are the minimum .NET framework and CLR version requirements for running C# 7? Also, do I need VS 2017 to compile C# 7?
Installation asked 8/3, 2017 at 13:42
4
Solved
My project uses the NLTK. How can I list the project's corpus & model requirements so they can be automatically installed? I don't want to click through the nltk.download() GUI, installing pack...
Kwarteng asked 30/4, 2011 at 18:34
1
can you please provide examples on requirements of the type ( functional , non-functional and user requirements ) of a website social network ( lets say the facebook ) ?
thanx in advance
Berard asked 8/12, 2010 at 12:34
1
The addEventListener DOM method supports a third optional, boolean parameter (useCapture) to indicate whether the function should use event bubbling or event capturing as propagation method. In thi...
Formicary asked 16/7, 2014 at 17:11
6
Solved
What is the difference between functional and non-functional requirements in the context of designing a software system?
Give examples for each case.
Petro asked 10/5, 2013 at 5:48
2
in my organization they tend to use a nomenclature of "downstream" and "upstream" when they talk about communications between systems. What is the definition of these concepts? Is this standard con...
Diminish asked 23/8, 2013 at 11:34
1
Is there any easy, cheap (which don't require to test program on many hardware configuration) and painless method to define hardware requirements (like CPU, RAM memory etc), that are require to run...
Grudge asked 25/7, 2016 at 11:57
3
Is there a formal language which can be used to capture the information present in an UML sequence diagram in to a text format, which is easy understandable by humans?
In our place, often times s...
Lamelli asked 4/11, 2014 at 4:16
2
Solved
I'm using on-premise TFS and plan to migrate to Visual Studio Team Services. But I still have one question - How to properly manage (store, edit, track) requirements (specifications) for software p...
Klansman asked 4/3, 2016 at 10:26
4
Solved
I read or hear sentences such as:
The Java Persistence API (JPA) is a Java application programming
interface specification...
or
JavaServer Faces (JSF) is a Java specification...
but I a...
Amathist asked 24/12, 2015 at 18:26
1
We will probably be using Team Foundation Server (TFS). However, I see that it misses the agility of Confluence for managing requirements documentation, and I do not see SharePoint being close as g...
Estelleesten asked 9/11, 2015 at 9:55
2
Solved
I have a set of User Stories and I have a set of business rules (primarily laws binding my requirements to be compliant). In Agile SDLC I'm not sure where these "rules" are attached to my user stor...
Gissing asked 10/8, 2010 at 20:9
1
TL;DR: Is there a way to hook setuptool's 'develop' to install a set of development requirements when running python setup.py develop?
I'm building my first python package using setuptools. I'm s...
Emory asked 13/2, 2015 at 22:39
1 Next >
© 2022 - 2024 — McMap. All rights reserved.