Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
125 views

How to speed up this moving algorithm? In Javascript

I have an Array of 16 billiard balls in JS and want to move each ball smoothly with its direction and speed. For that I set up a timer, calling UpdateThis() every 42ms (for 24 fps). The problem is ...
4
votes
4answers
224 views

Speed Up Parsing Algorithm

I'm trying to parse some ddump files, could you please help me speed up my algorithm? It takes 216 ms for each loop!! that is way too much. I would like to have it around 40-50 ms per loop. Maybe by ...
3
votes
4answers
661 views

Wpf: Tips for better performance

I am working on a wpf application. In which I am working with a TreeView, each node represents different datatypes, these datatypes are having properties defined and using data template to show their ...
2
votes
4answers
111 views

What is this code enhancement or practice called? (null == conn) as opposed to (conn == null)

I am trying to make a report of some code enhancement, however, i am not too sure what this item is called. Basically, instead of doing a conn == null, it does a null == conn for readability. Kindly ...
2
votes
1answer
237 views

How to enhance the camera preview?

For camera preview, we can setup a surfaceView to display the preview data by camera workflow. But I want to enhance the preview data first (such as extract the edge map), then display the enhanced ...
2
votes
1answer
61 views

What possible enhancements can be made in the Basic Radix Sort Algorithm?

What possible enhancements can be made in the Basic Radix Sort Algorithm?
2
votes
1answer
67 views

How to use a mysql query to check if a ad should be enhanced

I have a problem with emphsizing an advertisement - i need to have to different designs for enhanced and non-enhanced ad's! My table is like this: id int(11) UNIQUE // the unique id of the row ...
2
votes
3answers
112 views

Enhanced Directory Browsers on Webservers

I'm looking for free webserver directory browser enhancements similar to: http://www.daleanderson.ca/edb/ Servers I'm interested in are Apache2, nginx, and lighttpd, but was having trouble finding ...
1
vote
2answers
66 views

How to do OpenJPA enhancement with Ant + IntelliJ IDEA

This is driving me crazy and I'm shocked that official documentation is absolutely useles. Here is what I have: IntelliJ IDEA 11 OpenJPA 2.1.1 Since openjpa is added into list of used libraries I ...
1
vote
1answer
50 views

Using classes and interfaces from a library with other libraries

I'm basically interested in one of the interfaces in a library (source available) but it consist of references to a lot of other interfaces and the whole class hierarchy is rather complex. I would ...
1
vote
2answers
56 views

How to enhance openjpa entities to use in unit tests in TeamCity build

I am trying to run unit tests in my TeamCity build that require openJPA enhancement (I am using openjpa 2.0.1). My build configuration is based on my Intellij project. (i.e. I am not using Maven/Ant ...
1
vote
2answers
119 views

How does one report issues and/or request particular enhancements for Scala?

It's a long story (and I intend to blog about it elsewhere), but it ends with my looking to move to Scala (from Java). I am very excited about what I have read thus far about Scala and am beginning to ...
1
vote
1answer
280 views

problem with JPA entity

I am using JPA (OpenJPA). I have following entries in my persistence.xml: <property name="openjpa.RuntimeUnenhancedClasses" value="supported"/> I also have Serviceoffering class listed in ...
0
votes
0answers
16 views

Book on Video Enhancement algorithms

Is there a book on video enhancement algorithms? on things like noise reduction,and how to achieve effects like these: http://www.redgiantsoftware.com/products/all/magic-bullet-instant-hd/ ...
0
votes
0answers
30 views

Is there post-build event in IntelliJ IDEA?

Is there post-build event in IntelliJ IDEA (11 in my case) ? Oddly I couldn't find it via googling. I want to perform binary enhancement for my OpenJPA entities before it builds output artifact.
0
votes
1answer
43 views

Where I can find official Grammar file for Java 7 programming language?

I found the official "Java Programming Language Enhancements" at following link. http://download.oracle.com/javase/7/docs/technotes/guides/language/enhancements.html#javase7 Does anyone know the ...
0
votes
0answers
93 views

How create checklist for enhancement project?

recently i am involved in a project which is already have base code and we need to enhence it as per client need. This process is in initial stage and we are creating checklist which we needed from ...
0
votes
1answer
158 views

Console/Terminal in the Browser?

i am just curious about one thing. Why isn't there something like an console in the Browser ? I mean such as an -tag or something like that. This would enhance Web experience by far ( at least for ...
-1
votes
1answer
191 views

DataNucleus ClassNotPersistableException

I hesitate to ask this, because I know it's been pointed out to others that it's a stupid question and that the exception's message is more than clear. And still, I repeatedly read over this message ...