open-source

Is there open source software that uses STL extensively?

Is there open source software that uses STL extensively? ...

Open Source Meme Tracker.

Is there a open source meme tracker ? I want to create something like techmeme for some specific topic. So is there something in open source that u can use to create ? ...

Apache POI HWPF, replacing text in .doc documents fails

I try to write down the result of the POI unit test at: code here, by adding the line daDoc.write(new FileOutputStream("C:\\wordtest.doc")); to the end of the method testRangeReplacementAll. The new document is corrupt when I try to open it with word 2003. Any suggestions to fix this? ...

Concerns about releasing a project as Open Source

Community Wiki I've been working on a fairly large project www.wikipediamaze.com and I initially intended for it to be open source, but as I get closer and closer to "done" I'm getting more and more nervous about releasing the code. Initially I had hoped to use the project as sort of a "resume", if you will, as well as a learning tool...

XML Web Services

I just start learning to write web services yesterday, kinda fascinating. I created an XML web service, i most program on my Linux box, I want to use the java language or some other language to access this web service. Can you direct me to any tutorial that show how to access the .net web services from another programming language. ...

Pros and cons of various online code sharing sites

BACKGROUND: In order to learn C#, I have spent the last year converting the source code of SQLite from C to C#. As of the current version 3.6.16, it is now ready to release in the wild. I don't want to self-host CVS or some other repository, so I am trying to decide where to post the code. My goals are simple. I just want to allow...

Open source project for c++ developer?

I am a vc++ developer (but like Qt) interested in learning from open source project by contributing and reading the code. I use windows as primary development platform. Which project will be right for me to start? Is chromium a good choice? ...

Compiling code using gcc and SciTE?

Hello, I'm trying to compile C/C++ code from an external source using SciTE. The SciTE has a built-in feature where it searches for the gcc compiler and libraries in the same folder. The problem occurs if I try to compile from SciTE externally. Compiling with F5 (compile and run) or CTRL-F7 (compile) results in SciTE not being able to f...

Product Exhibition Asp.Net Website (Open source and Free)

Hi, I am looking for a web site where I can create categories and put my products pictures with some information related to products. it should have an admin page so I can upload pictures and submit products over it. It should be made with Asp.net and ms sql server (if it includes a db) Thanks in advance... ...

Getting started with Swing?

I'm new to Swing programming and would like to find an Open Source Swing poject that can help me get up to speed. Any suggestions? ...

Include Google Maps API Key in open source project?

Is it okay to put your Google Maps API Key into your source code and publish it? Others could take it and misuse it, but I don't want every developer / user to get their own API key and type it in somewhere. If the owner of the key is responsible, should I create a new google account for the project? (The project is a desktop applicatio...

GPL and LGPL open source licensing restrictions

Hi, I am having trouble understanding the usage permissions of open source. I read somewhere that GPL or LGPL enforces that software that uses GPL software must also be released open-source. I want to create an application that uses some open-source image recognition library. Can I sell this application or does it have to be open source...

any enterprise grade open source helpdesk management system?

I'm working for an organization with approximately 3k employee, and we are looking for alternatives for a helpdesk system... something to keep track of any kind of incidents (you know, something like printer not working, system hang ups) what features would you look for? any (preferably) open source (floss) alternive you might recomme...

Which open source OSPF-Routing implementations are available?

Hi there I am searching for an open source OSPF-Routing implementation. Does anyone know a few implementations which I could compare? OSPF is Open Shortest Path First for those who are wondering. (Link: http://en.wikipedia.org/wiki/Open_Shortest_Path_First) ...

Open-source EDA project

Do you know any open-source project in EDA (Electronic Design Automation) looking for C++ programmers? ...

Building Lenya from source

I am trying to build Apache Lenya from source and I am running into some problems. When I check out version 2.0.2 (the last stable release) form SVN, there is a build.sh file in the home directory and I can build it using: ./build.sh This script changes some variables and executes an ant build. However, when I check out the latest ver...

open source .Net wiki?

Hello everyone, Could anyone recommend me a good open source .Net based wiki project? Better with successful deployment and user experience, and have a good community to support. :-) Thanks! regards, George ...

Opensource Booking/reservation system?

Just shooting out the question before I start hacking my own because my google skills has failed me. Does anybody got a suggestion for a booking/reservation system? Preferably for the .Net platform or PHP? Even better if it were integrated into a CMS system of some sort.. ...

Do you use open source that seems to be no longer alive?

G'day, Just listened to Jeff and Joel talk about open source version numbers in SO podcast #59 and it made me think about a problem I currently have where I need to look at various possibilities for implementing a centralised, logging mechanism for a large scale web site. And I mean really large. Really, really large. One possibility i...

Is there an open source .NET web form project using DI/IoC?

I am currently trying to get my head round DI and IoC. Blogs and article are all well and good but I'd like to see some real working source code however I am currently stuck with web forms at work for the time being and most open source projects that I know of that are implementing these kind of development practices seem to be based on ...