The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
27 views

Find the optimal box for a given set of items (3D) [closed]

Given some three dimensional boxes (with lenght, height and width) and a set of Items (sizes also given), I am trying to find the smallest box, in which all items fit. Im looking for an efficient ...
1
vote
2answers
45 views

Executable Packer (decompression/decryption stub)

I am working on an executable Packer & I have done compression & Encryption part so far. Now I have to store decompression/decryption stub/routine in the compressed file. My question is that ...
0
votes
0answers
17 views

steganography and packing the binary

I have a weird question. today, there are many tools and researches for packing the binary(mostly x86) for obfuscation, and it works good. but is there any known tool, research or project to hide ...
-1
votes
1answer
58 views

Exact algorithm for bin packing [closed]

I am working on some heuristic algorithms for bin packing and want to have some references to compare these with each other. Is there any exact algorithm implementations for small number of bins in ...
0
votes
0answers
26 views

Bit packing blocks in Simulink?

Could anyone please explain to me what the bit packing blocks in Simulink do? I am currently learning programming, Simulink and control theory so I am not very proficient. I tried using the help ...
1
vote
0answers
18 views

“Packing” widgets with coordinates in GTK+

I am just wondering if it's possible to position widgets with coordinates corresponding to the display rather than packing them in GTK+? For example, say I have a screen of resolution 800*600. I want ...
0
votes
2answers
66 views

Copying a struct with dynamic array into a buffer in c

