Questions tagged [commercial-application]

26 questions
0
votes
1 answer

AJAX Polling in an API for commercial use

Currently I'm developing an API that uses AJAX interval polling, it polls at 900bytes every 1.5 minutes, does not seem to put a heavy load on MySQL and is only one AJAX stream. I plan on upgrading to a node.js server once I get enough revenue from…
Trevor
  • 1,333
  • 6
  • 18
  • 32
0
votes
1 answer

Can I use llvm in my commercial application?

Can I use llvm in my commercial closed-source application without changing the source code of llvm?
0
votes
1 answer

Code obfuscation in heavily templated library

Large portion of our commercial C++ library relies on templates. We plan to sell our product as header files and dynamically linked libraries (closed-source), but because most of our code base is concentrated in headers, we would de facto be…
0
votes
4 answers

Non-open source Version Control for .Net

For complicated legal & security reasons, my company can't use any form of open source software, but I can't stand Visual Source Safe. What secure commercial version control systems would you recommend?
notnot
  • 4,472
  • 12
  • 46
  • 57
0
votes
3 answers

Visual Studio 2017 RC used in commercial environment

As you know, the RC for Visual Studio 2017 is out for some time. VS 2017 RC But I have trouble finding some answers to some questions I have. I work for a big company, here in Romania as a programmer. And my job is to code all kind of internal…
0
votes
3 answers

I have a challenging MySQL SELECT query that involves stock and threshold bondary

I Have a MySQL DataBase which contains two tables linked with a foreign key: MatPr(id, Designation, threshold_stock) And MvtStock_MatPr(id, Qte_Mvt, Qte_Tot,idMatPr) What I want is to get the last Qte_tot, Designation,threshold_stock where…
0
votes
1 answer

How to write a timestamp to windows registry and conf in linux

I am new to commercial software development. I am working towards developing 2 versions of a Java based tool. 1) Trial Version (30 Days free use) 2) Full version As I understand for the trial version the start date has to be recorded in registry or…
Pritam
  • 5
  • 6
0
votes
1 answer

GreenDao generator license issue

I'm using greendao in a project and i like it but to be sure I checked the license another time. So I read here, that the generator is licensed under the GPL v3. Does that mean, the generated classes are also licensed under GPL v3 and therefore…
0
votes
1 answer

python: Writing Application- Different modules/Licenses and impact on Proprietary application

I've written an application using wxPython and various other small modules (xlrd, xlwrt, pyserial, etc.) xlrd/xlwt i believe use a BSD license, and wxPython.. ""Being a wrapper, wxPython uses the same free software licence used by wxWidgets…
PPTim
  • 1,346
  • 6
  • 18
  • 33
-2
votes
1 answer

Is using google map directions url free for commercial use?

A url for example https://www.google.com/maps/dir/?api=1&travelmode=driving&origin=37.785310,-122.406096&destination=37.179518,-120.467905&waypoints=37.185310,-122.106096%7C37.279518,-121.867905%7C37.279518,-121.067905 this is opened from ios app…
-3
votes
1 answer

kernel module problem in commercial software

The security software I'm building contains a kernel module. because the kernel must process the packet. Do not use DKMS because it is commercial software. If the kernel version goes up, insmod doesn't work. What should I do? Do you have a good…
1
2