Skip to content

Instantly share code, notes, and snippets.

View huangered's full-sized avatar

huang yi huangered

  • ARM
  • shanghai,china
View GitHub Profile
@yutax77
yutax77 / Circle.java
Created June 25, 2012 11:26
Example Flexjson's TypeLocator.
public class Circle implements Figure {
private Type type;
private int radius;
public Circle(){
type = Type.CIRCLE;
}
public Type getType() {
return type;
@vmwarecode
vmwarecode / snippet.java
Last active July 17, 2018 06:56
Deploy virtual machines of ova by ovftool
package com.vmware.g11n;
/**
* Used to deploy a virtual machine of ova by ovftool.
*
* Created by [email protected] on 5/8/15
*/
import java.io.BufferedReader;
import java.io.IOException;