I hereby claim:
- I am yudoufu on github.
- I am yudoufu (https://keybase.io/yudoufu) on keybase.
- I have a public key whose fingerprint is D114 B7EB B36B D0A3 4CC3 B8F3 41DE 59B6 BE94 98EE
To claim this, I am signing this object:
| #!/bin/bash | |
| set -euo pipefail | |
| main() { | |
| input=~/Downloads/testfifle.pdf | |
| outdir="./thumb" | |
| prefix="thumb" | |
| rm -rf $outdir && mkdir -p $outdir |
| #!/bin/bash | |
| set -e | |
| usage() { | |
| echo "USAGE: `basename $0` [Options]" | |
| echo " ssm target selection using peco" | |
| echo "" | |
| echo "Optinal Arguments:" | |
| echo " All arguments excluded options pass to initial queries of peco" | |
| echo "" |
| <?php | |
| $rows = 10 * 10000; | |
| $host = '127.0.0.1'; | |
| $dbname = 'test'; | |
| $username = 'root'; | |
| $password = ''; | |
| $dsn = "mysql:dbname=$dbname;host=$host;charset=utf8mb4"; |
I hereby claim:
To claim this, I am signing this object:
| package main | |
| import ( | |
| "fmt" | |
| "io" | |
| "log" | |
| "net/http" | |
| "os" | |
| "strings" | |
| "sync" |
| javascript:(function(){var e,d,b,c,a;d=location;b=d.search.replace(/^\?/,'').split('&');c=[];a=b.length;while(a--){if(!b[a].match(/^utm_/)){c.push(b[a])}else{e=true}}if(e){d.href=d.pathname+((c.length)?'?'+c.join('&'):'')}})(); |
| # set your application name | |
| set :application, "your application name" | |
| set :deploy_to, "/path/to/#{application}" | |
| #set your repository settings | |
| # now setting use subversion and sftp push copy mode. | |
| set :scm, :subversion | |
| set :repository, "your repository url" | |
| set :deploy_via, :copy |
| #!/bin/bash | |
| # | |
| # svscan Startup script for daemontools (svscan) | |
| # | |
| # chkconfig: 2345 50 50 | |
| # description: daemontools svscan | |
| # processname: svscan | |
| # Source function library. | |
| . /etc/rc.d/init.d/functions |