bugsquash.blogspot.com bugsquash.blogspot.com

bugsquash.blogspot.com

Bug squash

Squashing bugs all day long

http://bugsquash.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BUGSQUASH.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

July

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Thursday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.0 out of 5 with 6 reviews
5 star
4
4 star
0
3 star
1
2 star
0
1 star
1

Hey there! Start your review of bugsquash.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1 seconds

CONTACTS AT BUGSQUASH.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Bug squash | bugsquash.blogspot.com Reviews
<META>
DESCRIPTION
Squashing bugs all day long
<META>
KEYWORDS
1 bug squash
2 i introduced fleece
3 let inline
4 choice1of2 f x
5 with
6 choice2of2 e
7 by the way
8 fromjson jsonvalue
9 a parseresult
10 personjson =
CONTENT
Page content here
KEYWORDS ON
PAGE
bug squash,i introduced fleece,let inline,choice1of2 f x,with,choice2of2 e,by the way,fromjson jsonvalue,a parseresult,personjson =,type,person,with static member,function,jobject o,name,children,match,failure sprintf,jobject,success,failure,fromjson
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Bug squash | bugsquash.blogspot.com Reviews

https://bugsquash.blogspot.com

Squashing bugs all day long

INTERNAL PAGES

bugsquash.blogspot.com bugsquash.blogspot.com
1

Bug squash: A non-empty list type for .NET

http://bugsquash.blogspot.com/2012/09/a-non-empty-list-type-for-net.html

Squashing bugs all day long. Wednesday, September 5, 2012. A non-empty list type for .NET. A simple immutable list like the fundamental list type in OCaml, F# or Haskell can be expressed as:. A Alist = Nil Cons of. A * 'a Alist. That is, it's either empty, or it's non-empty. We could refactor the non-empty part to a record type:. A Alist = Nil Cons of. A NonEmptyList = { Head: 'a; Tail: 'a Alist }. Throws an exception for an empty list (here's the proof of why it can't have any other behavior. Effectivel...

2

Bug squash: May 2014

http://bugsquash.blogspot.com/2014_05_01_archive.html

Squashing bugs all day long. Friday, May 23, 2014. Mapping JSON to objects with Fleece. In the last post. And briefly explained how to use it to map objects to JSON. Sometimes I say “serialize” instead of “map”, but since the actual serialization is done by System.Json. I think the right term to use here is “map” (as in mapping an object to a tree of JsonValues), or maybe encoding / decoding. Previously implemented in FSharpx. And so it’s impossible to avoid comparisons. Protect f x =. 2 Another annoyanc...

3

Bug squash: February 2014

http://bugsquash.blogspot.com/2014_02_01_archive.html

Squashing bugs all day long. Friday, February 14, 2014. Generating immutable instances in C# with FsCheck. If you do any functional programming in C# you’ll probably have lots of classes that look like this:. Name = name;. DateOfBirth = dateOfBirth; }. Name; } }. DateOfBirth; } } / equality members. }. Ie immutable classes, similar to F# records. Now let’s say we want to test some property involving this Person class. For example, let’s say we have a serializer:. Only to be greeted with:. Name, dob);.

4

Bug squash: Mapping JSON to objects with Fleece

http://bugsquash.blogspot.com/2014/05/mapping-json-to-objects-with-fleece.html

Squashing bugs all day long. Friday, May 23, 2014. Mapping JSON to objects with Fleece. In the last post. And briefly explained how to use it to map objects to JSON. Sometimes I say “serialize” instead of “map”, but since the actual serialization is done by System.Json. I think the right term to use here is “map” (as in mapping an object to a tree of JsonValues), or maybe encoding / decoding. Previously implemented in FSharpx. And so it’s impossible to avoid comparisons. Protect f x =. 2 Another annoyanc...

5

Bug squash: Generating immutable instances in C# with FsCheck

http://bugsquash.blogspot.com/2014/02/generating-immutable-instances-in-c.html

Squashing bugs all day long. Friday, February 14, 2014. Generating immutable instances in C# with FsCheck. If you do any functional programming in C# you’ll probably have lots of classes that look like this:. Name = name;. DateOfBirth = dateOfBirth; }. Name; } }. DateOfBirth; } } / equality members. }. Ie immutable classes, similar to F# records. Now let’s say we want to test some property involving this Person class. For example, let’s say we have a serializer:. Only to be greeted with:. Name, dob);.

UPGRADE TO PREMIUM TO VIEW 15 MORE

TOTAL PAGES IN THIS WEBSITE

20

LINKS TO THIS WEBSITE

alanhow.com alanhow.com

January 2010 - The Daily DevThe Daily Dev

http://www.alanhow.com/2010/01

What’s this blog all about then? Monthly Archives: January 2010. Mdash; No Comments. My 2009 reading list. When I’m hiring at work I look for developers that show signs they’re still learning; those that are scouring the web for interesting authors and articles and reading books that will improve the depth and breadth of their technical knowledge. To be fair then I thought I’d share some of the books I’ve most enjoyed reading in 2009. Here’s a list of the books I enjoyed reading in 2009. Gerber, Michael E.

blog.roblevine.co.uk blog.roblevine.co.uk

RoBlog – Refactoring Reality | Refix – .NET dependency management tool

http://blog.roblevine.co.uk/net/refix-net-dependency-management-tool

Discrete thought packets on .Net, software development and the universe; transmitted by Rob Levine. Refix – .NET dependency management tool. By Rob Levine on 14-Jun-2010. Just a short blog entry to highlight an exceptionally cool project that a colleague of mine has been working on in his spare time: Refix. A .NET dependency management tool. This tool attacks the problem of having a project with dependencies, where these dependencies themselves may have common, but different version, assemblies. There ar...

