Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

235
votes
14answers
25k views

ASP.NET: Web Site or Web Application?

When I start a new ASP.NET project in Visual Studio 2008, I can either create a new ASP.NET Web Site or an ASP.NET Web Application. What's the difference between these two project types? Why would I ...
135
votes
10answers
21k views

How to get involved in an open source project

What's the best way to get involved in an open source project? There are several projects I'd be interested in, and others I'd be happy to look into if just to keep my skills sharp in languages I ...
84
votes
104answers
11k views

Do you have a hobby development project? [closed]

Do you have your own hobby development project, that you like to work on your own? If "yes", could you please tell a bit more about it (links are welcome)? What kind of project is it? Did it help ...
54
votes
24answers
20k views

What are good open source projects in Python for which I can be a contributor? [closed]

I have been learning and using Python for the last several months and I am interested in getting involved in open source projects using Python so as to be exposed to good implementations of Python in ...
44
votes
33answers
3k views

What projects do you feel sorry for?

What big projects do you know about that never hit the mainstream? I feel sorry for haXe and OpenLaszlo because people put so much work into them and they never got a user base large enough to become ...
40
votes
5answers
20k views

Open Source C++ projects for beginners

I am trying to get into some open source projects that use C++. I have looked at some on sourceforge, tried Google Chrome, OpenOffice.org, but they are too hard of projects. I know some C++, but I ...
30
votes
21answers
2k views

How do you learn other people's code?

I've been a programmer for years now and I feel very comfortable in a handful of languages, especially C. What I find baffling is that while I have no problem reading code from textbooks and example ...
30
votes
11answers
4k views

No PHP for large projects? Why not?

I've read a few posts where people have stated (not suggested, not discussed, not offered) that PHP should not be used for large projects. Being a primarily PHP developer, I ask two questions: What ...
27
votes
15answers
1k views

How to fight project-fatigue? [closed]

Possible Duplicate: How do you stay motivated on long projects? Exact duplicate of this question. How do you keep motivated on lengthy projects and battle project-fatigue?
26
votes
19answers
1k views

How to overcome “it has already been done” problem when starting a project/business?

So, you come up with an idea that seems to be a good solution for an existing problem, or a different approach for solving a problem which makes the existing solutions obsolete or not needed anymore. ...
25
votes
14answers
2k views

“Pet Projects” - Should We Each Have One? [closed]

Basically, I have recently started a "pet project" (side project/whatever) working with RESTful APIs that are on the Internet. I have never done this before, and I have found that it has really ...
24
votes
16answers
2k views

Why have your software development projects failed? [closed]

I am looking for war stories about why software projects you were personally involved with failed. The more disasterous, costly, or instructive, the better. Good responses should include the size of ...
22
votes
16answers
1k views

Please Recommend CS Project books [closed]

Programming Collective Intelligence is an awesome way to get your feet wet in Machine learning. I am looking for similar books which has small but interesting programming projects. Do you have any ...
22
votes
14answers
1k views

The best way to start a project

When you are starting a personal programming project, what is your first step? I'm trying to start a project thats just an idea at the moment. I get lots of these and I dive right into the code and ...
21
votes
23answers
5k views

Recommended projects for beginning programmers?

Just wondering what projects you would recommend to a beginning programmer who already understands the basics of programming, but has little experience actually creating large or practical projects. ...
16
votes
2answers
2k views

Guide in organizing large Django projects

Anyone could recommend a good guide/tutorial/article with tips/guidelines in how to organize and partition a large Django project? I'm looking for advices in what to do when you need to start ...
14
votes
3answers
2k views

Project Order in Visual Studio Solution

In Visual Studio 2008, what determines the order in which projects appear within a solution folder? It's not alphabetical order, nor is it build order. I cannot find any way of altering the order in ...
14
votes
13answers
1k views

Open source Python project to contribute to

Until recently, I was a Linux Administrator for a company which went out of business. I don't need money so I don't plan to work for a while. With all this free time, I'd like to work on my ...
14
votes
26answers
2k views

Why do many software projects fail today? [closed]

As long as there are software projects, the world is wondering why they fail so often. I would like to know if there is a list or something equivalent which shows how many software projects fail ...
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
9answers
1k views

Good C# open-source projects to participate in?

I'm looking for some large open-source .NET (especially C#) projects to participate in as a developer, I'm interested in both web and desktop applications. I want the project to have a large number of ...
12
votes
10answers
571 views

How to deal with my failing project?

I just graduated with an M.S. in computer science. I did not have a background in CS before I started the program. Unfortunately, halfway through my degree, I decided I did not want to be a ...
12
votes
7answers
2k views

What's the best way to share JARs across multiple projects?

When you have multiple projects that all use the same set of JAR libraries, it's tedious to include the same JARs over and over again with each project. If I'm working on 20 different projects, I'd ...
12
votes
13answers
826 views

Naming your projects: does it matter?

I work on a variety of projects using different languages and platforms. Parts of them I abstract out into their own separate projects, and I want to open some of these up to the public. What gets me ...
11
votes
7answers
254 views

How to get more involved in programming that benefits science and the advancement of the human race [closed]

My day job is a good one, but there are times I long to pour my programming efforts into something that benefits science at large. Something more than simply letting BOINC fold proteins and munge ...
11
votes
10answers
1k views

Hints for making programming even more pleasant

After my first large project, I've understood there are lots of things that can make programming more pleasant at such projects. I know some already but what else I could yet do when preparing for ...
11
votes
14answers
934 views

