Skip to main content

Questions tagged [distribution]

Of and relating to distributing software.

0 votes
0 answers
56 views

As an individual developer, I often find need to write a trivial (let's say, under 100 SLOC + tests + docs + build system config) library that helps me to write code of some other (large) project in a ...
jiwopene's user avatar
  • 191
0 votes
2 answers
271 views

I'm developing a commercial closed-source application that will have a user-interface, and the back-end will be generating C++ code that needs to be compiled to produce a final end result. When I ...
Mode77's user avatar
  • 121
2 votes
2 answers
947 views

I am maintaining a FOSS library which, for the sake of discussion, consists of a small .h file and a larger .c file (plus build-related files, see below) I've been requested to offer this library as a ...
einpoklum's user avatar
  • 2,808
2 votes
0 answers
178 views

I am developing a desktop application that utilises Tensorflow. The aim of the application is to let users easily train a given model and use it for inference within the app. I want to support ...
turnip's user avatar
  • 1,701
3 votes
1 answer
536 views

I am building an app (stack is Python/Django/React and DB is PGSQL) that is supposed to be used internally in companies to track their work, assign people to different tasks, throw some statistic data,...
Freshman's Dream's user avatar
0 votes
0 answers
670 views

I'm working on implementing a language server and corresponding Visual Studio Code extension for a small scripting language. The language server is implemented in Rust, so I can generate binaries that ...
Chris's user avatar
  • 101
0 votes
3 answers
766 views

What I've read A Git repository is the . git/ folder inside a project. This repository tracks all changes made to files in your project, building a history over time. (Source) Repository: A collection ...
johnn5's user avatar
  • 27
2 votes
0 answers
229 views

I need to write an algorithm to allocate x number of tasks to 2 processors per day. I know the following: Exact amount of time it will take to complete each task The exact amount of time available ...
Pythonner12's user avatar
1 vote
4 answers
2k views

For example if you have a single UUID with a collision probability of x, if you concatenate 2 UUIDs, does the collision probability become x^2? val0 = generate_uuid() val1 = generate_uuid() final_val ...
Joan Venge's user avatar
  • 1,980
0 votes
0 answers
166 views

I have developed a Java application for both Windows and MacOS. The application requires 2 separate jar files, 1 for the main application and then another is used to download and apply updates. This ...
Sam's user avatar
  • 31
0 votes
0 answers
66 views

(Disclaimers: I have checked on Google and this site. I have read this answer, which is the only related one I could find here. Additionally, that answer is from 2017, and I wonder if things have ...
cxw's user avatar
  • 495
1 vote
0 answers
176 views

I was tasked with writing software for my company. As I am now writing a third program (with many more coming), what's the best way to control the distribution/usage of our software? The software I'...
kryz's user avatar
  • 35
9 votes
2 answers
12k views

Context: I have an open source project which uses JNI. While it's possible to build it yourself, I expect most users will use standard Java tools like Maven, Gradle, or SBT to download the JAR, which ...
Robert Fraser's user avatar
-2 votes
2 answers
1k views

I have licensed my software under GPLv3 and made it available on Github as an open source repository. Am I allowed(under GPLv3) to distribute binary releases of the application so it is easier to use ...
Vivek Joshy's user avatar
7 votes
3 answers
9k views

I am developing software in Window 10 and Visual Studio in C++. I would like to restrict the use of the software to a set of computers, by implementing a license control. My thought is to query a ...
Steve's user avatar
  • 235

15 30 50 per page