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
<?php | |
define('PASSWORD','putyourpasswordhere'); | |
define('DOMAIN','h'); | |
function extend($file_name) { | |
$extend = pathinfo($file_name); | |
$extend = strtolower($extend["extension"]); | |
return $extend; | |
} |
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
#! /usr/bin/env python | |
# -*- coding: utf-8 -*- | |
''' | |
python Grubbs.py 1.25 1.27 1.31 1.40 1.40 0.05 #前面一堆是数据,倒数第二的数是可疑值,最后一位是显著性水平a,可用值为 0.05/0.025/0.01 | |
''' | |
import math | |
def solve(*args): |
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
#! /usr/bin/env python | |
# -*- coding: utf-8 -*- | |
''' | |
1.Grubbs | |
python svalues.py 1.25 1.27 1.31 1.40 1.40 0.05 'Grubbs' | |
python svalues.py data(0) data(1) data(2) ... data(n) (n>=2) 可疑值x 显著性水平a(可用值为 0.05/0.025/0.01) 'Grubbs' | |
2.4d | |
python svalues.py 1.25 1.27 1.31 1.40 1.40 '4d' |
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
#include<stdio.h> | |
#include<stdlib.h> | |
#include<string.h> | |
#include<math.h> | |
/* | |
1.Grubbs | |
./svalues 1.25 1.27 1.31 1.40 1.40 0.05 Grubbs | |
./svalues data(0) data(1) data(2) ... data(n) (n>=2) 可疑值x 显著性水平a(可用值为 0.05/0.025/0.01) Grubbs |
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
--- [email protected] 2012-05-27 14:22:49.774249195 +0800 | |
+++ [email protected] 2012-05-27 14:17:10.000000000 +0800 | |
@@ -61,8 +61,8 @@ | |
$("dd.re_detail").each(function(){ | |
comment = $(this).text();//获取评论 | |
finale = comment + " ——《" + title + "》 " + window.location.href + " "; //拼合tweet正文的结果 | |
+ finale = $.trim(finale);//除去原评论字段中多余的空格字符 | |
finale = encodeURI(finale); | |
- finale = finale.substring(15);//除去原评论字段中多余的空格字符 | |
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
var METHODS = { | |
PROXY_METHOD:"PROXY 127.0.0.1:8123", | |
NO_PROXY_METHOD:"DIRECT" | |
}, | |
rules = [ | |
".akamai.net", | |
".akamaihd.net", | |
".appspot.com", | |
".bitsnoop.com", | |
".blogspot.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
<style> | |
#facebookG{ | |
} | |
.facebook_blockG{ | |
background-color:#FFFFFF; | |
border:1px solid #000000; | |
float:left; | |
height:91px; | |
margin-left:5px; |
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
@charset "utf-8"; | |
/* | |
@名称: base | |
@功能: 重设浏览器默认样式 | |
This HTML5 reset Stylesheet merged with the following HTML5 reset Stylesheets: | |
https://github.com/alipay/alice/blob/master/base.css | |
http://html5doctor.com/html-5-reset-stylesheet/ | |
https://github.com/necolas/normalize.css/blob/master/normalize.css |
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
javascript:(function(){$("embed[src$='play.swf']").attr("src",function(i,v){return v.replace(/play.swf/,"play_test.swf")});})(); |
OlderNewer