|
I was wondering if there is a high-quality, (with open source software) listing of projects like the apache software foundation.
How about one that groups projects into domains, i.e. web frameworks, messaging, etc?
( I was looking for something to help...
Started by Karol Wilk on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
project hosting:
http://code.google.com/ http://sourceforge.net/ projects such as apache:
http provides stats on how active the projects are, which is often nice to see whether or not a project of project from across....
|
|
I love the abstract database API that comes with Django, I was wondering if I could use this (or something similar) to model, access, and manage my (postgres) database for my non-Django Python projects.
Started by KeyboardInterrupt on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I especially like SQLAlchemy with following tools.
They all support MySQL and PostgreSQL (among others).
|
|
I just wanted to know if you know of some projects that can help to decide whether the analyzed Source it is good code or bad RPG code.
I'm thinking on the terms of [Software metric], [McCabe Cyclomatic Number] and all those things.
I know that those ...
Started by squarefox on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
However, those....
If the issue is that the programs are painful to maintain, then the metric should reflect how how much pain is involved with maintaining them, such as "time to implement new feature X" vs "estimated time if codebase wasn't a steaming POS" .
|
Ask your Facebook Friends
|
I do software development but I don't work at a software company and we don't have anyone here that's setup any kind of version control server, or ticketing system or something like that. Most everything I know I've learned from documentation and sites...
Started by Eric on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm using companies which also offer free ....
You can use InDefero , it is a clone of GoogleCode with private projects.
I have not used it, but my impression it worthwhile .
You might check out SourceGear Vault hosted at ORCS.
projects.
|
|
I often feel like I should be contributing more to certain projects as I depend on them daily, but often feel I would mostly be getting in the way.
Do you have any projects that you are not a main developer but do submit patches to?
Any stumbling blocks...
Started by mjard on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
And a note to any project maintainers that might read you drop off the net I can still get....
I've submitted patches to various OSS projects, and most been replaced by something else anyway.
Source projects or my own projects.
|
|
Cofundos is a project where you can pay for tasks to be completed in open-source programs. If a developer solves this task, he will earn the money. Is this a good way to push open-source software?
Started by Mnementh on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If a project is missing....
So a better way to "push" Open Source is to use Open Source .
People have all sorts of reasons for doing things the project is useful to the company.
In the context of contributing to sites like Stack Overflow.
|
|
What are the main reasons personal projects (software apps etc) never get to the level of competing with your salary?
To me one big problem is "on-the-fly" feature expansion, with this problem, the end only gets further and further away!
Started by Anonymous Cow on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
Most personal projects take place in the evening and weekends, and as excited as most of us get about....
I have a slew of personal/side projects I'm that most developers experience.
projects don't get as much attention as your job will.
|
|
How do I set up a Git project to contains other projects?
eg. I am working on an online mapping app. We developed a GPS tool together with an outfit in SF. We simultaneously developed a Python Geomapping script together with a different concern (that ...
Answer Snippets (Read the full thread at stackoverflow):
Once you've set them up, working on the whole project requires project from the external projects, but complicated to send changes back to the external projects into the project....
On the (small) projects I've worked on.
|
|
I'm looking to develop a project in python and all of the python I have done is minor scripting with no regard to classes or structure. I haven't seen much about this, so is this how larger python projects are done?
Also, do things like "namespaces" and...
Started by Mark on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Correction: you probably should not put each single class into a separate file (like Java tutorial, keep an open eye on other projects, use common sense, and do whatever makes sense to you (or whatever is being done in your team....
Packages).
|
|
I've been following this guide from MSDN about "Creating an ASP.NET MVC Areas Application Using Multiple Projects" . Since ASP.NET MVC 2.0 is just preview one would imagine there to be some bugs.
My problem is, it simply doesn't work! At least not the...
Started by Filip Ekberg on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
No need to edit the csproj files, no need to create a routes.cs, and no need to edit global.ascx.cs, just right click the main project to be in the main project....
Recreated the project from scratch.
Uninstall beta 2, install the RC).
|