alanhow.com alanhow.com

Fun with rewritten URLs on Windows 2003 & 2008 - The Daily DevThe Daily Dev

http://www.alanhow.com/fun-with-rewritten-urls-on-windows-2003-2008

What’s this blog all about then? Fun with rewritten URLs on Windows 2003 & 2008. I’ve been setting up a virtual server on-and-off over the last few days and it has been an interesting experience. Part of the fun has been bringing over the impelhr.com. Site – this was sitting on a shared hosting plan with iServe. And I decided to re-host it on a machine I had full control over. Fast forward to a few days ago and moving to a virtual server from 2day.com. To rewrite URLs I implemented the free IIRF. Is doin...

alanhow.com alanhow.com

My current reading list - The Daily DevThe Daily Dev

http://www.alanhow.com/my-current-reading-list

What’s this blog all about then? My current reading list. I ordered a bunch of books from my Amazon wish list the other week, and have been poring over them. I tend to read in spurts, skipping over a number of books all within a reasonably short space of time, before moving on. There are some gems in the current bunch that I’m really excited about; some I’ve been putting off reading for way too long. Here’s the current list –. 8211; Toby Segaran. 8211; Kent Beck. 8211; Reas and Fry. 8211; Ben Fry. Cleanr...

alanhow.com alanhow.com

Moving strings to a resources file in ASP.NET - The Daily DevThe Daily Dev

http://www.alanhow.com/moving-strings-to-a-resources-file-in-asp-net

What’s this blog all about then? Moving strings to a resources file in ASP.NET. My internal dialog was in full-noise mode over the weekend as I took the plunge into resource files and localization in ASP.NET. It was a bit of a brain-fart on my part, and was kicked off by the need (OK, desire) to move some string constants out of a ‘SystemParameters’ database table in one of my projects to somewhere ‘else’. Why? They’re used in 3 web application projects that are all part of a single solution. Viewed the ...

alanhow.com alanhow.com

Supporting unicode macrons - The Daily DevThe Daily Dev

http://www.alanhow.com/supporting-unicode-macrons

What’s this blog all about then? In New Zealand it’s becoming more important to properly support the macronised characters commonly used in the Māori language, especially on the web. I found a good explanation of character encoding issues on this University of Auckland page. But it petered out a little in explaining the implementation in an ASP.Net and SQL Server environment. Here’s a quick brain dump of the what I did to add support for Māori language macrons to the latest version of ImpelHR. 2 In the a...

alanhow.com alanhow.com

My 2009 reading list - The Daily DevThe Daily Dev

http://www.alanhow.com/my-2009-reading-list

What’s this blog all about then? My 2009 reading list. When I’m hiring at work I look for developers that show signs they’re still learning; those that are scouring the web for interesting authors and articles and reading books that will improve the depth and breadth of their technical knowledge. To be fair then I thought I’d share some of the books I’ve most enjoyed reading in 2009. 8211; sometimes it’s hard to get the business and the technology to see eye-to-eye. Fry, Ben, and Casey Reas. Blink: The P...

alanhow.com alanhow.com

Uncategorized Archives - The Daily DevThe Daily Dev

http://www.alanhow.com/category/uncategorized

What’s this blog all about then? Mdash; No Comments. My current reading list. I ordered a bunch of books from my Amazon wish list the other week, and have been poring over them. I tend to read in spurts, skipping over a number of books all within a reasonably short space of time, before moving on. There are some gems in the current bunch that I’m really excited about; some I’ve been putting off reading for way too long. Here’s the current list –. 8211; Toby Segaran. 8211; Kent Beck. 8211; Reas and Fry.

UPGRADE TO PREMIUM TO VIEW 50 MORE

TOTAL LINKS TO THIS WEBSITE

58

SOCIAL ENGAGEMENT



OTHER SITES

bugsquad.com bugsquad.com

bugsquad.com

The bugs stop here. Thanks for stopping by. Our new website will be live soon!

bugsquadpow.com bugsquadpow.com

Pest Control | Termite Control Lake Forest, CA ( California )

Lake Forest, CA Pest Control. Exterminating, Inc. and Bug Squad. Exterminating, Inc. and Bug Squad of Lake Forest, CA is a family owned and operated company that offers termite and pest control services in Southern California since 1980. Exterminating, Inc. and Bug Squad Offers:. Termite Control Methods - no tenting orange oil, microwave, local treatment, fumigation soil sub treatment, and timbor foam. Rodent control - mice, rats, and gophers including trapping of squirrels and opossums. Lake Forest, CA.

bugsquare.com bugsquare.com

bugSquare - Averigua lo que está ocurriendo ahora mismo

Se trata de la primera red social de participación ciudadana dirigida al mantenimiento y mejora diaria del espacio público de nuestras ciudades. Desde bugSquare estamos convencidos de que el espacio público se construye entre todos y por eso queremos dotarnos de una potente herramienta de participación ciudadana que nos permita denunciar todas aquellas incidencias o infracciones que se produzcan en nuestras ciudades, logrando entre todos mejores ciudades en las que vivir y de las cuales disfrutar. Sólo t...

bugsquash.blogspot.com bugsquash.blogspot.com

Bug squash

Squashing bugs all day long. Friday, May 23, 2014. Mapping JSON to objects with Fleece. In the last post. And briefly explained how to use it to map objects to JSON. Sometimes I say “serialize” instead of “map”, but since the actual serialization is done by System.Json. I think the right term to use here is “map” (as in mapping an object to a tree of JsonValues), or maybe encoding / decoding. Previously implemented in FSharpx. And so it’s impossible to avoid comparisons. Protect f x =. 2 Another annoyanc...