open-source

Encouraging good development practices for non-professional programmers?

In my Copious Free Time, I collaborate with a number of scientists (mostly biologists) who develop software, databases, and other tools related to the work they do. Generally these projects are built on a one-off basis, used in-house, and eventually someone decides "oh, this could be useful to other people," so they release a binary or s...

ASP.NET MVC Open Source Real-world Apps

Whenever I start learning a new technology or language I tend to look at the source code of some 'real-world' applications. I find them really useful for understanding common, technology specific architecture, idioms and how/what popular libraries are used. I've recently started learning ASP.NET MVC, but haven't really found good open so...

How should I use this piece of open-source code with the BSD License attached?

I just found some nice open-source code at The Code Project and it's attached with the BSD License. Well, the article states in the end that the code is licensed under the BSD License. But none of the source code files had any reference to the license, they have some copyright text though. The download also didn't come with some kind of ...

What is your favorite linux environment for Web Development especially in Java?

Which Linux distribution are you using? Which Linux tools are you using? (I know Eclipse is one of them.) ...

I still have some questions about the BSD License usage

Let's say I'm doing this application where I include some class I found on the web with the BSD License attached. I know that this license allows me to modify the code and I have the need for it. Now, the BSD license states the year and the copyright holder name, let's say we are talking about some piece of code written by John Doe. 1)...

Open Source data streaming engine

Are there any open source data streaming products for publishing and subscribing to objects? A commercial example is SwissRisk Slingshot ...

Linux Data Warehouse System for User Files?

I work at a large university and much of my department's backup requirements are provided by central network services. However, many of the users have collections of large files such as medical imaging scans, which exceed the central storage available to them. I am seeking to provide an improved backup solution for departmental resource...

web front-end for database

I'd like to know if there is some open source web front-end for databases. I'd like something where queries can be executed from a web browser, only read-only queries are fine. If possible it would be great to be able to select with a gui the columns that are displayed as the result of the query. As several people asked me, I use Oracle...

What is the state of Open Source Java?

What is the current state of Java's transition to an open source license (which Wikipedia lists as the GNU General Public License / Java Community Process)? Java being inclusive of many things, including: The JVM The JRE The JDK The Core Java Libraries JavaME JavaEE I've heard/read various things, but never seen it laid out in a s...

Multi-licensing and license compatibility for open source projects?

I'm starting a software project that I'd ultimately like to release as free, open-source and free of charge. My software makes use of other free/open-source software, like Markdown (released under a BSD license), Blueprint CSS (released under an MIT license), and others that use various licenses (GPL, etc.). Some are copyleft, some are ...

Open Source Java library for conversion to HTML?

I know there are some Java libraries to create PDF files and the likes, but does anybody know of a Java library to convert various file formats to HTML, especially PDF and MS Word files? The purpose of this is to display a file preview in the web browser. Thanks in advance! ...

Where can I learn more about Firefox's development?

Where can I learn more about Firefox's development? I am interested in learning more about their code and development process, but I am not sure where to begin. ...

Good OS Delphi exception handling libraries?

Do you know any Open Source libraries for Delphi to serialize exceptions? I want to have a form “Exception has occurred”, so my users will be able to email error report to me. But apart from serializing exception manually, are there any open source libraries, that will serialize exception to XML or even flat file? The absolute must-be: ...

Is there a FREE Java GUI designer?

Is there a FREE (or relatively cheaper) Java GUI designer/builder? ...

If project is open source do you bother looking at the sources?

I was pretty surprised to find out that raw sources of my little open source project are getting downloaded more often than the compiled and ready to use library (jar file in this case, platform independent). I wonder what are the reasons behind that? Lack of trust? Curiosity? Compiling with custom settings? Attaching sources for debuggi...

Project ideas in Java or opensource

I am a final year computer engineering student looking for project which can be completed in around 300 Hrs. I am interested in Java, Qt - even C, C++ will do. I am interested in developing for Open source. Please suggest me some topics (I don't have enough time to decide on my own). Any help would be appreciated. (I dont want to impleme...

What data mining tools do you use?

Hello everyone, Besides the two well-known Open Source tools RapidMiner and Weka, are there any other good tools (either Open Source or Commercial), which you can recommend for data mining? Thanks in advance! ...

php script to acquire an image from a Twain source (scanner)

i look a script that do this , that can acquire an image from scanner and upload it to server i work in LAMP environment . i know this company: http://www.chestysoft.com/ximage/twainupload.asp Does anyone know free script (activeX) ? Does anyone use a similar script ? ...

Open source (under the MIT licence) library for loading and saving image files?

I am writing an imaging library (using the MIT licence) and would like to hook it up to a library that supports loading and saving of images in various file formats (bmp, png, jpg etc) I am aware of FreeImage, but it appears to use a GPL licence. Is there anything out there similar to FreeImage that uses MIT rather than GPL ? ...

How do other open source projects spend donations?

I'm a developer on the Synergy+ project, and today we received our first donation! Now, I did write at one point that we would spend the money on advertising, in order to find new developers - but I'm not really sure how to go about this, or if it's the best way to spend the donations. We would spend it on hosting, only we use only canne...