|
It takes m and n as inputs from the user and prints the number of ways of distributing n objects in m boxes.
Started by CodeProject on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at arabteam2000-forum):
|
|
Java is one of my programming languages of choice. I always run into the problem though of distributing my application to end-users.
Giving a user a JAR is not always as user friendly as I would like and using Java WebStart requires that I maintain a ...
Started by Laplie on
, 17 posts
by 17 people.
Answer Snippets (Read the full thread at stackoverflow):
Mac folks want a .dmg and on windows....
That for distributing java applications to windows clients, this is the easiest way to go just click on (Windows), or
java -jar jarname.jar
IMHO, jar is the way to go when simplicity platforms.
|
|
I have an MFC application which I am trying to package for deployment. It seems to depend on the files 'msvcr90.dll', 'msvcp90.dll' and 'mfc90.dll'. What is the correct way to distribute these files?
I can't use merge modules as my installer doesn't support...
Started by Hoppy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
It strongly depends which CRT/MFC lib strive to install the redistributable as that's the safer way to go..
But you can also do it the 90s style.
As it is the "clean way".
|
Ask your Facebook Friends
|
I want to be able to distribute a program in Linux without distributing the source with it. The current solution is distributing a tar.gz with a precompiled binary. What is the easiest way to have this binary be placed in the Applications Menu? Is there...
Started by DHamrick on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
That way you ....
I was using Linux, RPM was the easiest way to distribute pre-combiled binaries (most distributations add that url to their /etc/apt/sources.list, then you get a easy way to update the software as well.
|
|
I've writen an Excel-based, database reporting tool. Currentely, all the VBA code is associated with a single XLS file. The user generates the report by clicking a button on the toolbar. Unfortunately, unless the user has saved the file under another ...
Started by JonnyGold on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm distributing part of an application like this, we have addins for Word, Excel that displays a settings dialog....
An alternative way to get of templates and addins.
If you have lots of users though, that can be fiddly .
Office versions).
|
|
I just finished porting an application from Windows into Linux.
I have to create an installer of the application.
The application is not open source => I should distribute the application's binaries (executable file, couple .so files, help files and...
Started by Dmitriy on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
I've also looked into this at work and I....
Tar.gz the binaries, that should work.
The simplest wayThere is no best way (universally speaking).
Will be distributing in the package, then it doesn't much matter how you distribute it.
|
|
Hi,
I'm distributing two different versions of one product (like light and pro version). I don't know how to use the same MainMenu.xib if I can not change the placeholder NewApplication in a dynamic way. I would like to use the bundle name instead of ...
Started by cocoafan on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
(And yes, this is officially supported in Xcode, and I know of several app... .
See here.
You most likely want to use the multiple-targets route; use a single Xcode project with several build targets, one for your regular app and one for your lite version .
|
|
Hey everyone,
First off, I'll explain my situation to you. I'm running a fairly popular website as a side project, so I can't really invest a ton of money into it. I currently have just one server with HAProxy in the front sending out normal requests ...
Started by Alan on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
You are correct that a single proxy distributing load to many application servers will require.
Another way to do it, but it need to be tested the bottleneck.
Balancing services? I think is the best solution.
|
|
What is the best way to prevent someone abusing access to your site using scripts?
Started by Yogi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
This by increasing your available computing resources and distributing your load over a number of computers.
|
|
Is there any way besides Shoes to develop and distribute cross-platform GUI desktop applications written in Ruby?
I come to believe that general bugginess of _why's applications is exceptionally crippling in case of Shoes, and anything more complex than...
Started by apostlion on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Personally.
And Shoes is a long way off (and isn't even intended to be a full-scale application).
|