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
| javascript:q=location.href;if(document.getSelection){d=document.getSelection();}else{d='';};p=document.title;void(open('https://pinboard.in/add?later=yes&noui=yes&jump=close&tags=TAGS GO HERE&url='+encodeURIComponent(q)+'&description='+encodeURIComponent(d)+'&title='+encodeURIComponent(p),'Pinboard','toolbar=no,width=100,height=100')); | |
| // Copy and paste the above into a new bookmark. Replace "TAGS GO HERE" with your tags. Presto! |
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 | |
| // autoload_namespace.php generated by Composer | |
| $vendorDir = dirname(__DIR__); | |
| $baseDir = dirname($vendorDir); | |
| return array( | |
| 'Volcanus\\Validation' => $vendorDir . '/volcanus/validation/src/', | |
| 'Symfony\\Component\\HttpFoundation' => $vendorDir . '/symfony/http-foundation/', |
Updates composer.lock hash without updating any packages
composer update --lock
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
| ///<reference path="./typings/jquery/jquery.d.ts"/> | |
| 'use strict'; | |
| class Main { | |
| constructor() { | |
| jQuery(document).ready(() => { | |
| console.log('Hello from app/scripts/ts/Main.ts'); | |
| }); | |
| } | |
| } |