Skip to content

Instantly share code, notes, and snippets.

@dragon66
dragon66 / DateTime
Created September 25, 2014 15:14
Java ISO8601 Utility
/**
* Copyright (c) 2014 by Wen Yu.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Any modifications to this file must keep this entire header intact.
*/
@dragon66
dragon66 / Java Base64
Created September 25, 2014 14:57
Java Base64 encoder decoder
/**
* Copyright (c) 2014 by Wen Yu.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Any modifications to this file must keep this entire header intact.
*/