See here fffonion/PNAE
args | run_time |
---|---|
-Dfoo | 1.942 |
-ftree-sink | SAME |
-fauto-inc-dec | SAME |
-fcrossjumping | 1.925 |
-fif-conversion | SAME |
-faggressive-loop-optimizations | SAME |
-fconserve-stack | SAME |
-ftree-vrp | SAME |
I hereby claim:
- I am fffonion on github.
- I am fffonion (https://keybase.io/fffonion) on keybase.
- I have a public key ASA8PXP8Ep5phLmxxpUdfJIS4tlX1lGZlmmPZ2fSm0u77go
To claim this, I am signing this object:
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
# NOTE: THESE IPs HAVE ALL BEEN BLOCKED! | |
#216.58.216.14 -> *.google.com 3C8CE9507B1446C4 !4f7b1fca5b53588ecfe8c9f80bf8ef90! | |
#74.125.224.55 -> *.google.com, search | |
#216.58.217.193 -> *.googleusercontent.com | |
#216.58.216.138 -> *.googleapis.com 671AD610CD1A06CC !3814002429ed18bc84fc3a563a33589b! | |
199.16.158.106 twitter.com | |
199.16.158.106 m.twitter.com |
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
<html> | |
<head><title>vmstat</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"></head> | |
<body> | |
<?php | |
$simple = isset($_GET['simple'])?true:false; | |
function reasonable_size($s){ | |
if($s<1000) | |
return $s."B"; | |
else if($s<1024000) |
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
#encoding:utf-8 | |
import httplib2 | |
import lxml.html as lhtml | |
import re | |
import os | |
import urllib | |
import sys | |
import gzip | |
reload(sys) | |
sys.setdefaultencoding('utf-8') |
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
access_log /var/log/nginx/google_proxy-access.log combined; | |
####sn-nx57 | |
server { | |
listen 80; | |
server_name ~^r.+yn7s.c.android.clients.google.com$; | |
server_name ~^r.+yn7s.c.pack.google.com$; | |
location / { | |
proxy_pass http://173.194.56.9:80/; |
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
# coding:utf-8 | |
import struct | |
import os | |
import os.path as opth | |
import sys | |
__version__ = 1.0 | |
getPATH0 = lambda: sys.path[0].decode(sys.getfilesystemencoding()) | |
# 命令行处理 |
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
// ==UserScript== | |
// @name YoukuAntiADs@res | |
// @author Harv.c, fffonion | |
// @description 你猜猜 | |
// @version 0.2.6 | |
// @namespace http://userscripts.org:8080/users/Harv | |
// @updateURL http://userscripts.org:8080/scripts/source/119622.meta.js | |
// @downloadURL http://userscripts.org:8080/scripts/source/119622.user.js | |
// @include http://*/* | |
// @include https://*/* |
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
LoadModule proxy_module modules/mod_proxy.so | |
LoadModule proxy_http_module modules/mod_proxy_http.so | |
ErrorLog ${APACHE_LOG_DIR}/google-proxy-android-err.log | |
CustomLog ${APACHE_LOG_DIR}/google-proxy-android-access.log combined | |
DocumentRoot "/var/www/google-proxy" | |
ProxyPreserveHost On | |
ProxyRequests Off | |
ProxyRequests Off | |
ProxyPassReverseCookiePath /var/www/google-proxy / |