Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 11 and 139 pageviews
Singleton pattern is a well-known pattern in programming. Double-checked locking is an implementation of singleton pattern which is intended to be thread-safe. However it is found that this method is broken, unless memory barrier is used which may has problem of portability.
In this article, I am going to present an alternative to double-checked locking ...
30 Jan 12
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 9 and 78 pageviews
An excellent article about android. You shouldn't use android task killers, as they will cause system instability and more battery drain. Android version 2 or above doesn't need them.
You should use something like watchdog to see what apps is eating up resources and misbehave and end them instead.
20 Jan 12
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 12 and 331 pageviews
A new kind of camera, which allows you to take the photo now, and focus later at any point you like. There is demo in the web.
The principle is that, you record not the sum of all the light cones, but the individual light ray's vector direction. So that you can focus to any plane by ray tracing method.
17 Jul 11
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 11 and 322 pageviews
44 Challenging problems. Many are quite difficult, and tests if your physics understand is solid enough!
17 Jul 11
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 19 and 473 pageviews
A gnome style to make eclipse and other applications look more compact, and save more screen space.
08 May 11
Rating:
This post has a quality rating of 4, base on 1 rating
Impact:
This post has a impact factor of 18 and 2344 pageviews
Unblock me is a puzzle game in iphone. It's originated from rush hour. I am interested in solving the board game using computer. I can enter the board configuration into the computer one by one, but I would like to do it automatically. With image processing capatibability in Mathematica, the process can be done rather easily by taking screenshot.
11 Dec 10
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 10 and 766 pageviews
Is it possible to add garbage collector to MathOO which is practical?
In Mathematica, variables with downvalues will not be collected even it has the attribute "temporary".
Since MathOO makes extensive use of downvalues for both class and object, is it possible to overcome ...
10 Nov 10
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 11 and 996 pageviews
A package is released as open source project in GoogleCode/MathOO-packages. The aim of the project is to provide basic utilities and basic classes using MathOO, so that you can use it in an object oriented way. In the initial release, 1.0b, a dictionary class (associated array) is provided.
08 Nov 10
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 12 and 994 pageviews
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 3 and 846 pageviews
This is a basic tutorial about using MathOO, the internal structure of MathOO, and how MathOO works.
05 Nov 10