MentalFloss
Member Group:  Members
Ignore Member
No Photo
Member photo does not exist
 
Communications
URL
http://viewfromararat.blogspot.com/
Email Address
Email Console
AOL IM
ICQ
Yahoo Messenger
MSN Messenger
 
Personal Info
Location
Mortgage Belt, Melbourne
Occupation
Critical Infrastructure Software/Hardware Control Systems (it pays the bills)
Interests
6 & 12 String Guitar, acquistion (and retention) of hermeneutic knowledge, Rare Books
 
Statistics
Member Group:
Members
Total Weblog Entries
0
Total Comments
1735
Member Local Time
February 13, 2012  02:26 PM
Last Visit
April 05, 2008  08:45 PM
Join Date
February 08, 2006  12:50 AM
Most Recent Entry
Most Recent Comment
April 01, 2008  01:05 AM
Birthday
March 14, 1955
 
Bio

<!—- Setup initial parameters—->
<cfset iAwakeStatus = 1>
<cfset iHungryStatus = 1>
<!—- Analyze current situation—->
<cfif iAwakeStatus Is 1 And iHungryStatus Is 1>
  <!—- Check what is for breakfast—->
  <cfexecute name=“AnalyzeFridge” arguments=”-meal breakfast” outputfile=”./data/results.txt”>
  <!—- Analyze results of breakfast check—->
  <cf_analyzeresults meal=“breakfast”>
  <!—- Check to see if all is ready—->
  <cfif iMealItemsRequired Is Not 0>
  <!—- Go to the store—->
<cf_gotostore item=“self”>
<!—- Pick up items at store—->
  <cfloop collection=“MealItemsRequired” index=“i”>
<cf_pickupitem item=”#MealItemsRequired#”>
</cfloop>
<!—- Pay for items—->
  <cfloop collection=“MealItemsRequired” index=“i”>
<cf_payforitem item=”#MealItemsRequired#”>
</cfloop>
<cfloop index=“i” from=“1” to=“100”>
<cf_laughterengine volume=”#i#”>
</cfloop>
<cf_notice event=“fly_is_down” parameters=“hanging_out=true,crowd_is_staring=true>
<cf_embarass mode=“1” defense=“run”>
  </cfif>