Open source software is software distributed under an open source license. Such a license specifically allows anyone to copy, modify, extend and redistribute the source code without paying royalties or fees to the original authors.
0
votes
0answers
49 views
Crowd funded open-source programming tasks [closed]
I'm looking for a website where I can post open-source software programming tasks and offer money for their completion. I want something different from freelancer in that it would be based on crowd ...
0
votes
0answers
84 views
OpenGL open source for learning by contributing [closed]
I am looking to contribute to some open source application that uses OpenGL.
I have studied OpenGL basics and created some small gaming apps using it. My Gaming apps were very small just to verify ...
0
votes
0answers
22 views
I wonder if there is a tool (open source) that allows supporting semantic similarity between vectors (models in my case)?
I wonder if there is a tool (open source) that allows supporting semantic similarity between vectors (models in my case) ? #Model Transformation by example
1
vote
3answers
271 views
Ruby on Rails monitoring tools on own servers
We're already using the NewRelic service to monitor RoR applications. We have some customers whose security policies will not allow us to use external services to monitor their internal applications.
...
0
votes
0answers
55 views
What are some programs other than and similar to GSoC? [closed]
I'm a sophomore CS student. This summer I am planning to apply in GSoC, and work on some open source projects.
What are some other programs similar to GSoC in which I could apply to gain some ...
0
votes
1answer
52 views
How to commit your changes in an open source to Github
I am contributing to an open source and want to commit my changes. I know these steps
1) fork the open source repository
2) push change to a new branch in that repository
3) Click Pull request ...
1
vote
2answers
77 views
Changing copyright notice in file header when contributing to a project
I am now the maintainer of the fork of GPL'd project. The sources of this project have copyright notice on top of them like
// Copyright 2004-2010 Author name/family name.
.... snip ...
// You ...
0
votes
1answer
70 views
I want to use jmrtd android client
I followed the direction of this page
http://sourceforge.net/p/jmrtd/code/1490/tree/trunk/androidclient/
and when I executed the last command ant -f build_jar_deps.xml
I faced the following error,
...
0
votes
1answer
94 views
Open Source Portal Container other than Gatein
We have done POC using Gatein 3.5 which runs well with JBoss AS7. However, JBoss AS7 has only community edition and we cannot proceed with it. Thus, we have to switch to JBoss 6 enterprise version. ...
0
votes
0answers
10 views
How can the conversion from text to speach can be made possible for website?
Text to speach conversion of the website...so that it can help blind people.But,the problem is,how can an alternate be provided for him to select the URL?!
If voice to text conversion can be done for ...
0
votes
1answer
68 views
JS simulation framework for creating discrete and triangular distributions
I need a simulation framework in Javascript, which is open source.
With the simulation framework can create probability distribution:
normal distribution
discrete distribution
triangular ...
0
votes
1answer
94 views
What level of C programming is required to contribute to open source projects ? Also please list some beginner open source projects for C language [closed]
I would like to participate in GSoC 2014 and willing to build my skill set in coding for open source projects through C primarily and would like to learn python down the lane.Please guide me step wise ...
0
votes
2answers
97 views
Open Source Socket Server
I am writing an iOS app that communicates with a remote computer using a socket stream. I am looking for an open source socket server that runs on the host computer that will read the data, and send ...
1
vote
3answers
861 views
Reverse engineering JAVA UML
I have to perform reverse engineering. Indeed, as input I have a file .ear and as output I must have UML diagrams (diagrams of classes, lifecylce ...).
I am currently in the research phase of tools to ...
-4
votes
1answer
40 views
Remove http:// when typing url [closed]
I'm developing a simple open-source web browser and I have a problem. It works fine when I type the URL like http://google.com but not google.com alone.
0
votes
1answer
39 views
Are there statistics to know how many times a given library has been downloaded from maven central repository? [closed]
I released a little library to maven central repository and I am curious to know if this library is used by somebody.
Is there a way to know this? Are there some published download statistics?
-1
votes
1answer
71 views
Where to download c++ embarcadero open source application? [closed]
Hello when i go in some new themes of programming what i didn't use, like to see codes and tutorials from Codeproject.com, but it is just for Visual studio.
What i'm searching for is open source ...
1
vote
1answer
2k views
sourceforge vs github [closed]
I am on the verge of completing my open source project. Since a long time I am familiar with SourceForge (maybe because VLC? ;)). Yesterday I Google searched SourceForge vs GitHub. I was shell shocked ...
0
votes
1answer
145 views
Open Source Password Generator for android [duplicate]
Possible Duplicate:
Need a secure password generator recommendation
I am Looking for an Open Source Password generator lib for android. Can you point where can i found such a lib ?
Thanks
-3
votes
2answers
46 views
Apple's Open Source projects [closed]
In Apple's Open Source listings, what is the difference between projects in normal font and projects in bold font? What do the dot and bold font indicate?
(For instance, xnu and objc4 are highlighted ...
0
votes
0answers
41 views
Looking for an opensource project to learn [closed]
I am a programming learner, can code with C, Php, and a little Sql, Java, Objective-C, enough for a little website or application. I learn them mainly by Google.
I decide to find an opensource ...
0
votes
0answers
46 views
Looking for a fully integrated development and management hub (wiki, bug tracker, repo browser, etc.) [closed]
I may be hoping for the best, but I'm sure there exists some self-hosted piece of software which:
Has issue tracking and bug reporting
A wiki (or similar) for documentation
A repo browser (for git, ...
0
votes
0answers
82 views
Copyright notice in CSS or XML files [closed]
I'm currently working on an open-source project. Currently, we put our copyright notice at the top of every .java file.
I was wondering whether it was advisable or common practice to put copyright ...
0
votes
1answer
49 views
Error when I open AnySoftKeyboard
I import the project https://github.com/AnySoftKeyboard/AnySoftKeyboard
and I face some errors like
import com.anysoftkeyboard.api.KeyCodes;
import com.menny.android.anysoftkeyboard.R;
The ...
-1
votes
1answer
65 views
Seeking a simulation framework in Javascript [closed]
I need a simulation framework in Javascript, which is open source. With the simulation framework can create a probability distribution.
1
vote
3answers
69 views
.htaccess file rewrite rule check
I want to rewrite my apache mod_rewrite pattern. I use to do with following:
RewriteEngine on
RewriteRule /^([^A-Z0-9a-z]+)\.html /search.php?search_id=$1&%{QUERY_STRING}
With the above rule I ...
0
votes
1answer
71 views
how do I add open source API code to an eclipse project?
I have to write a java application which I'm putting together using eclipse and it relies on open source code. This application needs to be self-contained, meaning that I'm supposed to create a jar ...
0
votes
0answers
14 views
Advice for an address management application [closed]
I need an application to store and manage addresses which is accessible via the internet. The tasks will be rather simple, like adding new entries, deleting them, exporting lists as Excel files etc.
...
0
votes
1answer
70 views
Is there an opensource web clickheat/map javascript library?
I am looking for an opensource client side library that can generate user mouse movements and clicks on my home page, I want to do some UX experiments and improve navigation on the site
Thanks
0
votes
1answer
80 views
What are some open source/freeware softwares available online to start my own MOOC? [closed]
One such open source software I know is Class2Go, and another one being Moodle.
I was just wondering are there any more options to explore.
0
votes
0answers
188 views
Free / open source RTMP player [closed]
I am looking for any .NET open source solution to get RTMP feed and play video/audio.
(I don't mean web-based player at all.)
Or at least I need to know if it is possible to configure Adobe Flash ...
0
votes
0answers
78 views
Is there an open source fluid simulator like Fluids v.3 for Macintosh?
I was intrigued by this: http://www.rchoetzlein.com/fluids3/
But it currently runs on Windows and Linux. Any port to Mac? Or something similar?
(I imagine if it runs on Linux it could run under OS ...
1
vote
0answers
415 views
uk.co.mmscomputing.device.twain.TwainIOException: Cannot load Twain Source Manager
I want to scan a number of papers through Java. I found the mm's computing twain library.
When I run the example TwainExample.java at the site, I receive this error.
system info: windows 7 ultimate ...
-1
votes
1answer
57 views
Sites to share projects and source code [closed]
What I am looking for: I am looking for any sites that focus on allowing users to share project files / source code.
Reason: I am new to iOS development and it would help to see other people's work ...
3
votes
2answers
484 views
forgerock Identity Management Solution Vs WSO2 Identity Server
I'm trying to choose one of forgerock identity management solution (openAM, openIDM) and wso2 identity server for implementing Identity and Access Management solution.
I'm interested in using ...
0
votes
1answer
76 views
Open Source Portal For NGO foundation
I have to develop an portal for my new work. I want to begin with using an open source solution. I know that some people do not accept asking questions like this (product advise)in stackoverflow. But ...
1
vote
0answers
74 views
JQuery and the Open Source issue [closed]
At my company it was recently brought up that JQuery is open source and some of us here have been tasked to come up with a good business case for it. We are developing websites in ASP.Net and have ...
-1
votes
1answer
61 views
Extension for Internet Explorer open source
I am looking for ways to build extension for internet explorer 8 and higher. I have found some useful answers and articles that include usage of Visual Studio, C#, .net and other Microsoft ...
1
vote
1answer
21 views
Should I share the entire commits history when creating a new open source project?
I have a few projects I'd like to share in my GitHub Account, and I've been wondering what is a good practice:
Should I push the entire repo (with all the commits history, since the very first one), ...
1
vote
3answers
106 views
How to contribute to open source as a student
I am a second year computer science major college student, I would like to start contributing to open source projects, I am proficient at python and java, and I have did some research regarding this ...
0
votes
1answer
49 views
HTS - modified BSD license
I would like to develop commercial application, that will be using HTS (speech recognition tool), that is distributed under open source license(modified BSD license), HOWEVER it's implemented as a ...
-2
votes
1answer
104 views
JasperReports licensetypes and commercial use [closed]
What kind of licensetype of JasperReports do I have to choose when I want to use it for commercial use and when its not possible to publish our software open source. Has anyone experience with prices ...
0
votes
0answers
48 views
Infrastructure and Dataworkflow Dokumentation with Open Source Software
How to you guys document your IT Infrastructure including data-flow?
We have a couple of scripts which gather data in a database. Other scripts join theses data and export them to various systems.
...
0
votes
1answer
54 views
Transmission 2.76 compiling for PowerPC
Transmission no longer has pre-compiled PowerPC support, but they still have source code available. I tried compiling it myself but got an error saying "The pkg-config script could not be found or is ...
-1
votes
1answer
87 views
i am looking for a help desk solutions open source
i am looking for a help desk solution i want it open source to developing, i can payment if there was.
can someone help me to search about this.
some features I want here
0
votes
1answer
86 views
MIT License - Some questions [closed]
i've some questions about the MIT License.
I'm writing a big framework for iOS and i'm including classes, or portions of classes, in my code.
Supposing class ABCD is under MIT license with this text ...
-4
votes
1answer
88 views
Extendable C# Database (for implementation of own indexing structures, etc.) [closed]
I'm looking for an open source, C#-based database that ...
can be easily extended internally, e.g. by implementing various forms of trees (R-tree, etc.), various indexing techniques (BitMatrix, ...
-1
votes
1answer
446 views
Which reverse auction script should I choose? [closed]
I am a relatively new php and javascript programmer. I am deciding between three php scripts (that also include javascript/jquery/ajax) to help me implement a freelancer finding website. Two are ...
0
votes
1answer
283 views
Equivalent Jquery Plugin to Kae's File Manager
What are the good JQuery Plugins for File Managers to represent Server Files and allow Upload, Delete Functionalities?
I found the KAE's File Manager (it was exactlythe functionality what i need but ...
0
votes
0answers
43 views
Where can I find open source example of a Lab Timetable System
Is there a Lab Booking System that is open source so that I do not need to re-invent the wheel of a Lab booking system.
The Lab booking system will allow user to book a computer inside a particular ...

