open-source

Versioning library like SQLite database library?

I like how SQLite library can be included into an application and the application has a full-fledged database to use. Similarly, is there an open source versioning library that I can include into my application so that I can save versions of files as well as do diffs and merges? ...

Open source projects that are easy to contribute (code) to?

By easy to contribute to I mean things like: Well-written/relatively easy to understand codebase Easy to see what work needs to be done Developer documentation Likely to accept patches etc ...

Creating a Patch with TFS

Creating a patch is very easy in SubVersion, With Tortoise, you right-click and select Create Patch. But for the life of me, I can't find this functionality in TFS. Is this possible? If not, what's the standard way to submit patches in open source TFS hosted projects (a la CodePlex)? ...

Is there a good library for dealing with the Modbus protocol in .NET?

Does anyone know of a good (preferably open source) library for dealing with the Modbus protocol? I have seen a few libraries, but I am looking for some people's personal experiences, not just the top ten Google hits. I figure there has to be at least one other person who deals with PLCs and automation hardware like I do out there. Open...

Can I develop flash without buying anything?

I'm a little lost here. I don't know flash, but I want to learn - especially since Adobe's opened up the spec. I don't want to learn badly enough to shell out for the real tools, though. What sort of toolchain is available for flash/swf/flv/etc compiling, processing, converting, etc? What do I need to know, and where should I start? ...

Opensourcing a starter web application

I am just starting with a web application to maintain a household budget. I really want to opensource it and let anyone who wants to work on it do so, as it is a hobby I don't really have the time to develop on it that much well The only problem I have is that if this is an app I want to host on my domain, how do I go about doing th...

good c# asp.net open source project for code study.

Can anyone recommend a good asp.net c# open-source project for the purpose of studying the code to become a better programmer? ...

Open source PDF library for C/C++ application?

I want to be able to generate PDF ouput from my (native) C++ Windows application. Are there any free/open source libraries available to do this? I looked at the answers to this question, but they mostly relate to .Net. ...

Are there any open source PHP-based source control scripts that have a GUI?

I've been looking for one, but haven't been able to find anything that's even close. Edit: I really would prefer something that's completely written in PHP, with a web interface rather than a command line. It doesn't have to have all the bells and whistles. ...

Web based service for Using Remote Computers..

Are there any free web based service to manage/use your remote computers? I use Logmein free. It solves the purpose. But wondering any other free services available. Heard Copilot is great but not free! ...

What are some viable alternatives to BizTalk Server?

In evaluating different systems integration strategies, I've come across some words of encouragement, but also some words of frustration over BizTalk Server. What are some pros and cons to using BizTalk Server (both from a developer standpoint and a business user), and should companies also consider open source alternatives? What viabl...

TFS vs open source alternatives?

We're currently in the process of setting up a source control/build/and more-server for .NET development and we're thinking about either utilizing the Team Foundation Server (which costs a lot of dough) or combining several open source options, such as SourceForge Enterprise/GForge and Subversion and CruiseControl.net and so on. Has anyo...

How do I start working in open source projects?

I'm planning to start working in open source projects. Give me some ideas related to that and give references also. ...

Is there a way to build a Flash 9 SWF from an FLA file without using the Flash IDE?

Two reasons this would be useful, in case there's some other way to achieve these goals: 1) Building in the Flash IDE is really slow; I was hoping a third-party compiler would be faster. 2) It would be nice to be able to build projects on machines that don't have the Flash IDE installed. I'm familiar with other AS3 compilers that are out...

What is the most useful multi-purpose open-source library for java?

Are there any open-source libraries that all programmers should know about? I'm thinking something general, a sort of extension to the standard java.util that contains basic functions that are useful for all kinds of application. ...

Open Source Role Model Projects

What would you consider to be the best open source role model projects? I am curious about what projects to look at for inspiration in working on large projects, but I have heard rumors about some projects being over grown and quite messy. I'm less concerned with the size of the project or the language it's in, just that it's logically l...

Java Open Source Workflow Engines

What is the best open source java workflow framework (e.g. OSWorkflow, jBPM, XFlow etc.)? ...

Releasing under license: Do all files need the copyright statment?

Working out some code to release under the apache license. At the end of the license it shows you what to include in yoru files to indicate the copyright and licensing info. However, some software released under this license (e.g. testng) only includes a copy of the license and the source code has no copyright statements. Does it matt...

How to start/plan a software project for data collection on a PDA/handheld device.

A friend is having mysterious health problems that we're trying to track down. One thing that would help would be to improve his record keeping by giving him a handheld device with which he could keep track of various details of his day including diet and environmental factors. We will be getting him a device but haven't decided on Pal...

Advice on buidling an Interactive Voice Response (IVR) system using Asterisk

What are some good resources that i can start with? I don't have any hardware yet, What advice can you give me if i want to start development/testing without hardware? ...