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
ANONIMO PÉREZ SE OMITE [email protected] | |
ANONIMO PÉREZ SE OMITE [email protected] |
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
#Normal remote keys | |
#KEY_0 | |
#KEY_1 | |
#KEY_2 | |
#KEY_3 | |
#KEY_4 | |
#KEY_5 | |
#KEY_6 | |
#KEY_7 | |
#KEY_8 |
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
package com.tvmanager.greendaogen; | |
import de.greenrobot.daogenerator.DaoGenerator; | |
import de.greenrobot.daogenerator.Entity; | |
import de.greenrobot.daogenerator.Property; | |
import de.greenrobot.daogenerator.Schema; | |
import de.greenrobot.daogenerator.ToMany; | |
public class TVManager { |
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> | |
<title>Introducción a Git</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | |
<meta name="author" content="Yago Pérez"> | |
<style type="text/css"> | |
@import url(https://fonts.googleapis.com/css?family=Montserrat); | |
@import url(https://fonts.googleapis.com/css?family=Pacifico); | |
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic); |
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 | |
# This script installs luarocks as self-contained inside .luarocks of current dir | |
THIS_DIR=$(cd $(dirname $0); pwd) | |
git clone https://github.com/keplerproject/luarocks.git | |
cd luarocks | |
git checkout tags/v2.2.1 # Current stable |
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
wget http://openresty.org/download/ngx_openresty-1.7.10.1.tar.gz \ | |
-O ngx_openresty-1.7.10.1.tar.gz | |
tar xzvf ngx_openresty-1.7.10.1.tar.gz | |
cd ngx_openresty-1.7.10.1 | |
./configure | |
make | |
sudo make install | |
wget https://codeload.github.com/keplerproject/luarocks/tar.gz/v2.0.13 \ |
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 | |
cd /tmp | |
git clone git://github.com/erlang/otp.git | |
cd otp | |
git checkout OTP-17.5.6.3 | |
export ERL_TOP=`pwd` | |
./otp_build autoconf | |
./configure | |
make |
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
#⃣ | |
0⃣ | |
1⃣ | |
2⃣ | |
3⃣ | |
4⃣ | |
5⃣ | |
6⃣ | |
7⃣ | |
8⃣ |
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/sh | |
cd /tmp | |
curl -L https://github.com/luvit/lit/raw/master/get-lit.sh | sh | |
./lit make lit://luvit/luvit | |
sudo cp lit luvi luvit /usr/local/bin |
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
CREATE VIEW fix_view AS | |
SELECT | |
tag[1] AS Account | |
, tag[2] AS AdvId | |
, tag[3] AS AdvRefID | |
, tag[4] AS AdvSide | |
, tag[5] AS AdvTransType | |
, tag[6] AS AvgPx | |
, tag[7] AS BeginSeqNo | |
, tag[8] AS BeginString |
OlderNewer