rails _3.2.13_ new smitecamp
bundle install
rails g scaffold champion name:string title:string hp:integer release_date:date
rake db:migrate
rails _3.2.13_ new smitecamp
bundle install
rails g scaffold champion name:string title:string hp:integer release_date:date
rake db:migrate
| int cantidadTotalDePanes = 20; | |
| int panesPorCliente = 3; | |
| while (cantidadTotalDePanes > 0) { | |
| if (cantidadTotalDePanes > panesPorCliente) { | |
| Console.WriteLine("Entrego a cliente " + panesPorCliente + " panes."); | |
| cantidadTotalDePanes -= panesPorCliente; | |
| } else { | |
| // Ya no tiene suficientes panes. | |
| } |
Nombre de Plugin: dialogue
URL: https://moodle.org/plugins/view.php?plugin=mod_dialogue
Documentacion de Plugin Oficial: http://docs.moodle.org/dev/Dialogue_2.0_specificatino
===========================================================================================
#Base de Datos
| Nombre de Plugin: **dialogue** | |
| URL: [https://moodle.org/plugins/view.php?plugin=mod_dialogue](https://moodle.org/plugins/view.php?plugin=mod_dialogue) | |
| Documentacion de Plugin Oficial: [http://docs.moodle.org/dev/Dialogue_2.0_specificatino](http://docs.moodle.org/dev/Dialogue_2.0_specificatino) | |
| =========================================================================================== | |
| #Base de Datos |
| Host Name IP Address/URL Record Type | |
| @ http://www.YOUR-DOMAIN.com URL Redirect | |
| www heroku-app-name.herokuapp.com CNAME (alias) |
| Pentastream::Application.routes.draw do | |
| get "streams/index" | |
| get "streams/updateall" | |
| root :to => 'streams#index' | |
| end |
| This is some text. | |
| And *another* text. | |
| public class Foo | |
| { | |
| public string Person { get; set; } | |
| } | |
| Toodles! |