Skip to content

Instantly share code, notes, and snippets.

// superagent.min.js v1.2.0, https://github.com/visionmedia/superagent
!function(b){if("object"==typeof exports&&"undefined"!=typeof module){module.exports=b()}else{if("function"==typeof define&&define.amd){define([],b)}else{var a;"undefined"!=typeof window?a=window:"undefined"!=typeof global?a=global:"undefined"!=typeof self&&(a=self),a.superagent=b()}}}(function(){var d,b,a;return(function c(f,k,h){function g(q,n){if(!k[q]){if(!f[q]){var m=typeof require=="function"&&require;if(!n&&m){return m(q,!0)}if(e){return e(q,!0)}var p=new Error("Cannot find module '"+q+"'");throw p.code="MODULE_NOT_FOUND",p}var i=k[q]={exports:{}};f[q][0].call(i.exports,function(l){var o=f[q][1][l];return g(o?o:l)},i,i.exports,c,f,k,h)}return k[q].exports}var e=typeof require=="function"&&require;for(var j=0;j<h.length;j++){g(h[j])}return g})({1:[function(g,h,f){h.exports=i;function i(j){if(j){return e(j)}}function e(k){for(var j in i.prototype){k[j]=i.prototype[j]}return k}i.prototype.on=i.prototype.addEventListener=function(k,j){t
@yagop
yagop / flooders-and-spammers.md
Last active November 9, 2015 10:10
Telegram Hall of Shame

Flooders

Name Nick ID Reason Screen Shots
Haidar ibrahem @Haidar_r 145725071 Added flooder
حيدوش @Haidar_q 125225419 Flooder
Mck @X1xbot 128358359 Bot used in flood
BØT_X N X X @Xnxx_bot 56572777 Bot used in flood
Easy destroy @easydestroy_bot 130512548 Bot for flooding 1
Null Name @romeuzinho 147965962 Flooder 1
@yagop
yagop / gist:92d896a58808c2005dda
Created October 26, 2015 11:10 — forked from jeremybeard/gist:d6f36681852787127629
Sample FIX messages using ASCII 001 delimiter
8=FIX.4.19=6135=A34=149=EXEC52=20121105-23:24:0656=BANZAI98=0108=3010=003
8=FIX.4.19=6135=A34=149=BANZAI52=20121105-23:24:0656=EXEC98=0108=3010=003
8=FIX.4.19=4935=034=249=BANZAI52=20121105-23:24:3756=EXEC10=228
8=FIX.4.19=4935=034=249=EXEC52=20121105-23:24:3756=BANZAI10=228
8=FIX.4.19=10335=D34=349=BANZAI52=20121105-23:24:4256=EXEC11=135215788257721=138=1000040=154=155=MSFT59=010=062
8=FIX.4.19=13935=834=349=EXEC52=20121105-23:24:4256=BANZAI6=011=135215788257714=017=120=031=032=037=138=1000039=054=155=MSFT150=2151=010=059
8=FIX.4.19=15335=834=449=EXEC52=20121105-23:24:4256=BANZAI6=12.311=135215788257714=1000017=220=031=12.332=1000037=238=1000039=254=155=MSFT150=2151=010=230
8=FIX.4.19=10335=D34=449=BANZAI52=20121105-23:24:5556=EXEC11=135215789503221=138=1000040=154=155=ORCL59=010=047
8=FIX.4.19=13935=834=549=EXEC52=20121105-23:24:5556=BANZAI6=011=135215789503214=017=320=031=032=037=338
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
@yagop
yagop / installLuvit.sh
Last active September 27, 2015 22:32
Install luvit
#!/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
@yagop
yagop / emoji.txt
Last active October 13, 2015 08:47
Emoji
#⃣
0⃣
1⃣
2⃣
3⃣
4⃣
5⃣
6⃣
7⃣
8⃣
@yagop
yagop / installErlangAndElixir.sh
Last active September 10, 2015 19:29
Compile and install Erlang OTP-17.5.6.3 and Elixir v1.0.5 from sources
#!/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
@yagop
yagop / openresty-luarocks.sh
Last active January 29, 2023 20:51
OpenResty + LuaRocks
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 \
@yagop
yagop / self-luarocks.sh
Created April 5, 2015 18:41
Luarocks as self-contained
#!/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
@yagop
yagop / index.html
Last active August 29, 2015 14:04
Introducción a Git
<!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);