Skip to main content

Home/ Coders/ Group items tagged Manager

Rss Feed Group items tagged

Joel Bennett

Singularity RDK - Home - 0 views

  •  
    Microsoft Research's Singularity project is an academic project which created a fully managed OS in C# ... it's now on CodePlex under a sort-of academic not-for-profit license.
Joel Bennett

VistaDB - Lightweight alternative database engine for .NET. - 0 views

  •  
    A lightweight database/server in 100% managed code. It's cross-platform, and usable in ASP.Net ... royalty-free ($180 currently)
Joel Bennett

VSTrac - DevjaVu - 0 views

  •  
    VSTrac is a Visual Studio addin which integrates Trac functionality into Visual Studio 2005 and 2008. It's main function is to facilitate management of tickets from within Visual Studio...
Jungle Jar

Wordpress Tutorial: Make Your Page Titles SEO Friendly - 0 views

  •  
    If you're a Wordpress Content Management System user, and you would like to make your page titles SEO friendly without installing any plug-ins or modifying your website too much, then this article might be for you. All it requires is a few lines of PHP in your header.php file.
Joel Bennett

PsTFS - CodePlex - 0 views

  •  
    PsTFS is a set of PowerShell cmdlets to manage and use Team Foundation Server.
Joel Bennett

NDepend - 0 views

  •  
    NDepend is a tool that simplifies managing a complex .NET code base. Architects and developers can analyze code structure, specify design rules, plan massive refactoring, do effective code reviews and master evolution by comparing different versions of the code.
Joel Bennett

Microsoft released beta of Windows Vista compatibility Update - 0 views

  •  
    The Platform Update is a set of runtime libraries which bring Vista largely up to par with Windows 7 in terms of the: Windows Ribbon control; Automation Manager Library; DirectX updates for hardware acceleration; DirectCompute for hardware-accelerated parallel computing support; the XPS printing library; the Windows Automation API; and the Windows Portable Devices Platform, which standardizes data transfers across apps and portable devices.
Joel Bennett

Kaltura Community Edition (CE) | Kaltura.org - 0 views

  •  
    Kaltura Community Edition is a self-hosted, community supported version of Kaltura's Open Source Online Video Platform. Following installation any site can gain comprehensive video and rich media functionalities including video management, searching, uploading, importing, editing, annotating, remixing and sharing. It is intended to solve all your video-related needs, and allow you to easily create your own rich-media applications - all behind your own firewall and on your own servers.
Joel Bennett

Windows API Code Pack for .NET Framework - MSDN Code Gallery - 0 views

  •  
    The Windows® API Code Pack for Microsoft® .NET Framework provides a source code library that can be used to access new Windows 7 features (and some related Windows Vista features) from managed code. These features are not available to developers today in the .NET Framework.
David Corking

Jonathan Schwartz's Blog: Sun's Network Innovations (3 of 4) - 0 views

  • this datacenter systems market is more than $150b annually. And in this datacenter market we build exceptional systems
  • storage, from our new flash based platforms to eco-efficient tape and archive solutions.
  • more than just naked components, they're engineered with remote management and monitoring, component redundancy, integrated virtualization, and on board storage and networking. That's why our margins are higher than the industry's
  • ...7 more annotations...
  • we now build our entire line of storage systems from general purpose server parts, including Solaris and ZFS, our open source file system.
    • David Corking
       
      So, can anyone build a Sun storage device, or are Sun's "general purpose server parts" better (with better management and redundancy ...) ?
  • using a general purpose OS allows us to easily embrace specialized components (from flash memory to GPU's)
  • why am I paying you a million dollars?" I responded, "You can absolutely run it for free. You just can't call me on Christmas day, you'll be on your own." He gave me the PO.
    • David Corking
       
      Schwartz gives the strong impression of an IT company _without_ its hand in your pocket. It is a similar attitude and reputation, though with proprietary software, rather than services (for free software), that seems to have made Microsoft so wealthy in the late eighties and nineties.
  • Solaris OEM agreements with IBM, Dell, Intel, Fujitsu and HP are so important to our end customers - they know they'll never be locked in.
  • These open source platforms generate, alongside the services attached to them, over a billion dollars a year, making Sun by far and away the world's largest open source software company.
    • David Corking
       
      Hundreds of millions of dollars a year from open source Java alone!
  • Fighting free and open software, like fighting free news or free search, is like fighting gravity - and btw, gravity gets a lot stronger during economic downturns.
    • David Corking
       
      !
  • There is a robust, well-designed open source PBX Server called SipX that is primarily backed by Nortel (due to their acquisition of the creators, Pingtel).
  •  
    Making money - billions of dollars of it - with open specification hardware and open source software
David Corking

Stevey's Blog Rants: Execution in the Kingdom of Nouns - 2006 - 0 views

  • For the lack of a horseshoe, EquestrianDoctor.getLocalInstance().getHorseDispatcher().shoot();
  • the stories all take a definite shape: object construction is the dominant type of expression, with a manager for each abstraction and a run() method for each manager. With a little experience at this kind of conceptual modeling, Java citizens realize they can express any story in this style.
  •  
    The nursery rhyme looks familiar, but how realistic is it? Smalltalk and Self appear at first glance to be in danger of this kind of horror, especially Smalltalk where every object has a class, yet a Smalltalk statement consists largely of verbs. Yegge seems to have missed an important detail in his analogy - verbs are not functions - they are symbols (selectors) that resolve to a function (method) when they are looked up (depending on ... whatever - Smalltalk the class of the receiver, CLOS the types of the arguments and so on). C and FORTRAN don't have verbs, they just have functions (actions).
Joel Bennett

MSBuild ShellExtension - CodePlex - 0 views

  •  
    MSBuildShellExtension lets you build .NET projects without ever opening Visual Studio or the command prompt. MSBuild targets can be executed from your file manager...
Joel Bennett

EasyHook - The reinvention of Windows API Hooking - 1 views

  •  
    This project supports extending (hooking) unmanaged code APIs with pure managed ones ... 32- and 64-bit kernel mode hooking is supported as well as an unmanaged user-mode API which allows you to hook targets without requiring a NET Framework on the customers PC.
alex gross

SharpKit C#/JavaScript Web Toolkit | Dot Net News - 2 views

  •  
    SharpKit enables web development teams to take advantage of C# and Visual Studio benefits such as compile-time syntax verification, code-completion, XML documentation and refactoring. Many developers prefer this managed code environment versus the expensive and error-prone world of JavaScript programming.
Wicked Tunez

Simon Brown's Blog : Using Castle Windsor to manage NHibernate sessions - 0 views

  •  
    How to setup Castle Windsor for NHybernate connections in WCF requests.
Joel Bennett

Using WS-Man to invoke a Powershell Cmdlet - Windows Management Infrastructure Blog - 1 views

  •  
    A simple SOAP template example of invoking a PowerShell command remotely via WS-Man (WinRM) ... this is one way you could build a PowerShell remoting client for non-PowerShell platforms.
Joel Bennett

Managed, Native, and COM Interop Team - 0 views

  •  
    P/Invoke Interop Assistant IL Stup Diagnostic Tool ICustomQueryInterface examples, etc.
Sylwia S

Limiting Clients' Access Within WordPress - 0 views

  •  
    Why does anyone really choose to use a Content Management System? There are a lot of reasons, of course. For my clients, they all want the empowerment that comes from updating their site all by themselves. I get that. We all do.
« First ‹ Previous 141 - 160 of 338 Next › Last »
Showing 20 items per page