I hereby claim:
- I am robballou on github.
- I am rballou (https://keybase.io/rballou) on keybase.
- I have a public key whose fingerprint is E74A 8772 D3C3 1E32 F158 843B C1E4 C268 BD49 DC68
To claim this, I am signing this object:
<?php | |
/** | |
* Implements hook_drush_command(). | |
*/ | |
function example_drush_command() { | |
$commands = array(); | |
$commands['stub-content'] = array( | |
'callback' => 'drush_stub_content', |
.editor .wrap-guide { | |
display: none; | |
height: 0; | |
overflow: hidden; | |
} |
<?php | |
/** | |
* Disable a view or views | |
* | |
* @param mixed $disable_views | |
* An array of view machine names or a machine name to disable | |
*/ | |
function example_disable_views($disable_views = array()) { | |
if (!is_array($disable_views)) { | |
$disable_views = array($disable_views); |
I hereby claim:
To claim this, I am signing this object:
div.component.newest-members-module {display:none;} | |
div.module.wtf-module.js-wtf-module.has-content {display:none;} |
context www |
context vagrant up | |
context vagrant ssh |
context switch my-project | |
context git edit |
context switch my-project |
require('fs'); | |
require('d3'); | |
var xmldom = require('xmldom'); | |
var dataset = { | |
apples: [53245, 28479, 19697, 24037, 40245], | |
}; | |
var width = 460, | |
height = 300, |