open-source

Which OpenLaszlo version should I use for new projects and when migrating applications to the latest version in 2012?

岁酱吖の 提交于 2020-01-02 09:40:31
问题 As a former committer on the OpenLaszlo project, I've been getting a lot of questions regarding the best OpenLaszlo version to be used when migrating applications using either a 3.x version or 4.x version lower than 4.2, or when starting a new project with OpenLaszlo. The difficulty in making this decision is related to the fact that there has not been a minor or major release of OpenLaszlo since October 2010, and that there has been close to zero information by Laszlo on planned releases,

Traditional Open Source Java Application [closed]

折月煮酒 提交于 2020-01-02 05:13:09
问题 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've been using Java for my "home projects" for a while and now there's a need to make some of my projects available through the repositories like github or Google Code. As long as I'm the only developer for the project and as long as I always work in Eclipse, there are absolutely no questions about building and

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

核能气质少年 提交于 2020-01-02 05:04:05
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 4 years ago . 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

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

ぐ巨炮叔叔 提交于 2020-01-02 05:04:03
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 4 years ago . 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

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

大憨熊 提交于 2020-01-02 03:34:08
问题 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

Using GPL v2 DLL in application [closed]

人走茶凉 提交于 2020-01-02 02:21:35
问题 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 reference stating whether I need to redistribute the source code of my application if it links against a binary file that its source code released under GPL v2/3. Thanks, Eden 回答1: I found an interesting post on this: Does the use of GPL'ed DLLs from the GnuWin32 project in your program need

How does GitLab check for Grack HTTPS push permissions?

这一生的挚爱 提交于 2020-01-01 18:20:10
问题 I want develop some feature for GitLab and add it to open source repo. DESCRIPTION: When user make push, GitLab checks that all emails from commits should be present in database. I think to add some validation method to https://github.com/gitlabhq/gitlabhq/blob/master/lib/gitlab/git_access.rb this class, but this validation doesn't call when user push some changes (e.g. git push origin master). I've researched routing and found next: https://github.com/gitlabhq/gitlabhq/blob/master/config

Is there any QR Encoding Library in Cocoa? [closed]

我们两清 提交于 2020-01-01 17:05: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 have to development an QR Generator in Cocoa. but currently I was used QR Library for iPhone and ported to Cocoa by me. but just found many bugs since iPhone version in Generator Algorithm. then, Is there any QR Encoding Library in Cocoa ? 回答1: I've mostly only seen Objective-C libraries that read various code

Corner Stitching Datastructure, Any Open Source Implementations? [closed]

时光毁灭记忆、已成空白 提交于 2020-01-01 07:20:10
问题 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 recall learning about the corner-stitched data structure a number of years ago and have been fascinated with it ever since. It originated with a paper by Ousterhout. I've searched and not been able to find a free/open implementations. I'd prefer a C++ implementation, but at this point would accept any pointers

Open Source dictionary libraries [closed]

泄露秘密 提交于 2020-01-01 04:41:05
问题 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 am looking for a free to use dictionary in as many spoken languages (english, french, german, ...) as possible. basically i will need to check if a string exists in a dictionary. i was thinking about the dictionaries used in firefox or openoffice, since they should be open-source, right? where can i find and