The Wayback Machine - https://web.archive.org/web/20100102024331/http://stackoverflow.com/unanswered

Unanswered Questions

9
votes
4answers
372 views

Algorithm and data structure for solving the game “Globs”/”FloodIt”

Suggest an algorithm and data structure for solving the game Globs (http://www.deadwhale.com/play.php?game=131). It's pretty fun in a geeky kind of way. (MatrixFrog correctly points out this game is …
5
votes
0answers
74 views

Can emacs longlines-mode or visual-line-mode be made to respect indentation and lists?

I use emacs to edit most of my answers for SO, and although I use longlines-mode (I have not upgraded to emacs 23 because of some critical bugs that don't look like being fixed any time soon), I can't …
4
votes
1answer
91 views

Grails Integration with another Spring app - dataSource being overloaded.

Hi, I'm currently in the process of building a CRUD tool for an existing Spring-based application. The application is being included in the Grails app as a JAR library which seems to work fine. To …
4
votes
3answers
132 views

Hibernate Second-Level Query Cache not working Eager Fetching

In NHibernate Profiler I observed that when I use eager fetching on an association, using "left join fetch" in an HQL Query or .SetFetchMode() in a Criteria Query the query no longer gets cached in …
4
votes
2answers
68 views

How do I conditionally include or exclude a file from an archetype when project is generated?

I'm creating Maven 2 archetypes for our project (Weld). I would like to be able to control which files are placed into the generated project based on the value of a property that is defined during …
4
votes
3answers
94 views

ILMerge and localized resource assemblies

We have an application whose structure when compiled looks something like this: Foo nb-NO Text.resources.dll sv-SE Text.resources.dll Bar.dll Foo.exe Text.dll Is it possible to use ILMerge …
4
votes
1answer
357 views

Decrypting Message with a Spring Web Service Client

350 Bounty and waffles to the person who can help me! I have been struggling with Spring Web Service encryption for days and I can't figure out how to get Spring's encryption on the message body to …
3
votes
2answers
100 views

Move div based on user voting

Hi folks, I'm new here, but I love the site. I checked through the other similar questions, but I didn't see what I'm looking for. I'm a musician, and I've been doing a "song of the day" thing for a …
3
votes
3answers
192 views

Tips for using commons-pool in production

Based on an answer I got here, I started to give commons-pool a serious look. My last experience of using it was around 2003, probably version 1.1 or 1.2. Its main user, DBCP, is considered by many as …
3
votes
1answer
105 views

Why doesn’t ‘opendir’ have the same policy as ‘open’ in Perl Best Practices?

Is there a reason why opendir doesn't have the same policy than open in Perl Best Practices? I'm thinking about at least these 2 policies: …
3
votes
2answers
82 views

Jquery Validation Plugin Method required( dependency-expression ) use ok but callback not working

Hi all, i'm trying to make this work; this validate is applied to a payment form, and as you can see, there are only 3 requierd inputs, if and only if input[type=radio]:checked').val() != "CB"; …
3
votes
1answer
54 views

How does one set SSL ciphers when using CFSocket/CFStream in Cocoa?

I recently needed to configure CocoaHttpServer, which we're using in our application with success, to handle HTTPS connections coming from a client application (running on Android devices). This is …
3
votes
4answers
262 views

Graphical Finite State Machine Editor

I am looking for a sophisticated graphical FSM editor that can export a model in a well-documented output format, like SCXML or similar. Can anybody recommend me a tool?
3
votes
2answers
190 views

Dynamically add an ActiveX control without the VS designer

Hi all, I'm trying to dynamically add an ActiveX control to my application, without having to place it on a form. However, when I do place the ActiveX control using the Visual Studio designer, …
3
votes
2answers
52 views

Open source theme/plugin directory engine

Most open source wiki and CMS engines host user-contributed themes/plugins in directories whose code, strikingly, is not itself released as open source software. Possibly the best example is …

15 30 50 per page
1 2 3 4 5 3799