https://github.com/ldionne/cppcon-2015-hana
Presentation on Hana and metaprogramming for CppCon 2015
https://github.com/ldionne/cppcon-2015-hana
cppcon hana talk
Last synced: 6 months ago
JSON representation
Presentation on Hana and metaprogramming for CppCon 2015
- Host: GitHub
- URL: https://github.com/ldionne/cppcon-2015-hana
- Owner: ldionne
- License: other
- Created: 2015-09-21T14:55:07.000Z (about 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-08-29T17:15:58.000Z (about 7 years ago)
- Last Synced: 2025-04-16T01:16:33.517Z (6 months ago)
- Topics: cppcon, hana, talk
- Language: CSS
- Size: 1.53 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Presentation on [Hana][] for [CppCon][] 2015
This repository contains my [reveal.js][]-based presentation on Hana for
CppCon 2015.## Basic usage
Go to https://ldionne.github.io/cppcon-2015-hana or open `index.html` with
your browser.## Advanced usage
From the root of the repository,
```sh
npm install
grunt serve &
```and then connect to `localhost:8000` to view locally.
## Notes to my future self
`index.html` is generated from `index.in.html`. To generate `index.html`,
```sh
mkdir build
cd build
cmake ..
make index
```[CppCon]: http://cppcon.org
[Hana]: https://github.com/ldionne/hana
[reveal.js]: https://github.com/hakimel/reveal.js