Skip to content

Instantly share code, notes, and snippets.

View keylase's full-sized avatar
💭
hmmm, status

Keylase keylase

💭
hmmm, status
  • Tashkent
View GitHub Profile
// Playerjs.com 20.0.0
// 03.12.2024 11:18:21
// API - https://playerjs.com/docs/q=api
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('if(!1z.4T){1z.4T=[];1z.eE}if(1z[\'Eh\']){1v(Eh,1)};E yZ(2E){B o={1r:J,pC:[],sH:[],e3:J,jV:\'MT\',MU:Dc,MV:Da,8r:\'20.0.0\',gK:[\'8n\',\'\'],kp:\'\',1Y:J,7A:J,a0:J,MX:J,dN:J,5n:J,8V:J,9o:J,u:\'#MZ#cL#Ge#N0#N2#cL#N3#N4#MS#N5#cL#N7#N8#N9#cL#Nc#Nf#MQ#cL#Ge#Ms#cL#Mu#Mv#Mw#cL#Mx#cL#Mn#MA#MC#ME\',u2:\'\',u3:\'\',u4:\'\',u5:\'\',u6:\'\',u7:\'\',u8:\'\',u9:\'\',MF:\'\',y:\'xx??x?=xx?xx?=\',p:\'\',MG:-1,qA:"Gl",fM:"//Gl.9G",7u:[],dt:H,pr:H,ga:J,ab:J,kb:[],NX:J,d6:\'//.91//\',sl:0,2x:[],7i:[],a4:[],2Y:[],nw:[],a3:0,a7:[],p3:0,wD:J,5Y:J,1u:J,sZ:J,7P:J,ni:\'<Gq>\',hj:\'</Gq>\',9U:1z.aE.Z<2h&&1z.aE.1e<2h,vM:[],NZ
@keylase
keylase / GitHub-Project-Guidelines.md
Created November 26, 2018 09:22 — forked from rsp/GitHub-Project-Guidelines.md
Strict Flow and GitHub Project Guidelines - setup rules and git flow for commercial and open-source projects by @rsp

Strict Flow and GitHub Project Guidelines

Or how to turn this:

into this:

@keylase
keylase / install_golang.sh
Created November 22, 2018 05:41
install golang
wget https://dl.google.com/go/go1.11.2.linux-amd64.tar.gz -O /tmp/go1.11.2.linux-amd64.tar.gz && sudo tar -C /usr/local -xzf /tmp/go1.11.2.linux-amd64.tar.gz
@keylase
keylase / curl-format
Created November 15, 2018 13:57
curl-format
\n
time_namelookup: %{time_namelookup}\n
time_connect: %{time_connect}\n
time_appconnect: %{time_appconnect}\n
time_pretransfer: %{time_pretransfer}\n
time_redirect: %{time_redirect}\n
time_starttransfer: %{time_starttransfer}\n
----------\n
time_total: %{time_total}\n
\n
@keylase
keylase / rtty_install.sh
Last active November 13, 2018 15:40
install rtty
#!/bin/bash
LSB_ID=
INSTALL=
REMOVE=
UPDATE=
PKG_LIBEV="libev-dev"
PKG_SSL="libssl-dev"
http://us.download.nvidia.com/tesla/396.26/NVIDIA-Linux-x86_64-396.26.run
http://us.download.nvidia.com/tesla/396.37/NVIDIA-Linux-x86_64-396.37.run
wget https://dl.google.com/go/go1.9.2.linux-386.tar.gz && tar -C /usr/local -xzf go1.9.2.linux-386.tar.gz
mptcp - ifup:
-----------------------------------
#!/bin/sh
# A script for setting up routing tables for MPTCP in the N950.
# Copy this script into /etc/network/if-up.d/
set -e
env > /etc/network/if_up_env
/*
######################################################
Adobe Edge Animate to CasparCG Template Library
version 0.7.1 - 11.September.2015
by Seppo Sormunen / Pukki Visuals Oy, Finland
######################################################
E2C_Libraries.js
DO NOT MODIFY UNLESS SURE WHAT YOU ARE DOING !
SEE E2C_MAIN-x.x.x.js FILE FOR DETAILED INFO !
#ubuntu 14.04
#https://habrahabr.ru/post/262563/
#https://github.com/FFmpeg/FFmpeg/commit/de2faec2faf34ee948d400101299d4ccdc1f3a50
sudo add-apt-repository ppa:graphics-drivers/ppa && sudo apt update
sudo apt-get purge nvidia-375
mkdir ffmpeg && cd ffmpeg
wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz
sudo apt-get install unp
unp ffmpeg-release-64bit-static.tar.xz
cd ffmpeg-3.2.4-64bit-static/