Skip to main content

Home/ Groups/ Coders
Joel Bennett

Trang XML Schema converter - 0 views

  • W3C XML Schema is supported for output only, not for input
  •  
    Trang converts between different schema languages for XML. It supports the following languages: * RELAX NG (XML syntax) * RELAX NG compact syntax * XML 1.0 DTDs * W3C XML Schema
Joel Bennett

tweetsharp - Google Code - 0 views

  •  
    A feature-complete fluent .net library for the Twitter API. A simple, discoverable, fluent interface for building Twitter queries, as well as additional features like asynchronous processing, server-side caching, url shortening, and rate throttling. Now go, create.
Joel Bennett

ScintillaNET - CodePlex - 0 views

  •  
    ScintillaNET is a .NET 2.0 wrapper around the Scintilla Native control. It provides a friendly .NET interface around the unwieldy Scintilla component ...
Justin Newton

dafont.com - 0 views

shared by Justin Newton on 02 Apr 09 - Cached
    • Justin Newton
       
      Free Fonts
Joel Bennett

PsTFS - CodePlex - 0 views

  •  
    TFSProvider allows you to navigate a TFS server's: WorkItems, SourceControl, TeamProject ... in PowerShell.
Joel Bennett

Getting a distinct list of changed files from TFS using PowerShell - 0 views

  •  
    This post really digs into Get-TfsItemHistory ...
Joel Bennett

Putting the "M" Back in MVC : Rob Conery - 0 views

  •  
    SubSonic 3.0 and some templating magic brings you the "Model" part of your MVC ...
Joel Bennett

EditArea - the code editor in a textarea - 0 views

  •  
    This editor is designed to edit souce code files in a textarea. The main goal is to allow text formatting, search and replace and real-time syntax highlighting ...
Joel Bennett

Comparison of JavaScript-based source code editors - Wikipedia, the free encyclopedia - 0 views

  •  
    EditArea and CodeMirror are clearly winners here.
Joel Bennett

Cool Text: Logo, Graphics, and button generator - 0 views

  • Cool Text is the worlds most popular graphics generator.  Online since 1998, our servers have rendered over 300 million free images.
    • Joel Bennett
       
      Are there any others that have been around this long?
  •  
    Cool Text is a free web-based graphics generator for logos, buttons, and just cool fonts. It's probably the oldest and certainly the only one around with 1200 fonts ;-)
Joel Bennett

WixEdit - SourceForge.net - 0 views

  •  
    WiXEdit is an editor for XML source files for the Windows Installer XML (WiX) toolset to build MSI and MSM setup packages. WixEdit tries to make the editing of WiX XML source files simple and comprehensible for everyone. Without any or little knowledge of WiX or even XML, you can create MSI installer packages for your software!
Justin Newton

Web Application Learning Trail - NetBeans Tutorials, Guides and Articles - 0 views

  •  
    Learn Java,Web Apps, Netbeans tutorial
Joel Bennett

dircproxy - Google Code - 0 views

  •  
    dircproxy is an IRC proxy server ("bouncer") designed for people who use IRC from lots of different workstations or clients, but wish to remain connected and see what they missed while they were away
Fabien Cadet

Use your singletons wisely - 0 views

  • I know where you live anti-pattern
  • Liskov Substitution Principle
  • the easier it is to test a class, the more likely a developer will test it.
  • ...3 more annotations...
  • Don't worry: the code will always tell you what to do. Just listen.
  • The key points here are that a class is only a singleton if all applications treat it exactly the same and if its clients can use the class without an application context.
  • "[c]ode wants to be simple."
  •  
    "singletons are unnecessarily difficult to test and may make strong assumptions about the applications that will use them [...] I know where you live anti-pattern [...] Liskov Substitution Principle". "To decide whether a class is truly a singleton: * Will every application use this class exactly the same way? (exactly is the key word) * Will every application ever need only one instance of this class? (ever and one are the key words) * Should the clients of this class be unaware of the application they are part of?"
Fabien Cadet

Why Singletons Are Controversial - google-singleton-detector - A brief explanation of t... - 0 views

  •  
    * Introduce a global state in the program, hide the dependencies. * Test-driven development: classes become tightly coupled with the singleton. Need to test the singleton along with the class to be tested initially.
« First ‹ Previous 861 - 880 of 2064 Next › Last »
Showing 20 items per page