做了一遍,然后搜集了目前的最优答案:
- Warmup (207):
foo
- Anchors (208):
k$
- Ranges (202):
^[a-f]+$
- Backrefs (201):
(...).*\1
<?php | |
class XMLRPC_Client { | |
private $url; | |
function __construct( $url ) { | |
$this->url = $url; | |
} | |
n = document.getElementsByTagName('link').length; | |
for(i = 0; i < n; ++i) | |
document.getElementsByTagName('link')[0].remove(); | |
cssChild = document.createElement('link'); | |
cssChild.type = 'text/css'; | |
cssChild.rel = 'stylesheet'; | |
cssChild.href = 'http://stu.fudan.edu.cn/dandu/css/dandu-style.css'; | |
document.getElementsByTagName('head')[0].appendChild(cssChild); |
Add this below `[remote "origin"]`: | |
push = +refs/heads/master:refs/heads/gh-pages | |
push = +refs/heads/master:refs/heads/master |
<script> | |
// append this script to the end of <body> tag | |
(function() { | |
var playlist = $("#playlist ul li a"); | |
for(var i = 0; i < playlist.length; ++i) { | |
var id = playlist[i].id.split("_")[1]; | |
var u = "http://stu.fudan.edu.cn/wcfservice/channelvservice2.svc/GetVideoById?key=5d8538932ab14b95ba89a655d0e19ce3&id=" + id; | |
var load = function(i, u) { | |
var pl = playlist[i]; | |
pl.style.color = "#EEE"; |
<?php | |
$sid = $_GET['sid']; | |
$postRequest = 'http://mail.fudan.edu.cn/coremail/changefaces.jsp?sid=' . $sid; | |
$postParams = '&skin=red'; | |
header( 'Location:' . $postRequest . $postParams ); | |
exit; | |
?> |
body{position:absolute;width:100%}.sl,.mll{border-radius:0}.select2-container .select2-choice{background-image:none}#Top{background-image:none;box-shadow:0 0 20px rgba(0,0,0,0.2);position:fixed;width:100%}#Wrapper{background-image:none;padding-top:44px}.no,.tag:link,.tag:visited,.box,a.node:link,a.node:visited,a.node:active,a.count_blue:visited,a.count_green:visited,a.count_orange:visited,a.count_livid:visited,a.count_livid:link,a.count_livid:active,a.tab_current:link,a.tab_current:visited,a.tab_current:active,a.tab:link,a.tab:visited,a.tab:active,img.avatar,.vote:link,.vote:visited,.vote{border-radius:0;-webkit-border-radius:0}a:hover{color:#111213;text-decoration:none}.topic_buttons{background:#EEE;border-radius:0}.item_node,.super.button,a.balance_area:link,a.balance_area:visited,.balance_area{background:0;background-image:0;border-radius:0;-webkit-border-radius:0}div.node:hover{background-color:#efefef;box-shadow:0 1px 2px rgba(0,0,0,0.1) inset}@media screen and (max-width:1000px){#Bottom .content{width:1 |
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm | |
/*.iml | |
## Directory-based project format: | |
.idea/ | |
# if you remove the above rule, at least ignore the following: | |
# User-specific stuff: | |
# .idea/workspace.xml |
// ==UserScript== | |
// @name Refresh and search for 'inbox' | |
// @namespace http://github.com/quietshu | |
// @version 0.1 | |
// @description 简易检测 V2EX 有没有人发新的邀请码 = = | |
// @match http://www.v2ex.com/ | |
// @copyright 2014, Shu Ding | |
// ==/UserScript== | |
var regexp = /inbox|Inbox/g; |
// ==UserScript== | |
// @name V2EX reader | |
// @namespace http://github.com/quietshu | |
// @version 0.1 | |
// @description enter something useful | |
// @match http://www.v2ex.com/ | |
// @copyright 2012+, You | |
// ==/UserScript== | |
;(function() { |
做了一遍,然后搜集了目前的最优答案:
foo
k$
^[a-f]+$
(...).*\1