Archive Posts for: February 19, 2012

A couple of interesting JavaScript libraries …

dist/script.js at master from ded/script.js – GitHub Asynchronous JavaScript loading can increase the responsiveness of your web site to your users. Here is a nice easy-to-use JavaScript loader that can handle arbitrarily complex dependencies in the client-side of your app. tags: javascript api library programming defunkt/jquery-pjax – GitHub Pjax is a nice way to get [...]

Read full post...

Nice simple and complete example of how to implement collaborative filtering using the Mahout Java library.

Collaborative Filtering Using JRuby and Mahout : Danny ‘Jay’ Donnell Nice simple and complete example of how to implement collaborative filtering using the Mahout Java library. tags: ruby javascript machinelearning tutorial Posted from Diigo. The rest of my favorite links are here.

Read full post...

Conveniently-formatted data files with Wikipedia page linking data. It is a bit out of date, but still good for testing algorithms.

Using the Wikipedia link dataset — Henry Haselgrove Conveniently-formatted data files with Wikipedia page linking data. It is a bit out of date, but still good for testing algorithms. tags: machinelearning web Posted from Diigo. The rest of my favorite links are here.

Read full post...

links for 02/13/2012 (a.m.)

balupton/history.js – GitHub You can use this library to fix the AJAX back-button problem in a browser-compatible way. tags: javascript html5 ajax seo library How To Build a Naive Bayes Classifier Nice clear article explaining the theory and practice behind naive Bayes. tags: tutorial machinelearning Posted from Diigo. The rest of my favorite links are [...]

Read full post...

Scala resources from the people who built Twitter

twitter/finagle – GitHub A Scala RPC library from the Twitter devs. tags: scala library twitter/util – GitHub A Scala library that fills in some gaps in the standard library. tags: scala library Effective Scala Excellent advice from Twitter devs on programming in Scala. tags: scala Posted from Diigo. The rest of my favorite links are [...]

Read full post...

Using JavaScript to scroll sideways

FlexSlider – The Best Responsive jQuery Slider Yet another JavaScript slider tags: javascript library Minimal setup for scrollable Another “scrollable” UI element tags: javascript library programming jCarousel Lite Alternative to jcarousel tags: javascript api library programming jCarousel – sorgalla.com JavaScript carousel container tags: javascript api library programming Posted from Diigo. The rest of my favorite [...]

Read full post...

You used to need flash to do this. Now you can do it in HTML5.

cakejs – CAKE – Canvas Animation Kit Experiment – Google Project Hosting JavaScript canvas drawing library tags: javascript graphics html5 library mrdoob/three.js – GitHub A JavaScript 3D library.  tags: javascript 3d html5 programming library Posted from Diigo. The rest of my favorite links are here.

Read full post...

It is easier to write clean code in Coffeescript than in JavaScript, but still it is good to check that you are not doing anything stupid.

CoffeeLint – Lint your CoffeeScript It is easier to write clean code in Coffeescript than in JavaScript, but still it is good to check that you are not doing anything stupid. tags: programming Posted from Diigo. The rest of my favorite links are here.

Read full post...

Coffeescript classes: Coffeescript-style or Crockford-style?

Here are two different ways of defining a class in Coffeescript: Both of these define a class called Container with a public field member initialized by a constructor parameter a private field secret a private method dec a privileged method service a public method stamp We can use both in the same way: The version [...]

Read full post...

Handy reference for all the JavaScript event types as supported by the different browsers.

Events in JavaScript Handy reference for all the JavaScript event types as supported by the different browsers. However it does not cover the touch events in mobile browsers. tags: javascript reference Posted from Diigo. The rest of my favorite links are here.

Read full post...

For sorting user ratings the best algorithm is lower bound of Wilson score confidence interval for a Bernoulli parameter (via +Christopher Hoover)

How Not To Sort By Average Rating For sorting user ratings the best algorithm is lower bound of Wilson score confidence interval for a Bernoulli parameter (via +Christopher Hoover) tags: programming algorithm Posted from Diigo. The rest of my favorite links are here.

Read full post...

  —