I've been wanting to do this forever, but this Pen http://codepen.io/Tresva/pen/dxHsb finally pushed me over the edge to do it.
Hacker news if anyone feels like it: https://news.ycombinator.com/item?id=6493590
A Pen by Tạ Hồng Trung on CodePen.
I've been wanting to do this forever, but this Pen http://codepen.io/Tresva/pen/dxHsb finally pushed me over the edge to do it.
Hacker news if anyone feels like it: https://news.ycombinator.com/item?id=6493590
A Pen by Tạ Hồng Trung on CodePen.
| body { | |
| background: black; | |
| color: #d5d4d4; | |
| font-family: Helvetica, Arial, sans-serif; | |
| font-size: 12px; | |
| margin: 0; | |
| overflow-x: auto; | |
| padding: 30px; | |
| } | |
| table { |
| /** | |
| * Create a Symfony response for the given exception. | |
| * | |
| * @param \Exception $e | |
| * @return mixed | |
| */ | |
| protected function convertExceptionToResponse(Exception $e) | |
| { | |
| if (config('app.debug')) { | |
| $whoops = new \Whoops\Run; |
| { | |
| "89": { | |
| "name": "An Giang", | |
| "slug": "an-giang", | |
| "type": "tinh", | |
| "name_with_type": "Tỉnh An Giang", | |
| "code": "89", | |
| "quan-huyen": { | |
| "883": { | |
| "name": "Long Xuyên", |
| git add . && git commit -am "update" && git push origin master |
| git remote add github [EMAIL PROTECTED]:myaccount/myapp.git | |
| git remote add heroku [EMAIL PROTECTED]:myapp.git | |
| Then you can do “git push heroku” and “git push github”, or pull, or | |
| From: http://blog.mindtonic.net/using-github-and-heroku-together |
| { | |
| "id": 1, | |
| "name": "A green door", | |
| "price": 12.50, | |
| "tags": ["home", "green"] | |
| } |
| INSERT INTO `regions`(`id`, `parent_id`, `ancestor_id`, `order`, `visibility`, `title`, `type`, `full_title`, `code`, `slug`, `short_description`, `filename`, `page_image`, `description`, `deleted_at`, `created_at`, `updated_at`) VALUES (1, NULL, NULL, NULL, 1, 'An Giang', 'tinh', 'Tỉnh An Giang', '89', 'tinh-an-giang', NULL, NULL, NULL, NULL, NULL, '2018-03-23 13:19:54', '2018-03-23 13:19:54'); | |
| INSERT INTO `regions`(`id`, `parent_id`, `ancestor_id`, `order`, `visibility`, `title`, `type`, `full_title`, `code`, `slug`, `short_description`, `filename`, `page_image`, `description`, `deleted_at`, `created_at`, `updated_at`) VALUES (2, 1, 1, NULL, 1, 'Long Xuyên', 'thanh-pho', 'Thành phố Long Xuyên', '883', 'thanh-pho-long-xuyen-883', NULL, NULL, NULL, NULL, NULL, '2018-03-23 13:19:54', '2018-03-23 13:19:54'); | |
| INSERT INTO `regions`(`id`, `parent_id`, `ancestor_id`, `order`, `visibility`, `title`, `type`, `full_title`, `code`, `slug`, `short_description`, `filename`, `page_image`, `description`, `deleted_at`, `cre |
| @echo off | |
| title Activate Microsoft Office 2016 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Microsoft Office Standard 2016&echo - Microsoft Office Professional Plus 2016&echo.&echo.&(if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16")&(if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16")&(for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_mak*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo ============================================================================&ech |
| <?php | |
| ini_set('error_reporting', E_ALL); | |
| namespace Vendor\Package; | |
| /* | |
| |-------------------------------------------------------------------------- | |
| | DOCUMENT LEVEL COMMENT BLOCK | |
| |-------------------------------------------------------------------------- |