open-source

Changing Open Source Software to divert donations

I have produced some open source software, released under the GPL, and intend to give users the opportunity to send me donations if they wish. It has occurred to me that since the open source license allows anyone to amend the software, someone could change the 'donate here' message displayed by the app to point to their own website/PayP...

I'm starting an opensource project. Any advice?

First of all, I reviewed this question, but I think I need a little more information since I've never worked on an opensource project before. I'm starting an opensource project, currently hosted on Google code. It is a framework for creating flash games in ActionScript3 (programmer oriented). So far, so good, but I want to start buildin...

Using GPL v2 DLL in application

I am looking for a reference stating whether I need to redistribute the source code of my application if it links against a binary file that its source code released under GPL v2/3. Thanks, Eden ...

C/C++ h264 or ON VP6 open source video encoder

C/C++ h264 or ON VP6 open source video encoder with capability of turning bmp's/png's or jpegs into video frames What do I need Open Source Libs for encoding. Tutorials and blog articles on How to do it, about etc. PS It should be SMALL SIZE!) (Not a mountain like FFMPEG) ...

Go code contribution: license and patent implications?

I've been reviewing the contributions documentation for Google new language, and was curious about the idea of contributing a new package. It states that this should be included at the top of contributed source code: // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license ...

If my program just sometimes calls to GPL program should all my program be Open Source GPL?

If my program just sometimes calls to GPL program (or if we talk about flash my swf sometimes sends parameters to other GPL'd swf) should all my program be Open Source GPL? ...

Best open source alternative for MS Visual Source Safe?

We are leaving VSS for TFS or any other alternatives. I'm the one who persists to go for an open source alternative like SVN. Now I'm searching for a good open source Version Control regarding following aspects: We are in love with open source movement and cross-platform. Could it be possible to use it with Mono, SharpDevelop and Expre...

Good way to coordinate development on an open source project

What would be a good way to coordinate development on an open source project? (It is a Python project.) I know the traditional way is mailing lists, but I don't like it. I don't want to make people get e-mails about the project all the time. They should be able to participate only when they wish. Also, mailman sucks. I considered Googl...

Free/Open Source Outgoing traffic monitor/logger that isn't a firewall?

Hey guys, I've been tasked with finding a way to log every outgoing request from one of our servers. It cannot be a proxy or firewall of any kind. It simply needs to sit in memory and watch the outgoing traffic and log what it sees. I'm going to be building metrics on this later and it needs to be free/open source. I've done some googl...

less-restrictive GPL-like license

Situation: I want to pick a license for an open-source project. Having considered GPL vs BSD/MIT, I prefer GPL because it protects the open-source-ness of software. However, I prefer something less restrictive. I'm particularly amused at the fact that different versions of GPL are not compatible!! I want the software to stay FOSS, ...

Open source C# compilers in C#?

Are there any open source C# compilers written in C#? I know of Blue, but it was written in 2001 and only supports C# 1: Mike Stall's 'Blue' C# Compiler Ideally, I'm looking for one which supports C# 3.0 - but even 2.0 would be fine. ...

Are there any open source or low-cost online auction software packages available?

I'm looking to create an eBay like website for a niche market. I would love to have eBay functionality from 5 years ago. I'm guessing on the timeframe, but what I mean is that I don't need 90% of the functionality that is there... no APIs, nothing fancy... just an online auction site. Are there any open source packages avaialble for me ...

maven open source project

Please, I want to test CVS and Maven tools within an existing project so: is there any open source project that I can check out from its "CVS" and build it with "Maven"? thanx in advance ...

How to implement copy protection of content in an open source application?

I have an idea for an open source app -- the app would be free, but I would charge a small fee for data that a customer would order. For instance, let's say I'm writing a map application. I'd give the app away, make it open-source, but I would like to sell various maps to individual users. Is there a way to protect the data in such a wa...

Silverlight or WPF Open Source Project for learn

Looking for Silverlight or WPF Open Source Project for learn. Particular I am interested in Silverlight\WPF Custom Controls\Styles Development and want to find good patterns\solution for current project. ...

How to search categorywise in the web? are there any categorysearch search engines

Example: I want to search results only from the research papers or I want to search results only from opensource tools/packages/codes Kindly help me ...

Comments & OpenSource software.

This may sound like a foolish question or an observation, but i have seen that most of the times when one tries to look at the opensource code, there are no comments or just one or two lines at the start of the function telling what the function is used for e.g. register a user or data in table etc. There is no code which actually explai...

Best Open-Sourced .Net based E-Commerce store solution for selling Jewelry?

I'm currently designing a shopping cart based jewelry site. I've tried the latest version of dashcommerce but it's very buggy and I keep not being able to get it to work quite right. I've also seen Nopcommerce but haven't tried it out yet and I'd like a few other options before I decide on my next solution. I'd love a .net based e-com...

Free merge tools

I think, this can be programming question. I need free merge tool, in order to compare differences in 2 directories. I used Beyond Compare and Araxis Merge, but this tools are not free. Maybe you can recommend some other? I tried WinMerge, but it is not comfortable to use. ...

What PHP command would peek into a page and record its HTML code (source)?

Hello, everybody!!! Would you, please, tell me what command (or a combination of those) in PHP would check a web-page by its URL and possibly download its code (HTML) into a variable? Well, I was suggested to use Goggle App Engines for this here, but I am also quite q curious about how much of that task can PHP perform. ...