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/local/bin/boris: line 3: 76583 Segmentation fault: 11 /usr/bin/env php -d allow_url_fopen=On -d detect_unicode=Off /usr/local/Cellar/boris/1.0.8/libexec/boris.phar "$@" | |
PHP Notice: fwrite(): send of 1 bytes failed with errno=32 Broken pipe in phar:///usr/local/Cellar/boris/1.0.8/libexec/boris.phar/lib/Boris/EvalWorker.php on line 205 | |
PHP Stack trace: | |
PHP 1. {main}() /usr/local/Cellar/boris/1.0.8/libexec/boris.phar:0 | |
PHP 2. require() /usr/local/Cellar/boris/1.0.8/libexec/boris.phar:10 | |
PHP 3. Boris\Boris->start() phar:///usr/local/Cellar/boris/1.0.8/libexec/boris.phar/bin/boris:15 | |
PHP 4. Boris\EvalWorker->start() phar:///usr/local/Cellar/boris/1.0.8/libexec/boris.phar/lib/Boris/Boris.php:171 | |
PHP 5. Boris\EvalWorker->_write() phar:///usr/local/Cellar/boris/1.0.8/libexec/boris.phar/lib/Boris/EvalWorker.php:147 | |
PHP 6. fwrite() phar:///usr/local/Cellar/boris/1.0.8/libexec/boris.phar/lib/Boris/EvalWorker.php:205 |
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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCbIOw2MQ/8bQ52hk7wuyJj3K3IhYzfPtrQsGyhatVif6bkITIV8nnAho5hWzjy0LgtLd4hI/yd4v8N3Kajy7lTyacSKJLRYTveGuAYrD4/bO7SzqYnufsvftd3L/xR9HDa+s/R2CNvTm4cZm3Ag6/GmTUlx+B0+XTgdT1uN10Tjd5aY0nJWGn1DVFqPKt4YB4gtIzlMSzdJeUZhkkhqi/vsARr1fekP2CfVOyIv+9povcxnc9R+C4ze512mhfyuqvpgw0DXxWYjA2/oBF+V0ZyCegrab1hP16e+EZXqHl1jRBMKCBJnfzmanCqN93p05V2yTrGG+JXSkU4y1LU9A6b [email protected] |
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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhXlSHT89lEvs9TOULEPgFjFpcIxVbNY1DmXMpVrpzZgx4Oz5oquv6cSeSSjvmMNnjLDUCxyuVU6gZGLQ9VECzceXADnjxSZfuxFvN7IbFkFbGqBdvJNNriAnEUgh1mnU3Zl+28uLAam8FwzZqPp8JIbb1sklWT01pEiqVRlqLgFjFmYDol+oZVmyWGnexxGt4aFeU8YGwWVTDuMpxMeIflkQ2HCaM3vru/6CkQiJm3zwzSf6SbPJWQK5PRPyt7f0R0WwcnRlGjo/YKhNAM5oNtVhFM8hOuu6O8O5r/KrbuF565B79c8K5qfuKTTrZo+RTyw3UwhwOSBs17lJadknH [email protected] |
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 | |
my_module_FORM_ID_alter(&$form) { | |
//Add a custom button | |
$form['my_button'] = array( | |
'#type' => 'button', | |
'#value' => t('My Buttom'), | |
'#executes_submit_callback' => 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
+-----+-----+------+-------------------------------+------------+------+------+----------+ | |
| hid | uid | nid | type | date | hid | pnid | calories | | |
+-----+-----+------+-------------------------------+------------+------+------+----------+ | |
| 1 | 1 | 3001 | user_history_video | 1409085841 | 1 | 3326 | NULL | | |
| 6 | 1 | 3326 | user_history_program_complete | 1409085841 | NULL | NULL | NULL | | |
| 11 | 1 | 3001 | user_history_video | 1408985841 | 11 | 3326 | NULL | | |
| 16 | 1 | 3326 | user_history_program_joined | 1408985841 | NULL | NULL | NULL | | |
| 21 | 1 | 3001 | user_history_video | 1408885841 | 21 | 3331 | NULL | | |
| 26 | 1 | 3006 | user_history_video | 1408885841 | 26 | 3331 | NULL | | |
| 31 | 1 | 3006 | user_history_video | 1408885841 | 31 | 3331 | NULL | |
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
SELECT users.uid as user_id, | |
users.name as username, | |
node.title as program_name, | |
field_data_field_program_completed_videos.field_program_completed_videos_target_id as video_id | |
FROM users | |
LEFT JOIN profile | |
ON users.uid=profile.uid |
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
Vagrant.require_version ">= 1.6.3" | |
Vagrant.configure("2") do |config| | |
config.vm.define "boot2docker" | |
config.vm.box = "dduportal/boot2docker" | |
config.vm.box_check_update = false | |
# The default box private network IP is 192.168.10.10 | |
# Uncomment lines below to map additional IP addresses for use with multiple projects. |
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
# Web node | |
web: | |
image: blinkreaction/drupal-nginx-php | |
ports: | |
- "192.168.10.10:80:80" | |
volumes: | |
# PHP configuration overrides | |
- "./.docker/etc/php5/php.ini:/etc/php5/fpm/conf.d/99-php.ini" | |
# Drupal docroot mapping | |
- "./docroot:/var/www" |
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
+=====+=====================+=========+ | |
| nid | title | hash | | |
+=====+=====================+=========+ | |
| 234 | Shape Up For Summer | NKA93KJ | | |
+-----+---------------------+---------+ | |
| 234 | Shape Up For Summer | NO93NK | | |
+-----+---------------------+---------+ | |
| 234 | Shape Up For Summer | OIV923P | | |
+-----+---------------------+---------+ | |
| 456 | Slim Down for Fall | NKA93KJ | |
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
window.Modernizr = function(a, d, f) { | |
var g = {}, | |
c = d.documentElement; | |
a = d.createElement("modernizr"); | |
a = a.style; | |
var h = {}.toString, | |
k = {}, | |
l = [], | |
n = l.slice, | |
p, r = {}.hasOwnProperty, |