Doloto
Category:
Doloto
Doloto is an AJAX application optimization tool, especially useful for large and complex Web 2.0 applications that contain a lot of code, such as Bing Maps, Hotmail, etc. Doloto analyzes AJAX application workloads and automatically performs code splitting of existing large Web 2.0 applications. After being processed by Doloto, an application will initially transfer only the portion of code necessary for application initialization.

Grafico javascript charting library
Category:
Grafico javascript charting library
Grafico is a javascript charting library based on Raphaƫl and Prototype.js. Grafico's basic principles are to provide good, clean looking graphswhile still being flexible to implement and providing numerous api options to tweak the look of the graphs..

ALGLIB
Category:
ALGLIB
A large collection of algorithms implemented in C#, C++, FreePascal, Delphi and VBA.
AS3 hidden treasure in the mm.cfg
Category:
AS3 hidden treasure in the mm.cfg file
I knew for a long time now that flash had undocumented features, little part of flash that could help speed up process (like the memory opcodes) or make interaction easy with right click and that kind of things. But I never thought that FlashPlayer would hide data that could help find bugs, or give better knowledge of how flash is interpreted.

Dependency Walker
Category:
Dependency Walker Home Page
Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found, it lists all the functions that are exported by that module, and which of those functions are actually being called by other modules. Another view displays the minimum set of required files, along with detailed information about each file including a full path to the file, base address, version numbers, machine type, debug information, and more.

ElasticSearch
Category:
ElasticSearch - ElasticSearch Overview
Search Engines data model roots lies with schema free and document oriented databases, and as shown by the #nosql movement, this model proves to be very effective for building applications.

Elastic Search model is JSON, which slowly emerges as the de-facto standard for representing data these days. More over, with JSON, it is simple to provide semi-structured data with complex entities as well as being programming language natural with first level parsers.

More LINQ with System.Interactive
Category:
More LINQ with System.Interactive - The Ultimate Imperative - B# .NET Blog
With the recent release of the Reactive Extensions for .NET (Rx) on DevLabs, you'll hear quite a bit about reactive programming, based on the IObservable and IObserver interfaces. A great amount of resources is available on Channel 9. In this series, I'll focus on the dual of the System.Reactive assembly, which is System.Interactive, providing a bunch of extensions to the LINQ Standard Query Operators for IEnumerable.

Plupload
Category:
Plupload - A tool for uploading files using Flash, Silverlight, Google Gears, HTML5 or Browserplus
Allows you to upload files using HTML5 Gears, Silverlight, Flash, BrowserPlus or normal forms, providing some unique features such as upload progress, image resizing and chunked uploads.

Detecting User Inactivity
Category:
Detecting User Inactivity :: BlackWasp Software Development
Some software, such as backup utilities, can use a large proportion of processor time and other resources. Often the user is given the option to only run such processes when the computer is not in use. This requires the detection of user inactivity.

MonoTouch from Novell
Category:
Main Page - MonoTouch from Novell
MonoTouch allows developers to create C# and .NET based applications that run on Apple's iPhone and Apple's iPod Touch devices, while taking advantage of the iPhone APIs and reusing both code and libraries that have been built for .NET, as well as existing skills.