Python distribute (Setuptools) module.
Questions tagged [distribute]
228 questions
-1
votes
1 answer
icon distribution packaging
i need you help guys. I have designed numerouse icons.
I need to package them for sale into these categories Normal, Hot, Disabled, Gray and these size 16x16, 32x32, 48x48, 128x128, 256x256.
Do you know any software that can do this automatically…

Smith
- 5,765
- 17
- 102
- 161
-1
votes
2 answers
Distributing iOS App to non-employees
I am developing an app that I would like some people to download it. Specifically, the people who attend my event. I've looked into the different ways of doing that, and I couldn't find how to do it. Is there a way to do it other than the App Store?…

Abdulrahman Alhadhrami
- 655
- 4
- 17
-1
votes
1 answer
Ruby, equally distribute elements and interleave/merge multiple arrays
I have multiple arrays with unknown element count like
a = []
a << [:a, :c, :e]
a << [:b, :f, :g, :h, :i, :j]
a << [:d]
result should be something like ~ (I don't really care details due rounding etc)
r = [:b, :a, :f, :g, :d, :c, :h, :i, :e,…

davispuh
- 1,419
- 3
- 18
- 30