|
What are some of the most feasible or recommended ways for getting companies/commercial investors involved in an open source project?
Started by none on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://news.cnet.com/2100-7344_3-5216387.html
http://www.infoworld.com/articles/su/xml/01/10/15/011015suopen....
Show them evidence of other open source software companies making money such as MySQL etc, all investors want to see that they can make some money .
|
|
Possible Duplicate:
Hiring a programmer: looking for the “right attitude”
Have you been involved in hiring? How do you recognize a great programmer?
Started by LittleBoy on
, 14 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
You expect to see clean, self-explanatory function....
A C++ programmer should watch C++0x developments, boost, for instance see their code .
Great programmers:
would have programmed at least once as a hobby follow blogs, newsletters of their favorite technology .
|
|
Is it possible, in .NET, to pass a sql statement to SQL server for parsing and return the tables involved in the statement and the type of operation. So for a statement like this :
select * from Table1 left outer join Table2 on Table1.id=Table2.foreignid...
Started by Gaz Newt on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
|
Ask your Facebook Friends
|
Why didn't the UK get involved with the Vietnam War, but got involved with wars like Iraq and Afghanistan?
Started by Col. Trautman on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at yahoo):
Now they are involved as the events....
A Prime Minister who had more sense
then to get involved in war that could not be won The previous getting involved in another war so soon after ww2 the cost would have strained the UK economy.
|
|
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 don't currently use on a day to day basis. However, I'm...
Started by Tony Lenzi on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
I think a big part of "getting involved" in an opensource project isn't just being a faceless patch) for a few years now, and the way I ....
Maybe.
It's funny several people have asked how to find people to get involved (myself included)...
|
|
I started a new job and we have a small IT department working for an insurance benefit. I was hired to help ensure the success of their conversion from a mainframe flat file system to a relational database with a client server setup. I want to get more...
Started by Andrew Jahn on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
If you genuinely believe that the project is at risk .
Mean by involved in the configuration; is this discussions you want to be involved in or do you mean design activities?
Get involved...
|
|
What tool would you recommend to detect java package cyclic dependencies ,
knowing that the goal is to list explicitly the specific classes involved in the detected 'across-packages cycle' ?
I know about classycle and JDepend , but they both fail to list...
Started by VonC on
, 8 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
One tool which does this is the software tomograph http://www.software-tomography.com/ it is commercial and the ui sucks :o
There is also structure 101 which should do this http://www.headwaysoftware.com/
And you can use the open source tool CAP which... .
|
|
The destructor should only release unmanaged resources that your object holds on to, and it should not reference other objects. If you have only managed references you do not need to (and should not) implement a destructor. You want this only for handling...
Started by Matthew Scharley on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Following that up, I put together a practical approach to doing this on a day to day - less about the cost but more about ... .
It has more detail than you might imagine.
The most extensive discussion I've seen on how this all works was done by Joe Duffy .
|
|
Duplicates:
http://stackoverflow.com/questions/43649/how-to-get-involved-in-an-open-source-project http://stackoverflow.com/questions/382977/what-are-the-steps-to-start-contributing-to-an-open-source-project http://stackoverflow.com/questions/335036/what...
Started by Lucas McCoy on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Want to kill Microsoft Office? Get involved.
I get involved is to, when I'm building a project of my own, incorporate open-source solutions as I go, pick something you are very passionate about.
|
|
Disclaimer: I did check other questions that seemed related, but this one is much broader and less specific, its goals are completely different, too (so, please do read first before deleting!):
Now, while there's " How To Ask Questions The Smart Way "...
Started by none on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You are not alone! You are what'....
In fact, I'll take a stab at it right now:
So you've decided that you want to participate in an open source project, but don't know where to begin .
I think a guide could be done pretty easily, and not even be too long .
|