This is the reference point. All the other options are based off this.
|-- app
|   |-- controllers
|   |   |-- admin
| <div ng-app="APP" ng-controller="MainController"> | |
| <select> | |
| <option ng-repeat="h_m in [] | time:8:20:15">{{h_m}}</option> | |
| </select> | |
| </div> | 
| #!/bin/bash | |
| # install latest version from jenkins-ci.org on centos 7 | |
| wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo | |
| rpm --import https://jenkins-ci.org/redhat/jenkins-ci.org.key | |
| #update and install | 
| # Copyright (c) 1993-2009 Microsoft Corp. | |
| # | |
| # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. | |
| # | |
| # This file contains the mappings of IP addresses to host names. Each | |
| # entry should be kept on an individual line. The IP address should | |
| # be placed in the first column followed by the corresponding host name. | |
| # The IP address and the host name should be separated by at least one | |
| # space. | |
| # | 
| <?xml version="1.0" encoding="UTF-8"?> | |
| <persistence xmlns="http://xmlns.jcp.org/xml/ns/persistence" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd" | |
| version="2.1"> | |
| <persistence-unit name="PUnombre" transaction-type="JTA"> | |
| <jta-data-source>jdbc/recurso</jta-data-source> | |
| <properties> | 
| upstream moodle-app { | |
| server ip/domainname/dockername; | |
| } | |
| # creando una zona de memoria de 10 megas para IP's | |
| # taza de concurrencia a 1 solicitud por segundo | |
| # limit_req_zone $binary_remote_addr zone=admin:10m rate=10r/s; | |
| server { | |
| listen 80; | |
| server_name escuela.dominio.com; | 
| <div class="form-group required"> | |
| <label class="col-md-2"> </label> <!-- remove class control-label --> | |
| <div class="col-md-4"> | |
| <div class="checkbox"> | |
| <label class='control-label'> <!-- use this class as the red * will be after control-label --> | |
| <input class="" id="id_tos" name="tos" required="required" type="checkbox" /> I have read and agree to the Terms of Service | |
| </label> | |
| </div> | |
| </div> | |
| </div> | 
I hereby claim:
To claim this, I am signing this object:
| import uk.co.caprica.vlcjinfo.MediaInfo; | |
| import uk.co.caprica.vlcjinfo.Section; | |
| import uk.co.caprica.vlcjinfo.Sections; | |
| public class Ejemplo { | |
| public static void main(String[] args) { | |
| System.setProperty("jna.library.path", "C:\\Program Files\\MediaInfo"); //windows path | |
| MediaInfo media = MediaInfo.mediaInfo("C:\\Videos\\yourVideo.mp4"); | |
| Sections sections = media.sections("Video"); | 
| sudo apt-get install ruby2.0 ruby2.0-dev | |
| sudo apt-get install zlib1g-dev | |
| sudo gem2.0 install jekyll | |