Skip to content

Instantly share code, notes, and snippets.

View apepper's full-sized avatar

Alexander Pepper apepper

View GitHub Profile
@apepper
apepper / package.json
Created October 11, 2017 09:54
Minimal striptags bugreport
{
"name": "minimal_striptags",
"description": "Minimal striptags",
"devDependencies": {
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-preset-env": "1.6.0",
"uglifyjs-webpack-plugin": "1.0.0-beta.2",
"striptags": "3.1.0",
"webpack": "3.6.0"
@apepper
apepper / elasticsearch_2.x.mdown
Last active May 24, 2016 08:18
Summary of Elasticsearch 2.x release notes
@apepper
apepper / spaces.rb
Created May 8, 2015 08:34
Non-breaking spaces in Ruby method and variable names
# encoding: UTF-8
def  ( )
puts  
end
  %|Hello World|

Travis-CI Golden-Ticket

Was ist Travis?

Wie wird Travis eingerichtet?