About
BIO={ name: "Fangzhou Ark Xu", location: "San Mateo, CA, US", occupation: "Software Engineer", relationship: "Married", birth: "Feb. 22, in China" } PERSONAL_PROJECTS=[ {name: "DesighSighted", description: "A micro-blog in Art, Design & Architecture Area", year: 2011}, {name: "MariCMS", description: "Highly customizable Content Management System(CMS) based on Ruby on Rails(ROR) and Mongodb", year: 2011}, {name: "HTMLess", description: "Cloud based Content Management Service", year: 2009..2010}, {name: "85mm", descripiton: "Social Network for photography", year: 2007..2008}, {name: "ETC", description: "Some other small, funny open source projects", year: 2003..2012} ] COMPANY=[ {name: "Intalio", title: "Software Engineer", description: "Building the private cloud PaaS product.", year: 2007..Time.now.year}, {name: "SAP", title: "Software Engineer", description: "Builidng Business ByDesign", year: 2005..2008}, {name: "BearingPoint", title: "Technical Consultant", description: "Enhance&Extend SAP R3", year: 2003..2005} ] def generate_life(all={}, &block) #Still working on this part yield(all) end generate_life(bio:BIO, prj:PERSONAL_PROJECTS, cmy:COMPANY) do <<-TEXT
Well, put down what I have is not difficult as it is passed,
but what should I inject the TARGET, DEFITION OF LIFE,
WANT DO I WANT TO BE, BRAVE... So many things are unclear to finish this...
TEXT end