Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)".
- Host: GitHub
- URL: https://github.com/tommy-muehle/keynote-defensive-programming
- Owner: tommy-muehle
- Created: 2017-05-19T05:34:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-21T19:12:07.000Z (over 7 years ago)
- Last Synced: 2024-10-29T14:19:45.685Z (3 months ago)
- Topics: keynote, snippets
- Language: PHP
- Homepage: https://speakerdeck.com/tommymuehle/defensive-programming
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```