Skip to content

Instantly share code, notes, and snippets.

View rockdog's full-sized avatar
:octocat:
Hire me. Free capacity: 1 day/week.

Sven Steinheißer rockdog

:octocat:
Hire me. Free capacity: 1 day/week.
  • Yelp Inc.
  • Hamburg, Germany
View GitHub Profile
@rockdog
rockdog / docker-compose.yaml
Created October 27, 2017 20:41
Drupal Compose Example
version: '3'
services:
web:
image: drupal:8.4-apache
volumes:
- drupal-modules:/var/www/html/modules
- drupal-profiles:/var/www/html/profiles
- drupal-themes:/var/www/html/themes
ports:
<snippet>
<content><![CDATA[import ipdb;ipdb.set_trace()]]></content>
<!-- Optional: Tab trigger to activate the snippet -->
<tabTrigger>ipdb</tabTrigger>
<!-- Optional: Scope the tab trigger will be active in -->
<scope>source.python</scope>
<!-- Optional: Description to show in the menu -->
<description>Import IPython debugger</description>
</snippet>
@rockdog
rockdog / gist:4257784
Created December 11, 2012 11:01
Enable TTL and set default TTL for ElasticSearch/Graylog2
curl -XPUT "http://localhost:9200/graylog2/message/_mapping" -d'{"message": {"_ttl" : { "enabled" : true, "default" : "7d" }}}'
{
"status": {
"version": 1,
"code": 201,
"errors": {}
},
"request": {
"name": "Das Schnitzelhaus",
"street": "Am Au\u00dfenhafen 6a",
"zipcode": "16240",
{
"status": {
"version": 1,
"code": 200,
"errors": {}
},
"request": {
"id": "99"
},
"response": {
{
"status": {
"version": 1,
"code": 200,
"errors": {}
},
"request": {
"location": "Jungernstieg 1, 20095 Hamburg"
},
"response": [
@rockdog
rockdog / de.yml
Created August 12, 2011 13:00
German translations for will_paginate
de:
will_paginate:
previous_label: "&#8592; zur&uuml;ck"
next_label: "weiter &#8594;"
page_gap: "&hellip;"
page_entries_info:
single_page:
zero: "Keine %{model} gefunden"
one: "Zeige 1 %{model}"