/talk-empresas-e-startups-filhas-do-ic-unicamp

Palestra apresentada na Unicmap de Portas Abertas de 2011

Primary LanguageRubyOtherNOASSERTION

Empresas e startups filhas do IC/Unicamp - Unicamp de Portas Abertas / UPA 2011

This is the source code of the slides I used for my talk "Empresas e startups filhas do IC/Unicamp" (Companies and startups originated at IC/Unicamp) at Unicamp de Portas Abertas event, in 2011.

Usage

If you want to run this presentation, you should first get it from Github and then run the ShowOff server:

$ git clone git://github.com/panaggio/talk-empresas-e-startups-filhas-do-ic-unicamp.git
$ cd talk-empresas-e-startups-filhas-do-ic-unicamp
$ 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.

Requirements

If you want to see these slides from source, you should install ShowOff first:

$ gem install showoff

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.

Redistribution

These slide were made for my talk on Unicamp de Portas Abertas in 2011. 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).

Contribute

Found a typo? Maybe a bug? Any broken link? Are you an expert in computer science and saw a huge mistake of mine? Want to see improvements on it? Do you disagree with me and want to see an update on these slides?

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 message via github website:
    1. signup and login to github
    2. go to my page on github
    3. click "Message"
  • send a bug on github's issue tracker:
    1. signup and login to github
    2. go to the issue tracker
    3. click "Create Issue"
  • make the changes yourself:
    1. signup and login to github
    2. go to the talk's page
    3. fork this repo: click "Fork"
    4. make your changes
    5. send a pull request.