Project Suggestions

I'd like suggestions for a small project to work on this fall. Something I can work on a few hours a week that will keep me entertained and help me learn new things about a particular language, coding ...
9
votes
8answers
601 views

Interesting Project Ideas for Decent Dev Wanting to Learn More Asp.Net

I want to learn more Asp.Net (and MVC). I would like to say I am a decent developer, but everything I work on seems to be maintenance or enhancements. I want to start a website or web app completely ...
9
votes
5answers
607 views

Must-Write programs for self-taught enthusiasts (game programming)

I finally found a reasonable thing to do during my short summer vacation. I got a job as a programmer on a start-up company (who shall remain anonymous), and I will be starting around the first of ...
9
votes
3answers
2k views

What are some interesting, small Linux kernel projects to help learn the source?

What small projects would you suggest to a novice with the kernel, but someone who has plenty of systems and C experience? The aim is to develop a familiarity with the kernel source code, and a ...
8
votes
3answers
734 views

Should I have a separate assembly for interfaces?

We currently have quite a few classes in a project, and each of those classes implement an interface, mostly for DI reasons. Now, my personal feeling is that these interfaces should be put into a ...
8
votes
6answers
2k views

Javascript projects to learn from

I like javascript, but I have problem with learning it :) I mean, i use it at work but I would like to know more, and I think the best way to do it is to read and understand someone else's code. I ...
8
votes
14answers
1k views

List of large projects built using Perl

Can you please name some large (maintained, with active communities) projects written using Perl? I'd like to be able to provide a list of mature, production-ready projects so that Perl can be seen as ...
8
votes
19answers
940 views

What do you do when you're faced with an “I have no idea how to do this” programming project?

Let's say, for example, that a marketing group in your company asks you, a sole web developer, to build a widget (some type of web application, web feature, etc.) in 2 weeks. Given the following ...
7
votes
6answers
829 views

Reasons to start a new project in COBOL

Are there any feasible reasons to start a new project in COBOL? What benefits of this language one would find convincing enough to start a new project in it? I'm thinking more about viewing the ...
7
votes
10answers
670 views

Navigating effectively through source code in Linux

I was wondering how people usually navigate through large projects with several source files in Linux environment. I primarily work with C and python and sometimes with C++, C# and Java. I wanted to ...
7
votes
10answers
383 views

How to start modification with big projects

I have to do enhancements to an existing C++ project with above 100k lines of code. My question is How and where to start with such projects ? The problem increases further if the code is not well ...
6
votes
7answers
350 views

Whats a good project to develop to learn a new programming language?

I have a solid foundation in programming (Java, Python, Haskell). I would like to pick up C#. What would be an ideal project that would help me learn C# well enough to be sufficient for the ...
6
votes
6answers
297 views

What are the most interesting projects surrounding python?

There are many neat projects around that are extending the usefulness of python inside and outside the core language and standard library. Some that come to mind are: pypy stackless twisted unladen ...
6
votes
5answers
273 views

What (kind of) project could I create to learn JavaScript?

I started learning JavaScript a while ago. It's a fairly easy programming language considering that I learned Java in university, that I know php pretty well and that I already played around with ...
6
votes
5answers
846 views

Do .NET projects in Visual Studio always compile into a single file?

This is one of those things that is so simple that no one ever just comes out and says it in any of the tutorials I've read. I've been creating a few stand alone .NET applications as well as a few ...
6
votes
5answers
471 views

First must-program projects as a hobby

I always believed that when starting to learn a new programming language programmer must create certain projects to get a better understanding of the language and/or frameworks. Personally for me it ...
6
votes
10answers
586 views

How Granular are your SVN “projects”: one big project containing several releated apps or one "project' per app

I define a project as an SVN directory containing trunk, branches, tags sub dirs. What criteria do you use when determining when to split a project into two or consolidate several projects into one? ...
6
votes
6answers
328 views

New to Large Projects

I think I'm in somewhat of a unique situation: I have a decent amount of coding experience in C/C++ in a Linux environment. However, I don't really have "project experience." For example, I'm ...
6
votes
9answers
490 views

Company seeking my personal projects during non-work at home?

Ok, so I'm building "Web 2.0/3.0" sites to make extra money. I currently run my own personal project sites with some advanced technology in the backend (AI stuff, recommendation system) that I've ...
6
votes
4answers
2k views

Structuring a winforms C# solution

So i am reorganizing a winforms C# solution to help decouple and make it cleaner and more organized. The solution tracks a small business orders,etc . . I have broken out the projects so far into ...
6
votes
10answers
13k views

How do you organize and keep track of multiple (many) projects

As a contractor, out-sourcer and shareware author,I have about 5-10 projects going on at any one time. Each project has a todo list, requirements need to be communicated to other outsources and ...
5
votes
5answers
284 views

C and Assembly project suggestion needed for class on low level software

I have a class on low level programming which requires a final project (syllabus at the end). It is basically a piece of software that puts to use all you learned. I had a few ideas, like designing ...
5
votes
7answers
737 views

Which companies/websites are using the wicket framework?

I am currently evaluating wicket for the use of a rich intranet application, and I am very curious if there are big projects/websites which take the use of the apache wicket framework? There are only ...
5
votes
4answers
130 views

Making yourself familiar with projects

Today i did a checkout of some open-source projects just out of curiosity. So after a while i was looking at the code of OTTD (http://www.openttd.org/), i just didn't know where to start looking or ...

1 2 3 4 5 6