Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

17
votes
5answers
542 views

Why is Sun inventing another module system when everyone has standardised on OSGi?

Sun is putting a lot of effort behind modularising the JDK in the form of Jigsaw, and insinuating that it should be the module format of choice for other Java developers as well. The only notable ...
6
votes
3answers
1k views

matching jigsaw puzzle pieces

I have nothing useful to do and was playing with jigsaw puzzle like this: and I was wondering if it'd be possible to make a program that assists me in putting it together. Imagine that I have a ...
5
votes
3answers
217 views

OSGi, Java Modularity and Jigsaw

So as of yesterday morning I hadn't a clue as to what OSGi even was. OSGi was just some buzzword that I kept seeing cropping up over and over again, and so I finally set aside some time to brush up on ...
1
vote
4answers
315 views

Creating irregular shapes for a jigsaw puzzle game in flash

I want to make a jigsaw puzzle in flash. I know how to create square kind of shapes. But I want to create this kind of irregular shapes. See the live demo of puzzles in the links shown ...
1
vote
0answers
148 views

Will Java 8 be able to have another release of Swing?

Taking into consideration Project Jigsaw for Java 8 (to modularize the JDK), will a "new" Swing Framework be able to be taken into consideration? Consideration means: someone actually rewriting it ...
1
vote
1answer
269 views

jQuery Draggable / Droppable targeting components

I have a stock setup for draggable/droppable. It's basically going to be a jigsaw, but an easy one where the correct pieces snap to the correct areas. I have the snapping and the jigsaw pieces down. ...
1
vote
3answers
1k views

Jigsaw Puzzle, cutting pieces from image

I'm trying to make an application that cuts image into jigsaw puzzles. My problem is that I don't know how to do this (any kind of algorithm). I do want to have male and female endings of puzzles, but ...
1
vote
3answers
174 views

Are there any CSS validators besides jigsaw?

Are there any other CSS validation sites out there besides jigsaw? It’s saying that content: none; is incorrect, but according to the specs it should be fine.
1
vote
1answer
2k views

How to create Jigsaw image puzzle using C#

HI, I am trying to figure out how to take an image file and convert it into a puzzle. I know how to do rectangular puzzles, but I am looking for non-rectangular shapes. Please see this link, I am ...
0
votes
2answers
117 views

Cutting the image in jigsaw shapes in android

I want to know how to cut an image in jigsaw form in android at run time. What i actually want is user can enter any image and then made puzzle of it. Any api or method for doing this in android... ? ...
0
votes
2answers
970 views

How to make a Flash based jigsaw puzzle

I'm currently working on doing a jigsaw puzzle for my website. I have searched everywhere in the web and couldn't find any. I wanted to do it with Flash and ActionScript. I wanted like make the ...
0
votes
1answer
37 views

How to compile Jigsaw http server on Linux?

I download the Jigsaw server source from w3c website, http://www.w3.org/Jigsaw/. I followed its instruction http://www.w3.org/Jigsaw/Doc/Programmer/compile.html, but still can not compile it on my ...
0
votes
2answers
495 views

Open source jigsaw piece generator

Does anyone know of a C-based open source class / framework which can generate a random jigsaw puzzle from an image or generate a random puzzle template which could then be applied to an image? The ...
0
votes
2answers
2k views

How to create jigsaw puzzle from an image using javascript

i googled it but didn't find a good answer.specifically i want to learn to slice an image into curved pieces to create individual objects from those pieces (i assume that i need this to reassemble) ...
-1
votes
2answers
69 views

Completing an image from pieces [closed]

I've been wondering, would it be possible to complete an original image from its pieces? Let's say I make a jigsaw from na image... only easy, for example a 3x3 puzzle. Would it be possible to ...
-2
votes
2answers
146 views

I want to develop a jigsaw puzzle with random images in android. Can any one tell how can i do this ? [closed]

I want users to slide and arrange image parts to play jigsaw. how will i implement this. i have no idea where to start and how i will do this.please help me