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.

Voofie > Computers

All

Article

Discussion

Q&A

Link

Computers

64 related concepts
74 items for Category:Computers
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
9
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 244 pageviews

Android Task Killers are Dead, Here's What You Should Be Doing

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.

ross_tang 20 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 478 pageviews

How to pass dynamic values in filebrowser.params of a ckeditor file upload dialog?

I have a big problem in my ckeditor plugin which i have developed to handle the image upload functionalty.

I have two drop down boxes whose values have to pass in the url of  the uploader script written in php.

Every thing work fine if i give a static value(hard coded) to ...

sanjay_ojha 14 Nov 11
0
19
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 614 pageviews

Clearlooks Compact Gnome Theme | Martin Ankerl

A gnome style to make eclipse and other applications look more compact, and save more screen space.

ross_tang 08 May 11
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 925 pageviews

CKEditor with ZK

CKEditor with ZK

elcioeff 25 Mar 11
0.5
66
Rating:
This post has a quality rating of 0.5, base on 1 rating
Impact:
This post has a impact factor of 66 and 925 pageviews

Colorado SEO Blog

coloradoseo 03 Mar 11 | 3 comments
0
19
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 749 pageviews

Denver SEO Consultant Profile at Google & Linked In

We have created a Denver SEO Consulting web profile at Google to add to our web content that is indexed in popular search engines.  SEO Consultant services are critical if business owners are wanting to get their websites to attain top rankings in search engines through the process of organic search engine optimization.  By providing affordable SEO services we can help the maximum amount of clients succeed and create improved ...

...
coloradoseo 03 Mar 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
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 859 pageviews

Adding Garbage collector to MathOO

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

ross_tang 10 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 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