Skip to main content

Home/ Coders/ Group items tagged parsing

Rss Feed Group items tagged

Joel Bennett

.NET 4.0 - System.Shell.CommandLine Parsing (Part 1) - B# .Net Blog - 0 views

  •  
    .Net finally gets built-in command-line parsing in 4.0 -- and it matches PowerShell's command-line syntax power!
Andreas Wagner

CLI - Command Line Interface Definition Language for C++ - Project Page - 0 views

  •  
    C++ Command Line Interfaces Standard C++-based implementation. No external dependencies, not even on a runtime library. Any fundamental or user-defined C++ type can be used as an option type. Automatic printing of formatted program usage information. Automatic documentation generation in the HTML and man page formats. Ability to read arguments from the argv array, file, and custom sources. Support for erasing parsed arguments from the argv array. Support for custom option formats. Multi-value option parsing into the std::vector, std::set, and std::map containers. Support for option aliases.
Fabien Cadet

Parsing Html The Cthulhu Way @ Coding Horror (Jeff Atwood) - 1 views

  •  
    « Among programmers of any experience, it is generally regarded as A Bad Ideatm to attempt to parse HTML with regular expressions. How bad of an idea? It apparently drove one Stack Overflow user to the brink of madness [...] »
Joel Bennett

Mono.Options, now a Mono 2.2 Feature - Miguel de Icaza - 0 views

  •  
    quote: "Mono.Options is a beautiful command line parsing library. It is small, succinct, a joy to use, easy and powerful, all in one." ... well, I don't know about that, but it's simple enough :)
htmlslicemate.com

PostMark - Easy Setup For Automated Mailing Service - 0 views

  •  
    Here is a tool that is all about making it easier for developers and website owners to have email integrated into their websites. PostMark is a web app which removes the headaches of delivering and parsing transactional email for web apps, all with minimal setup time and zero maintenance. It is designed for web developers to integrate quality email functionality into their web apps easily without having to setup an SMTP server from nearly scratch. Let's take a look at the features of PostMark, how to use it, the advantages and disadvantages of PostMark.
  •  
    Here is a tool that is all about making it easier for developers and website owners to have email integrated into their websites. PostMark is a web app which removes the headaches of delivering and parsing transactional email for web apps, all with minimal setup time and zero maintenance. It is designed for web developers to integrate quality email functionality into their web apps easily without having to setup an SMTP server from nearly scratch. Let's take a look at the features of PostMark, how to use it, the advantages and disadvantages of PostMark.
Joel Bennett

F# PowerPack - 3 views

  •  
    The F# PowerPack is a collection of libraries and tools for F#, provided by the F# team at Microsoft, but which is not part of the core F# release. The PowerPack include features such as a basic Matrix library and supporting math types, FsLex and FsYacc tools for lexing and parsing, support for using F# with LINQ-based libraries, and a tool for generating HTML documentation from F# libraries.
Joel Bennett

SgmlReader 1.7.2 - Open Garden - 0 views

  • The original community around SgmlReader used to be hosted by GotDotNet, but is now being phased out.
  •  
    SgmlReader was a source reference assembly from Microsoft which allows parsing Html as Xml -- that is, it takes poor, and even invalid Html and converts it to XHtml and gives you an XmlReader or XmlDocument from it.
Biztech Consultancy

Dynamic Website - latest development in the world of websites - 0 views

  •  
    A dynamic website uses a database to gather, manage and display information. Database driven are used for websites that change constantly with areas such as product inventory, news or listing information. Dynamic websites contain Web pages that are generated in real-time. These pages include Web scripting code, such as PHP or ASP. When a dynamic page is accessed, the code within the page is parsed on the Web server and the resulting HTML is sent to the client's Web browser.
Joel Bennett

DDay.iCal - 0 views

  • DDay.iCal is an iCalendar implementation written in C# and based on the RFC 2445 standard. It parses files in the iCalendar format and provides an object-oriented interface to iCalendar components: Event, Todo, TimeZone, Journal, FreeBusy, and Alarm.
  •  
    .NET implementation of iCalendar, including classes for all the data types, and saving/reading ics files.
Joel Bennett

Microsoft Command Line Standard - 0 views

  • our goal is to present a consistent, composable command line user experience. Achieving that allows a user to learn a core set of concepts (syntax, naming, behaviors, etc) and then be able to translate that knowledge into working with a large set of commands. Those commands should be able to output standardized streams of data in a standardized format to allow easy composition without the burden of parsing streams of output text.
  •  
    Microsoft's new "Command Line Standard" guidance on how to write applications which behave nicely as part of a command line interface pipeline ... specifically, PowerShell Commandlets implement most of this by default, but this willl allow unmanaged apps to better coexist in the PowerShell world ...
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;  }  
1 - 18 of 18
Showing 20 items per page