Skip to main content

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.

Filter by
Sorted by
Tagged with
-4 votes
0 answers
39 views

I’ve often heard from seniors that open source contribution will matter a lot on resumes in the coming years, even more than personal projects. Now that I’ve learned a decent amount of JavaScript and ...
Thakur Aditya's user avatar
Best practices
2 votes
10 replies
197 views

Well I am a beginner programmer and I was working in programming form my high school around 2019, but now I have some doubts I directly ask from AI and earlier I used to google it but I can't find ...
Cxainnz's user avatar
Advice
0 votes
4 replies
49 views

I just completed my SwiftUI and Swift tutorials and some more courses, in short I am whole ready to make a app for iOS but the issue is its for my portfolio but when I am asking AI or even googling ...
Cxainnz's user avatar
Tooling
0 votes
1 replies
17 views

I see that the current options for creating an Android Project show some templates like Navigation, Empty, etc. I have to seet many things like hilt, retrofit, etc. I want to see what is the way to ...
RoQ's user avatar
  • 11
Tooling
3 votes
6 replies
146 views

I want to know a free and self-hosted tool for my project management. I am looking for an open project and want to know which one is the best. Please suggest the best one - what are the advantages, ...
syed sulthan's user avatar
Advice
2 votes
3 replies
216 views

Everyone told me to study all the algorithms. Yes, they said it's necessary. Yes, I will study them all, but I have some questions. When working on a project, how do people remember all these ...
quantumlattice's user avatar
0 votes
1 answer
66 views

I am building a mid-level project called School-Admin Panel with Django. I have completed most of the segments sucessfully, but I am having an issue with the performance forest. The formset loads and ...
Nicolas Riggs Nicolas's user avatar
Advice
1 vote
5 replies
242 views

I'm very new to data science and have just started learning Python. I come from a non-programming background, and I'm finding it quite challenging to understand how to properly practice and improve. I'...
Umar Saleem's user avatar
0 votes
0 answers
164 views

I used the "save as" function to create a copy of my .cpp file, to make changes to that file with a reliable fallback if my experiments didn't work out. Now, however, VS 2022 will only ...
Phoenix's user avatar
0 votes
1 answer
60 views

Sometimes, when I do code cleaning, I happen to rename my solutions and projects. Usually I also rename folders on disk to keep it in line. I know that I need to edit the sln file to put in the ...
pumasoft's user avatar
0 votes
1 answer
97 views

I built a Flutter module as an .aar (using flutter build aar) and I’m trying to use that .aar inside a Flutter project. My module only contains a Flutter plugin (all my code is in that plugin). When I ...
Syed Zohaib Hassan's user avatar
0 votes
1 answer
94 views

When created a new flutter android-studio project, it can happens that it failed, when selecting options generate .java files, or generates always .gradle.kts files, enstead of .gradle files. Same ....
Tuomas's user avatar
  • 169
0 votes
1 answer
182 views

I'm working on a Vue 3 project using Visual Studio Code on Windows 11. Even though I have installed the Vue - Official extension (from Vue) and tried reinstalling it, VS Code keeps showing this error ...
Shreya's user avatar
  • 1
0 votes
1 answer
142 views

We'd like to attach various file types to our issues on github projects: pdf, database files, our own custom binary files... It doesn't work out of the box, "File type not allowed: .fdw". Is ...
simaglei's user avatar
  • 1,278
3 votes
0 answers
113 views

Making the move over to .net from .framework and wishing I hadn't. I have a complex setup needing multiple projects being built to separate directories depending on selected configuration (details ...
stigzler's user avatar
  • 1,045
1 vote
1 answer
134 views

My Objective: In Excel, I need to find out what year (year 1, year 2, year 3, or ENDED) the project has been and will be through fiscal year (FY)2025 (using dates 10/01/24-09/01/25 for FY25). Version ...
Purrsia's user avatar
  • 930
-4 votes
2 answers
82 views

A friend has given me some code which toggle on and off a menu, and he didn't consider the fact it needs to start off (start invisible). I am using Unity (C#). Here is the code, any input would be ...
RED light editor's user avatar
0 votes
1 answer
48 views

I have a maven based multi-module project. Also we manage multiple parallel releases for different clients for which we obviously need long lived branches. To all these branches, we give assign unique ...
pankaj_ar's user avatar
  • 775
0 votes
0 answers
58 views

I have a .NET 9.0.2 application that should be using plugins as described in the documentation on https://learn.microsoft.com/en-us/dotnet/core/tutorials/creating-app-with-plugin-support. This works ...
Wim Van Houts's user avatar
0 votes
1 answer
77 views

I'm using react native to build mobile app on my Lenovo laptop 8Gb RAM, 256Gb SSD. I'm connected to the emulator device externally but I froze my entire system (ubuntu 24.04) by just compiling a ...
Shabin's user avatar
  • 1
0 votes
1 answer
64 views

I am attempting to create a custom list from several Project files that are stored in SharePoint. Currently, I am copying the data from each project file into an excel spreadsheet in a workbook. I am ...
Marie Rodriguez's user avatar
0 votes
0 answers
55 views

I have this code in VB .NET and VSTO that accesses a MS Project file and exports the information from the RESOURCE USAGE view to Excel, but when taking the information about the work distributed over ...
Jhorbam's user avatar
  • 23
1 vote
1 answer
62 views

I'm developing a code that allows me to access the TASK USAGE view of any Ms Project file, and to be able to import that information to an Excel file. I'm using VB .NET and VSTO, accessing through the ...
Jhorbam's user avatar
  • 23
0 votes
0 answers
92 views

