Japanese + Korean = <3
Serves: 4
- 4 Chicken fillets
- 2 eggs
| /* | |
| * Example plugin | |
| * | |
| * Data attributes: | |
| * - data-control="example" - enables the plugin on an element | |
| * - data-option="value" - an option with a value | |
| * | |
| * JavaScript API: | |
| * $('a#someElement').myPlugin({ option: 'value' }) | |
| * |
| <?php | |
| /** | |
| * Increase memory limit if not already | |
| * @param $limit Amount in megabytes | |
| */ | |
| private function increaseMemoryLimit($limit = 512) | |
| { | |
| $limitBytes = $limit * 1048576; | |
| $currentLimit = trim(ini_get('memory_limit')); |
| /* | |
| * Example class | |
| * | |
| * Dependences: | |
| * - Some other plugin (filename.js) | |
| */ | |
| +function ($) { "use strict"; | |
| var ExampleClass = function () { |
| WEBVTT | |
| 00:00:00.000 --> 00:00:04.748 | |
| (whooshing sound) | |
| 00:00:04.748 --> 00:00:06.300 | |
| Hello, friends | |
| 00:00:06.300 --> 00:00:08.640 | |
| Today I'm going to demonstrate how easy it is |
| // | |
| // Converts code indentation from 2 spaces to 4 spaces | |
| // | |
| // For a hotkey, add to Preferences > Key Bindings - User: | |
| // | |
| // { "keys": ["ctrl+alt+i"], "command": "run_macro_file", "args": {"file": "res://Packages/User/ConvertTwoSpacesToFour.sublime-macro"} } | |
| // | |
| [ |
| <?php namespace Acme\Blog\Models; | |
| use Model; | |
| /** | |
| * DynamicModel Model | |
| */ | |
| class DynamicModel extends Model | |
| { |
| WEBVTT | |
| 00:00:00.000 --> 00:00:04.727 | |
| (whooshing sound) | |
| 00:00:04.727 --> 00:00:06.287 | |
| Hello | |
| 00:00:06.287 --> 00:00:09.200 | |
| and welcome to this introduction to October |
| Web & Software Development: | |
| - .NET | |
| - AJAX | |
| - AMQP | |
| - ASP | |
| - ASP.NET | |
| - Active Directory | |
| - Adobe Air | |
| - Agile Development | |
| - Alibaba |
| # =================================== | |
| # Workflow Definitions | |
| # =================================== | |
| workflow: | |
| name: Invoice status | |
| startStep: draft | |
| steps: | |
| draft: |