project

Appropriate way to add "media" files to c/c++ project in netbeans IDE

I have a a c/c++ project in netbeans 6.7 . The project requires a .dll file be located in the same directory as the .exe file, and it also needs a "media" directory (which contains a bunch of png files) within the same directory. I'd like to set it up so netbeans will automatically do this for me. How do I go about doing this? ...

How can I exclude some folders from my Eclipse project?

Hi there I'm adding an eclipse project to our existing code-base, and I'd like to know if there is a way to exclude some directories from being picked up by eclipse at all? The reason is that we have a huge "third-party" directory in our repository that cannot be present in the project for the pair-programming plugin we are using to be...

Connecting Team Foundation Server and MS Project - Experiences?

I've read a number of articles (and methods) where people have integrated Team Foundation Server and Microsoft Project, which allows both project managers and developers to use tools their comfortable with. For example: http://www.devx.com/dotnet/Article/30187 (Article about connecting) http://www.codeplex.com/pstfsconnector (Third-part...

Major Project Suggestion

Hi, I'm in the final year of computer science and engineering. I'm looking for ideas about a year long project,which is of great importance in my curriculum. So, I'm looking for a topic,that is not very simple but which can be implemented within a year. My interests are Data Mining Distributed Computing Data Structures and Algorithm...

I'm starting a new project in Perl, how should I begin?

The question is about how to start a new Perl project. How should I create the skeleton of the Project? What should the directory layout look like? How do I start testing? What build system should I use? Should I even use a build system? I have been writing Perl programs for a while now. I only started to run tests on my recent progr...

Good school-type projects or assignments for (re)-learning C?

What are some good projects to work on in an effort to learn (or relearn) C? Ideally something akin to the assignments one might get in a class at university. Links to actual assignments/project specifications that are available online would ideal. Note: they don't have to be assignments specifically from a C class or anything like that...

Build specific BlackBerry project in Eclipse workspace.

I have a workspace in Eclipse containing two BlackBerry projects. I started the workspace with the first project and later added the second project. Now I wanted to build and run the second project, but Eclipse keeps starting the first project in the BlackBerry simulator. When I close the first project and try to run the second one again...

Ideas for Software Engineering Thesis Project

Hey everyone, I am in a Software Engineering Master's program, and I have to start my thesis work pretty soon. I understand that ultimately, the decision on what I do has to be up to me, but I was hoping to try and get a couple ideas. My advisor was right in telling me that the hardest part is coming up with a good idea. The requiremen...

XCode Edit Project Settings vs Edit Active Target

What is the difference between these 2 options under the Project menu drop-down? Normally I just adjusted things in the Project Settings (which adjusts the info.plist, right?). Today I needed to change the name of my project. Initially i changed the Product_Name from the Edit Project Settings -> Build window. But that didnt change the n...

Any way to filter the files in a database project in Visual Studio 2008 Database Edition?

Is there any way, either natively or through an addon, that I can filter the files shown in my database project in Visual Studio 2008 Database Edition? We have an older database that was worked on by lots of contractors, and so things aren't organized very well, and we have hundreds upon hundreds of stored procs and tables. So, not being...

project ideas on algorithms ,data structures and parallel programming

Hi, I am a final year Computer Science and Engineering student.As part of the final year project i was planning to implement a graph algorithms library(using parallelization) for c++ but came to know that they have already been implemented. I would be very grateful if you people could suggest me some other project ideas related to my...

Website binaries in asp.net website project?

I hate to ask such a stupid question but i couldnt find the answer on Google. I can successfully build a large website project with lots of asp.net code but i dont know where the binaries are being kept so i can upload it a development server. I checked the bin folder but and they only seem to contain library dlls. ...

Installshield Development Error durring the Installation process

Hey guys, I've been stuck by a problem for the past couple days that makes no sense to me. My installer builds fine in the Installshiled IDE but when it is about to finish the installation, int gets two errors then rollbacks: installation failure. Right when the install bar is at about 100%, an error box pops up that states this: "Erro...

Interesting project to learn C?

I have some basic knowledge of C (and a bit more of C++). I got a copy of K&R, and I want to use it to help me dig deeper into the language. What is a good idea that will involve using most of C's features and standard library? Also, what important differences between C89 and C99 should I be aware of? EDIT: Forgot to mention, this shoul...

Where to start for my java program (Using the folder names to get info from IMDB)

I finished first year comp sci. And i want to spend some time working on the things they have taught us in the first year (lot of java and a bit of C)... Anyways as a project, i wanted to do something i need, and what i need is a program to run through my movie folder and get the ratings and some basic info from IMDB... I'm not sure w...

Which NetBeans projects files should go into source control?

We normally use Eclipse for a particular Java project, but recently I imported the project into NetBeans to use its dialog building features. Since I'll probably come back to this, I wanted to store the NetBeans project files into version control. However, I don't want to commit files that are "mine" versus "project", i.e., files with my...

Python - how to refer to relative paths of resources when working with code repository

We are working with a code repository which is deployed both to windows and linux, sometimes on different directories. How should one of the modules inside the project refer to one of the non-python resources in the project (CSV file, etc.)? If we do something like thefile=open('test.csv') or thefile=open('../somedirectory/test.csv')...

What to do while building a project?

Assuming that you are working on a project that needs >10-20 seconds to build, what do you do while it is building? I personally try to learn something in this time (visit stackoverflow, forums, read a book/article) or I try to help others from my team, if they have difficulties. PS: A full build on a project I am working on takes ~4 ...

How to make sure person can handle new project?

You are hiring. Some person passed interview and answered most of your questions. But imagine your project is a complicated one. Is there a way to make sure person will handle it? What can I do to help one to get into the project and start to contribute asap? What are your steps to get into the code quickly? ...

Adding a C/C++ nature to an Eclipse project

Hello, Does anybody know how to add a C/C++ project nature to an Eclipse project through the UI ? I'm importing a project and working with legacy code that was originally started in Visual Studio 4 and I'd really like to be able to make as much use of Eclipse's helpers as possible. ...