Skip to content

Instantly share code, notes, and snippets.

View bbredewold's full-sized avatar
🖖

Bert Bredewold bbredewold

🖖
  • The Netherlands
  • 07:15 (UTC +02:00)
View GitHub Profile
<?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
@bbredewold
bbredewold / keybase.md
Created December 19, 2019 08:11
Keybase

Keybase proof

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:

@bbredewold
bbredewold / Dockerfile
Created June 14, 2016 12:36
Dockerfile Webdevelopment Deployment
FROM debian:latest
MAINTAINER Bert Bredewold <bbredewold@intothesource.com>
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 \
@bbredewold
bbredewold / Preferences.sublime-settings
Last active March 15, 2016 13:37
Sublime Text - My Settings :)
{
"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",
@bbredewold
bbredewold / IOS Fixed Wallpaper Fix
Created October 23, 2014 13:17
Fixed wallpapers in IOS
.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;