https://github.com/ldionne/cppcon-2014-hana
Presentation on Boost.Hana for CppCon 2014
https://github.com/ldionne/cppcon-2014-hana
cppcon hana talk
Last synced: about 2 months ago
JSON representation
Presentation on Boost.Hana for CppCon 2014
- Host: GitHub
- URL: https://github.com/ldionne/cppcon-2014-hana
- Owner: ldionne
- Created: 2014-08-26T15:32:22.000Z (almost 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-08-30T14:54:02.000Z (almost 8 years ago)
- Last Synced: 2025-01-28T18:49:26.202Z (over 1 year ago)
- Topics: cppcon, hana, talk
- Language: JavaScript
- Homepage:
- Size: 965 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains my presentation for [CppCon 2014](http://cppcon.org).
The presentation is based on [reveal.js](https://github.com/hakimel/reveal.js).
## Basic usage
Go to https://ldionne.github.io/cppcon-2014-hana or open index.html with
your browser.
## Advanced usage
```sh
npm install # may take a little while
grunt serve &
```
Then connect to `localhost:8000` to view locally.