- Better support for finding things (files, classes, methods, symbols, etc.)
- Basic Vi keybinding support (grafted on)
- Vi binding does not support count (e.g. 2gT)
- Vi binding does not support surround (Vim plugin style)
- Powerful refactoring tools
- In-page syntax support (show Javascript in an HTML page)
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
| /** | |
| * jQuery Plugin Boilerplate | |
| * | |
| * Call the plugin by supplying a method and/or options: | |
| * | |
| * $("element").myplugin(); | |
| * $("element").myplugin({ option1: true, option2: true }); | |
| * $("element").myplugin("secondary_method"); | |
| * $("element").myplugin("secondary_method", { option1: true, option2: true }); | |
| * |
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
| #!/usr/bin/env bash | |
| ## | |
| # From https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| ## | |
| # ~/.osx — http://mths.be/osx | |
| # Ask for the administrator password upfront | |
| sudo -v |
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 | |
| require 'vendor/phpunit/phpunit/src/Framework/Assert/Functions.php'; | |
| class ExampleTest exends TestCase | |
| { | |
| /** @test */ | |
| function it_hashes_a_provided_password() | |
| { |
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 gutil = require('gulp-util'); | |
| var notify = require('gulp-notify'); | |
| var sass = require('gulp-ruby-sass'); | |
| var autoprefix = require('gulp-autoprefixer'); | |
| var minifyCSS = require('gulp-minify-css') | |
| var coffee = require('gulp-coffee'); | |
| var exec = require('child_process').exec; | |
| var sys = require('sys'); |
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 | |
| public function write_record() { | |
| if(request::is_ajax()) $this->template = new View('ajax'); | |
| else die('Invalid request.'); | |
| in_array($_POST['type'], array('Sermons','Aces','Portraits','Dedications')) or die('Invalid form request.'); | |
| // Field Types | |
| // Sermon: series, title, preacher, scripture, reader, date, disk, type | |
| // Aces: series, title, teacher, comment, date, disk |
Developer Tools in browser. Load page under Network Can save load meta data as HAR file (rt click / save as HAR with content)
Make your web pages fast on all devices https://developers.google.com/speed/pagespeed/insights/
You're not gonna become a master in your spare time, but you can get decently good at photography in five years of dedicated but non-full-time practice. It's taken me about twice that to get decent, but I fucked around a lot along the way.
You don't need a ton of fancy equipment, but photography does require some gear. I'll limit the gear-buying here to once a year (not counting books).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.