rorrr
- Karma
- 3,458
- Created
- November 15, 2010 (15y ago)
- Submissions
- 0
-
While support for quality random numbers in modern browsers is still being implemented, I had an idea how to use CSS rotations to generate them. Works in Chrome, Safari http://jsfiddle.net/kjQnh/1/
-
As of January 2013, 1366x768 resolution is, by far, the most common. http://www.w3schools.com/browsers/browsers_resolution_higher.asp…
-
http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js Response Headers Age:536193 Cache-Control:public,max-age=31536000 Content-Encoding:gzip Content-Length:33321 Content-Type:text/javascript; charset=UTF-8…
-
I'm in the middle of nowhere, connecting through cable, google maps doesn't even have the street view anywhere within 40 miles, my laptop doesn't have a GPS. Yet my browser geolocates me exactly. And I mean EXACTLY, it…
-
Let's say I have an absolutely brilliant idea (not kidding), half-finished execution, will be prod ready in 2-3 weeks, market research and business plan nearly finished, we're working on PPT presentations and will…
-
Hi. I have a question for the collective HN mind. I want to make a website like Carfax, but free. So I started looking. My biggest hope was that mechanics must submit car fix reports to the state DMV, and that these…
-
Imagine we have this table with a million unique rows. | id | url | +----+-------------------+ | 1 | google.com | | 2 | yahoo.com | | 3 | reddit.com | | 4 | digg.com | | ...| ... | I'm running queries like SELECT id,url…