Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

46
votes
20answers
5k views

Boost considered harmful?

Lots of the answers to C++ questions here contain the response: "You should be using boost::(insert your favourite smart pointer here) or even better boost::(insert your favourite mega ...
36
votes
37answers
10k views

Delphi Free and Open Source Components that are still maintained

It would be good to compile a new inventory here of Delphi FOSS components that are very useful, also with rare and difficult to find functionality and still maintained for the latest Delphi versions. ...
23
votes
3answers
12k views

Convert pdf, doc, ppt to html5

I've googled (without any luck) for open source software that can convert doc, ppt, and pdf to HTML5. (Exactly what Scribd does) Are there open source equivalents to the type of conversion Scribd ...
14
votes
3answers
272 views

How long should I wait to publicize a vulnerability in a free/open source project?

In my review of free package distributed under the Apache license I found a number of bugs ranging from the obscure code issues to security holes. I've taken the following steps: I notified the ...
7
votes
2answers
256 views

FOSS to manage software requirements

in the company where i work , we are starting to plan to be compliant to the software development life cycle. We already have, wiki, vcs system, bug tracking system, continuous integration system. ...
7
votes
10answers
6k views

What do I need to start using Embedded Firebird with Delphi?

I wan a good lightweight FOSS embedded database to use with Delphi. I've used DBISAM by Elevate Software for years and I just love it, but I like to share the source on some of my utilities, and it ...
6
votes
6answers
369 views

Money from FOSS-projects

What, if any, are the most popular ways to get some money from a FOSS-project? I see that many projects ask for donations, and some of the larger ones do get a decent amount of donations. But how ...
6
votes
9answers
3k views

Are there any Open Source / Free Software alternatives to ATG?

ATG is a suite services built on top of J2EE which uses it's own proprietary flavor of ORM (like Hibernate but not), dependency injection (like Spring but not), and JSP tag libraries to offer and ...
5
votes
3answers
288 views

Active C++ project to contribute to

I am a self-taught c++/java programmer (I will be starting uni in August though!). I have worked on one project in which I was part of an active team. I really felt I learnt the most and gained a ...
5
votes
2answers
270 views

Is there an Open-Source Project that uses EJB?

I started reading recently about J2EE technologies and mainly EJB. Although I located quite a lot of Open Source Application Servers, I haven't seen any actual application that uses some version of ...
4
votes
3answers
127 views

Seeking an open source solution for a windows installer

I'm want to add a windows installer to my project. I saw two open source solutions: WiX and Nsis. Do you have any expirience with them? Do you use another FOSS installer?
4
votes
5answers
1k views

Can anyone recommend an open-source .net component to make barcodes?

We've got a web-based system that will be printing barcodes into PDF files. What I would love is if there was a free/open source .net component that would accept a text string and hand back a graphic ...
4
votes
4answers
341 views

Finding a Career in FOSS

As a college student, I've come to embrace Linux and the FOSS movement in general. I currently work at a small company which produces open source software for large-scale scientific computing. As I ...
4
votes
12answers
891 views

Which free and open source frameworks would you recommend for replacing which aspect of ATG

ATG is a framework, a platform and a solution for content presentation and management, personalisation, e-commerce and customer relationship management. Which free and open source frameworks or ...
3
votes
2answers
51 views

Seeking FOSS serial port driver which can handle 9 data bits

I need a serial port driver for an embedded device (LPC 1769) running FreeRtos. It needs to handle: 1 start bit 8 data bits 1 "mode" bit 1 stop bit 11 bits total. I don't know much (if ...
3
votes
1answer
51 views

Which licences are compatible with each other?

Does anyone have a simple yes/no/yes-if guide that will tell me when it's OK to link, merge differently licensed software together? For example, I remember reading that some FOSS software isn't ...
3
votes
3answers
269 views

Alternatives to grepcode.com

Please dont say Maven, i am after a code searching site that provides the ability to browse code online in a similar way to grepcode.com. Grepcode.com seems not to bad but it does suffer from having ...
3
votes
4answers
397 views

How to get started in developing student opensource projects?

Im a level three CSE student. I need to involve in an open source project to get experience about FOSS. Where should I start?, how to find projects (suitable for a beginner)? Thanks in advance !!
3
votes
7answers
980 views

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 ...
3
votes
3answers
164 views

Choosing a F/OSS repository site for a small project? (SCM-agnostic)

