https://github.com/rhcarvalho/talks
Some of my talks
https://github.com/rhcarvalho/talks
slides slideshare talks
Last synced: 8 months ago
JSON representation
Some of my talks
- Host: GitHub
- URL: https://github.com/rhcarvalho/talks
- Owner: rhcarvalho
- Created: 2013-02-28T17:11:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-05-04T16:25:52.000Z (about 5 years ago)
- Last Synced: 2025-05-05T14:42:03.284Z (about 1 year ago)
- Topics: slides, slideshare, talks
- Language: Go
- Size: 33.9 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My talks
========
This repository holds some of my (recent) talks.
Slideshare
----------
Since you're here, you might be interested in checking out [my slides on Slideshare](http://slideshare.net/rhcarvalho).
## present tool
Some of the slides are made to be presented using Go's [present](https://godoc.org/golang.org/x/tools/present) tool.
To install:
```
go get golang.org/x/tools/cmd/present
```
To run:
```
present
```