Consider the following code:
var a = b = 5;
console.log(b);
What will be printed on the console?
diff --git maestro.admin.inc maestro.admin.inc | |
old mode 100644 | |
new mode 100755 | |
index 76cc821..14743d5 | |
--- maestro.admin.inc | |
+++ maestro.admin.inc | |
@@ -750,7 +750,7 @@ function maestro_export($id) { | |
case MaestroAssignmentTypes::GROUP: | |
if ($assign_by == MaestroAssignmentBy::FIXED) { |
diff --git modules/field/field.api.php modules/field/field.api.php | |
index 5f64117..683d9b6 100644 | |
--- modules/field/field.api.php | |
+++ modules/field/field.api.php | |
@@ -259,6 +259,32 @@ function hook_field_schema($field) { | |
} | |
/** | |
+ * Allow modules to alter the schema for a field. | |
+ * |
<?php | |
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ | |
/* AES implementation in PHP */ | |
/* (c) Chris Veness 2005-2011 www.movable-type.co.uk/scripts */ | |
/* Right of free use is granted for all commercial or non-commercial use providing this */ | |
/* copyright notice is retainded. No warranty of any form is offered. */ | |
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ | |
class Aes { | |
diff --git includes/bootstrap.inc includes/bootstrap.inc | |
index 74853b2..282a232 100644 | |
--- includes/bootstrap.inc | |
+++ includes/bootstrap.inc | |
@@ -3383,3 +3383,52 @@ function _drupal_shutdown_function() { | |
} | |
} | |
} | |
+ | |
+ |
{ | |
"pools": [ | |
{ | |
"url": "stratum+tcp://eu.multipool.us:7777", | |
"user": "chrisns.HOSTNAME", | |
"pass": "x" | |
}, | |
{ | |
"url": "stratum+tcp://eu2.multipool.us:7777", | |
"user": "chrisns.HOSTNAME", |
#!/usr/bin/env python | |
# Based on the Gmail appindicator from | |
# http://conjurecode.com/create-indicator-applet-for-ubuntu-unity-with-python/ | |
import sys | |
import os | |
import gtk | |
import appindicator | |
import requests |
{ | |
"location1": { | |
"lon": 12, | |
"lat": 30, | |
"radius": 10, // distance in km | |
"playlist" : { | |
"audiofile1":null, | |
"audiofile2":null | |
} | |
}, |
import sys | |
class TeamcityServiceMessages: | |
quote = {"'": "|'", "|": "||", "\n": "|n", "\r": "|r", ']': '|]'} | |
messages = [] | |
def __init__(self, output=sys.stdout, prepend_linebreak=False, buffer_output=True): | |
self.output = output | |
self.prepend_linebreak = prepend_linebreak | |
self.buffer_output = buffer_output |
I hereby claim:
To claim this, I am signing this object: