This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# Implementación sencilla de un clon de cURL para utilizar en el examen. | |
# El script debe invocarse como un ejecutable (deberás darle permisos | |
# de ejecución con `chmod +x curl.rb`) y espera recibir los siguientes | |
# argumentos: | |
# - La URL a la cual realizar la petición | |
# - El método http a utilizar (opcional), que puede ser GET, POST o | |
# DELETE (si se omite se considera GET). | |
# - El cuerpo de la petición a realizar (opcional, sólo aplica en caso |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%- ... -%> | |
<h1> | |
Detalles del docente <%= display_teacher(@teacher) -%> | |
</h1> | |
<%- ... -%> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oid, mortales, el grito sagrado: | |
"Libertad, libertad, libertad!" | |
Oid el ruido de rotas cadenas, | |
ved en trono a la noble igualdad. | |
Ya su trono dignisimo abrieron | |
las Provincias Unidas del Sud | |
y los libres del mundo responden: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
El área de un triángulo de base = 8.09 y altura = 12.113 es de 48.997085 | |
El área de un rectángulo de base = 10293 y altura = 71.981 es de 740900.433000 | |
El área de un cuadrado de lado = 123896.1 es de 15350243595.210001 | |
El área de un rombo de diagonal mayor = 9.9001 y diagonal menor = 0.001 es de 0.009900 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# vim:ft=zsh ts=2 sw=2 sts=2 | |
# Original theme taken from https://github.com/jackharrisonsherlock/common - all credit goes to @jackharrisonsherlock | |
# Just copied this to further customize it. | |
# Prompt symbol | |
COMMON_PROMPT_SYMBOL="❯" | |
# Left Prompt | |
PROMPT='$(common_host)$(common_current_dir)$(common_rb_version)$(common_return_status)' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function rt { | |
_rt_run_rake $* | |
} | |
function crt { | |
export COVERAGE=true | |
_rt_run_rake $* | |
} | |
function _rt_cleanup { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Ejemplo (acotado) de uso de icalendar | |
# | |
import icalendar | |
from datetime import date | |
# Creo un evento | |
event = icalendar.cal.Event() | |
# Especifico la fecha de inicio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* TbForm class file. | |
* | |
* Support for Yii formbuilder | |
* @link <http://www.yiiframework.com/doc/guide/1.1/en/form.builder> | |
* | |
* Usage: | |
* | |
* 1. Create a CForm model |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Keep an updated local copy of Ruby on Rails | |
# and use it to run commands, rather than the | |
# version you might have installed as a gem | |
# on your system | |
# | |
# @author ncuesta | |
# Customize this with your own fork |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<i class="macbook"></i> |
NewerOlder