Skip to content

Instantly share code, notes, and snippets.

return join(twist(wordsIn(string)), SPACE);
public class NonBuildingStoryReporterBuilder extends StoryReporterBuilder {
@Override
public Map<String, StoryReporter> build(List<String> storyPaths) {
return new HashMap<String, StoryReporter>();
}
}
@alexbepple
alexbepple / google-calendar.css
Created September 13, 2011 06:38
Slim down Google Calendar
#srreg {
top: -1px;
}
#vr-header {
height: 27px;
}
#vr-header .domainlogo {
visibility: hidden;
@alexbepple
alexbepple / gist:5296282
Created April 2, 2013 21:16
prep for JS TDD

Set up PHPUnit

Upgrade PEAR itself:

$ pear install PEAR

Do not use pear upgrade. For me, this installed a version of pear.symfony-project.com/YAML that is incompatible with PHPUnit 3.6.

Install PHPUnit

'href="/currency/foo>abc</a></td><td class="baz">Currency abc</td>' +
'href="/currency/foo>xyz</a></td><td class="baz">Currency xyz</td>'
'<div id="converter_results"><ul><li><b>1 x = 2 y</b>'

Markdown in aller Kürze

Markdown ist eine leichtgewichtige Markup-Sprache.

Markdown-Dateien sind reine Text-Dateien und auch in dieser Form gut für Menschen lesbar. Wenn man hübschere Formatierungen will, braucht man ein Tool.

Auf Windows startet man gut mit dem

@alexbepple
alexbepple / index.md
Last active November 16, 2015 10:37
TDD mit Python und Django
@alexbepple
alexbepple / README.md
Last active January 19, 2017 05:04
A retrospective primer
@alexbepple
alexbepple / Schnitt-von-User-Stories.md
Last active August 29, 2015 14:28
Schnitt von User Stories

Grundidee von User Stories und ihre Bedeutung für die Agile Produktentwicklung

User Stories sind fachliche Einheiten, die Wert für Kunden repräsentieren. Dabei sind Kunden sowohl Benutzer als auch andere Stakeholder wie Support.

A story should be understandable to customers and developers, testable [and] valuable to the customer […].
– Kent Beck & Martin Fowler: Planning Extreme Programming

User Stories sind die Einheiten, in denen agile Entwicklung voranschreitet.