An open API service indexing awesome lists of open source software.

https://github.com/tommy-muehle/keynote-why-setters-are-bad

Code snippets for my keynote "Why setters are bad".
https://github.com/tommy-muehle/keynote-why-setters-are-bad

keynote snippets

Last synced: 4 months ago
JSON representation

Code snippets for my keynote "Why setters are bad".

Awesome Lists containing this project

README

          

# Keynote - Why setters are bad

Code snippets for my keynote ["Why setters are bad"](https://speakerdeck.com/tommymuehle/why-setters-are-bad).

## Requirements

* [highlight](http://www.andre-simon.de/doku/highlight/highlight.php)
* [personal theme](https://github.com/tommy-muehle/my-highlight-theme)

## Usage

```
cat some-slide.php | tail -n +2 > highlight.php | highlight -f -O rtf highlight.php --font-size 28 --style my-personal | pbcopy && rm highlight.php
```