open-source

Etiquette: Version bump my fork of opensource project? [closed]

人盡茶涼 提交于 2019-12-05 11:25:16
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 implementation is a little dirty in useage and more so in code. I need the feature but I don't have the skills to fully implement it properly or to a level that could be considered a worth while contrabution to the main project. How should the versioning work? Do I just bump up

Is the Delphi runtime code open-source or not? [closed]

主宰稳场 提交于 2019-12-05 11:14:20
In this question I've called the Delphi runtime source code "open source", simply because it's open. Others disagree with this because Delphi itself is a commercial product. According to Wikipedia , open source must comply to a set of rules . I've done a quick scan in the Delphi license but can't find a clear note about it's licensing status. It does have a compiler-directive called DECLARE_GPL in system.pas which is the root for all other Delphi units. The system unit is the only unit that you don't need to add to your units since it's automatically added. Thus, if system.pas is GPL, anything

.NET API for Google Talk? [closed]

六月ゝ 毕业季﹏ 提交于 2019-12-05 10:50:47
Closed. This question is off-topic . It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I am looking for a .NET API for Google-Talk (talk/voice/video/file). Any resources? Google Talk uses XMPP . Here's a .NET API for this protocol. And there's a list of other libraries . 来源: https://stackoverflow.com/questions/2214914/net-api-for-google-talk

Is there a Java Open source Library for parsing Excel 2007 Files? [closed]

你。 提交于 2019-12-05 09:44:14
Is there a Java Open source Library for parsing Excel 2007 Files? Apache POI looks promising. Apache POI is the pure java answer to the question. 2007 format support is in beta right now. OpenXLS may support it already (if GPL is fine for you). The commercial version of the same product (ExtenXLS) does support it. Although not strictly part of the question, I should point out that any rewrite of access to Excel files will always have some deficiency over the original, so Joel Spolsky 's advice is a good alternative, if you need it. Apache POI From http://poi.apache.org/apidocs/index.html DDF -

Java Open Source Workflow Engines [closed]

微笑、不失礼 提交于 2019-12-05 08:13:00
Closed. This question is off-topic . It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . What is the best open source java workflow framework (e.g. OSWorkflow, jBPM, XFlow etc.)? Here's an article that compares kBPM, OpenWFE, and Enhydra Shark that looks like it has some good, thorough info. It depends what kind of initial investment you want to make. jBPM is the best in terms of features and flexibility, but OSWorkflow is a more lightweight, easier to get up and running and has with a smaller

How do I release/sell/promote a semi-commercial/open-source project? [closed]

折月煮酒 提交于 2019-12-05 06:48:26
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I've got a framework for PHP that I've developed for about 3 weeks total, but it's quite ready to be released ... if I choose to do so. In this economy I cannot just take what I have done and release it for free and feel just (because I need the money it could garner), and yet I am torn by my appreciation for

Equations Equality test (in C++ or with Unix tools) (algebra functions isomorphism) [closed]

╄→гoц情女王★ 提交于 2019-12-05 06:11:46
Closed. This question is off-topic . It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I am looking for C++ open-source library (or just open-source Unix tool) to do: Equality test on Equations . Equations can be build during runtime as AST Trees, string or other format. Equations will mostly be simple algebra ones, with some assumptions about unknown functions. Domain, will be integer arithmetic (no floating point issues, as related issues are well known - Thanks @hardmath for stressing it out, I

What project options to use for open source Delphi packages?

别说谁变了你拦得住时间么 提交于 2019-12-05 04:11:22
I've written some Delphi code I would like to share on GitHub. All code is contained in runtime and designtime packages as required. There are many "Project Options" to set for each project. (Output directories, search paths, compilation options, etc.) I've managed to find some default options that work well for my situation but reading other Q&As here it's clear there are multiple ways of working . What project options should be used to allow the open source packages to easily be incorporated into individual projects? I've recently started using NodeJS. The NPM package manager makes it super

Implementation of Signals under Linux and Windows?

二次信任 提交于 2019-12-05 02:20:29
问题 I am not new to the use of signals in programming. I mostly work in C/C++ and Python. But I am interested in knowing how signals are actually implemented in Linux (or Windows). Does the OS check after each CPU instruction in a signal descriptor table if there are any registered signals left to process? Or is the process manager/scheduler responsible for this? As signal are asynchronous, is it true that a CPU instruction interrupts before it complete? 回答1: The OS definitely does not process

Revision control and hosting comparison [closed]

荒凉一梦 提交于 2019-12-05 02:02:42
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I know that this question has been asked many times before in different guises and that I'm an ignorant n00b for thinking that I could add anything to the discussion. However, I'm interested not only in the version control system but also in its hosting options, compatible applications, and Windows compatibility