project

When you write your code, do you deal with errors proactively or reactively?

In other words, do you spend time anticipating errors and writing code to get around these potential issues, or do you write the code as you see fit and then work through any errors on an issue by issue basis? I've been thinking a lot about this lately and I'm very much a reactive person. I write my code, give it a whirl, go back correc...

Community-driven vs company-driven projects?

I always wonder how these two stand against each other: community-driven and company-driven projects. Both being open source in this case. I feel that community-driven projects tend to not having a clear vision and risk to feel very bloated over time. They add features but no one is caring about to keep it simple and remove obsolete stu...

How to have a Dajaxice ajax.py file for common ajax calls across a Django project

Hi, Is it possible to have a Dajaxice ajax.py file in the root directory of a Django project that handles ajax calls common to more than one app. In other words, an ajax.py file outside of a particular app. Thanks ...

Quickly switch between the project and debug windows in Xcode

When I run a program in the Simulator, the project window changes to the debug window automatically. This is what I want it to do. However, after running the simulation, I want to get back to the project window. I have to use my mouse to click on the tiny icon on the top left of the debug window in order to get to the project window agai...

Need to join opensource project for a newbie

Possible Duplicate: C++ OpenSource project for beginner programmer? How to find opensource projects looking for help ? OpenSource Projects - Is there a site which lists projecs that need more developers? hi all, I am a newbie and I need to join a open source project to contribute and enhance my C++ skills. Anyone got a id...

Visual Studio using old files

I opened Visual Studio, and received around 100 errors on trying to compile. Things including 'variableName is not identified', even in functions defined in the header file where the variable is...And right-click go to definition shows it correctly; using old copies of my files, meaning there were compile errors where templates had been ...

what is the test project used for?

I know a test project is used to test a existing project.But I don't know the detail.Can anyone give me some examples to explain the use of test project ...

What was your favorite programming project at university?

Hi, simply put, what was your favorite academic/hobby project you have written while you were a student? please, Choose one only :) Thanks, ...

how to divide a big php program (20kb)

I downloaded a php blog program and I want to divide this one-file php files into several php files. The purpose is to organize this messy program. (e.g. for example, each php file handles one feature. edit.php edits posts and topics.) Can anyone give me an idea? here is the file(I did some work already): http://upit.cc/files/2cdea5ee.z...

Languages to be used in sketch generation and lip synch

hello everyone, i am a final year student of computer engg.i am doing a project on sketch generation from an image.The generated sketch will then be given the feature of lip synch. I wanted to know what type of programming languages would be suitable for this kind of application? Thanking you in advance ...

iPhone + OSX targets on the same project

I created a project with two targets, one for iPhone and another for Mac OsX. They both build and run well when I build them the first time (I built the OsX target first then iPhone target next). However, if I build the iPhone target and switch back to OsX target, the OsX target now thinks that it uses the iPhone SDK rather than it's ow...

Project ideas; helpful to a community

Hello, I am in a class now and looking for a good project to work on that would be helpful to a community of people. This could be a new project or maintaining or improving on a project such as an existing open source project. The project is for a group of 3 that will be working for at least a semester, the project doesn't necessarily ha...

I'm excited about a personal project, should I do it in PHP or Rails ( but I have to learn Rails first )

I started learning Rails only a few days ago, but in the mean time I became very excited about a personal project. The project is quite hefty and would require several months to complete. Right now, I can't wait to start doing that project but I'm a bit reluctant in writing it in PHP. I've been working in PHP for a little more than a ye...

Where can I investigate junit tests in a real world project?

What is a good open source project which uses junit tests in its source code? I want to see how its doen and learn about it. ...

Web Setup Project - 'special folder' for working folder

Hi I'm currently building a web setup project and need to include some executables for the initial installation process. I need to include vsdbcmd + libs for creating an update script when installing my web application. My question is whether or not it is possible to include and extract additional files in the 'working folder' (temp fol...

xcode project to visual studios

I do most of my home development in Xcode, however my classes require me to use visual studios 2010. I am curious if there is some tool that can convert my xcode project to visual studios projects and back and structure the files the way the ides want them to be? the programs I am writing are OS independent ...

Graduation project ideas- Computer science

I need your help in my graduation project idea, I am interested in Networking and Embedded system, so Any ideas! ...

Recover a SSIS project from a SSIS package

Hi, I was developing a SSIS project, but accidentaly, I erased it. However I keep a copy of the SSIS package. So my question is, it is posible recover the project using the package? or is someway to read the package content to start over the project? Thanks ...

Microsoft Project Link a task inbetween another task

I am using MS project 2007. I know I can split a task to delay it when interuptions happen. But what if a task is intentionally delayed by another task during certain periods of the week before returning back to the main task. In other words task 1 ------------ ----------------------- task 2 --------- I could just...

VB macro to open a SaveFileDialog using the Microsoft Project application

I'm working on a VB macro which generates an Excel report out of a Microsoft Project planning. In order to save the report, I have to open a Save File Dialog by calling GetSaveAsFilename("name", , , "Title") but I don't want to use the Excel.Application for this because I'm supposed to activate it first which doesn't make sense. How s...