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

Can't start the game and don't know how to add inventory

I have to make a text based game for a final project. The goal is to pick up 6 items and to move from room to room. I'm still very new at this and would like some help! I can't seem to call the functions and I don't know how to add an inventory.…
1
vote
3 answers

Project after Mavenizing

Today is the day i (with little hesitation) mavenized my project. All is well, things compile, but OMG .. what happened to my project layout? "src" is repeated twice, one is a source folder the other one is not. I seem to be missing sub-folders…
James Raitsev
  • 92,517
  • 154
  • 335
  • 470
1
vote
1 answer

R/ Shiny Select DataFrom Column in Data Table

Say for instance my data is: Year Car Doors Cylinder Transmission 2003 Nissan 4 4 MT 2006 Nissan 4 4 MT 2003 Honda 2 6 AT I want Shiny to return the first instance MT shows. How would I go about…
lmnguyen
  • 15
  • 4
1
vote
1 answer

TypeError: Model.find(...).project is not a function

let totalProducts = await RentedProducts.find({ customer: req.params.id, }).project({ barcodes: 1 }) I just want to fetch the barcodes field but It is giving an error. TypeError: RentedProducts.find(...).project is not a function I have also…
Ibad Shaikh
  • 2,704
  • 3
  • 15
  • 27
1
vote
1 answer

How to properly structure a multi module project?

This has been something that I have always struggled with when starting new projects. So I decide to ask here and see what do you think would be the best way to structure this project, and hopefully I learn something from it. This is the basic…
Lynx
  • 105
  • 9
1
vote
2 answers

How do I run .cpp files in Visual Studio?

I have been following tutorials which have me download and unzip projects which contain .sln files for me to open. Following them this way is pretty easy. However, I want to be able to download a single .cpp file and run it without creating a…
JimGordon
  • 385
  • 3
  • 8
1
vote
1 answer

Is it possible to auto select different "gcloud" configs for different projects in multiple workspaces / folders ? Gcloud on multiple projects

From this question and this article we get that is possible to create multiple configs for the gcloud SDK. But it seems that you have to manually switch between then, by running: gcloud config configurations activate But is there a…
cbdeveloper
  • 27,898
  • 37
  • 155
  • 336
1
vote
1 answer

Visual Studio 2010 crashes when solution is opened

We are using a third-party component that crashes Visual Studio 2010 when it is viewed on a designer. This in itself was not a deal breaker, as we wrote the layout code by hand. However, last time the designer of this component was viewed by…
staterium
  • 1,980
  • 2
  • 20
  • 32
1
vote
1 answer

primary key used in one to many relationship in postgresql for project

I am creating a final year project-online shopping system, but I am having doubt regarding the primary key to be used in tables as it has to get auto inserted in other tables to extract data. Example if I am having two tables shop and products here…
1
vote
1 answer

How do I generate new workouts by clicking button in my application?

I am trying to figure out how to make my application generate a new random workout every time I click the "Generate New Workout" button. I can't figure it out. I realize my code is a mess, but this is what I've built so far and will be refactoring…
1
vote
0 answers

Codename One Recover Project

I am having an Android app that I developed in July 2019 using Eclipse (at least that is what the folder says). Now I want to make some changes and tried to import and run the project with Eclipse. But when trying to run the project, I get the…
rainer
  • 3,295
  • 5
  • 34
  • 50
1
vote
1 answer

How do I configure the preferences of a project in codelite?

I have codelite 5.2, windows 10, C language, how can I configure the preferences of a project so that it finds the libraries (.h) of another project (of the library, static library) in the same workspace? I have tried to put various paths but I…
Anita JP
  • 23
  • 4
1
vote
2 answers

template does not exists not work even all thing correct

i dont know where is my mistake that am sure my code is correct view.py: from django.http import HttpResponse from .models import Task from django.template import loader from django.template.response import TemplateResponse def index(request): …
H Abdullah
  • 53
  • 6
1
vote
1 answer

Hello, I'm trying to build Apk for my project and I got these errors, I tried every solution on the internet but still not working.. any idea?

Execution failed for task ':clipboard_manager:verifyReleaseResources'. A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade Android resource linking…
1
vote
0 answers

Change Set Management With Visual Studio Web Projects

I developed and have been following a development changes (aka Change Request / CR) methodology for all my web development for many years which includes the following procedural constraints: Version control Trunk equals Production at all times…
Timothy C. Quinn
  • 3,739
  • 1
  • 35
  • 47