21 December 2011
08 December 2011
Validate CSS3
Are you using CSS3 and wonder why the CSS even has the standard if they won't validate perfectly legal CSS3 code? All you have to do is hack the badge code.
Here is the code provided by W3C for CSS validation badge:
Just add
Here is the code provided by W3C for CSS validation badge:
http://jigsaw.w3.org/css-validator/check/referer
?profile=css3so that it looks like this:
http://jigsaw.w3.org/css-validator/check/referer?profile=css3
03 December 2011
Pi in Hexidecimal?
Ya, there's (Python) code for that: def pi():
N = 0
n, d = 0, 1
while True:
xn = (120*N**2 + 151*N + 47)
xd = (512*N**4) + 1024*N**3 +
712*N**2 + 194*N + 15)
n = ((16 * n * xd) + (xn * d)) % (d * xd)
d *= xd
yield 16 * n // d
N += 1
N = 0
n, d = 0, 1
while True:
xn = (120*N**2 + 151*N + 47)
xd = (512*N**4) + 1024*N**3 +
712*N**2 + 194*N + 15)
n = ((16 * n * xd) + (xn * d)) % (d * xd)
d *= xd
yield 16 * n // d
N += 1
15 November 2011
Science Inside | Lytro
About Living Pictures The way we communicate visually is evolving rapidly, and people's expectations are changing in lockstep. Light field cameras offer astonishing capabilities. They allow both the picture taker and the viewer to focus pictures after they're snapped, shift their perspective of the scene, and even switch seamlessly between 2D and 3D views. With these amazing capabilities, pictures become immersive, interactive visual stories that were never before possible – they become living pictures. Take a Deeper Dive Want to learn more? Check out the Lytro Blog. Want to learn a lot more? Read our CEO's dissertation
Being amazed is getting ordinary...
13 November 2011
12 November 2011
02 September 2011
KurzweilAI.net Weekly Newsletter
Some pretty cool stuff on this website. Check it out!Regards, Tom
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Subscribe to:
Posts (Atom)
-
From the Google Toolbar menu's Help > About Here is a translation from the Latin. WORD FOR WORD de - from ; parvis - little thin...
-
How I installed DeepSeek on my phone with surprisingly good results Here's how you can run AI locally on your smartphone too. By Robert ...
-
I. Introduction: Remember Manual Coding? Say Hello to Your New AI Co-Pilot! The days of painstakingly writing every line of code might...