simon.menke | Shared With: Everyone - Jan 11 2007 | openid, code, blog
simon.menke | Shared With: Everyone - Jan 11 2007 | blog, work, code, openid
simon.menke | Shared With: Everyone - Dec 13 2006 | haversine, distance, js, code, goodvar R = 6371; // earth's mean radius in km var dLat = p2.lat - p1.lat; var dLong = p2.lon - p1.lon; var a = Math.sin(dLat/2) * Math.sin(dLat/2) + Math.cos(p1.lat) * Math.cos(p2.lat) * Math.sin(dLong/2) * Math.sin(dLong/2); var c = 2 *
simon.menke | Shared With: Everyone - Sep 21 2006 | php, code, class
simon.menke | Shared With: Everyone - Jul 26 2006 | code, cool, database, development, documentation, html, interesting, knowledge, language, links, programming, reference, Resources, cheatsheet
simon.menke | Shared With: Everyone - Jul 24 2006 | article, blog, code, css, design, development, html, inspiration, layout, programming, reference, technology, tricks, tutorial, w3c, web, web2.0, webdesign, webdev, webstandards, work, xhtml
simon.menke | Shared With: Everyone - Jun 27 2006 | ajax, code, cool, css, php, typography, webdesign, design, image, development, font, free, html, javascript, layout, programming, reference, technology, Resources, tools, tutorial, web, webdev, work, xhtml
simon.menke | Shared With: Everyone - Jun 22 2006 | aesthetics, algorithm, art, code, design, graphics, programming, math, Gallery, fun, development, cool, webdev, image, interesting, software, technology, theory, video, web, webdesign
simon.menke | Shared With: Everyone - Jun 22 2006 | code, cool, css, design, documentation, html, information, internet, knowledge, layout, programming, Resources, tools, web, webdev, xml, xhtml
simon.menke | Shared With: Everyone - Jun 22 2006 | algorithm, book, c++, code, cool, development, education, free, information, interesting, math, knowledge, online, programming, reference, research, Resources, software, theory, tools, tutorial, web, work
Related Content from Around Faves
code
-
Getting mime types set so that you can serve files directly from the Google Code SVN repository. Seems like a great way to host a small collaborative project, and have the live site just being served from the google code host!
2 FaversViewed: 5 Times - fullofpoker - Mar 05 20081 FaverViewed: 8 Times
- abstract - 6 days ago1 FaverViewed: 3 Times
programming
-
Really good explanation of why V8 is such a fast implementation of JavaScript:
- Fast Property Access using dynamically created hidden classes.
1 FaverViewed: 9 Times
- Inline property access optimization
- Direct conversion to machine code (no byte codes)
- Efficient Garbage Collection - ravedid - Apr 07 20071 FaverViewed: 37 Times
- dodon21 - Nov 28 20071 FaverViewed: 20 Times
