I hereby claim:
- I am kj187 on github.
- I am juliankleinhans (https://keybase.io/juliankleinhans) on keybase.
- I have a public key ASCz8FXc8Ubr7t0u6CzD_TbtNm3h6ohbYE4M7H2sYpayyQo
To claim this, I am signing this object:
| ### Keybase proof | |
| I hereby claim: | |
| * I am kj187 on github. | |
| * I am kj187 (https://keybase.io/kj187) on keybase. | |
| * I have a public key ASAbBERgRA_icYGB6Y3Nmn-3KEzDxSn0U0i-KNYaW8S2_go | |
| To claim this, I am signing this object: |
| RESTORE=$(echo -en '\033[0m') | |
| RED=$(echo -en '\033[00;31m') | |
| GREEN=$(echo -en '\033[00;32m') | |
| YELLOW=$(echo -en '\033[00;33m') | |
| BLUE=$(echo -en '\033[00;34m') | |
| MAGENTA=$(echo -en '\033[00;35m') | |
| PURPLE=$(echo -en '\033[00;35m') | |
| CYAN=$(echo -en '\033[00;36m') | |
| LIGHTGRAY=$(echo -en '\033[00;37m') | |
| LRED=$(echo -en '\033[01;31m') |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| ## Converting a CloudFormation Template from JSON to YAML | |
| ## Script copyright: http://blog.flux7.com/how-to-convert-a-cloudformation-template-from-json-to-yaml | |
| ## | |
| ## Example: | |
| ## $ python converter.py --json my-stack.template --yaml my-stack.yaml | |
| import yaml | |
| import json |
| Verifying that +kj187kj is my blockchain ID. https://onename.com/kj187kj |
| #!/bin/bash | |
| NAME=dashing | |
| DASHING_PORT=3030 | |
| DASHING_DIR=$2 | |
| PID_DIR=$DASHING_DIR/tmp/pids | |
| PIDFILE=$PID_DIR/thin.pid | |
| GEM_HOME=$GEM_HOME |
| <GetListItems xmlns="http://schemas.microsoft.com/sharepoint/soap/"> | |
| <listName>{E2C5D12A-7EBA-4BD9-9BF2-024A0628E8A2}</listName> | |
| <rowLimit>10000</rowLimit> | |
| <query><Query><Where><Eq><FieldRef Name="Kontakt" /><Value Type="Lookup" LookupId="TRUE">314</Value></Eq></Where></Query></query> | |
| <queryOptions xmlns:SOAPSDK9="http://schemas.microsoft.com/sharepoint/soap/" > | |
| <QueryOptions> | |
| </QueryOptions> | |
| </queryOptions> |
| #Step 1: | |
| $this->objectManager = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Extbase\\Object\\ObjectManager'); | |
| $this->configurationManager = $this->objectManager->get('TYPO3\\CMS\\Extbase\\Configuration\\ConfigurationManager'); | |
| #Step 2: | |
| Call $this->getStandaloneView(array('job' => $job), 'Pdf/Email.html')->render(); | |
| /** |
| <?php | |
| namespace Thybag; | |
| /** | |
| * SharepointAPI | |
| * | |
| * Simple PHP API for reading/writing and modifying SharePoint list items. | |
| * | |
| * @author Carl Saggs | |
| * @version 2012.12.24 |