I'm working on a project I expect to make public, and I'm aware of several F/OSS repositories I could use to release it - Sourceforge, Google code, and github. (Of course info about others is very ...
2
votes
0answers
17 views

FOSS Javascript flow visualization library

I really love the Google Analytics flow visualization (below) and I'd like to know if there is somewhere a foss javascript library available which provides such a feature. Of course, I know protovis, ...
2
votes
3answers
54 views

publishing my code

I apologize in advance for asking what someone might think a stupid and naive question but i I'm completely new to this. I wrote a small program in C that i think could use others. I want to publish ...
2
votes
1answer
46 views

source repository for JavaFX

Okay, this is not a programming question proper, but after spending a while on google I cannot find the code of the JavaFX runtime post-Oracle. Is it available at all? Of particular interest to me are ...
2
votes
1answer
206 views

Any open-source audio-processing API with rich set of filters?

Wondering if there are any open-source Audio-Processing libraries. Would be excellent if they also support transformation filters. For instance, is it possible to invoke the audio-processing ...
2
votes
3answers
52 views

Efficient Way to Find FOSS Projects That Need Documentation

I have searched for a sort of system to match FOSS projects with writers, and there doesn't appear to be any. This is aside from the few wiki manual projects out there, which I feel doesn't really ...
2
votes
1answer
58 views

A new method of supporting FOSS?

I have been kicking an idea around for sometime and wondered if something of it's nature hadn't already been invented. The premise is a website that integrates code management, project/team ...
2
votes
2answers
363 views

Getting started with open source [closed]

Possible Duplicate: Finding an Open Source Project to work on I'm an undergraduate who has decided that he wants to join the open source community and contribute. However, I have come to ...
2
votes
1answer
84 views

Managing FOSS translations

I am running a FOSS desktop application. I was wondering if you have some good advice on how to manage the technical aspect of strings translation. Currently, I have a single resource file, which ...
2
votes
3answers
2k views

Free open source alternative to Google? [closed]

Given the recent 55 minute Google service interruption, it seems obvious to me that internet search is too important to leave in the hands of one company (no matter how hard they try not to be evil). ...
2
votes
6answers
722 views

Free diagramming tool for web site specification

Are there any free diagramming tools for web site specification? Which is your favourite?
2
votes
1answer
162 views

Where to find like-minded FOSS developers?

I have started work on an open-source project and I'd like to find related projects and people that want to work on something similar. Is there a site for finding such people? The idea is a ...
1
vote
1answer
61 views

FOSS Voice Recognition

I'm enrolled in an Artificial Intelligence and Data Mining class for next semester, and will also be running a NSF-funded study to evaluate how well modern voice recognition works in a technical ...
1
vote
2answers
123 views

Open Source RoR Geography Tools

We are looking to start a new web application that would rely heavily on user-defined "districts" based on preexisting boundaries (like state, county, city, and so on). Our preferred stack is RoR but ...
1
vote
2answers
459 views

What's the best source of Android FOSS? [closed]

Before I start to reinvent the axle ... what's the best source of Android FOSS? Is it the Android marketplace? There appear to be some projects on SourceForge ... anywhere else?
1
vote
3answers
226 views

Good FOSS C++ Project to Get My Feet Wet In?

Wanting to dive in to some FOSS contributions using C++ . Any recommendations? If possible, I would like to keep using Visual Studio if possible. :P Thanks SO!
1
vote
2answers
43 views

What should an open source representative know?

I was recently made the "open source representative" for our software team. Some of the duties include: Tracking FOSS used in our projects Propose FOSS solutions to the software team Being the ...
1
vote
1answer
429 views

Java library for trees similar to JGraphT for graphs?

I'm a big fan of JGraphT, a Java library for graphs. Could anyone recommend a similar Java library for trees? Preferrably FOSS. What I need is a good API, preferrably typesafe with generics which ...
1
vote
2answers
127 views

'Check for update' component freely available?

Do you know of a freely available (preferable FOSS) implementation of the ubiquitous 'Check (online) for a new version' functionality? .NET is preferred. What would be even more interesting, would ...
1
vote
3answers
123 views

Is there a resource that helps people find OSS/FOSS projects to participate in?

Duplicate: Is there anywhere that lists open source projects looking for contributors? Where to go to browse for open source projects to work on? Where to find like-minded FOSS developers? ...
0
votes
0answers
35 views

Suggest some FOSS programs to which I can contribute to in Python? [closed]

Can someone please suggest some FOSS programs to which I can contribute to, mainly in Python? I'm eager to start out by fixing bugs, adding features, etc. contributing to Linux and everything else ...
0
votes
1answer
16 views

Detailed comparison of open source licenses

I'm looking for a comparison table of FOSS licenses. I've found some such tables, but they seem to have quite broad categories (e.g. "copyleft", "permissive") and this approach has two problems: ...
0
votes
1answer
117 views

Oracle SQL Developer's source

I would like to look into the SQL Developer's source for learning purposes. I found that the SQL Developer is listed under "Free and Open source software" category[ http://oss.oracle.com/ ]. But I ...
0
votes
2answers
117 views

How does companies like Oracle make money from FOSS? [closed]

I've never understood how companies like Sun and now Oracle make money from free open source software (FOSS). What's the business model we're talking about here?
0
votes
1answer
132 views

How to approach & understand open source code? [closed]

I am a Windows C++ developer. I have recently started to look around for FOSS projects just to understand how it works. I am trying to understand some code from github. The code compiles and runs ...
0
votes
1answer
46 views

Decent Customizable Proxy? [closed]

Can anyone recommend a decent proxy that could add a script and/or header to the top of the pages it serves? It needs to support at least images, cookies, and GET and POST. I'd prefer that it be free ...
0
votes
1answer
49 views

Are there any FOSS platforms for making a Business Procedural Document Library?

Many years ago I created a fairly rudimentary system for storing business procedure documents using Lotus Notes; the idea was to allow people to create documents in the centralised library and then ...
0
votes
2answers
170 views

Using OAuth in free/open source software

I'm now reading some introduction materials about OAuth, having the idea to use it in a free software. And I read this: The consumer secret must never be revealed to anyone. DO NOT include it ...
0
votes
2answers
211 views

Open source tool for logo designing

Are there any specialized open source tools for this work.
0
votes
2answers
416 views

Drawing Server Layout

I am currently using Visio to draw the layout of our server systems for future developers to grok. We program on Open Source tools like ruby and Ubuntu, and using Visio is rubbing me the wrong way. ...
0
votes
2answers
135 views

non-scripting no-install cross-platform development: which way to go, keeping an eye about the future?

scripting/dynamic languages aside, what choices do i have (for a foss project) to find an environment that is: - quite efficient - allow me to develop applications that can be installed simply ...

1 2