This is the source code of the slides I used for my "Lua first steps" lightning talk in the following events:
- 2012/08/18: Caipira Ágil
If you want to run this presentation, you should first get it from Github and then run the ShowOff server:
$ git clone https://github.com/panaggio/talk-lua-first-steps.git
$ cd talk-lua-first-steps
$ showoff serve
Then you should be able to go to http://localhost:9090 to view the presentation.
Enjoy! :)
This presentation is meant to be run using ShowOff, as said before. See the next section for more info on how to get it.
If you want to see these slides from source, you should install ShowOff first:
$ gem install showoff
Scott Chacon is an awesome guy and created ShowOff, an awesome presentation web app.
For more stuff on ShowOff (like it's requirements and features), see ShowOff repo on github.
These slide were made for my lightning talk. But you can use it for your own study, or for a talk of yours if you want. You just have to give me some credit (see LICENSE.md for more info).
Found a typo? Maybe a bug? Any broken link? Are you an expert in the field and saw a huge mistake of mine? Want to see improvements on it?
Please let me know, to help this work get better! :)
You may want to:
- send me an e-mail: panaggio.ricardo@gmail.com
- send me a tweet: @panaggio
- send me a message via github:
- signup and login to github
- go to my page on github
- click "Message"
- send a bug on github's issue tracker:
- signup and login to github
- go to the issue tracker
- click "Create Issue"
- make the changes yourself:
- signup and login to github
- go to the talk's repository page
- fork this repo: click "Fork"
- make your changes
- send a pull request.