I hereby claim:
- I am rozap on github.
- I am rozap (https://keybase.io/rozap) on keybase.
- I have a public key whose fingerprint is 2E8B 67A6 0637 E08F B26B 53E3 A454 12A1 1D5E 2FCB
To claim this, I am signing this object:
| #!/bin/sh | |
| while inotifywait -e modify .; do | |
| lessc all.less > ../css/style.css | |
| done | 
| ffmpeg -y -f alsa -ac 2 -i pulse -f x11grab -r 25 -s 1920x1080 -i :0.0 -vcodec libx264 -vpre lossless_ultrafast -crf 22 -acodec libmp3lame -ar 44100 -ab 126k -threads 3 ~/Desktop/screencast.mkv | 
| - name: Setup python and repos | |
| hosts: testing | |
| sudo_user: cms | |
| user: ansible | |
| vars_files: | |
| - vars/vars.yml | |
| roles: | |
| - {role: appserver, sudo: no, ansible_python_interpreter: '/var/sites/lbsappserver/bin/pyvenv'} | |
| - {role: queue, sudo: yes, ansible_python_interpreter: '/var/sites/lbsappserver/bin/pyvenv'} | 
| import sys | |
| import telnetlib | |
| import re | |
| HOST = "localhost" | |
| tn = telnetlib.Telnet(HOST, 8000) | |
| def _(msg, expected): | |
| tn.write(msg + '\n') | 
| var gulp = require('gulp'); | |
| var browserify = require('gulp-browserify'); | |
| // Basic usage | |
| gulp.task('scripts', function() { | |
| // Single entry point to browserify | |
| gulp.src('lib/public/js/src/app.js') | |
| .pipe(browserify({ | |
| insertGlobals: false, | |
| debug: true | 
| var gulp = require('gulp'); | |
| var browserify = require('gulp-browserify'); | |
| // Basic usage | |
| gulp.task('scripts', function() { | |
| // Single entry point to browserify | |
| gulp.src('lib/public/js/src/app.js') | |
| .pipe(browserify({ | |
| insertGlobals: false, | |
| debug: true | 
| function fuck() { | |
| if killall -9 "$2"; then | |
| echo ; echo " (╯°□°)╯︵$(echo "$2"|toilet -f term -F rotate)"; echo | |
| fi | |
| } | 
I hereby claim:
To claim this, I am signing this object:
| //for that native app feel... | |
| window.onerror = function( ){ | |
| window.close() | |
| } | 
| import subprocess | |
| import os | |
| import re | |
| import unittest | |
| from unittest import TestSuite | |
| from collections import defaultdict | |
| class TestPrime(unittest.TestCase): | |
| def __init__(self, num, pnum): |