I hereby claim:
- I am barryvdh on github.
- I am barryvdh (https://keybase.io/barryvdh) on keybase.
- I have a public key whose fingerprint is AB59 569C F4B9 989D B442 34B3 A67C 9D6F 2EC7 8E42
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # Patch apllying tool template | |
| # v0.1.2 | |
| # (c) Copyright 2013. Magento Inc. | |
| # | |
| # DO NOT CHANGE ANY LINE IN THIS FILE. | |
| # 1. Check required system tools | |
| _check_installed_tools() { | |
| local missed="" |
| @import "bootstrap/responsive.less"; //Disable importing variables and mixins, causes to break.. | |
| // LANDSCAPE PHONE TO SMALL DESKTOP & PORTRAIT TABLET | |
| // -------------------------------------------------- | |
| @media (max-width: 767px) { | |
| .customGrid(auto, 0); | |
| } | |
| // PORTRAIT TABLET TO DEFAULT DESKTOP | |
| // ---------------------------------- |
| <div class="wrapper"> | |
| <div class="container"> | |
| <header> | |
| </header> | |
| <div id="content"> | |
| </div> | |
| </div> | |
| <div class="footer-push"></div> |
| See https://github.com/fruitcakestudio/magerun-modman/blob/master/src/Fruitcake/Magerun/Modman/GenerateCommand.php |
| Verifying that +barryvdh is my blockchain ID. https://onename.com/barryvdh |
| <?php error_reporting(E_ALL); | |
| function test() {} | |
| $nIter = 1000000; | |
| $argNums = [0, 1, 2, 3, 4, 5, 100]; | |
| $func = 'test'; | |
| foreach ($argNums as $argNum) { |
| tests | |
| composer.lock | |
| composer.phar | |
| vendor |
| <?php | |
| // composer require fabpot/goutte | |
| Route::get('docs', function(){ | |
| $host = 'http://laravel.com'; | |
| $base = '/docs/5.1/'; | |
| $client = new Goutte\Client(); | |
| $crawler = $client->request('GET', $host.$base); |
| <!DOCTYPE html> | |
| <html dir="ltr"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | |
| <title>Google Doc viewer</title> | |
| <style type="text/css"> | |
| body, html { | |
| margin: 0; padding: 0; height: 100%; overflow: hidden; | |
| } |