Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

42
votes
6answers
7k views

How does TestFlight do it?

TestFlight offers over-the-air beta distribution of iOS apps (on non-jailbroken devices). How can this be done? Is this an iOS feature, or a vulnerability exploit?
25
votes
9answers
18k views

iPhone app without AppStore

We have an industrial app that currently runs on a very expensive ruggedized PDA. Since most of the engineers we sell to have iPhones we are considering moving to the much nicer newer platform. A ...
23
votes
2answers
569 views

App incompatible with Verizon iPhone

We have an app in the Apple App Store that we can't seem to get installed on a Verizon iPhone (from the App Store, not Xcode). This may have nothing to do with the fact that it's a Verizon device, but ...
23
votes
3answers
9k views

iPhone: Can a dev other than team agent build an app for distribution

I have a company iphone dev account. According to the doc, only the team-agent is allowed to submit a distribution cert and download the distribution provisioning profile. Can a team only have 1 ...
17
votes
6answers
11k views

Generate random numbers following a normal distribution in C/C++

Does anyone know how I could easily generate random numbers following a normal distribution in C/C++ ? http://www.mathworks.com/access/helpdesk/help/toolbox/stats/normrnd.html I don't want to use ...
17
votes
4answers
452 views

How do I get started writing a module for CPAN?

Right now, I have my own homegrown testing harness/directory structure/support doc strucure/distribution tools for my libraries. However, reading the blog post Write your code like it's going on ...
16
votes
7answers
2k views

How would I package and sell a Django app?

Currently I am hosted a Django app I developed myself for my clients, but i am now starting to look at selling it to people for them to host themselves. My question is this: How can i package up and ...
16
votes
4answers
4k views

How can I package my Perl script to run on a machine without Perl?

People also often ask "How can I compile Perl?" while what they really want is to create an executable that can run on machines even if they don't have Perl installed. There are several solutions, I ...
15
votes
6answers
3k views

Distributing Android apps outside of the Android Market

What's your experience distributing Android apps outside of the Android Market? Which alternative markets an Android developer should consider? Any success/horror stories?
13
votes
3answers
6k views

Distributing my python scripts as jars with jython?

I have been a python programmer for almost 2 years and I am used to writing small scripts to automate some repetitive tasks I had to do at office. Now, apparently my colleagues noticed this and they ...
11
votes
4answers
7k views

Entitlements.plist not created properly

reading the doc from apple I need to create an ad-hoc distribution app, and to do so I need the entitlements.plist. when i create a new entitlement, the value "get-task-allow" is not present, so I ...
11
votes
5answers
175 views

I've made something that might be useful to the community. Now what?

If the specifics are important, I made a cruisecontrol.net publisher plugin that notifies a series of phone numbers via voice, announcing the current state of the build. It uses Twilio to do so. I'd ...
11
votes
4answers
4k views

How can I distribute python programs?

My application looks like this: main.py windows/ __init__.py mainwindow.py ... model/ __init__.py orders.py ... resources/ image1.png logo.jpg ... The program ...
11
votes
8answers
2k views

Can you Distribute a Ruby on Rails Application without Source?

I'm wondering if it's possible to distribute a RoR app for production use without source code? I've seen this post on SO, but my situation is a little different. This would be an app administered by ...
10
votes
2answers
82 views

Creating a Java application that downloads its own dependencies

I'm interested in how to distribute a Java application that has a lot of dependencies (specified in a pom.xml in Maven). Obviously it would be possible to just package everything in one big .jar ...
10
votes
1answer
242 views

Distributing a large Python-enabled application: best practices

