Skip to content

Instantly share code, notes, and snippets.

View sanduhrs's full-sized avatar

Stefan Auditor sanduhrs

View GitHub Profile

Keybase proof

I hereby claim:

  • I am sanduhrs on github.
  • I am sanduhrs (https://keybase.io/sanduhrs) on keybase.
  • I have a public key whose fingerprint is 5F31 6783 D63C 81B1 C395 F760 CCD3 3806 C8AA 14C9

To claim this, I am signing this object:

@sanduhrs
sanduhrs / drupal-PSA-003-check.sh
Created April 26, 2018 04:23 — forked from jerbob92/drupal-PSA-003-check.sh
Check whether Drupal 7.59 and 8.5.3 are released
#!/bin/sh
url="https://ftp.drupal.org/files/projects/drupal-7.59.zip";
if curl --output /dev/null --silent --head --fail "$url"; then
echo "URL exists: $url";
else
echo "URL does not exist: $url";
fi;
url="https://ftp.drupal.org/files/projects/drupal-8.5.3.zip";
@sanduhrs
sanduhrs / README-Template.md
Created April 25, 2018 11:04 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@sanduhrs
sanduhrs / InboundWebhookSubscriber.php
Created September 3, 2016 06:32 — forked from grayside/InboundWebhookSubscriber.php
Webhook Migrate Non-blocking Subscriber Implementation
<?php
namespace Drupal\webhook_migrate\EventSubscriber;
use Drupal\webhook_migrate\MigrateRunner;
use Drupal\webhooks\EventSubscriber\NonBlockingSubscriberBase;
use Drupal\webhooks\Webhook;
use Drupal\webhooks\WebhookRelayQueue;
use Drupal\migrate\Plugin\MigrationInterface;
use Drupal\Core\Lock\LockBackendInterface;

Keybase proof

I hereby claim:

  • I am sanduhrs on github.
  • I am sanduhrs (https://keybase.io/sanduhrs) on keybase.
  • I have a public key whose fingerprint is 5F31 6783 D63C 81B1 C395 F760 CCD3 3806 C8AA 14C9

To claim this, I am signing this object:

@sanduhrs
sanduhrs / gist:a1b3b59d4b03ab203bec
Last active August 29, 2015 14:18
webgrind arch
# Maintainer: Julio Napurí <julionc@gmail.com>
pkgname=webgrind
pkgver=1.0
pkgrel=1
pkgdesc='Xdebug Profiling Web Frontend in PHP.'
arch=('any')
url='http://code.google.com/p/webgrind/'
license=('BSD')
depends=('php' 'xdebug')
install="${pkgname}.install"
@sanduhrs
sanduhrs / rmtoo-python-to-python2.patch
Created July 25, 2014 08:52
arch rmtoo python to python2
diff --git a/bin/rmtoo b/bin/rmtoo
index d98ead1..2578d75 100755
--- a/bin/rmtoo
+++ b/bin/rmtoo
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
#
# Requirement Management Toolset
#