open-source

Mysql community edition in enterprise

Is it illegal to use mysql server 4.x or 5.x with enterprise applications, even though the mysql was installed as part of the SuSE SLES operating system? ...

Streaming videos from mobile phones.

I'm searching for open source libs for Streaming videos from mobile phones (from cameras on mobile phones) to servers. JAVA or C/C++ any one knows any? ...

How to comply with all the open source licenses we are using in our product?

We are developing a closed-source proprietary product that uses quite a few open source projects and we have not been methodically cataloging them, along with their licenses. Now we are trying to build a deployment package and we'd like to get into compliance. What's the easiest way to accomplish this? Should we make one big text file...

Any Open Source examples of using PLActorKit?

I've intrigued by Plausible Labs PLActorKit: http://code.google.com/p/plactorkit/ But the documentation just has single single Echo example. Before diving into it further I'm curious if there are any open source projects using PLActorKit I can take a look at. ...

Convince Management that Open-Source Projects are Safe to Use

My bosses are old-school IBM'ers. To save development time, I've mentioned a few open-source projects that we could undoubtedly take advantage of in some new web applications we are building. They are always hesitant and uneasy about using anything like this (even jQuery). I think the biggest problem they have is that they feel it is ...

Web applications which are opensource

I am interested in web applications. So I came across Reddit and Jaiku for which the code is available in the public domain. Do you know any other such sites for which the source code is available? It will be useful for interested people to learn about the web applications from these websites. ...

Open-source frameworks/projects for iPhone platform

I'm looking for a collection of open-source frameworks/projects for the iPhone platform. I've found quite a few good frameworks and resources. Such as ASIHTTPRequest, DrawKit, and Cocos2D just to name a few. I'm just curious about the minor, or unknown frameworks that have yet surfaced or that I'm unaware of. Do any of you know of fr...

Developers or software experts who use or who developed asp.net mvc

As I am new to asp.net mvc I would like to get the list of developers or software experts who use or developed asp.net mvc ... It would be very useful for budding developers like me to know about their articles and ideas towards devlopement... I know a few Scott Guthrie Stephen Walther I want some more authors and their blogs becau...

MySQL development tool with reverse & forward engineering capabilities..

Hello. I am looking for a development tool for working with MySQL Database. The must have features include reverse & forward engineering capabilities. One that I've liked is "ModelRight for MySQL" but it is weirdly overpriced. So I am looking for something free/open source or at least reasonably priced. ...

What is the steps to add Open Search Feature to an existing ASP.NET MVC Website?

I notices when i go to some sites (include Stackoverflow) by Firefox a little blue circle shows I can add the site to my Search providers . so wanted to know how can add this feature to my MVC project . I Heared an XML file should be added ... ...

how to start with blender coding?

Hey guys, i am very new to blender but i am very interested in not just using blender but also working on some projects on blender. i am a B.tech student, i am very good i c programming, knows python and opengl. is these enough to hand me an oppurtunity to work on the blender source code? Now, please help me as i am very new to this. i ...

Which license Should I Choose?

Hello, I have been developing my own PHP MVC framework. I want to make it open-source. Basically, I am having bit of problem in choosing the right open-source license. I just want that anyone using/modifying/extending my framework just puts the copyright info intact, that is it. For this, which open-source license should I choose. Th...

Can I use libraries licensed under AGPL for commercial purposes

I am building a product for which I plan to use a software that is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE Version 3. I am not planning to extend the code and I just plan to use it, as a JAR. Should I also release my software as AGPL and open source my code base? ...

Is the .NET framework 'open source' ?

Hi, When we bid for Government RFP's they usually ask us to use 'Open source technologies'. Since Microsoft.NET framework is free to use, can it be considered 'open source technology' for this purpose ? Thanks, Chak. ...

Open source product similar to Rational Software Architect

Hi, Please let me know open source product similar to rational software architect which automatically generates java base classes on completion of design. Thanks in advance. ...

Content management systems and S3

Hi - I wish to build a file sharing site and store the files in S3. I also wish to have different users upload their different files and be able to see them, have access to them (open, share etc.) and manage them (delete, edit etc.). I wish to set ownership for each file uploaded and access permissions for the users. So I am thinking of...

HTTPS and Certificates - Follow up question

This is a follow up question on my earlier question. http://stackoverflow.com/questions/1947608/authentication-based-on-certificates-and-ip I am trying to do this for a very small company, and would like to rely only on open source resources. Please take into consideration the fact that I am absolutely (100%) new to the world of Securi...

open source examples of use of x264 lib with directshow mobile?

Where to find open source examples of use of x264 (or any other h264 encoding lib) with directshow on windows mobile? (for example to record video from camera in the mobile phone where h264 is not supported by default into h264) ...

How to play MP4 (H.264 video) in Silverlight 3 (or 4) from a URL?

So I have some URL of an MP4 file. I want to develop a simple Silverlight application to play it. How to do it? (Preferably with example code.) ...

H264 frames to xml + images?

So in H264 we have something like this as a time line (supposing we all know what I P B frames are but if we do not look here (Wikipedia)) Here "I" frames are compressed fully, "P" frames inharit from ones they follow, "B" frames can inherit from ones they follow and ones that are after them... So my question is if there is any way (be...