Java On Zig Zag ordering of array

by mcintyre321, March 28, 2009 23:36

hi there, I thought you mig...

4908618aea7c32eb0f94d398b57fa28d Talk
using System;
using System.Collections.Generic;
using System.Linq;
...

C# Algorithm for zig-zagging o...

by mcintyre321, March 28, 2009 23:35, No refactoring, tagged with set zigzag ordering

I was just writing up a blo...

4908618aea7c32eb0f94d398b57fa28d Talk
using System;
using System.Collections.Generic;
using System.IO;
...

C# On Polymorphic XML serializer

by mcintyre321, January 22, 2009 10:28

Good effort but I'm afraid ...

4908618aea7c32eb0f94d398b57fa28d Talk
public class XmlStringSerializer
	{
		static Dictionary<string, Type> types = new Dictionary<string, Type>();
...

C# Polymorphic XML serializer

by mcintyre321, January 22, 2009 01:04, 3 refactorings, tagged with xml, serialization

The default XML serializer ...

4908618aea7c32eb0f94d398b57fa28d Talk