$> sudo pacman -S gcc5 openssl-1.0
$> CC=gcc-5 CXX=g++-5 PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig/:/usr/lib/pkgconfig/RUBY_CONFIGURE_OPTS=--with-openssl-dir=/usr
/lib/openssl-1.0/ asdf install ruby 2.3.1

This file contains hidden or 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
/* | |
* . | |
* .__ .______/| .____ ____. .___ __. | |
* _____\ \ ___/_ \ _|____\____Y __/____ _____\ Y /__. | |
* / _ \ X / \ X | \ X _ \ | ___/---. | |
* | \ | / l____ > | | \ | \ | | |
* | ::.. __l__/ ::.__| / .: /:.__l__ ..:: | ::.. __l__ ..:: | | |
* l______ / \______/ /___ /| _/ \ ______l______ / \ ______| | |
* \/ \/ |/ \/ \/ \/ x0! | |
* |
This file contains hidden or 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
import pytesseract | |
import numpy as np | |
from PIL import Image, ImageOps | |
import xml.etree.ElementTree as ET | |
import os, sys | |
import argparse | |
ASS_HEADERS = """[Script Info] | |
; File generated by N4O PNG2SUB | |
Title: PNG2SUB |
This file contains hidden or 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
FROM alpine | |
COPY configure-node.sh configure-node.sh | |
CMD ["/bin/sh", "configure-node.sh"] |
This example is part of this article.
This is an example for an HLS delivery with basic security. Nginx compiled with nginx-rtmp-module & secure-link is used as media server. Features:
- Domain filtering
- Referrer filtering
- Embed buster
This file contains hidden or 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
pylint: | |
disable: | |
- line-too-long | |
- multiple-imports | |
- pointless-string-statement | |
- too-many-nested-blocks |
This file contains hidden or 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
List command of yukari bot <https://www.facebook.com/bot.yukari> | |
------------------------------- | |
IF YOU HAVE ANY ISSUE PLEASE CONTACT ME (I REALLY NEED IT) | |
[email protected] | |
------------------------------- | |
$g9 : Chúc ngủ ngon bạn trước khi đi ngủ | |
$level : Kiểm tra điểm và level của bạn <3 |
This file contains hidden or 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 python3 | |
# Created by Muhammad Iqbal Rifai | |
# Date 29/01/2018 | |
# Time 16.07 UTC+7 | |