[ Launch: Drag and Drop Container Divs ] 60954c6f83d752569254 by drewsonne[ Launch Inlet ]Gist #3200444
This file contains 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 | |
/** | |
* Log memory usage. | |
* | |
* Makes use of {@link https://gist.github.com/1849563 _log} and {@link https://gist.github.com/2880386 formatMemory}. | |
* | |
* @author Craig Anderson <[email protected]> | |
* @link https://gist.github.com/3336985 | |
*/ | |
protected function _logMemoryUsage() |
[ Launch: Drag and Drop Container Divs ] 029f9311ae66ba4893c0 by drewsonne[ Launch: Drag and Drop Container Divs ] 60954c6f83d752569254 by drewsonne[ Launch Inlet ]Gist #3200444
This file contains 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
#!/bin/bash | |
# SSH into a Vagrant VM, forwarding ports in a way that allows node within Vagrant to be debugged by a debugger | |
# or IDE in the host operating system. Don't know why, but Vagrantfile port forwarding does not work. | |
# (https://groups.google.com/forum/#!topic/vagrant-up/RzPooJ0dp6Q) | |
# Usage: | |
# vagrant-ssh-node [port] | |
PORT="$1" |
How to do type hinting in Python2.x. You'll probably need to pip install typing
for the typing package.
I hereby claim:
- I am drewsonne on github.
- I am drewsonne (https://keybase.io/drewsonne) on keybase.
- I have a public key whose fingerprint is 5445 C40B 65CD F3E3 1813 70E7 C66F A94B E050 18AC
To claim this, I am signing this object:
This file contains 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
###SAP Individual Contributor License Agreement | |
Thank you for your interest in contributing to open source software projects (“Projects”) made available by SAP SE or its affiliates (“SAP”). This Individual Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to SAP in respect of any of the Projects (collectively “Contributions”). If you have any questions respecting this Agreement, please contact [email protected]. | |
You agree that the following terms apply to all of your past, present and future Contributions. Except for the licenses granted in this Agreement, you retain all of your right, title and interest in and to your Contributions. | |
**Copyright License.** You hereby grant, and agree to grant, to SAP a non-exclusive, perpetual, irrevocable, worldwid |
This file contains 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/bin/env bash | |
# Installation: | |
# brew tap drewsonne/tap | |
# brew install tf-install-provider | |
# | |
# Usage: | |
# Make sure your provider is in your $PATH sommewhere already | |
# Run `tf-install-provider <provider-stub>` | |
# |
This file contains 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
* gocd_pipeline_stage.test: Received HTTP Status '422 Unprocessable Entity': '{ | |
"message": "Validations failed for pipeline 'test-pipeline3'. Error(s): [Validation failed.]. Please correct and resubmit.", | |
"data": { | |
"_links": { | |
"self": { | |
"href": "http://127.0.0.1:8153/go/api/admin/pipelines/test-pipeline3" | |
}, | |
"doc": { | |
"href": "https://api.gocd.org/#pipeline-config" | |
}, |
This file contains 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
{ | |
"pipeline": { | |
"group": "", | |
"_links": { | |
"self": { | |
"href": "http://127.0.0.1:8153/go/api/admin/pipelines/test-pipeline3" | |
}, | |
"doc": { | |
"href": "https://api.gocd.org/#pipeline-config" | |
}, |
OlderNewer