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
| # Switch PHP version | |
| function sphp { | |
| # Option defaults | |
| INSTALL=0 | |
| ARGS=() | |
| for i in "$@"; do | |
| case ${i} in | |
| -i|--install) | |
| INSTALL=1 |
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 | |
| if (! function_exists('nl_implode')) { | |
| function nl_implode(array $list, $conjunction = 'and', $oxford_comma = true) { | |
| $last = array_pop($list); | |
| if ($list) { | |
| return implode(', ', $list) . ($oxford_comma ? ',' : '') . ' ' . $conjunction . ' ' . $last; | |
| } |
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
| <div class="preview"></div> | |
| <div class="preview"></div> | |
| <div class="preview"></div> | |
| <div class="preview"></div> | |
| <div class="preview"></div> | |
| <div class="preview"></div> | |
| <div class="preview"></div> | |
| <div class="preview"></div> | |
| <div class="preview"></div> |
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 namespace Stribe\Providers; | |
| use Blade; | |
| use Illuminate\Support\ServiceProvider; | |
| class AppServiceProvider extends ServiceProvider { | |
| /** | |
| * Bootstrap any application services. |
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
| #!/bin/bash | |
| ## Slightly tweaked version for my personal purposes of https://github.com/CoryG89/docsync/blob/master/post-commit | |
| ### | |
| ### The following block runs after commit to "master" branch | |
| ### | |
| if [ `git rev-parse --abbrev-ref HEAD` == "master" ]; then | |
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 = 'value') ? '':'' }} | |
| <div class="test">{{ $var }}</div> |
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
| // ---- | |
| // Sass (v3.4.12) | |
| // Compass (v1.0.3) | |
| // ---- | |
| // csstyle v1.3.1 for sass | |
| // Clean, Simple Styling for the Web | |
| // http://www.csstyle.io | |
| // Copyright (c) 2014 Dave Geddes | |
| // https://twitter.com/geddski |
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
| // ---- | |
| // Sass (v3.4.21) | |
| // Compass (v1.0.3) | |
| // ---- | |
| /* Escape characters SASS function by CupOfTea696 */ | |
| $csstyle-option-symbol: '--' !default; | |
| $csstyle-part-symbol: '__' !default; | |
| $csstyle-tweak-symbol: '0.0_l33t--sp3@k' !default; |
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
| <section class="section1"><div class="div1"></div><div class="div2"></div><div class="div3"></div><div class="div4"></div><div class="div5"></div><div class="div6"></div><div class="div7"></div><div class="div8"></div><div class="div9"></div><div class="div10"></div><div class="div11"></div><div class="div12"></div><div class="div13"></div><div class="div14"></div><div class="div15"></div><div class="div16"></div><div class="div17"></div><div class="div18"></div><div class="div19"></div><div class="div20"></div><div class="div21"></div><div class="div22"></div><div class="div23"></div><div class="div24"></div><div class="div25"></div><div class="div26"></div><div class="div27"></div><div class="div28"></div><div class="div29"></div><div class="div30"></div><div class="div31"></div><div class="div32"></div><div class="div33"></div><div class="div34"></div><div class="div35"></div><div class="div36"></div><div class="div37"></div><div class="div38"></div><div class="div39"></div><div class="div40"></div><div cl |
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
| <section class="section1"><div class="div1"></div><div class="div2"></div><div class="div3"></div><div class="div4"></div><div class="div5"></div><div class="div6"></div><div class="div7"></div><div class="div8"></div><div class="div9"></div><div class="div10"></div><div class="div11"></div><div class="div12"></div><div class="div13"></div><div class="div14"></div><div class="div15"></div><div class="div16"></div><div class="div17"></div><div class="div18"></div><div class="div19"></div><div class="div20"></div><div class="div21"></div><div class="div22"></div><div class="div23"></div><div class="div24"></div><div class="div25"></div><div class="div26"></div><div class="div27"></div><div class="div28"></div><div class="div29"></div><div class="div30"></div><div class="div31"></div><div class="div32"></div><div class="div33"></div><div class="div34"></div><div class="div35"></div><div class="div36"></div><div class="div37"></div><div class="div38"></div><div class="div39"></div><div class="div40"></div><div cl |
NewerOlder