Skip to content

Instantly share code, notes, and snippets.

View mtho11's full-sized avatar

Mike Thompson mtho11

  • Red Hat, Inc. (http://developers.redhat.com)
  • Klamath Falls, Oregon
View GitHub Profile
@mtho11
mtho11 / Table.java
Last active December 16, 2015 07:19
SmartGWT 3.0p SortSpecifier Bug
/*
* RHQ Management Platform
* Copyright (C) 2005-2011 Red Hat, Inc.
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation version 2 of the License.
*
* This program is distributed in the hope that it will be useful,
@mtho11
mtho11 / gist:4354099
Created December 21, 2012 17:05
Nice impl of functional list methods from Haskell, but in Java 1.8.
package haskell.data;
import java.util.*;
import java.util.functions.*;
import haskell.data.functions.*;
import java.io.*;
/**