I want to manually build a dns query to the dns sever using socket APIs (it's part of the project and can not be changed). So I want to copy a struct like: typedef struct { uint16_t ...
0
votes
3answers
23 views

Packing characters into bits?

I am trying to pack characters into bits in terms of 0's and 1's. I have looked up many websites about bit-packing but I did not get any of them. I just want a simple idea about bit-packing, and how ...
0
votes
2answers
70 views

Bin packing bruteforce method

I need to make program that solves bin packing problem, but I already made first fit and greedy algorithms, but my lecturer says in some cases it won't find the minimal solution to the problem. So i ...
0
votes
0answers
31 views

Creating and rotating ellipses in python, whilst checking for collisions

I've managed to create a bit of code that creates various discs and checks for collisions, but how would I go about doing it for ellipses instead? height = 100 width= 100 circles = 15 radius = 4 xL ...
0
votes
0answers
13 views

Is there a simple way to assure that a 2d square packing operation is possible?

I'm making a game where things are simulated on a lower resolution when farther away from the player, and (square shaped, arbitrary size) entities can share the same square on a grid, until the player ...
1
vote
2answers
117 views

“Problem9”: Packing a list

I'm learning f# with no prior functional programming background - starting to make progress but been stuck on this one. Could anybody please help me understand the solution to Problem 9 of the 99 f# ...
1
vote
1answer
123 views

Packing Rectangles IOI 95

I'm working my way through the usaco training pages and came across this problem http://olympiads.win.tue.nl/ioi95/task/pack.html I don't understand the example input and output i.e. I cant find which ...
-1
votes
2answers
81 views

How can I build up the densely packing spheres, starting from a single one, in C++? [closed]

Let's assume that I start out with a single sphere of a defined radius R, and an array of three elements, containing the cartesian coordinates: double vecpos[3]; vecpos[0]= 0.0; vecpos[1]= 0.0; ...
4
votes
1answer
160 views

Reverse Rectangle Packing

I have a connected shape that consists of squares put together, e.g. take a squared paper and draw a line along the existing lines that ends at its beginning and does not cross itself. The goal is ...
0
votes
1answer
117 views

P/Invoke of an enum

I wanted to call the DISM API from C# to find out which optional Windows features are installed. DISM functions don't appear on the well-known pinvoke.net site, so I started figuring it out with the ...
1
vote
0answers
49 views

Are there any free implementations of an online 2D orthogonal strip packing algorithm?

I hasten to add that "online" here refers to a type of algorithm that deals with one object at a time, and doesn't analyze the entire collection before placing them. I have a lot of images of ...
2
votes
2answers
168 views

Numpy unpack binary string into a single variable

In Numpy, I need to unpack some binary data into a single variable. In the past I've been unpacking it using the 'fromstring' function in Numpy and extracting the first element. Is there a way I can ...
3
votes
1answer
588 views

Packing different sized circles into rectangle - d3.js

I was trying to pack circles of different sizes into a rectangular container, not packing in circular container that d3.js bundled with, under d3.layout.pack. here's the layout I want to achieve: ...
1
vote
0answers
44 views

How to most efficiently fill a printed page with 1 main image and scaled padding images?

I am printing panoramas with aspect ratios between 1.7:1 and 8:1. A common case is an image which scales to 18" x 8" leaving 4 inches on a standard 12x18 inch page. Paper only comes in so many sizes, ...
3
votes
1answer
87 views

How to pack my Python 3 program so I can release it

I'm using Pygame. How and which files should I consider including with the script so everyone can run it? I'm using python 3.2 therefore py2exe doesn't work.
0
votes
1answer
147 views

Packing in Python and Unpacking in C

I'm trying to pack integers as bytes in python and unpack them in C. So in my python code I have something like testlib = ctypes.CDLL('/something.so') testlib.process(repr(pack('B',10))) which ...
1
vote
0answers
167 views

layout algorithm for tightly-packed image thumbnails

I'm working on an image gallery and I'd like to tightly pack the image thumbnails. The thumbnails are: different aspect ratios available at the same source resolution (longest edge 256 pixels) ...
0
votes
0answers
33 views

Does union require explicit packing?

I came across the following piece of code. I was wonder whether we need to specify that the union is packed ? Will the compiler ever do packing for unions ? If so, could u give some examples ? ...
1
vote
0answers
141 views

Packing Rectangles into a polygon using JavaScript

I need to pack n rectangles (n<10) of different size into a simple polygon. I am aware of two possible solutions: Bin packing rectangles into a rectangle. Then the problem becomes finding a ...
0
votes
1answer
137 views

How do you pack a 3-floats (space vector) into 4 bytes (pixel)?

I've successfully packed floats with values in [0,1] without losing too much precision using: byte packedVal = floatVal * 255.0f ; // [0,1] -> [0,255] Then when I want to unpack the packedVal ...
0
votes
1answer
35 views

CSS breaks when packed

Let's say I have about 10 css files on my site. I wanted to combine them into one. But when I combining them(just "concatenating" files, in order they are included into html), my style/layout breaks. ...
0
votes
1answer
95 views

Is it possible to pack elements close together to optimize space usage?

Is it possible to get the elements in the picture below to pack closer together somehow? Preferably using css, but javascript solutions are also welcome if that's not possible. I'd like all the ...
1
vote
4answers
818 views

How to pack a hexadecimal value in an unsigned char variable in a C program?

I have a hexadecimal value "F69CF355B6231FDBD91EB1E22B61EA1F" in a string and I am using this value in my program by hardcoding the value in an unsigned char variable like this: unsigned char a[] = { ...
1
vote
0answers
33 views

Packaging java application for distribution

I am writing a small application. I like to distribute it to linux and windows so i am planning to creating executable's. I know there are some libraries available like launch4j Which is the best ...
9
votes
5answers
355 views

What tools are there to cross-create an OSX installer for a python package?

Distutils offers existing solutions to build a Windows self-extracting EXE. Notably, I can create the package even if I'm on Ubuntu (which is essential given our automated build process). How do I ...
3
votes
3answers
196 views

Efficiently removing empty spaces within set of numbers

I'll use Python syntax and objects to represent the problem, but in reality it's meant for a model in SQL databases, with a Python API and ORM. I have a list of numbers like this: [0, 1, 2, 3, 4, 5, ...
3
votes
3answers
271 views

Are there any executable packers (like UPX) for iOS?

Just wondering. Or is it even technically impossible to write me, e.g. because iOS may prevent jumps to the area where the unpacked code resides?
8
votes
3answers
503 views

How to make class in C#, that can be cast to DateTime?

How can I make class, that can be cast to DateTime. But I need to cast my class, when it packed. For example: object date1 = new MyDateTime(); DateTime date2 = (DateTime)date1; I need directly this ...
0
votes
0answers
38 views

What software to use to generate formatted packing slips from MySQL DB?

I need to generate formatted (particularly style) packing slips from a MySQL database. We are a fulfillment house that is integrating with an internet company.
2
votes
3answers
415 views

How do I use Python to pack a big integer treating four characters as an unsigned long in network byte order as Ruby's .pack(“N”) does?

This is the bit of Ruby I want to implement in Python: Base64.urlsafe_encode64([Digest::MD5.hexdigest(url).to_i(16)].pack("N")).sub(/==\n?$/, '') You see, this helps turn a URL like this: ...
3
votes
1answer
386 views

Reading serialized C++ structs in C# using BinaryReader

I've got a few files that have been serialized by directly writing C++ structs using a binary fstream. Now, when I generate the read methods for corresponding C# classes, I find out that these don't ...
2
votes
4answers
1k views

How to pack squares into circles?

I need to find the maximum number of whole squares of a given size that can be packed into a circle of a given radius. I don't need a solution. I just need some kind of a starting idea. The ...
0
votes
1answer
416 views

Find maximum size of rectangles to fill a container

I have a container, of a certain width and height. I have a bunch of blocks that I need to fit in the container but I need to calculate the maximum size these blocks can be to fit. For example: ...
1
vote
1answer
583 views

how to unpack a dll file which is UPX packed but also the headers are changed?

I have a file which is UPX packed. Is there any way I can change the headers and still find it as UPX packed? And how do I unpack it ? I tried a lot of tutorials and I am fed up as all explain the ...
1
vote
1answer
73 views

python tkinter packing

Could someone please explain why when you have an plain widget as one line Code A works Entry(root, width=10).pack(side=LEFT,anchor=W) but when you name it or attach a command to it, Code A no ...
0
votes
2answers
220 views

Javascript Packing with many constraints, looking for a simple solution

This is not exactly packing as I can assign rectangle sizes myself, I just need a packed result. I have rectangles of same ratio and different sizes FULL, HALF(area = 1/4 * FULL), QUARTER(area = ...
1
vote
0answers
637 views

Photo collage algorithm

I am trying to build a script that will dynamically arrange photos like a collage very similar to what is done on http://lightbox.com/explore#spotlight. I can off course write code that would handle ...
2
votes
3answers
1k views

Bin Packing - Brute force recursive solution - How to make it faster

I have an array which contains a list of different sizes of materials : {4,3,4,1,7,8} . However, the bin can accomodate materials upto size 10. I need to find out the minimum number of bins needed to ...
1
vote
5answers
225 views

unused memory using 32 bit integer in C

I have the folowing struct of integers (32 bit environment): struct rgb { int r; int g; int b; }; Am I correct in saying that, since rgb component values (0-255) only require 8-bits(1 ...
0
votes
1answer
107 views

Stream design in c sharp

What would be the best way to design a packing / converting stream proxy in C#? Suppose, I have some input stream and I wish to make something similiar to boost::iostreams does. So, for example, I ...
3
votes
1answer
723 views

Packing items into fixed number of bins

I am looking for an algorithm that will solve my problem in the most efficient way. Problem description: I have a list of items (only positive integers are allowed) and fixed number of bins of ...
1
vote
1answer
189 views

Pack images into a larger image

There are images (literally, PNG files), they come in different sizes and need to be put together into a larger image, so that (1) they don’t overlap, and (2) the amount of unused pixels is minimal. ...
9
votes
1answer
645 views

What is the most efficient way in Java to pack bits into byte[] and read it back?

I currently use these two functions to pack and read bits in a byte array. Wondering if anybody has any better ideas or faster ways to do it? Edited the program with a few more optimization and ...
1
vote
3answers
330 views

Network Data Packing

I was searching for a way to efficiently pack my data in order to send them over a network. I found a topic which suggested a way : http://www.sdltutorials.com/cpp-tip-packing-data And I've also seen ...

1 2 3