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
Data {} | |
Name @name | |
Array [] | |
@vec(0,0) @vec(1,0) | |
@vec(0,1) @vec(1,1) | |
Array2 [] | |
0 1 2 3 | |
Array3 [] | |
4 | |
5 |
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
[Adblock Plus 2.0] | |
! -----Google----- | |
||google-analytics.com | |
! -----百度----- | |
||share.baidu.com | |
||nsclick.baidu.com | |
||hm.baidu.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
// ==UserScript== | |
// @name 乐视网 | |
// @match http://www.letv.com/ptv/vplay/* | |
// ==/UserScript== | |
(function(vid){ | |
var list=["720p","350"]; | |
var box=document.querySelector("#fla_box"); | |
var embed=box.querySelector("embed"); | |
box.removeChild(embed); |
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 sys | |
import time | |
import traceback | |
class Color: | |
BLACK = 0 | |
RED = 1 | |
GREEN = 2 |
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
<!-- | |
name: Mandelbrot set | |
coder: gameloftyou | |
version: v1.0.0 | |
--> | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Mandelbrot Set</title> |
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
//来自 http://wiki.ecmascript.org/doku.php?id=harmony:extended_object_api | |
Object.getPropertyDescriptor = function(subject, name) { | |
var pd = Object.getOwnPropertyDescriptor(subject, name); | |
var proto = Object.getPrototypeOf(subject); | |
while (pd === undefined && proto !== null) { | |
pd = Object.getOwnPropertyDescriptor(proto, name); | |
proto = Object.getPrototypeOf(proto); | |
} | |
return pd; |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
{block:Description} | |
<meta name="description" content="{MetaDescription}" /> | |
{/block:Description} | |
<link rel="alternate" type="application/rss+xml" href="{RSS}" /> | |
<title>{Title}</title> | |
<script src="//use.edgefonts.net/cooper-black-std.js"></script> |
I hereby claim:
- I am lixiaoyan on github.
- I am intptr (https://keybase.io/intptr) on keybase.
- I have a public key whose fingerprint is 11D7 FE21 1B61 6A71 6FC7 2639 D7C5 1B87 2CBC 130C
To claim this, I am signing this object:
I hereby claim:
- I am lixiaoyan on github.
- I am intptr (https://keybase.io/intptr) on keybase.
- I have a public key ASAQ6yhcgH8PKz5QG8myH2S-1uIKEC_0XOE3UU6m1QvYJwo
To claim this, I am signing this object:
OlderNewer