I made a maze game for my project. Every time ,I am changing my player's position , i need to print the whole maze with the changed player position , for avoiding the terminal messages, i'm clearing ...
Samidul Islam's user avatar
0 votes
1 answer
118 views

When I creating a Jmix project it is automatically creating data model with USER entity. when we customizing our Jmix project can we remove or change the user entity to what ever we want for example ...
Krishantha's user avatar
0 votes
0 answers
16 views

I am trying to migrate an unowned project into an organization. I have all the necessary access in the target org as I just successfully migrated another. I have verified that I have the various ...
Jason Bradford's user avatar
1 vote
1 answer
196 views

I just have downloaded Visual studio 2022 community edition on my 64bit PC, which operates with Windows 10 home. When I try to open a new project, I do not have C as an option, in fact there is no ...
oriol's user avatar
  • 41
0 votes
1 answer
69 views

I am a naive in python and started learning python few months ago I am working on twitter data in my local, it has 4 columns. ID, brand, sentiment, comment ...
a_mittal's user avatar
0 votes
0 answers
32 views

I am building a database management project. I want it to be able to work with MariaDB and SQLServer, but I don't want the MariaDB users to have to install SQLServer drivers and libraries, or vice-...
Robert Rapplean's user avatar
0 votes
1 answer
166 views

I’m working on a Proof of Concept (POC) to create a generic semantic data model using Tabular Editor that connects to multiple datasets for Power BI reports. The goal is to have one centralized ...
Junaid Bilal's user avatar
0 votes
0 answers
168 views

I am a Computer Science student working on a project of my WEB Development Course in my university , my project is about the University's Club Management System , my project supervisor has asked me to ...
Neon's user avatar
  • 1
0 votes
1 answer
73 views

Need help to fix my project. I added some mp3 files to my raw folder. The folder already holds many .json files. The mp3 file names were wrongly structured, they had capitals letters. After adding ...
jetberrocal's user avatar
1 vote
0 answers
106 views

Say I have two projects, one that is sort of like an 'application engine' and one that is the actual application. The engine takes care of things like window management, and I should be able to switch ...
Depenau's user avatar
  • 131
1 vote
0 answers
146 views

I'm looking for a way to calculate the total time spent developing my project on GitHub. Additionally, I would like to estimate the time required for future tasks based on my current workflow. Is ...
Younes Sellimi's user avatar
2 votes
2 answers
301 views

I have 71 plain Java projects in a folder. In Eclipse, I can use the 'import existing projects into workspace' feature to load all Java projects into my Eclipse instance at once. Is there a similar ...
Vashista Basava's user avatar
-5 votes
1 answer
48 views

I made python project for my university. It is kinda big, has stockfish in its content How can i make an exe game? I tried auto-to-py exe and it didt work (maybe because of this PyTask_chess/PyTask/...
Fridmak's user avatar
0 votes
2 answers
296 views

So when we make a C program we just need one .C file right? We can include additional C files and H files to our main .C file but I'm not sure what the difference between them is. Why would one ...
user2980746's user avatar
2 votes
1 answer
1k views

I'm getting the following error in IntelliJ: Source root '/path/to/project/src/main/resources' is duplicated in module 'myModule'. However, when I check the "...
Paris Vinuya's user avatar
0 votes
1 answer
91 views

I'm trying to figure out a project layout for a kivy app that will allow it to be built as: a python module (so it can be distributed via pypi and thus 'pipx install') an android app a windows app (...
pjz's user avatar
  • 43.4k
0 votes
1 answer
106 views

I'm developing a medical chatbot that uses Pinecone for vector storage and SentenceTransformer for generating embeddings. The issue in your code arises from attempting to use a deprecated method ...
Keshav Bajpai's user avatar
-1 votes
1 answer
2k views

i'm coding spring boot and my vscode got this problem The project was not built due to "release 23 is not found in the system". Fix the problem, then try refreshing this project and building ...
Hungdz's user avatar
  • 1
4 votes
2 answers
2k views

What went wrong: A problem occurred configuring project ':gallery_saver'. Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl. Namespace not specified. ...
Narada Vikum's user avatar
0 votes
0 answers
136 views

I have a dataset with start and end dates for different stages of a project, along with an overall start and end date calculated as the minimum and maximum values from these stages. When I create a ...
Neethu Sasidharan Nair's user avatar
0 votes
1 answer
522 views

I am using Visual Studio version 2022 to develop and maintain an application database. The database has over 1900 tables,1600 stored procedures, 1600 views, 200 triggers, 120 functions... It takes ...
MindDData's user avatar
2 votes
1 answer
89 views

In many online resources we know how to project the contours of a surface. For example, in section "Surface Plot With Contours" from https://plotly.com/r/3d-surface-plots/. The method is ...
tingtingzhan's user avatar
0 votes
1 answer
102 views

I have a project here, and in its debug settings, it is configured to open a new tab when the project starts. project config When I set any browser other than Chrome, it opens a new tab normally, but ...
hunteradv's user avatar
0 votes
0 answers
57 views

In Everhour, I need to assign a time record to an existing Project. With the Everhour API (https://everhour.docs.apiary.io/) I am able to retrieve: -information about the time record, as time record ...
Tommaso Fedele's user avatar
0 votes
1 answer
356 views

When I used to create a project in react native, the 8.6 grade version would come, I would get an error again, it would be fixed when I made 8.4, now it loads as 8.8 and I get this error What went ...
Yiğit Selçuk's user avatar
0 votes
1 answer
67 views

I am working on Nifty50 dataset as my Data science project but this error occurs when I'm trying to implement datetime. Please help me? This is my code to change Date which is an object into datetime: ...
Vansh Chauhan's user avatar

1
2 3 4 5
102