background preloader

Libraries

Facebook Twitter

Javascript Libraries. jQuery TOOLS - The missing UI library for the Web. Superheroic JavaScript MVC Framework. Demo. Get Reactive Extensions for .NET. Reactive Extensions (Rx) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators. Data sequences can take many forms, such as a stream of data from a file or web service, web services requests, system notifications, or a series of events such as user input.

In interactive programming, the application actively polls a data source for more information by pulling data from a sequence that represents the source. Such behavior is represented by the iterator pattern of IEnumerable<T>/IEnumerator<T>. The IEnumerable<T> interface exposes a single method GetEnumerator() which returns an IEnumerator<T> to iterate through this collection. The IEnumerator<T> allows us to get the current item (by returning the Current property), and determine whether there are more items to iterate (by calling the MoveNext method). This is the push pattern employed by Reactive Extensions. Backbone.js. Knockout : Home. MooTools - a compact javascript framework. Home. jQuery: The Write Less, Do More, JavaScript Library. Unbeatable JavaScript Tools.

Node.js. LESS « The Dynamic Stylesheet language.