Skip to content

Instantly share code, notes, and snippets.

View jackhong's full-sized avatar

Jack C Hong jackhong

  • NICTA
  • Sydney, Australia
View GitHub Profile
@jackhong
jackhong / gist:3234708
Created August 2, 2012 07:08
Overwrite create
module OmfRc::ResourceProxy::Garage
include OmfRc::ResourceProxyDSL
register_proxy :garage
def create(type, opts = nil)
# I can check the type here
if type.to_sym == :engine
logger.info "I can do it"
else
@jackhong
jackhong / gist:2880287
Created June 6, 2012 06:39
Release notes ...

OMF 6 developer preview release email

OMF 6 developer preview is now available. Blah, blah.

To get start, please visit http://mytestbed.github.com/omf/

This developer preview release is to introduce the new system architectural design, protocol and API. At this stage, we are especially looking for the feedback on the new resource controller structure and the APIs for providing features and support for specific resources.

The code, protocol, and API will be continuously evolving and if you have any suggestion regarding the design or implementation, feel free to create a new issue on our official site, on our github project page, or simply drop an email on the mailing list.

using System;
using System.Diagnostics;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
namespace TestGS
{
class Program
def blah
puts helfefe
sadfsdfdsfsdf
end
def test
puts 'Hello World'
second version
end