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
    
  
  
    
  | /** | |
| * ========================================== | |
| * Center Results and Impression Logic | |
| * ========================================== | |
| */ | |
| if( $.inArray( 'pork', keytermSet ) > -1 ){ | |
| var centerRecipe = new CenterRecipe(); | |
| centerRecipe.title = "Cuban Pork Adobo Salad"; | |
| centerRecipe.clicktag = "http://ad.doubleclick.net/clk;274204538;98873843;y?http://www.food.com/recipe/cuban-pork-adobo-salad-501729"; | |
| centerRecipe.image = "http://img.foodnetwork.com/FOOD/2013/06/04/RX-NPB_Cuban-Adobo-Salad_s3x4_sm.jpg"; | 
  
    
      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
    
  
  
    
  | _doTracking: function(tag){ | |
| var cacheBuster = (new Date()).getTime(), | |
| $body = $('body'), | |
| $tracker = $('#dynamic-tracking'); | |
| tag += "&cb=$timestamp$"; | |
| // Select or create tracking image | |
| if( $tracker.length > 0 ) { | |
| // Updated existing element | |
| $tracker.attr('src', tag.replace(/\$timestamp\$/, cacheBuster)); | |
| } else { | 
  
    
      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
    
  
  
    
  | function getParameterByName(name) { | |
| name = name.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]"); | |
| var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"), | |
| results = regex.exec(location.search); | |
| return results == null ? "" : decodeURIComponent(results[1].replace(/\+/g, " ")); | |
| } | 
  
    
      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
    
  
  
    
  | <?php | |
| 'driver' => 'smtp', | |
| 'host' => 'smtp.gmail.com', | |
| 'port' => 465, | |
| 'encryption' => 'ssl', | |
| 'username' => 'your-email@gmail.com', | |
| 'password' => 'your-password', | 
  
    
      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
    
  
  
    
  | // array of items. Weight must add up to 100 | |
| // video1 = 20%, vieo2 = 50%, video3 = 10%, video4 = 20% | |
| var items = ['Video1', 'Video2', 'Video3', 'Video4']; | |
| var weights = [20, 50, 10, 20]; | |
| /** | |
| * Return a random value from aItems based on aWeights | |
| * @param {array} aItems Array of you items. | |
| * @param {array} aWeights Array of weights that match items. | |
| * @return {String} Selected item. | 
  
    
      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
    
  
  
    
  | // array of items. Weight must add up to 100 | |
| // video1 = 20%, vieo2 = 50%, video3 = 10%, video4 = 20% | |
| var items = ['Video1', 'Video2', 'Video3', 'Video4']; | |
| var weights = [20, 50, 10, 20]; | |
| /** | |
| * Return a random value from aItems based on aWeights | |
| * @param {array} aItems Array of you items. | |
| * @param {array} aWeights Array of weights that match items. | |
| * @return {String} Selected item. | 
  
    
      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
    
  
  
    
  | var randomXML = Math.floor(Math.random()*4); | |
| var xmlUrlArray = new Array( | |
| "placeholder", // PATH TO URL #1 | |
| "placeholder", // PATH TO URL #2 | |
| "placeholder", // PATH TO URL #3 | |
| "placeholder" // PATH TO URL #4 | |
| ); | |
| flashvars.randomNum = xmlUrlArray[randomXML]; | 
  
    
      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
    
  
  
    
  | <?php | |
| class MyTableTableSeeder extends Seeder { | |
| public function run() | |
| { | |
| DB::table('MyTable')->truncate(); | |
| } | |
| } | 
  
    
      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
    
  
  
    
  | <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Bootstrap 101 Template</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <!-- Bootstrap --> | |
| <link href="assets/css/bootstrap.min.css" rel="stylesheet" media="screen"> | |
| <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> | |
| <!--[if lt IE 9]> | 
  
    
      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
    
  
  
    
  | <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta name="description" content=""> | |
| <meta name="author" content=""> | |
| <link rel="shortcut icon" href="../../assets/ico/favicon.png"> | 
OlderNewer