|
Just like human beings have vital signs (e.g. temperature, heart rate, blood pressure, and breathing function); what vital signs are essential to collect and track to aid in the evaluation of the overall health of a project?
No clear winner yet based ...
Started by Brian on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
Can be easilly listen to and address when....
Still on the project) / (number of original developers at the start of the project)
;-)
Project team confidence that project scope and quality can be achieved in time and on budget.
|
|
I would like to work on a programming project in my spare time and would like to know if there is a project where I can help the science community in some way?
Thanks!
Started by Luis on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
I know BOINC is always looking for help
Edit: Here is their programming help or faculty) need development....
I'm sure they would appreciate any help you thought you could provide.
Are largely contributed by the scientific community.
|
|
When I program I often end up making 5 or 6 different versions so that way if I mess up I can return back to an older version.
In the Eclipse IDE, is there a way I can just click "create new version" or something so I don't have to make an entirely new...
Started by Nick on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
And to be honest, they do a much better job than any individual... .
Have you considered using a version control system , such as Subversion , Mercurial , Git , or CVS ? They are designed for versioning projects without needing to make copies of them.
|
Ask your Facebook Friends
|
Anyone know any good Ruby or Python OpenSource projects that are in need of some help at the junior level?
I seen this link: http://stackoverflow.com/questions/38881/how-to-find-opensource-projects-looking-for-help but I am looking for some opinion.
Started by Brian G on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
The Ruby Redcloth Gem is currently looking for help....
Really good libraries and applications ruby or python.
Start helping out with that project.
The one you like best.
With/in your project that you could help out with.
|
|
M making project on double data compression which uses the lossless data compression technique.. can any one tell me how should i procede?? m making project for the first tim.. please help me frnds...
Started by avinash on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
In Python, here's a way to do "double data compression" by compressing a compressed string:
from zlib import compress data_to_compress = 'double double, toil and trouble... .
In Ruby you could use the "rubyzip" gem , which does provide lossless compression .
|
|
Duplicate: Is there anywhere that lists open source projects looking for contributors? Where to go to browse for open source projects to work on? Where to find like-minded FOSS developers? Best Open Source Project Hosting Site and a gazillion others I...
Started by Matt on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Regularly use OSS applications, but it will be difficult to find a project that sounds interesting with a FOSS project:
identify an area of computing you are really interested in download some projects that cover this area and play....
|
|
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, could you tell me the basic steps to get started?
Started by kunjaan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
An example is given_of_project = path/to/your....
In the help
:help project-example
As you will see, you have to write something like this
NameIn order to configure the project plugin, you must edit the .vimprojects file.
|
|
I have an idea for an open souce project, but have absolutely no experience in either working on an existing project or starting one. For those of you that have some experience, what would you say would be a good resource/place to start on information...
Started by Tomek on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If there's something specific you're interested in, it's not that hard to find existing projects....
Start a project, stick it on github , and accept that you're very likely going of projects that can use help.
Special about open source.
|
|
I am new to cruise control.net please help me with the following scenario
I need to force the other projects from one project. I know in the publisher part with the force build we can force the other projects. But my requirement is I want to force more...
Started by surya on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Example in....
NO i want to trigger the builds manually.
Sach83@gmail.com
In project B, you could add a filesystem source control element, pointing at Project to build project A without it triggering project B to build also.
|
|
I have been tasked to add an on-line help file to a windows application. So I have several questions in my mind:
How do you create help files and how do you add them to a Windows Forms project?
Is there a good way to handle them in a VS solution?
Is there...
Started by Spoike on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
It creates nice visual help files which are great to show the help when....
Here are indications to a few resources about how to create a help file:
Your best bet right now version does a nice job creating HTML help files (CHM).
|