Impact factor for posts is a measurement of importance.

Impact factor for users reflect their authority, reputation and contribution on a particular topic.

Rating reflects the quality of posts.

Rating on Voofie is not a simple average of all ratings, but a weighted average of rating, weighted by the impact factor of users who rated.

Article

Detail, original, informational argument or description on a topic

Article

Discussion

Q&A

Link

Submit
Categories
Recent Posts
0
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 422 pageviews

Alternative to double-checked locking and the Singleton pattern

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 ...

ross_tang 30 Jan 12
0
1
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 1 and 622 pageviews

Ride the Waves of Volatility with Ray Barros

It is important to have the trading wisdom and develop skills to remain relevant in any investment climate in order to secure one’s financial future. Especially with the recent economic uncertainties and escalating political tension in the world, volatile markets seem to be here to stay.  As such, Phillip CFD organised a special presentation with Mr Ray Barros on 30th April 2011 to help guide our clients on a step-by-step ...

...
phillipcfd 27 Jun 11
4
18
Rating:
This post has a quality rating of 4, base on 1 rating
Impact:
This post has a impact factor of 18 and 2731 pageviews

Solving Unblock me: Recognizing board configuration in a screenshot using Mathematica

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.

ross_tang 11 Dec 10
0
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 1129 pageviews

An open source project with basic packages in MathOO

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.

ross_tang 08 Nov 10
0
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 1137 pageviews

Documentation of dict: A Mathematica Dictionary(Associative Array) using MathOO

This document is a documentation of the dict class in MathOO-packages. Basically it behaviors very similarly to Python dict.

ross_tang 08 Nov 10
0
3
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 961 pageviews

Tutorial on using MathOO

This is a basic tutorial about using MathOO, the internal structure of MathOO, and how MathOO works.

ross_tang 05 Nov 10
0
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 892 pageviews

Benchmarking your MathOO

Code is provided to benchmark the performance of MathOO.

ross_tang 05 Nov 10
0
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 980 pageviews

Documentation of MathOO

It is a documentation of MathOO, listing most of its functions and usage.

ross_tang 05 Nov 10
0
13
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 13 and 2580 pageviews

MathOO: Adding Python style Object Orientation to Mathematica with MathOO (1.0 beta launch) [Alternative to Objectica]

Mathematica is a very useful software in many science fields. It supports procedural programming and functional programming. However, it does not support the modern object oriented programming. If you would like to add that, there is a package called Objectica, and it will cost you quite a fortune ($1000 on 3/11/2010).

Here I have developed a Mathematica ...

ross_tang 05 Nov 10 | 3 comments
-1
17
Rating:
This post has a quality rating of -1, base on 1 rating
Impact:
This post has a impact factor of 17 and 4114 pageviews

Fixing Cygwin/X error in Portable Ubuntu Remix TRES

Portable Ubuntu Remix is a linux distro working on Windows using Colinux. For the latest version Portable Ubuntu Remix TRES, the Cygwin/X cannot be started due to some errors. And this how-to provides a solution to the software bug.

ross_tang 20 Oct 10 | 3 comments
Top Tags