I recently started learning vimscript and while creating some tests with [vader][] i ran into problems while trying to correctly scope functions locally to my script. The thing is, it gets rather messy when you try to invoke a function which is scoped only to the script (s:FunctionName) so i found a question in [stackoverflow][] which helped me generalize a solution at least for my own purposes.
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width" /> | |
<title>REALLY FUCKING SIMPLE Tabs</title> | |
<script src="http://localhost:8080/static/bower_components/jquery/dist/jquery.min.js"></script> | |
<style type="text/css" media="screen"> | |
.hidden { display: none ;} | |
</style> |
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
<!DOCTYPE html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>ale</title> | |
<!-- Latest compiled and minified CSS --> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | |
<style> | |
.wrapper { | |
margin: 1em; | |
padding: 1em; |
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 bash | |
set -e | |
[ ! $# -eq 2 ] && echo need user and worker name && exit 1 | |
user_name=$1 | |
node_name=$2 | |
wget http://www.coinmagi.org/files/m-cpuminer/m-minerd-linux.tar.gz |
- Importancia de la GCS
- Por que se puede retrasar el desarrollo de un software.
- Describa el modelo MOI.
- Tipos de riesgos. Ejemplifique
- Desventajas de LDC con respecto a Punto Fijo por ejemplo.
- Describa mantenimiento adaptativo y perfectivo.
- Realice el camino critico:
tarea | duracion(semanas) | restricciones |
---|
Una facultad cuenta con una base de datos en donde registra la informacin de los finales de las materias. Para ellos tienen una relacion:
Final(cod_materia, nom_materia, fecha_final, anio_materia, profesor_acargo,
numero_alumno, nomb_alumno, nota_alumno)
Donde:
set spell
set spelllang=es,en
]s - Siguiente falta ortográfica
[s - Anterior falta ortográfica
z= - Mostrar sugerencias para una palabra incorrecta.
zg - Añadir una palabra al diccionario.
- Una empresa de mudanzas cuenta con una flota de camionetas para llevar adelante los pedidos de envío. La empresa tiene clasificados los vehículos por un camioneta, capacidad y patente. Además la empresa cuenta con una lista de empoo clasificados como capataces y choferes, de ambos tipos se conocen
NewerOlder