There is a large Python application that consists of numerous third-party packages and binary libraries. Here is an overview of my requirements: Cross-platform (currently Windows and modern Linux ...
10
votes
3answers
1k views

Sell Windows Phone 7 Apps outside of App Hub

Is it possible to (legally) sell WP7 apps outside of Microsoft's App Hub? Are there license restrictions to this? Is it ideal to even approach app distribution in such a manner (i.e., are there other ...
10
votes
6answers
318 views

Are there an GUI libraries for Python that allow you to compile to an EXE (windows) and APP(Mac)?

I'm working on an application that I need to be cross-platform. I'd like to use Python for it, and am looking for GUI toolkits that make interface programming simple and easy. After a slight hunt, I ...
10
votes
7answers
1k views

VMWare Linux image with small footprint

I have an embedded system running on a Linux platform. What we want to do now is to test all applications running on a minimal Linux distro in a vmware environment. I try to find a very small ...
10
votes
8answers
595 views

When is it (not) appropriate to bundle dependencies with an application?

Summary I recently had a conversation with the creator of a framework that one of my applications depends on. During that conversation he mentioned as a sort of aside that it would make my life ...
9
votes
1answer
949 views

Scala class file vs Java class file

Let's say I have this Hello.scala. object HelloWorld { def main(args: Array[String]) { println("Hello, world!") } } I could run 'scalac' to get HelloWorld.class and HelloWorld$.class. I can ...
9
votes
3answers
713 views

Is there something like bsdiff/Courgette for jar files?

Google uses bsdiff and Courgette for patching binary files like the Chrome distribution. Do any similar tools exist for patching jar files? I am updating jar files remotely over a bandwidth-limited ...
9
votes
12answers
6k views

Probability distribution in Python

I have a bunch of keys that each have an unlikeliness variable. I want to randomly choose one of these keys, yet I want it to be more unlikely for unlikely (key, values) to be chosen than a less ...
8
votes
4answers
2k views

In-House App Disappears After Install

I'm currently building an iPhone app for a client which will be distributed in-house. My Client has just created their Enterprises Developer account in Apple. I have created a website for the client ...
8
votes
13answers
965 views

Scale numbers to be <= 255?

I have cells for whom the numeric value can be anything between 0 and Integer.MAX_VALUE. I would like to color code these cells correspondingly. If the value = 0, then r = 0. If the value is ...
8
votes
5answers
1k views

Need help generating discrete random numbers from distribution

I searched the site but did not find exactly what I was looking for... I wanted to generate a discrete random number from normal distribution. For example, if I have a range from a minimum of 4 and ...
8
votes
8answers
2k views

Python GUI Application redistribution

I need to develop a small-medium sized desktop GUI application, preferably with Python as a language of choice because of time constraints. What GUI library choices do I have which allow me to ...
7
votes
1answer
174 views

How can I use Ruby to create an “EXE” like DropBox used Python?

I have a project which is similar to DropBox. I need to automatically push certain folders up to S3 from both Windows and Mac machines. DropBox won't do exactly what I need so I can't really use it. ...
7
votes
2answers
696 views

If I revoke an existing distribution certificate, will it mess up anything with existing apps?

I built an iOS app for an organization that has an app already on the store. After weeks of trying to get the guy who has the key to sign the app, they finally came back and said, "Just get it done!". ...
7
votes
2answers
1k views

Can't create a distribution provisioning profile in iOS Dev Center [closed]

My problem is, that i can't create a distribution provisioning profile in the iOS Dev Center. I created a new App in the iOS Dev Center I programmed the app I built the app with an existing ...
7
votes
1answer
4k views

How to capture video using JMF, but without installing JMF

A videoconferencing project I was working on used JMF to capture video and audio, and transmit it to another endpoint. An issue was that my team didn't want the user of the product to have to install ...
7
votes
9answers
1k views

choose Linux distribution for Haskell development

Which Linux version is the most comfortable for haskell development? I want to install ghc and compile Leksah in it. I'm using CentOS now but it's repository is not rich and fresh enough.
7
votes
2answers
503 views

How can I install a CPAN module that is in the latest perl, without installing the new perl?

I'd like to install a Perl module (in this case, FindBin), but since it is included in the perl5.10.1 distribution, cpan wants to install perl5.10 for me. Is there any way of installing just the ...
7
votes
7answers
3k views

How to set C# library path for an application?

I have C# application that uses a dll. When I try to run the application, it can't find the dll, unless it is in the same directory or in GAC. I do not want to have it in the same directory and I do ...
7
votes
3answers
703 views

Distributing a small PHP application

I wrote a small PHP application that I'd like to distribute. I'm looking for best practices so that it can be installed on most webhosts with minimal hassle. Briefly: It's simple tool that lets ...
6
votes
1answer
108 views

Distribution among users for collaborative voting algorithm

Users of my application (it's a game actually) answer questions to get points. Questions are supplied by other users. Due to volume, I cannot check everything myself, so I decided to crowd-source the ...
6
votes
1answer
284 views

Did Apple change their app archiving method?

We've been fighting to get our app under 20 MB so that over-the-air downloading would work, and with our last release 2 weeks ago we succeeded. It took a bunch of trial-and-error to get right, but ...
6
votes
2answers
484 views

creating a non-uniform, integer distribution using tr1 <random>

Right now I use the following code to create a uniform distribution of integers with a range. (I took out the seeding code) int random(int min, int max) { static std::mt19937 gen; ...
6
votes
3answers
225 views

What do people need to run my application?

I made a little app and built a release version. Now I want to upload it to my site. I have never done this before with Qt, so I'm unsure as to what I should include along with the binary. How do I ...
6
votes
5answers
1k views

which android sdk version to release to market?

I want to release an app on the market. It uses nothing new from the 2.0 release like bluetooth for instance and it works well in every emulator using version 1.6 to 2.1. My question is upon version ...
6
votes
8answers
4k views

Create DMG file

I am developing an application in Cocoa. I need to create a DMG file to install my application like Adium (which provides a nice UI to drag the app file to Application folder). Is there a tool for ...
6
votes
5answers
3k views

How to make binary distribution of Qt application for Linux

I am developing cross-platform Qt application. It is freeware though not open-source. Therefore I want to distribute it as a compiled binary. On windows there is no problem, I pack my compiled 'exe' ...
6
votes
3answers
320 views

How to deal with dead open-source dependencies?

I'm trying to prep a project for open-source release and have run into a problem... This project depends on a number of open-source components which I've just stored as JAR-files in my lib directory ...
5
votes
1answer
114 views

MPI distribution layer

I used MPI to write a distribution layer. Let say we have n of data sources and k of data consumers. In my approach each of n MPI processes reads data, then distributes it to one (or many) of k data ...
5
votes
3answers
114 views

Why is bytecode JIT compiled at execution time and not at installation time?

Compiling a program to bytecode instead of native code enables a certain level of portability, so long a fitting Virtual Machine exists. But I'm kinda wondering, why delay the compilation? Why not ...
5
votes
2answers
382 views

Can an iOS App's system settings be configured via Enterprise Distribution?

Apple's Enterprise Deployment Guide says that apps distributed internally to an organization can be accompanied by a "Configuration Profile" that changes certain system settings (like VPN or wifi ...
5
votes
5answers
136 views

Get Python without (selected) batteries

I very like the "battery included" philosophy of Python but now I have to perform a slim installation with only core features and some other which I'd like to choose one by one. Is it possible to ...
5
votes
1answer
243 views

How to distribute a game on Linux

I made a small single-player game long time ago. In fact, it was my first software project, but it was never released. I still think that it's pretty good (especially graphics), so it make sense to ...
5
votes
4answers
284 views

Fair product distribution algorithm

Here is my problem: There are n companies distributing products. All products should be distributed in k days Distributing products of company Ci should be consecutive - it means that it can be ...
5
votes
1answer
447 views

iphone : revoke distribution certificate and push notifications

I have an iPhone app with push notifications enabled and it's working pretty well. But my mac mini just "died" and I realize I did forgot to backup my public / private keys :/ So I guess my only ...

1 2 3 4 5 13