I hereby claim:
- I am Stichoza on github.
- I am stichoza (https://keybase.io/stichoza) on keybase.
- I have a public key whose fingerprint is 6EA1 57BC FB91 E8D9 938F 027F A50E C9A9 E4EC 7DBD
To claim this, I am signing this object:
| #!/bin/sh | |
| echo debug_decoder v0.0.2 | |
| echo making temporary directories | |
| mkdir debug_decode_tmp | |
| cd debug_decode_tmp | |
| echo getting source via 'wget' | |
| wget --output-document=wgetfile $1 | |
| echo parsing data | |
| dout=`grep -o '<code>.*</code>' wgetfile | sed 's/\(<code>\|<\/code>\)//g' | rev | base64 --decode | python -mjson.tool` | |
| echo data parsing ended |
| ffmpeg -r 25 -qscale 2 -i DSCN%04d.JPG output.mp4 |
| <?php | |
| /** | |
| * Deployment controller | |
| * | |
| * @author Stichoza <me@stichoza.com> | |
| */ | |
| class DeployController extends BaseController | |
| { |
| #!/usr/bin/bash | |
| # URL example: http://tv.guda.tv/vodr2live/_definst_/news%20portal/2015/ianvari/18/ps%20hak%20tbilisi.mp4/playlist.m3u8 | |
| ffmpeg -i $1 output.mkv |
| "scripts": { | |
| "post-install-cmd": [ | |
| ... | |
| "curl https://raw.githubusercontent.com/VladShcherbin/whoops-orange-laravel-colors/master/whoops.base.css > vendor/filp/whoops/src/Whoops/Resources/css/whoops.base.css" | |
| ], | |
| "post-update-cmd": [ | |
| ... | |
| "curl https://raw.githubusercontent.com/VladShcherbin/whoops-orange-laravel-colors/master/whoops.base.css > vendor/filp/whoops/src/Whoops/Resources/css/whoops.base.css" | |
| ] | |
| } |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Ansi 0 Color</key> | |
| <dict> | |
| <key>Blue Component</key> | |
| <real>0.24594299495220184</real> | |
| <key>Green Component</key> | |
| <real>0.18407571315765381</real> |
| <?php | |
| use Illuminate\Database\Schema\Blueprint; | |
| use Illuminate\Database\Migrations\Migration; | |
| class CreateCategoriesTableWithI18n extends Migration { | |
| /** | |
| * Run the migrations. | |
| * |
| var timeout, callback; | |
| callback = function(event) { | |
| console.log("Hey!"); | |
| } | |
| button.addEventListener('click', function(event) { | |
| clearTimeout(timeout); | |
| timeout = setTimeout(function() { | |
| callback(event); |
| @import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700); | |
| .MountainScheme { | |
| background: url('http://i.imgur.com/aLevwFr.jpg') no-repeat center top fixed !important; | |
| background-size: cover !important; | |
| } | |
| body.MountainScheme { | |
| font-family: Roboto, 'Helvetica Neue', Helvetica, sans-serif !important; | |
| } |
I hereby claim:
To claim this, I am signing this object: