jemts

Stories kicked by jemts

A Monadic Pratt Parser in F#(matthewmanela.com)

submitted by jemtsjemts(591) 4 months, 28 days ago

A blog post detailing the creation of a monadic pratt parser implemented in F#. Demonstrates the combination of Pratt parsing with parser combinators. read more...

2 comments |category: |Views: 82

tags: another

Matt Wrock's Blog | Microsoft blogging platform gains 33% performance (www.mattwrock.com)

submitted by pwhe23pwhe23(972) 5 months, 11 days ago

Today Microsoft completed its onboarding of RequestReduce on its MSDN and Technet blogging platform. I am very pleased to report that upon launch, readers can now access a site that is 33% faster than it was before launch. This is a win for Microsoft, the multitudes of readers that visit its content every day and a win for the open source software (OSS) community at large. read more...

1 comment |category: |Views: 159

tags: another

Chutzpah 1.3.0 Released(matthewmanela.com)

submitted by jemtsjemts(591) 6 months, 7 days ago

A new release of Chutzpah - A JavaScript test runner. This release adds support for the Jasmine test framework. read more...

add a comment |category: |Views: 2

tags: another

Chutzpah - Javascript testing from Visual Studio and the command line(matthewmanela.com)

submitted by dpetersondpeterson(4397) 8 months, 15 days ago

Chutzpah is a test runner for javascript, now with Visual Studio integration. It's available from nuget, the visual studio gallery, and codeplex. read more...

add a comment |category: |Views: 26

tags: another

Make your website faster with RequestReduce(matthewmanela.com)

submitted by mwrockmwrock(141) 8 months, 15 days ago

A nice post on improving website performance by using RequestReduce for automatic CSS merging, minification image optimization and spriting. read more...

add a comment |category: |Views: 32

tags: another

Adopt RequestReduce and make your site faster(www.mattwrock.com)

submitted by mwrockmwrock(141) 8 months, 15 days ago

This post describes a new OSS project that automatically sprites and optimizes CSS background images as well as merges and minifies all CSS. It does this on the fly with very little setup effort. read more...

4 comments |category: |Views: 31

tags: another

Chutzpah – A JavaScript Test Runner Released(matthewmanela.com)

submitted by jemtsjemts(591) 11 months, 7 days ago

I just released to CodePlex and the Visual Studio Gallery a new project called Chutzpah. Chutzpah is an open source JavaScript unit test runner which helps you integrate JavaScript unit testing into your website. It enables you to run JavaScript unit tests from the command line and from inside of Visual Studio. It also supports running in the TeamCity continuous integration server. read more...

add a comment |category: |Views: 4

tags: another

Snippet Designer 1.4.0 Released(matthewmanela.com)

submitted by jemtsjemts(591) 11 months, 13 days ago

Snippet Designer 1.4.0 has been released. read more...

add a comment |category: |Views: 3

tags: another

Refactor now, not later(matthewmanela.com)

submitted by jemtsjemts(591) 1 year ago

A blog post which describes reasons why you should never leave a comment in source code that says "Refactor this later" read more...

add a comment |category: |Views: 2

tags: another

Inheriting base type mappings with AutoMapper(matthewmanela.com)

submitted by jemtsjemts(591) 1 year, 4 months ago

Discusses a extension method for AutoMapper which allows you to inherit a base types mapping definitions. read more...

add a comment |category: |Views: 15

tags: another

Getting TransactionScope to play nice with NHibernate(mattwrock.com)

submitted by jemtsjemts(591) 1 year, 4 months ago

When migrating an existing code base to NHibernate you may need to get Ado.net and NHibernate to play well together. This post shows how to do that using a custom transaction scope. read more...

add a comment |category: |Views: 36

tags: another

Functional stateful programming in F#(matthewmanela.com)

submitted by jemtsjemts(591) 1 year, 8 months ago

Shows how to program in F# using immutable state. read more...

add a comment |category: |Views: 5

tags: another

Making an executable take pipelined input in PowerShell(matthewmanela.com)

submitted by jemtsjemts(591) 1 year, 8 months ago

PowerShell's ability to pipeline input from one command-let to another is very useful. This blog post shows how to extend this ability to any executable by wrapping it in a simple PowerShell function. read more...

add a comment |category: |Views: 0

tags: another

The Nu package management system and DiffPlex(matthewmanela.com)

submitted by jemtsjemts(591) 1 year, 8 months ago

Nu is a package management system for .NET which is built on top of Ruby’s gem system. Nu makes it easy to download and get updates for many common libraries. Now DiffPlex (.Net Diffing library) is available in Nu. read more...

add a comment |category: |Views: 11

tags: another

Launching the TortoiseHg log more conveniently from the command line(matthewmanela.com)

submitted by jemtsjemts(591) 1 year, 8 months ago

Shows a useful PowerShell function which makes it easier to launch the TortoiseHg log for a given file. read more...

add a comment |category: |Views: 3

tags: another

Snippet Designer 1.3 Released(blogs.msdn.com)

submitted by jemtsjemts(591) 1 year, 11 months ago

Snippet Designer 1.3 adds support for HTML/ASP.NET, JavaScript and SQL snippets. As well as an improved snippet search. read more...

add a comment |category: |Views: 13

tags: another