https://gyazo.com/eb5c5741b6a9a16c692170a41a49c858.png

| <%= form_for(:user, :url => {:action => 'create', :controller=>"users"}, :class => "col s12") do |f| %> | |
| <% cities_array = @regiones.map { |city| [city[:nombre], city[:codigo]] } %> | |
| <%= f.select( :region, options_for_select(cities_array), {}, {}) %> | |
| <%= f.label :region %> | |
| <%= f.select(:comuna, [], {}, {}) %> | |
| <%= f.label :comuna %> | |
| <button type="submit" name="action">Siguiente</button> |
Download FFmpeg https://www.ffmpeg.org/download.html FFmpeg is a command line tool, which means there is no GUI. You are going to have to input commands via the keyboard instead of clicking the mouse.
Current Limitations for WebM files on 4chan are:
Maximum file size is 4096KB.
Maximum duration is 300 seconds.
| <!doctype html> | |
| <html lang="es"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Validador de RUT HTML5</title> | |
| </head> | |
| <body> | |
| <form> | |
| <input type="text" id="rut" name="rut" required oninput="checkRut(this)" placeholder="Ingrese RUT"> | |
| <button type="submit">Validar RUT y Enviar Form</button> |
| <?php | |
| /** | |
| * Comprueba si el rut ingresado es valido | |
| * | |
| * @param $rut string | |
| * @return true o false | |
| */ | |
| function valida_rut($rut) |
| /* Estructura y Datos de las Regiones, Provincias */ | |
| /* y Comunas de Chile. */ | |
| /* */ | |
| /* Fecha: Julio 2010 */ | |
| /* Autor: Juan Pablo Aqueveque - juque.cl */ | |
| -- | |
| -- Comunas | |
| -- | |
| DROP TABLE IF EXISTS `comunas`; |