project

What wiki tools exist to generate shippable user doc from a wiki?

I am looking into using a wiki (prefer mediawiki, but not a req.) as the repository for developer generated documentation (User Guides, Release Notes, Application Notes, Errata, etc.) from a collaborative/easy-to-update point of view a wiki seems like a good match, however since this documentation will ultimately ship to customers we wan...

What is a good starter-project in Perl?

A buddy of mine wants to learn Perl. He asked me how to go about it. I told him: To learn Perl, you must first write Perl code. This was seconded by another buddy of mine who writes a lot of good Perl code. It's very zen, but not helpful. The problem is that this is exactly how I learnt to write Perl. At my very first job I had to imp...

OpenSource Projects - Is there a site which lists projects that need more developers?

Morning/Afternoon/Evening all, Do any of you know of a website which lists opensource projects which are in need of more help? Let me elaborate, I would like to work on another open source project (I already work on a couple), however, it would be nice to have a site which lists lots of OS projects, their aims, deadlines, workload, how...

What are the other possible names of project files in C# other than .cproj?

.cproj is not the only name of the project file. My solution says there are 5 projects but only three .cproj files are seen. What is the file extinsion of other project files/? THe icon that represents the other two look different as well: ...

Please suggest a good text processing project

Hello, Lately I've realized that one must be good at handling (parsing) text. It may be from as simple as interpreting the HTTP response or reading a settings file (*.ini or *.xml or *.json) to as hard as writing a compiler or regex engine. I agree that now we have library functions/methods for interpreting popular formats of text. But...

How to automatically resolve source links in Visual Studio

I'm working on the project that uses another project source (not as referenced assembly). When my colleagues are changing with big problem that I need to synchronize file structure changes in 5 projects. Please, advise me how can I synchronize this source links automatically or semi-automatically, but not making "Create directory", "Ad...

How to share a namespace between projects in .NET/C#/VS2008. Receiving error: "are you missing an assembly reference?"

What is the protocol to share a namespace between two projects when consequential projects will reference both of the namespaces? Obviously this is possible (System, mscorlib)... I've gotten different errors depending on the things I've tried. Right now I have two projects Blueprint and Domain that share the MainApp namespace (for ins...

Computer Engineering Graduation Project Idea

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 current skills include: C++, C#, Java, SQL, ASP.NET, HTML/CSS, PHP Assembly, VHDL, Hardware design and some electronics Pattern Recognition an...

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 any strategies they can suggested? also, i have been playing around with a theory as to why this is the case; it goes like this: asking a c...

How do you figure out your peak productivity hours?

In working on side projects, I typically write code best around 7pm-8pm, with a good cup of coffee, and I find that I tend to be more productive than I do at work during this time. What is the best way to find your peak productive hours? ...

Creating a cocoa Application without nib files/fully pragmatic

Yes, I know this goes against the whole MVC principle! However, I'm just trying to whip up a pretty trivial application - and I've pretty much implemented it pragmatically. However, I have a problem... I create an Empty Project, copy all the frameworks over and set the build settings - and I get errors about the executable.. or lack of...

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 Implement a programming language. This doesn't have to be terribly hard - I did the language that must not be named - but it will force you...

custom .zfproject.xml file

Yall: I'm trying to squeeze the Zend Framework into my ISP securely. My ISP pretty much requires me to put much of the stack in a /private directory in my HTDOCS Home. So, it looks like this /index.php /private/application/configs /private/application/controllers /private/application/bootstrap.php ... I tried editing the .zfproje...

can any body compare Roles : Project Manager and Enterprise architect.

what is advantages and disadvantages of both ? where growth/earning/job satisfaction is high ? which is preferable for bright career ? ...

Guide on writing my first open source software ?

Hello Stackoverflow, Since last August 2009, I have been working on project but then decided to release it as an open source project. The purpose of this project is to provide an alternative to existing commercial & expensive solution. So my question is, how can I get started ? The prototype has been ready since May and now being rewri...

Artificial Intelligence project idea

I am looking for a graduation project idea in AI and machine learning field... The idea may require front-end user interface to attract users... I am thinking of how AI and machine learning can help you in daily life..? Any help/hint about new interesting ideas ? Thanks Edit: I am talking about practical ideas that may be used in re...

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 expand my understanding of C further so I downloaded the source for GNU tar and sed as they both seem interesting. However, I'm having trouble under...

C# custom template to edit Visual Studio new project dialog box

Hi, I want to create a custom template so that once selected, it will gray out the Location input box in the New Project window. Does anyone know how to do this? Thanks much in advance ...

Senior Project Ideas About Maths and Algorithms

Hi, everybody.I am a senior student in CS.I have not much idea about what to do with my senior project.I think any idea will be very helpful to me.I'm very much interested in algorithms and the math behind them.Thanks for any project idea with this subject. ...

Place Eclipse Project File in Separate Directory

I'm using a default Eclipse project file generated for my Android application, and I want to keep it in a targets/ directory (along with other eclipse-specific files) in order to better organize my project structure (I also plan on adding a target for NetBeans). Simple question, I suppose: Is this possible? ...