Skip to content

Instantly share code, notes, and snippets.

@spartanthe
spartanthe / CobolTable.cs
Created March 13, 2013 18:06
Converting .NET DataTable to a strongly typed rows collection.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;
using System.Data;
namespace spartan.COBOL
{
/// <summary>
/// DataTable wrapper exposing strongly typed rows collection.
@spartanthe
spartanthe / SICKPT.CS
Created April 7, 2017 07:20
Generates INTERCAL program that prints input text
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
namespace SICKPT
{
// http://catb.org/esr/intercal/ick.htm
// http://divingintointercal.blogspot.com/2007/03/part-dalawa-still-trying-to-write-hello.html