Skip to main content

Home/ Coders/ Group items tagged run

Rss Feed Group items tagged

1More

Producing Open Source Software - The Book - 1 views

  •  
    How to Run a Successful Free Software Project
3More

MIT's Introduction to Algorithms, Lectures 22 and 23: Cache Oblivious Algorithms - good... - 0 views

  • Cache-oblivious algorithms should not be confused with cache-aware algorithms. Cache-aware algorithms and data structures explicitly depend on various hardware configuration parameters, such as the cache size. Cache-oblivious algorithms do not depend on any hardware parameters.
  • An example of cache-aware (not cache-oblivious) data structure is a B-Tree that has the explicit parameter B, the size of a node. The main disadvantage of cache-aware algorithms is that they are based on the knowledge of the memory structure and size, which makes it difficult to move implementations from one architecture to another.
  •  
    « Cache-oblivious algorithms take into account something that has been ignored in all the lectures so far, particularly, the multilevel memory hierarchy of modern computers. Retrieving items from various levels of memory and cache make up a dominant factor of running time, so for speed it is crucial to minimize these costs. The main idea of cache-oblivious algorithms is to achieve optimal use of caches on all levels of a memory hierarchy without knowledge of their size. »
1More

Windows Virtual PC (and Windows XP Mode) Download - 0 views

  •  
    Windows Virtual PC provides the capability to run multiple Windows environments such as Windows XP Mode from your Windows 7 desktop.
1More

Yahoo! Query Language - YDN - 0 views

  •  
    The Yahoo! Query Language is an expressive SQL-like language that lets you query, filter, and join data across Web services. With YQL, apps run faster with fewer lines of code and a smaller network footprint.
1More

Twitter XSS Strikes Again | SophosLabs blog | April 18 2009 - 0 views

  •  
    "It is still a good idea to run Firefox and NoScript to help protect yourself from all kinds of Javascript attacks." Not more of this?!
3More

The APIs for the Sun Cloud: Wiki: HelloCloud - Project Kenai - 0 views

  • . Let's assume that this application does storage and retrieval of large media files; the required infrastructure is: A firewall appliance for connecting to the Internet A private network connecting the firewall to other systems A Linux web server running a LAMP stack A Solaris database machine running MySQL for application persistence A WebDAV server for the media files
    • David Corking
       
      Soon you will be able to write scripts to install "Virtual Data Centers" There seems to be a temptation here to make a virtual data center as complex as a real one - perhaps that is necessary, but this technology is in its early stages. Right now, I wonder if a virtual firewall appliance is as secure or fast as a real one.
  •  
    Certain kinds of deployment are much more efficiently achieved with virtual servers. This article is a simple and almost hands-on introduction to the way a Sun Cloud deployment can be scripted or have another automated front end for deployment.
1More

Application Pool Identities - The Official Microsoft IIS Site - 0 views

  •  
    Application Pool Identities : Configuring Security : Installing and Configuring IIS 7.0 ... AspNet doesn't run as ASPNET anymore, and you need to know that!
1More

Windows Azure Code Samples - MSDN Code Galler - 3 views

  •  
    The Windows Azure Code Samples includes samples for running CGI apps, services, websites, and even PowerShell on Azure.
1More

Pricing - AppHarbor - 2 views

  •  
    "Cloud" style web hosting designed for developers: git "push" deployment compile and run unit tests before deploy direct db access ..
1More

WebKit Remote Debugging | Surfin' Safari - Blog Archive, 2011-05-09 - 6 views

  •  
    "As you might know, WebKit Web Inspector is implemented as an HTML + CSS + JavaScript web application. What you might not know is that Web Inspector can run outside of the browser environment and still provide complete set of its features to the end user."

They Fix Slow Computers Fast - 1 views

started by shalali stokes on 11 Aug 11 no follow-up yet

Fix Slow Computers Fast! - 2 views

started by shalali stokes on 12 Aug 11 no follow-up yet

Desktop Support to Keep My PC Running Fast - 3 views

started by Online Desktop on 01 Aug 11 no follow-up yet

The Resident Computer Repair Tech Expert - 1 views

started by seth kutcher on 17 Aug 11 no follow-up yet

The Best Remote PC Support I Ever Had - 1 views

started by Rem PC on 29 Sep 11 no follow-up yet

The Number One Computer Tech Support Service - 1 views

started by shalani mujer on 30 Sep 11 no follow-up yet

The Number One Computer Tech Support Service - 1 views

started by Sanny Y on 13 Sep 11 no follow-up yet

The Best Remote PC Support I Ever Had - 1 views

started by Rem PC on 12 Sep 11 no follow-up yet

The Number One Computer Tech Support Service - 1 views

started by Dale Villar on 14 Sep 11 no follow-up yet
1More

YOURLS: Your Own URL Shortener - 1 views

shared by yc c on 23 Oct 09 - Cached
  •  
    YOURLS is a small set of PHP scripts that will allow you to run your own URL shortening service (a la TinyURL). You can make it private or public, you can pick custom keyword URLs, it comes with its own API. You will love it.
« First ‹ Previous 41 - 60 of 172 Next › Last »
Showing 20 items per page