https://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys--2
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
node_modules | |
.idea | |
_ide_helper.php | |
bower | |
npm-debug.log |
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 gulp = require('gulp'); | |
var gutils = require('gulp-util'); | |
var elixir = require('laravel-elixir'); | |
require('laravel-elixir-imagemin'); | |
require('laravel-elixir-browsersync'); | |
require('laravel-elixir-modernizr'); | |
var b = elixir.config.js.browserify; | |
var cssnext = require("gulp-cssnext"); |
9 workspaces :)
gsettings set org.compiz.core:/org/compiz/profiles/unity/plugins/core/ vsize 3
gsettings set org.compiz.core:/org/compiz/profiles/unity/plugins/core/ hsize 3
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
<template lang="jade"> | |
component( | |
:is="stepHandler.currentStep" | |
transition="switch-step" | |
transition-mode="out-in" | |
:step-handler="stepHandler" | |
) | |
</template> | |
<style lang="stylus"> |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
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
PHPStorm stats! |
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
Full thanks to Lewis on laracasts for this! | |
https://laracasts.com/forum/?p=1648-phpstorm-homestead-xdebug/0 | |
--- | |
PHPStorm debugging is amazing | |
I recently installed Homestead for my development environment and discovered Xdebug needed some additional settings before it would work. Here's a step-by-step process that I used to get PHPStorm + Homestead + Xdebug working in harmony. | |
I'm going to assume you have installed PHPStorm and Homestead. |
netstat -an | grep 80