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 > Humanities and Arts

All

Article

Discussion

Q&A

Link

Humanities and Arts

20 related concepts
13 items for Category:Humanities and Arts
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 463 pageviews

Lytro's "Light Field" Camera Adds Fabled Third Dimension to Photography - Core77

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.

ross_tang 17 Jul 11
5
85
Rating:
This post has a quality rating of 5, base on 1 rating
Impact:
This post has a impact factor of 85 and 791 pageviews

Three Idiots - an inspiring story

昨天看了一套教人深思的電影 - 〈Three Idiots〉,故與大家分享一下。快樂、生活、學習,其實都可以是很簡單的。

http://www.tudou.com/programs/view/h5RvIAx0sTU/

This is what education truly mean, to have fun and excitement during the pursuit of excellence.

CH_Chan 09 Feb 11 | 1 comment
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
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 593 pageviews

Folding a paper 11 times!!!

You may have heard a saying that any paper cannot be folded more than 7 times. This video shows that it is possible. In fact, you can fold 11 times! But the paper they are using is as large as a football field, while the original saying is that, you can't fold an A4 paper more than 7 times. It is still an interesting video to watch.

ross_tang 13 Sep 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 769 pageviews

Origami Crease Pattern Design Proved NP-Hard

Folding a square sheet of paper into an arbitrary 3D shape is proved to be NP-hard problem. It is proved by transforming the problem into circle packing problem[1].

[1] arxiv.org/abs/1008.1224: Circle Packing for Origami Design Is Hard

 


  ...

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

Vertical-align not working for DIV

Why vertical-align:middle don't work for DIV? Any ideas?

I just want to align some text vertically middle. Any work around?

randomguy 08 Aug 10
4.5
74
Rating:
This post has a quality rating of 4.5, base on 1 rating
Impact:
This post has a impact factor of 74 and 561 pageviews

How to organize CSS?

CSS is super easy to write.  But as my site becoming more complicated, the CSS seems becoming more complicated and unorganized.  Maintaining the CSS is becoming increasingly difficult.  As I often create a new CSS class as a solution to layout problems, so the CSS becoming also quite long. Even worse, as the HTML layout change, very often there's unused CSS style left in the CSS file.

I ...

randomguy 07 Aug 10 | 1 comment
0
36
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 36 and 700 pageviews

One upload dialog - Two targets ?

I have already created image handling functions:
An upload reciever (filebrowserUploadUrl) and an image browser dialog (filebrowserBrowseUrl)
- Both work perfectly 

BUT of course my users want more... ...

T4NK3R 06 Aug 10 |2 answers
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 469 pageviews

Designing For Social Traction

A great presentation on how to build web applications that attract users and make them feel good.

georgewu 16 Jul 10
0
22
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 22 and 690 pageviews

Non-standard URL for Python urllib2.urlopen

I am using

to retrieve HTML pages. It require a standard "http://www.blahblahblah.com" syntax in order to work. However, sometimes the url input may be in the form of "www.blahblahblah.com" or "blahblahblah.com", which should be able to work in web browser but not urllib2.urlopen.  My question is: Are there a simple way to convert these non-standard URLs to the standard ones? Thanks. ...

georgewu 09 Jul 10