Tagged Questions
A project in business and science is a collaborative enterprise, frequently involving research or design, that is carefully planned to achieve a particular aim.
42
votes
21answers
2k views
Taking over a project - What should I ask the previous programmer?
I'm taking over a development of a commercial web site. This site was developed over two years by another programmer. It's mostly a one-man job (maintain and expand the site). I'll have a 2-3 days ...
33
votes
26answers
40k views
Computer science final year project ideas
I'm a Computer Science undergraduate student in UK and should be deciding the subject of my final year project soon. The school is pretty flexible with the subject...
"The topic can be any area of ...
17
votes
3answers
13k views
Import existing Android project in Eclipse: no gen source folder?
I'm trying to import an android project into Eclipse (from Git, but I don't think it's relevant), and I can't run or compile it because I get these errors:
Android requires compiler compliance level ...
16
votes
14answers
2k views
A good practice/project for PHP programmer
I know OOP (but not skilled) in PHP. Nowadays I want to build something, since it is the beginning of semester holiday (3 weeks). Do you have good suggestions for me?
(note: I'm Statistician, and I ...
16
votes
11answers
1k views
Web-Developer's Project Template Directory
IMPORTANT: The accepted answer was accepted post-bounty, not necessarily because I felt it was the best answer.
I find myself doing things over and over when starting new projects. I create a ...
15
votes
6answers
391 views
Best place to find coding partners for open-source projects?
I find myself wanting to develop certain projects, but most of the time I lack motivation because I develop by myself.
What I usually do is look for similar existing projects, and ask the developers ...
15
votes
13answers
1k views
Software Project - Time Estimation
I am new to software project time estimation.
I have learned that people are using some techniques such as ‘Function point analysis’ , ‘Cocomo model’ etc.
Can you tell me the some of the latest and ...
14
votes
2answers
4k views
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 ...
13
votes
1answer
2k views
Referenced Project gets “lost” at Compile Time
I have a C# solution with two projects: a service (the main project) and a logger. The service uses classes from the logger. I've added a Reference to the logger project within the service project. At ...
13
votes
4answers
853 views
Open Source Digital Video Fingerprinting
Are there any Open Source Digital Video Fingerprinting initiatives?
ie: Something that could compare two video files of disparate quality but indicate they are of the same event, program etc.
13
votes
5answers
2k views
System for organizing multi-file Ruby programs?
Is there a standard or conventional system for organizing multi-file Ruby programs? I have embarked on my first large "project" in Ruby, a search program which is logically organized into multiple ...
12
votes
7answers
1k views
Neural Networks Project?
I'm looking for ideas for a Neural Networks project that I could complete in about a month or so. I'm doing it for the National Science Fair, so I need something that has some curb appeal as well ...
12
votes
3answers
2k views
C# / VS2008: Add separate debug / release references to a project
When adding a user control or a project reference to a VS 2008 C# project, I can add only one configuration of the assembly. Is it possible to add separate configurations, depending on the ...
11
votes
2answers
515 views
Delphi2010: Writing code to assign Caption containing Unicode literal values or load unicode symbols from text file?
Please, tell me how to make a Unicode program in Delphi 2010.
I have English Windows and "Current language for non-Unicode programs" is English too. Static controls look good but if I try to change ...
11
votes
10answers
313 views
How do you get clients to use your bug tracking system?
on larger projects i use a simple bug tracking system that's designed to be used by clients
i have a lot of trouble convincing clients to use it (they send bug reports via email)
does anyone have ...
11
votes
4answers
3k views
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 ...
11
votes
8answers
965 views
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 ...
11
votes
4answers
16k views
Macros/Environment variable in .sln and .vcproj files for Visual studio
I have two similar problems:
a) I have a solution which includes several projects and I want to be able easily switch project location by setting some environment variable/macro.
As example this ...
11
votes
11answers
613 views
Testers in Software Development
In my company we develop a software product. Until now we haven't had any testers, so basically the developers were the testers, and of course the customer and users (not good).
Our team now consists ...
10
votes
1answer
223 views
Delphi XE2: empty application weighs 7 Mb
Why does it happen?
An empty project (application, *.exe) size is 7 Mb, why?
10
votes
3answers
436 views
Visual Studio Solution — Any way to create a “special” folder?
Basically, I want one of my folders to appear above the other folders as a type of "special folder", similar to how Properties has it's own special place even though it's a folder, same with App_Data, ...
10
votes
13answers
864 views
how to start writing a very simple programming language
Recently, I was going around looking for ideas on what I can build using C this summer and I came across this post: http://stackoverflow.com/questions/1257376/interesting-project-to-learn-c
...
10
votes
6answers
560 views
Did you ever finish your favorite hobby projects?
During the years of learning programming and all, I was very enthusiastic and started lots of hobby projects. Among them are a Direct3D game, a synchronization framework, a music player and organizer, ...
10
votes
15answers
2k views
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 ...
10
votes
2answers
3k views
I just cant figure out Project Plugin in VIM. Please help me
I am trying to use VIM for some programming. I am a total beginner in VIM. Could you guys please help me figure out Project Plugin. I cant understand the documentation. If you have used this plugin, ...
10
votes
3answers
1k views
How to share web content between eclipse projects
While the J2EE module reference feature allows your to create common Java library projects, I can't find a neat way to do this for web content.
I have common JSPs, CSS files, JavaScript libraries ...
9
votes
2answers
2k views
In eclipse, unable to reference an android library project in another android project
As I was writing up this question I managed to solve it so repeat it here for the benefit of others . Here is the initial problem:
I have created a very simple library project which I want to ...
9
votes
5answers
4k views
NetBeans doesnt open project from existing sources
I've installed NetBeans 6.9.1 and installed few updates for it (Help -> Check for Updates).
Then i've created a new project from existing sources. After few changes i've closed it. And now i am ...
9
votes
4answers
7k views
Msbuild doesn't copy references (dlls) if using project dependencies in solution
i had a look on many similar questions on this side but none of them answered the question to my problem. The whole day i tried to solve this by finding a solution (via google etc.):
I have 4 ...
9
votes
12answers
6k views
Xcode - renaming project causes problem
I'm currently working on an iphone application. I started working on this from a project template that I found on the internet. Now I want to rename this project. I've successfully renamed the actual ...
9
votes
3answers
2k views
A good project tree browser for Emacs?
Do you know of a good project tree browser for Emacs other than the Emacs Code Browser (ECB)? The features I value are simplicity, lightweightedness, and language agnosticism.
8
votes
2answers
118 views
Is there a C project Default Directory Layout?
I've always wanted to know if there is a default directory layout for C projects. You know, which folders should i put which files and such.
So I've downloaded lots of project's source codes on ...
8
votes
4answers
117 views
Best aproach for commenting source code to understand the workflow of the whole project?
in private and in companies it is over and over again a problem that I or we developers comment in fact our code but generally nobody knows exactly how the code of the whole project works together. ...
8
votes
2answers
2k views
Refactor > Move overlaps the location of another project
I am trying to move an Android project to a difference directory in the workspace, using Refactor > Move.
The problem is that the "Move Project" dialog box keeps the OK button disabled, while issuing ...
8
votes
4answers
476 views
What do I need to know to create Xcode project templates?
I know some of the tutorials for creating Xcode project templates, for example this one here: http://robnapier.net/blog/project-templates-364
This is the best one I could find. All others basically ...
8
votes
5answers
395 views
Automatic parallelization
What is your opinion regarding a project that will try to take a code and split it to threads automatically(maybe compile time, probably in runtime).
Take a look at the code below:
for(int ...
8
votes
7answers
355 views
How does one go about understanding GNU source code?
I'm really sorry if this sounds kinda dumb. I just finished reading K&R and I worked on some of the exercises. This summer, for my project, I'm thinking of re-implementing a linux utility to ...
8
votes
1answer
2k views
Strengths and weaknesses of JIT compilers for Python
I'm currently aware of the following Python JIT compilers: Psyco, PyPy and Unladen Swallow.
Basically, I'd like to ask for your personal experiences on the strengths and weaknesses of these compilers ...
8
votes
6answers
421 views
Open source tool for hosting projects similar to “Google Project Hosting”
We are looking for open source tool for hosting our internal projects like "Google Project Hosting". The tool should support individual wiki and version control for each project and it should be easy ...
8
votes
3answers
358 views
Is there a way to trace through only project source in Delphi?
I'm using Delphi 2010 and I'm wondering if there's a way to trace through code which is in the project without tracing through calls to included VCLs.
For example - you put in a breakpoint and then ...
8
votes
5answers
593 views
What is a good project structure in C
I have been working in Java/J2ee projects, in which I follow the Maven structure.
I want to develop [say a command line interpreter in linux {ubuntu}] in C.
I never develop projects in C. I want to ...
8
votes
8answers
1k views
Using Emacs for big big projects
Maybe is a often repeated question here, but i can't find anything similar with the search.
The point is that i like to use Emacs for my personal projects, usually very small applications using C or ...
8
votes
6answers
514 views
Proper Git workflow for combined OS and Private code?
I have a closed source project that is built on my open source framework. I want to know how I should structure my workflow. Below is my best guess using git with submodules.
I create a public ...
8
votes
4answers
3k views
How can I exclude some folders from my Eclipse project?
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 ...
8
votes
4answers
12k views
New iPhone App - How to Choose which Xcode Template to Use?
In general I'd like to understand which templates to use when, when I'm making new iPhone apps. Could anyone offer some guidelines, tips, rules-of-thumb?
Also, how much should I agonize over this? ...
7
votes
3answers
1k views
How to exclude image files in Xcode project bundle, conditionally for Release version?
I added .png images to the Xcode project for conditional use like making screenshots of a view
However, since this is not needed for the Release version of the app, I would like to find a way to ...
7
votes
4answers
312 views
Sharing a project between Eclipse and Netbeans
Is there a way to share the same *.java files between Netbeans and Eclipse?
7
votes
2answers
903 views
Eclipse Java Projects in Git
I am trying to figure out the best way to create a java project in GIT. In particular I would like to create the git repository such that when I import from git in eclipse, the project is ...
7
votes
5answers
2k views
Computer Engineering Graduation Project Idea [closed]
We (a group of 4) are looking for interesting ideas for our final year project in Computer Engineering Department..
We prefer it software oriented, but a hardware idea will work as well..
Our ...
7
votes
3answers
5k views
Why “no projects found to import”?
I am trying to "import existing project into workspace". As the "root directory" I select the directory where all my .java (and .class) files are located. Eclipse writes me that "no projects are found ...