This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define COOKIES_PER_BATCH 24; | |
#define ROWS_PER_SHEET 3; | |
#define COLUMNS_PER_SHEET 2; | |
var bowl1, bowl2, platter; | |
var wet_ingredients[] = { sugar, brown_sugar, melted_butter, milk, vanilla }; | |
var dry_ingredients[] = {flour, baking_soda, salt }; | |
var choc_chips, eggs[2]; | |
var oven; | |
var baking_sheet[][] = new cookie[ROWS_PER_SHEET][COLUMNS_PER_SHEET]; | |
Main() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Start | |
if(getUrl.toString().contains("goo.im")){ | |
// do a dl then wait for timer | |
conn.connect(); | |
Log.v("OTA::Download", "Waiting out timer"); | |
publishProgress(-1); // pending on dialog | |
// dl the catch page then wait |