I hereby claim:
- I am cfoellmann on github.
- I am cfoellmann (https://keybase.io/cfoellmann) on keybase.
- I have a public key whose fingerprint is 3B7F 6B3C 54BF 0A75 C8D9 BF27 896B 7AEE BBC5 717A
To claim this, I am signing this object:
const apiUrl = "https://www.ai-fitness.de/studios/castrop-rauxel" | |
let widget = await createWidget() | |
widget.backgroundColor = new Color("#777777") | |
if (!config.runsInWidget) { | |
await widget.presentSmall() | |
} | |
Script.setWidget(widget) | |
Script.complete() |
# Description: Boxstarter Script | |
# Author: Jess Frazelle <[email protected]> | |
# Last Updated: 2017-09-11 | |
# | |
# Install boxstarter: | |
# Set-ExecutionPolicy RemoteSigned | |
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force | |
# | |
# You might need to set: Set-ExecutionPolicy RemoteSigned | |
# |
filter: | |
excluded_paths: | |
- 'languages/*' | |
- 'lib/*' | |
- 'tests/*' | |
paths: | |
- 'inc/*' | |
- '*' | |
tools: | |
php_cpd: |
Index: domain_mapping.php | |
=================================================================== | |
--- domain_mapping.php (revision 688919) | |
+++ domain_mapping.php (working copy) | |
@@ -685,7 +685,7 @@ | |
} | |
function redirect_to_mapped_domain() { | |
- global $current_blog, $wpdb; | |
+ global $current_blog, $wpdb, $wp_customize; |
PS D:\chocolatey-test-environment> vagrant up > provision.log | |
The following WinRM command responded with a non-zero exit status. | |
Vagrant assumes that this means the command failed! | |
powershell -ExecutionPolicy Bypass -OutputFormat Text -file c:\tmp\vagrant-shell.ps1 | |
Stdout from the command: | |
I hereby claim:
To claim this, I am signing this object:
<# | |
# ============================================================================== | |
# | |
# Varying Vagrant Vagrants for Windows | |
# | |
# ============================================================================== | |
@todo VBoxManage extpack install <.vbox-extpack> --replace # https://www.virtualbox.org/manual/ch08.html#vboxmanage-extpack | |
#> |
[28-Jul-2014 09:30:06 UTC] PHP Parse error: syntax error, unexpected end of file in /srv/www/wpmu-trunk/wp-content/themes/zephyr/includes/theme-template.php on line 281 |
<?php | |
class EventsConnector { | |
var $events_calendar; | |
public function __construct() { | |
$this->events_calendar = 'the-events-calendar/the-events-calendar.php'; | |
$events_calendar_pro = WP_PLUGIN_DIR . '/events-calendar-pro/events-calendar-pro.php'; |