I hereby claim:
- I am bbredewold on github.
- I am bbredewold (https://keybase.io/bbredewold) on keybase.
- I have a public key ASA5QWoEt8jh-rOpxV2aT7Iy6y8vpQL7KQvwO2HYEmnfxQo
To claim this, I am signing this object:
<?php | |
$arr = []; | |
$loopTime = now(); | |
$counter = 0; | |
foreach ($arr as $i) { | |
if ($counter % 10 === 0) { | |
Log::driver('service')->info('EMPL', [ |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- synchronize | |
- ready_for_review | |
jobs: | |
transition-issue: | |
name: Transition to Review |
I hereby claim:
To claim this, I am signing this object:
FROM debian:latest | |
MAINTAINER Bert Bredewold <[email protected]> | |
RUN echo "deb http://http.debian.net/debian jessie-backports main" >> /etc/apt/sources.list.d/backports.list \ | |
&& apt-get -y update && apt-get install -y \ | |
build-essential \ | |
curl \ | |
php5-cli \ | |
git \ | |
git-ftp \ |
{ | |
"always_show_minimap_viewport": true, | |
"auto_complete": true, | |
"auto_indent": true, | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-OceanicNext.tmTheme", | |
"draw_indent_guides": true, | |
"draw_white_space": true, | |
"font_face": "InputMonoNarrow", |
.site_wall_sharp{ | |
position: fixed; | |
top:0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: url('../img/ma_back.jpg') no-repeat center center scroll; // OPLOSSING VOOR IOS :) | |
-webkit-background-size: cover; | |
-moz-background-size: cover; |