I hereby claim:
- I am dominikkukacka on github.
- I am dominikkukacka (https://keybase.io/dominikkukacka) on keybase.
- I have a public key ASCzycmN4VaOTUUq4cqzn_mrpUgxuHVjXfiINY625p311Qo
To claim this, I am signing this object:
| -- phpMyAdmin SQL Dump | |
| -- version 4.8.2 | |
| -- https://www.phpmyadmin.net/ | |
| -- | |
| -- Host: maindb | |
| -- Generation Time: Aug 13, 2018 at 10:56 AM | |
| -- Server version: 5.7.23 | |
| -- PHP Version: 7.2.6 | |
| SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; | 
| {} | 
I hereby claim:
To claim this, I am signing this object:
| [ | |
| 'Socialist Republic of Vietnam', | |
| 'Republic of Mozambique', | |
| 'Slovak Republic', | |
| 'Saint Lucia', | |
| 'Montenegro', | |
| 'Union of Burma', | |
| 'Kingdom of Bhutan', | |
| 'Bhutan', | |
| 'Panama', | 
Spinning of the rods is illegal.
Spinning is defined as the rotation of any soccer figure more than 360 degrees before or more than 360° after striking the ball. In calculating the 360° you do not add the degrees spun prior to striking the ball to the degrees spun after striking the ball.
| image: bradrydzewski/php:5.4 | |
| services: | |
| - mysql:5.5 | |
| # - redis | |
| notify: | |
| email: | |
| recipients: | |
| - [email protected] | 
| #!/bin/bash | |
| # prevents direct commits to develop and master branch | |
| forbidden_branches=('develop' 'master') | |
| function current_branch() { | |
| echo `git rev-parse --abbrev-ref=strict HEAD | sed -n 1,1p` | |
| } | 
| ----------------- | |
| | BUILD ERROR | | |
| ----------------- | |
| Here are the last 10 lines from the log: | |
| ----------------------------------------- | |
| /tmp/php-build/source/5.4.22/ext/curl/interface.c: In function ‘_php_curl_setopt.isra.10’: | |
| /tmp/php-build/source/5.4.22/ext/curl/interface.c:1879:14: warning: call to ‘_curl_easy_setopt_err_long’ declared with attribute warning: curl_easy_setopt expects a long argument for this option [enabled by default] | |
| /tmp/php-build/source/5.4.22/ext/curl/interface.c:2014:4: warning: call to ‘_curl_easy_setopt_err_progress_cb’ declared with attribute warning: curl_easy_setopt expects a curl_progress_callback argument for this option [enabled by default] | 
| sudo aptitude update | |
| sudo aptitude install git htop vim zsh | |
| useradd -m -G sudo -s /usr/bin/zsh dominik && passwd dominik | |
| curl -L http://install.ohmyz.sh | sh | |
| cd ~/.oh-my-zsh/themes | |
| cp robbyrussell.zsh-theme mytheme.zsh-theme | |
| PROMPT="PROMPT='%{\$fg_bold[white]%}%M %{\$fg_bold[red]%}➜ %{\$fg_bold[green]%}%p %{\$fg[cyan]%}%c %{\$fg_bold[blue]%}\$(git_prompt_info)%{\$fg_bold[blue]%} % %{$reset_color%}'" | |
| sed -i "2s/.*/$PROMPT/" mytheme.zsh-theme | 
| <?php | |
| namespace XXXX\MediaToolBundle\Entity; | |
| use Doctrine\ORM\Mapping as ORM; | |
| /** | |
| * @ORM\Entity | |
| * @ORM\Table(name="faqs") |