I hereby claim:
- I am diegolamanno on github.
- I am diegolamanno (https://keybase.io/diegolamanno) on keybase.
- I have a public key ASDc8pSCHVFkgzDbM_NqfjnZn94ycOQZ9WS3Y5vSeUiptQo
To claim this, I am signing this object:
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
I hereby claim:
To claim this, I am signing this object:
<?php | |
/** | |
* Plugin Name: Widget Boilerplate Wordpress VIP | |
* Plugin URI: http://diegolamanno.com | |
* Description: Basic template for Wordpress Widget creation. Based on Daniel Pataki boilerplate. | |
* Version: 1.0.0 | |
* Author: Diego La Manno | |
* Author URI: http://diegolamanno.com | |
* License: GPL2 | |
* |
<?php | |
// original source: http://kuwamoto.org/2007/12/17/improved-pluralizing-in-php-actionscript-and-ror/ | |
/* | |
The MIT License (MIT) | |
Copyright (c) 2015 | |
Permission is hereby granted, free of charge, to any person obtaining a copy |
/** | |
* the HTML5 autofocus property can be finicky when it comes to dynamically loaded | |
* templates and such with AngularJS. Use this simple directive to | |
* tame this beast once and for all. | |
* | |
* Usage: | |
* <input type="text" autofocus> | |
*/ | |
angular.module('utils.autofocus', []) |