Example Domain: mydomain.com
foo@bar:~$ apt-get install bind9
foo@bar:~$ cd /etc/bind| group: Control 2 SQL | |
| description[[ Dataset para Control 2 | |
| Tiendas(tid PRIMARY KEY, capacidad, minpersonal) | |
| Productos(pid PRIMARY KEY, nombre, precio, tipo) | |
| Vende(tid,pid) PRIMARY KEY(tid,pid) | |
| Usuarios(uid PRIMARY KEY, nombre, calle, comuna, region) | |
| Compras(cid PRIMARY KEY, uid, tid) | |
| Contenido_Compra(cid,pid,cantidad) PRIMARY KEY (cid,pid) |
| group: Control 1 Algebra Relacional | |
| description[[ Dataset para Control 1 | |
| (1) | |
| πnombre (σedad<25∨nacionalidad='Chile' Personal) | |
| (2) | |
| πpersonalId (TrabajaEn⨝Navegaciones⨝ σnombre='Lagos del Sur' Navieras) | |
| (3) |
| group: Guia 1 Algebra Relacional | |
| description[[ Dataset para Guia 1 ]] | |
| Jugador = { nick nombre | |
| Y-Solowarm Becki | |
| Tresom Thebault | |
| Daltfresh Mirella | |
| Namfix Charmaine | |
| Trippledex Sigismund | |
| Toughjoyfax Angus |
| group: Tours | |
| description[[ Dataset Control 1 2020-2 ]] | |
| Tours = { tid nombre duracion precio | |
| 1 'Quinta' 4 15000 | |
| 2 'Quinta lujo' 5 25000 | |
| 3 'Chile premium' 48 109999 | |
| 4 'Vinos del Mar' 12 58000 | |
| } |
type below:
brew update
brew install redis
To have launchd start redis now and restart at login:
brew services start redis
| import axios from "axios"; | |
| const singleton = Symbol(); | |
| const singletonEnforcer = Symbol(); | |
| function readCookie(name) { | |
| const match = document.cookie.match(new RegExp('(^|;\\s*)(' + name + ')=([^;]*)')); | |
| return (match ? decodeURIComponent(match[3]) : null); | |
| } |
| group: Visitas | |
| description[[ visitas antes de las 18hrs: | |
| σ hora<'18:00:00' (Visitas) | |
| ]] | |
| Visitas = { id:number hora:string fecha:date | |
| 1 '16:01:00' 2020-03-20 |
| group: Actores y Peliculas | |
| description[[ Dataset para Guía Álgebra Relacional | |
| Ejemplos: | |
| (1) σ edad>40 (Actores) | |
| (2) σ director='Hermanos Russo' ∧ genero='Drama' (Peliculas) | |
| (3) π nombre_personaje (Actuo_en) |