Tagged Questions
3
votes
1answer
593 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
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
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 ...
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 = ...
0
votes
1answer
70 views
Good-enough dynamic object packing
Using javascript, I aim to pack a set of set-size objects into a container of a given horizontal width, while maintaining an approximate initial order. White space isn't a particular issue, but the ...
3
votes
1answer
262 views
Automatically Pack Javascript/CSS from Amazon S3?
I'm moving my javascript and css files to Amazon S3 - can anyone suggest an efficient way to automatically pack/minimize the files without defeating the purpose of hosting them on S3?
Atm, I have my ...
1
vote
1answer
575 views
Obfuscated Javascript Code from Facebook Application?
This is the code that was copied and pasted into my address bar:
javascript:(function()
{a='app117970624901700_jop';b='app117970624901700_jode';ifc='app117970624901700_ifc';ifo='app1179
...
2
votes
2answers
137 views
Suggestions on creating & deploying minimized JavaScript with NAnt?
Do you have any suggestions or examples on how to deploy minimized (min) versions of JavaScript files using NAnt?
Are there any good command line applications, or scripts to assist with minimizing or ...