Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tommy-muehle/keynote-defensive-programming

Code snippets for my keynote "Defense programming (with PHP)".
https://github.com/tommy-muehle/keynote-defensive-programming

keynote snippets

Last synced: about 1 month ago
JSON representation

Code snippets for my keynote "Defense programming (with PHP)".

Awesome Lists containing this project

README

        

# keynote-defense-programming
Code snippets for my keynote "Defensive programming (with PHP)".

## 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
```