Skip to main content

Home/ Coders/ Group items tagged resources

Rss Feed Group items tagged

Fabien Cadet

STXXL : Standard Template Library for Extra Large Data Sets - 4 views

  • The key features of STXXL are:
  • Transparent support of parallel disks. The library provides implementations of basic parallel disk algorithms. STXXL is the only external memory algorithm library supporting parallel disks.
  • The library is able to handle problems of very large size (tested to up to dozens of terabytes).
  • ...4 more annotations...
  • Improved utilization of computer resources. STXXL implementations of external memory algorithms and data structures benefit from overlapping of I/O and computation.
  • Small constant factors in I/O volume. A unique library feature called "pipelining" can save more than half the number of I/Os, by streaming data between algorithmic components, instead of temporarily storing them on disk. A development branch supports asynchronous execution of the algorithmic components, enabling high-level task parallelism.
  • Shorter development times due to well known STL-compatible interfaces for external memory algorithms and data structures.
  • For internal computation, parallel algorithms from the MCSTL or the libstdc++ parallel mode are optionally utilized, making the algorithms inherently benefit from multi-core parallelism.
  •  
    « The core of STXXL is an implementation of the C++ standard template library STL for external memory (out-of-core) computations, i. e., STXXL implements containers and algorithms that can process huge volumes of data that only fit on disks. »
Acreaty Management Consultant

Manpower outsourcing services provider - 0 views

  •  
    Acreaty is one of the leading talent search firm which offers people outsourcing services: Sales Data entry Shop promoters Logistics/ support Administration Finance / accounts Medical professionals Human Resource Engineers IT consultants
Joel Bennett

Performance & Security for Any Website | CloudFlare (Private Beta) | Overview - 1 views

  • CloudFlare protects and accelerates any website online. Once your website is a part of the CloudFlare community, its web traffic is routed through our intelligent global network. We automatically optimize the delivery of your web pages so your visitors get the fastest page load times and best performance. We also block threats and limit abusive bots and crawlers from wasting your bandwidth and server resources. The result: CloudFlare-powered websites see a significant improvement in performance and a decrease in spam and other attacks.
  •  
    CloudFlare claims they can keep spambots off your website, and even stop SQL injection and XSS attacks before they hit your servers ... and they're willing to do part of that for FREE
DJ XC

Cheat Sheet : All Cheat Sheets in one page - 0 views

  •  
    Buen sitio para encontrar cheatsheets para la mayoria de lenguajes de programación / aplicaciones
Joel Bennett

7 Freely available E-Books/Guides for .NET Programmers and Architects - 6 views

  • The Foundation Of Programming Series Free e-book By Karl Seguin
  • Rob Miles C# Yellow Book 2010
Joel Bennett

Collaboa.org - 0 views

  •  
    Collaboa is a Ruby web app inspired by Trac ... it features SVN Repository browsing and changeset viewing, as well as "issue" and milestone management. It's not as mature as Trac, but since it's written in Ruby it has a whole 'other audience.
Joel Bennett

shell: revealed - 0 views

  •  
    The Windows Shell team blog (aggregator).
Joel Bennett

Color Theory Tutorial by Worqx - 0 views

  •  
    Color Worqx has a great article on Color Theory -- trying to explain how colors work and why some work together and others don't ... to help you get better at color design.
Zulkarnain K.

Slexy 2.0 - 0 views

  •  
    The Internet's Hottest Pastebin. Paste errors to debug, show off your code, or show off your tech specs. Slexy is the new Sexy.
Joel Bennett

.Net Framework BCL Team Blog - 0 views

  •  
    The aggregating blog for the BCL (Base Class Library) for the .Net Framework.  Tons of information here as they work toward a new version of the .Net Framework
Joel Bennett

Localizing WPF Applications using LocBaml - 0 views

  •  
    Localization of WPF apps is basically done via Resource files, but there's a neat app called "LocBAML.exe" which comes with the .Net SDK which can help with that...
Joel Bennett

blueprintcss - Google Code - 0 views

  •  
    A CSS Framework giving you a solid framework of css classes to build websites with, giving an interesting layout grid, good-looking typography defaults, and built in print stylesheets, etc.
Joel Bennett

Tester Center Home - MSDN - 0 views

  •  
    Microsoft has opened the "Tester Center" to the public with the goal of providing a central location for software testers to share stories, knowledge and experience, and get answers, tools, and other resources...
Joel Bennett

C# Managed wrapper for 7Zip libraries - InnerLimit - 0 views

  •  
    Note: this is not a pure-managed implementation of a compression library. Quite the opposite -- it's a thin wrapper for the C++ libraries written in the 7-Zip project for decompressing 7z/zip/gzip/bzip2/tar/rar/cab/iso/... etc (and for compressing in 7z,gzip,bzip2,zip,tar,etc)
Rick Fan

Updating extensions for Firefox 3.1 - MDC - 0 views

  • The textbox type timed is deprecated; instead, you should use search.
  • The JSON.jsm JavaScript module was dropped in Firefox 3.1 in favor of native JSON object support
  • if (typeof(JSON) == "undefined") {    Components.utils.import("resource://gre/modules/JSON.jsm");    JSON.parse = JSON.fromString;    JSON.stringify = JSON.toString;  }  
« First ‹ Previous 61 - 80 of 157 Next › Last »
Showing 20 items per page