open-source

target="new" is not opening new tab or window of my browser in OpenSocial app!

target="new" is not opening new tab or window of my browser in OpenSocial app! ...

Anyone knows of an OpenSource Collaborative Translation app?

like the one Facebook used to localize its site? ...

Is there any free opensource PHP translit lib?

so I have lots of users posting articles with names in different languages. I need some lib to translate thouse article names to english letters for example turn russian 'р' into eng 'r' and so on for all european languages, russian and asian languages. Where to get such lib? 45 seconds of google gave me this "This extension allows you ...

Etiquette: Version bump my fork of opensource project?

This question is about etiquette and open source projects. I have forked an application from github and added two new features. The first feature has been request frequently elsewhere. I have added it. Code & implementation are clean (I think). The second feature is more of a hack. It will be of use to others, but the implementati...

Open source eCommerce solution for multiple vendors (a la Amazon Marketplace)

I'm looking for an open source ecommerce solution that supports multiple vendor selling, in a similar fashion to Amazon Marketplace. I'm not sure this solution exists, but I'd be interested in some feedback. I've looked at Open Cart, Magento and Prestashop, but none of these appear to offer these features. ...

How can I receive mail using .NET?

I need an open source C# program that can receive SMTP messages and save them in a class (and sends mail, but this is optional since I found a lot of those) Does this program use SMTP or POP3 to receive mail? ...

open source project requirements

I know it's a very common question, but I don't see a previous one to be asked, since I'm interested in the basic steps, nothing in particular. It's the first time I want to license one of my projects, and it turns out, I don't know much about it. Let's say I want to use the MIT License. Do I just take the definition and paste it into m...

Is there a good Open Source, XSD based Web Editor?

I'm looking for a good open source web editor that will take xsd (or some other standard XML) and from that generate web forms that will enable the end user to generate standard xml (without knowing anything about xml obliviously). I took a look at kupu, but there doesn't seem to be much documentation and the site appears to no longer ex...

Open-source comment engines

I'm looking for a solid open-source commenting engine written in PHP. It needs to have workflow/moderation capabilities as well. I've checked into Disqus, and while I like the concept, the site owner's may develop their own login system at a later point, which would have to integrate with the comment system. Also, I'm not sure that th...

Open source VideoPlayer / AudioPlayer / MediaPlayer GUI / UI resource available?

Hi, I'm looking for a user interface for a MediaPlayer which should be able to play video as well as audio files. Furthermore it needs the following things (nothing fancy): TextView for playing time Progress Bar for progress visulization Play/Pause/Stop buttons NO playlist functionality required, the player will only play a single i...

How to report a bug in an open-source-app?

What if I think, that I found a bug in an open-source-app? What steps can I do, to provide as much helpful information for the programmers, as possible? And how I report best, to avoid to be annoying for the programmers? Addition: As some here say, that the OS-programmers will love the report: Some projects are very picky about bug-repo...

What are some good/reputable/widely-used libraries written in VB.NET?

Question: What are some good libraries that've been written in VB.NET? The best would be open source, as that would allow interested developers to take a look at some good VB.NET code and see how the language can be used effectively. But I'd be interested to know about any libraries at all, particularly reputable ones. Long-winded expl...

Hundreds of errors when debuging an open source project(sphinx)

To name a few: `__debugbreak' was not declared in this scope sphinx.cpp /sp/src line 146 C/C++ Problem `__rdtsc' was not declared in this scope sphinx.cpp /sp/src line 452 C/C++ Problem `__stat64' does not name a type sphinx.cpp /sp/src line 15963 C/C++ Problem Are you familiar with the error info?Is there something I...

Open Source Library for Linguistic Inquiry and Word Count (LIWC)

Hi, I am looking for an open source library for Linguistic Inquiry and Word Count (LIWC). Something in java or python will be good, though I am open to use other language. Does anyone know where I can get one ? Cheers, ...

Open source license for test code

I'm creating a project to house an iPhone library for common code for the iPhone... essentially it's a library that'll save people from finding solutions to common problems that amount to copying and pasting snippets of code. The site is located here: http://code.google.com/p/devkit-bb/ I licensed it under Eclipse, because fosters the e...

Will Five3d compile and run on Flash lite on any real mobile phone?

Will ActionScript2 Five3d compile and run on Flash lite 3.1 or 3 or 2 or any (not FP10.1) - Will it run (+- with more than 5 fps speed on simple tasks) on any mobile phone we use tooday some nokia E71 (or any other +-old mobile phone)? Has any one tried? (and BTW will it work with video playing for ex simple rotating x y z plane with vi...

BIRT vs Jasper Reports

Hi, I goggled for 2 hours to find what shall I use. I found that both are good and have good community. BIRT is supported by IBM, IBM integrated Tivoli reports with it. This proves it is good and will keep growing. Jasper Reports has fairly bid community and (probably) a better report designed (iReport). My requirement is simple: I w...

Web based file manager

Hi, I have been using extplorer http://extplorer.sourceforge.net/ Are there any good alternatives which run on PHP & like extplorer. I am having issues with several folder permissions. ie files that are stored under apache & the ftpuser? Regards, ...

C++ open source projects

Hello, I'm looking for a suitable open source project to work on in C++. It really can be anything. My background is in gaming, on both PC and consoles; but I'd prefer to work on something low latency or real time. I'm also interested in Math stuff. Do any of you guys have suggestions? ...

How do I integrate SMF into my custom Php member based website?

Hi guys, I built a simple social community website for a client - the client would like to add in a forum and he likes Simple Machines Forum. The website I built has its own users management system. The client would like SMF on his website and at the same time when a user is logged into the website they don't need to log into SMF website...