I hereby claim:
- I am vonglasow on github.
- I am vonglasow (https://keybase.io/vonglasow) on keybase.
- I have a public key ASBv3El-jKzrU2HplPL5YGTvOuIMxDxbgQygb_lBVBJAuQo
To claim this, I am signing this object:
| if $COLORTERM == 'gnome-terminal' | |
| set t_Co=256 | |
| endif | |
| syntax on | |
| set autoindent | |
| set backspace=indent,eol,start | |
| set browsedir=buffer | |
| set cmdheight=1 | |
| set completeopt=menu,preview |
| add_newline = false | |
| [battery] | |
| full_symbol = "🔋" | |
| charging_symbol = "⚡️" | |
| discharging_symbol = "💀" | |
| [cmd_duration] | |
| min_time = 4 | |
| format = "[$duration]($style) " |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "name": "zfcampus/zf-apigility-skeleton", | |
| "description": "Skeleton Application for Apigility", | |
| "type": "library", | |
| "license": "BSD-3-Clause", | |
| "keywords": [ | |
| "api", | |
| "apigility", | |
| "framework", | |
| "zf2" |
| <?php | |
| /** | |
| * @tags foo | |
| */ | |
| class test extends \atoum | |
| { | |
| /** | |
| * @tags bar | |
| */ |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| echo "" | |
| # Root check | |
| if [[ "$UID" -ne 0 ]]; then | |
| echo "!! This script requires root privileges. sudo ./create_koken.sh" | |
| echo "" | |
| exit | |
| fi |
| <?xml version="1.0"?> | |
| <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> | |
| <xs:element name="coverage"> | |
| <xs:complexType> | |
| <xs:sequence> | |
| <xs:element name="file" minOccurs="0" maxOccurs="unbounded"> | |
| <xs:complexType> | |
| <xs:sequence> | |
| <xs:element name="lineToCover" minOccurs="0" maxOccurs="unbounded"> |
| $sampler = new \Hoa\Compiler\Llk\Sampler\Coverage( | |
| \Hoa\Compiler\Llk\Llk::load( | |
| new \Hoa\File\Read($file->getPathName()) | |
| ), | |
| new \Hoa\Regex\Visitor\Isotropic( | |
| new \Hoa\Math\Sampler\Random() | |
| ) | |
| ); | |
| $json = array(); |
| #!/bin/sh | |
| # PRE-COMMIT HOOK | |
| # | |
| # The pre-commit hook is invoked before a Subversion txn is | |
| # committed. Subversion runs this hook by invoking a program | |
| # (script, executable, binary, etc.) named 'pre-commit' (for which | |
| # this file is a template), with the following ordered arguments: | |
| # | |
| # [1] REPOS-PATH (the path to this repository) |