Tagged Questions
The proprietary tag has no wiki summary.
13
votes
16answers
1k views
Commercial version control
My boss wants me to think about what to use for version control. I am a big fan of subversion, bazaar, mercurial, etc. However, we have a policy at our shop to not use open source tools!
Does anyone ...
11
votes
11answers
1k views
What's the best way to protect proprietary HTML/CSS/JavaScript?
I am writing a robust, scalable, and fairly complex website engine using HTMl, CSS, and JavaScript. I don't want it to get ripped off, and I'm wondering if there's any way to protect the source from ...
10
votes
3answers
192 views
How to deal with a proprietary Python package name conflicting with a public one?
Background
The group I work with has been using and developing a Python package, which for the purposes of this question I'll call foobuilder. We serve updates for Linux systems using private RPM and ...
8
votes
3answers
5k views
Slang, Goldman Sach's proprietary programming language
Apparently, Goldman Sachs' code for program trading is written in a proprietary programming language called slang and relies on a proprietary database (secdb).
I can only guess that secdb is a ...
5
votes
4answers
249 views
GPL and Proprietary License Question
I wondering if a developer released code under a GPL License and a Proprietary License, and modifications were made to the GPL License copy by others, could the original author take those ...
4
votes
3answers
50 views
Writing software to read proprietary files such as .tns
How would I go on doing this?
.tns is used by TI-Nspire (math-software) created by Texas Instruments.
If any libraries exist it would be awesome. Otherwise, how would I go on doing this preferably ...
4
votes
1answer
142 views
How to include open source licence to my commercial app?
Is it enough to put the LGPL, Apache, BSD, MIT license files to the installation folder of my app if it uses any LGPL, Apache etc licensed library?
If my application not show any license in the ...
3
votes
5answers
1k views
How to use LGPL licensed images in a proprietary application?
The LGPL license is written for code libraries in mind. I want to use a set of LGPL licensed images (icons, mostly) in a proprietary application, and I'm not really sure how the license translates to ...
3
votes
4answers
251 views
Should I continue working with dead tech, or bail out now? [closed]
What do you guys think of working with dead/legacy or proprietary programming languages?
After working on it for a number of years, it seems like your chances of getting to another position is ...
2
votes
1answer
598 views
Should I be concerned using AWTUtilities.setWindowShape()?
I am using the AWTUtilities class in my application to create custom window shapes. As far as I know, there is no other way to do it. It is a requirement.
The javadoc generation gives me this ...
1
vote
2answers
57 views
Should I use a ramdisk for pictures that are converted and removed?
I have a little program here (python 2.7) that runs on an old machine and it basically keeps getting pictures (for timelapses) by running an external binary and converts them to an efficient format to ...
1
vote
0answers
80 views
What can I replace com.sun.corba.se.spi.activation.Repository with to remove “Sun proprietary API” warning
Does anyone know if there is a replacement class for com.sun.corba.se.spi.activation.Repository it give the following warning
warning: com.sun.corba.se.spi.activation.Repository is Sun proprietary ...
1
vote
1answer
162 views
Wireshark dissector: Display a field dependent on value of previous field in a the dissected tree
I am working on developing a plugin in wireshark for a proprietary protocol. I have the following 3 structures that define the characteristics of the protocol.
static const value_string ...
1
vote
2answers
59 views
Do I need two versions of source code for dual licensed project?
The situation: I have a library which I want to license under GPL/proprietary licenses. GPL version is in public repo.
Do I need separate proprietary repo which will differ from GPL one only in ...
1
vote
1answer
147 views
What would be my choices for a cross platform OO programming language? [closed]
For my hobby and self-employed work I write games,
and as of now i've only targeted Windows.
I want to break the chains that bind me to windows (and also important: .NET) but I do not know which ...
1
vote
3answers
336 views
Can I use GPLv2 dictionary files through an LGPL library in proprietary software?
I am considering writing and distributing a proprietary application that links against NHunspell (GPL, LGPL and MPL licensed) for spell checking. So far so good. However, many of the dictionary files ...
1
vote
2answers
162 views
Writing open-source software to read proprietary binary files
Consider a proprietary program that produces binary files for storage (e.g. .doc). Let's say a developer wants to write an open source program that reads those binary files. Is there anything to ...
0
votes
0answers
3 views
How to read VOL EDB files (Windows Mobile)
Is it possible to read or parse a .vol EDB file that is acquired from a Windows Mobile device? I have seen claims that there are only Microsoft APIs to do this on a mobile device or emulator -- but ...
0
votes
0answers
15 views
Licenses merging
Say I distribute a software under a some proprietary license. I'm adding the open source library which is under non-copyleft BSD license. How should I merge my software license information?
BSD ...
0
votes
0answers
23 views
Open source vs close source penetration testing framework
I would like to know what is the difference (advantages and disadvantages) between using open source penetration testing framework like OSSTMM and ISSAF and closed source/proprietary penetration ...
0
votes
0answers
149 views
How to install curl on Mac OS Tiger 10.4.11 in a proprietary PHP5 directory?
I am running a WebSTAR server on an old Macintosh G4 mini-tower that runs Tiger 10.4.11.
For reasons I won't get into, rather than using WebSTAR's default php binary, or Tiger's default PHP ...
0
votes
1answer
100 views
Need to extract/consolidate info from database files
Here's a summary of my problem:
Our company's old software had a large database of contacts in it.
We switched to a new program and have no way to easily transfer those contacts to it.
The contacts ...
0
votes
2answers
198 views
Decompile compiled Java file with proprietary headers
I've got a file that is a binary java file that was compiled using a proprietary program. I've tried to open this up in some of the standard decompilers but they will not recognize it.
I suspect ...
0
votes
1answer
542 views
legal way to use RFB protocol in proprietary app
Hello folks
Is it possible to employ the RFB Protocol in a proprietary app?
Note that this app doesn't use any existing GPL'd vnc source code.
Thanks in advance.