Questions tagged [project]

In software development, a project is a collection of files and resources used in the development of an application or service. Use [ms-project] for Microsoft Project questions.

In software development, a project is a collection of files and resources used in the development of an application or service.

For questions related to Microsoft Project use the tag .

4797 questions
1
vote
1 answer

Get a word from a specific location in a text file in java

I am currently doing an algorithms project where we have to use two text files to fill in the blanks with the missing words. One of the txt files contains a whole script of a movie called "The Truman Show" while the other txt file contains sentences…
1
vote
1 answer

Struggling to figure out a syntax error for a MySQL create table statement in regards to a foreign key reference

I've been wracking my brain for quite a while trying to figure out what is wrong with the first foreign key reference in the Property create table statement below. To isolate the error, I attempted to delete the foreign key reference and just create…
1
vote
1 answer

First project rookie problems

I recently started trying to learn webdesign and I've already jumped into my first project. I've created a template in photoshop but I'm having trouble reproducing it in my visual studio code. Any help would be awesome. I've included my questions in…
Neskin
  • 21
  • 3
1
vote
0 answers

Why and when you should create a new project in a visual studio solution?

Why and When you should create a new project in a visual studio solution? To be more specific, when you should separate the main project in multiple projects? We all know that Database files should be separated by main project, that Entity Framework…
1
vote
1 answer

Trying to create a Master Plan. Dates and duration of some projects change when inserted as a Sub-project

Trying to make a Master Plan on MS Project. Some sub-projects were inserted with no issues, but for other sub-projects both the work effort and Duration change. Is there a reason for this? If you see the images below, for instance the overall Work…
1
vote
2 answers

Do I have to install modules for each project?

I had to install modules again when I started new project on pycharm. I think it's some kind of path problem but is this normal? I mean do you guys install modules for each project?
pawel
  • 35
  • 4
1
vote
0 answers

MLflow run example gives me CommandNotFoundError

I was trying to run the mlflow run exercise in the anaconda prompt, and it keeps giving me the error. I'm using mlflow version 1.40, and the code above works fine if I execute it with --no-conda mlflow run https://github.com/mlflow/mlflow-example…
G K
  • 11
  • 4
1
vote
1 answer

How to change the default directory for Open Project menu in Spyder?

How can I change the default directory in Spyder when opening a project via Projects > Open Project? Spyder seems to open always the same directory: User Home directory. Most of my projects are located in one directory, which is not my home…
Knabe
  • 33
  • 5
1
vote
1 answer

automatically set vim ctags based on working directory

I want to automatically set vim tags based on what project i am currently working on. For example given directory /home/user/project of this structure: ├── src │   ├── main/... │   └── test/... ├── tags I want vim to automatically detect that it is…
Hubert
  • 142
  • 1
  • 12
1
vote
1 answer

ModuleNotFound while running the web app locally

I'm trying to run the project available on GitHub locally as mentioned in the instructions but getting ModuleNotFound error even though I've cloned the whole project and following the instruction in a correct way as mentioned. I'm unable to…
vinay
  • 67
  • 2
  • 11
1
vote
1 answer

Eclipse:File >Team> Share Project button is disabled

What do I need to install to activate this button Share Project in Eclipse?I need to transfer the project to GitHub.
1
vote
0 answers

Finding the Max of multiple score assigned to a student ID number

I am currently a teacher and I have a database containing hundreds of students. That database has student ID numbers, student names, and scale scores for reading and math tests as shown below. I want column F to display the student's highest score…
Excelself
  • 11
  • 1
1
vote
1 answer

How do I run a C++ file "by itself" in a Visual Studio project without the influence of other files?

I'm EXTREMELY new to Visual Studio and C++ in general and I wanted to run a file within a project with other files in it. The file contains the simple code to print "Hello, World!". When I run this file, an error claims that main() has been defined…
Scene
  • 489
  • 4
  • 16
1
vote
1 answer

How can I create the "Hammock Task" with lags?

I need to create some tasks that have no constant duration, start and finish date. According to my researches online, the all need is "Hammock Task". Lets say I have a task named T1 and have 2 milestones named M1 and M2. I want to set the start date…
1
vote
1 answer

Is there a way to disable Visual Studio for prompting to upgrade an older solution file?

Is there a way to disable Visual Studio for prompting to upgrade an older solution file? I'm opening the project in VS2010, yes I want you to actually open it, and no I don't want your backup. Is there some way I can permanently bypass this and just…
Chris Marisic
  • 32,487
  • 24
  • 164
  • 258
1 2 3
99
100