open-source

There is any .NET open source desktop media player?

I want to customize my own media player, but I would rather do it in C#. There is any .NET open source media player, so I will not start from scratch? ...

NSTask or equivalent for iPhone

I've an open source project (gdal) that I want to compile and run as part of an iPhone app. I had been expecting to use NSTask but I see now that it was removed in OS 3.0. I've also seen elsewhere that running external applications, though this would be a resource in my app's bundle, is not allowed. Has anyone else found a way to run c...

Opensource reporting services?

Hi, Are there any free and opensource reporting services which we can deploy in a web server, and which wouldn't require any licensing. Actually I'd be interested in the whole framework/toolkit, report designing, viewing, and hosting. It should be able to pull data from mssql database servers. ...

Simple Database Viewer and Search Tool

I've exported all the old orders out of our old store into a mySQL DB. Anyone know of a simple project or web based app that will let you search all fields with a wildcard? So if I type in sha automatically any results with those letters would popup. This would be similar to dbman but with mysql and some ajax. And preferably free and...

Undefined symbol _main when trying to build logstalgia on mac

Hey all, I have been trying to build the logstalgia project (http://code.google.com/p/logstalgia/) on my Mac (10.5). Rather than having to link it to the system libraries correctly, I have built and added all of the dependencies to the project. I am new at this, but I do think I have done this correctly, mostly because I have had two o...

Reading CSV files in C#

Does anyone know of an open-source library that allows you to parse and read .csv files in C#? ...

Open source RTP mixer/translator exe or sdk

Hi I need opens source (win 32) sdk or free server with signaling protocol, which implements RTP translator or mixer. e.g receives RTP traffic from one connection and transmits it on the other. Does not have to have conferencing capabilities. Server should implement some kind of protocol which opens, bridges, and closes connections. R...

What is the definition of an open source programming language?

Languages like Ruby and Python are usually referred-to as open source, but what makes them so? Is it an open-source compiler?, or interpreter or execution virtual machine? If we're talking about the compiler, then would C++ be open source? ...

Publishing an application in public domain

Hi guys, During my last internship, I took an open source tool and enhanced it as a part of my project. Because of my growing interest in that tool, I took it home and added some more functionalities to make it more useful for others outside and then thought of publishing it. The original source code is available in public domain witho...

Why are most of the biggest open source projects in C?

Hi, I'm having a debate with a friend and we're wondering why so many open source projects have decided to go with C instead of C++. Projects such as Apache, GTK, Gnome and more opted for C, but why not C++ since it's almost the same? We're precisely looking for the reasons that would have led those projects (not only those I've listed...

Rails based S3 file manager

Hi, I'm looking for an open source project that provides a file manager type interface to S3. The ability to view files and "folders", add/edit/delete files/folders, etc. I've seen http://s3fm.com, but I'd like to host something like that myself. Does anything like this exist? Thanks. ...

Design Pattern rich code base ?

Am new to design patterns, could you recommend a open code base (preferably in java) that has design patterns used explicitly and elegantly. Reading up GOF has left me confused am looking for a project that used a few patterns that interacted with each other. thanks. ...

Alternative to google visualisation api

Is there a good (&free) alternative to goggle's visualization api? Some thing to provides support for drawing 3d charts using js and/or SVG , that also doesn't require installing new plugins on the clients browser ? ...

What's the best Open Php newsletter manager ?

Hi :) I'm looking for a nice newsletter management solution. I tried CCmail a good script but whaere I can't imort usernames !!! I would like to find a system that is able to import Opt-in lists in the following format : John Smith;[email protected];other paramaeters...;[like] ;Male;Age... I will develop my own module if I could find...

How do I add a modified dll to the Global Assembly Cache?

I have the MySQL Connector/NET installed on my PC. I modified the source code and recompiled one of the dlls (MySQL.Data.dll). With the program already installed, how can add this dll to the Global Assembly Cache? If your answer involves using gacutil.exe, please tell me where I can find it on my PC or where I might download it. Than...

C# Utility to Delete Periodically Aged Files

Any recommendation on a C# utility (open source) that can can cleanup/delete aged files. Ideally runs as a service. ...

Am I missing something about the Intellij announcement?

There seems to be a lot of press regarding the announcement that Intellij is being made available for free as an open source tool. Yet from what I read of the licenses, that's only true if the end product is open source and free. If you plan on selling your end product, you can't use the free community version. Have I misread somethin...

ASP.NET MVC open source application. MySQL or SQL Server?

Hi, I have around 4 years experience of ASP.NET & SQL Server (only web forms). I have a little knowledge of Ruby on Rails and have developed one very small 2-3 pages application in ASP.NET MVC in my job. Now I and one of my friend ( same experience like me) are willing to gain more experience of ASP.NET MVC. For that purpose we have thou...

Can I use the Oxygene free command line compiler to develop open source code?

I just downloaded the Oxygene free command line compiler, and tried to read the EULA, which I did not quite understand. While there was a section about compiled programs and redistributables, I did not really understand what it meant as it seemed by and large to talk about the actual package I downloaded and installed and had nothing to ...

.Net Template Engine/Report Solution

I am looking to add custom reports/forms to a web application. I want users to be able to upload a report definition/template file and then be able to print out a PDF or word document (one or the other it doesn't need to be both) for each of their widgets based off of the template they uploaded. I can't install anything on the server ...