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/python | |
#coding=utf-8 | |
import urllib | |
import urllib2 | |
import re | |
import threading | |
import Queue | |
url = 'https://who.is/whois/name_search/' |
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 config = require('./config.js'), | |
xml2js = require('xml2js'), | |
http = require('http'); | |
var baiduZm = function() { | |
this.root = "box.zhangmen.baidu.com"; | |
}; | |
baiduZm.prototype = { | |
constructor: baiduZm, |
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 nightCss = 'html,body,div,span,applet,object,' | |
+ 'h1,h2,h3,h4,h5,h6,p,blockquote,' | |
+ 'pre,abbr,acronym,address,big,cite,' | |
+ 'code,del,dfn,em,font,img,ins,kbd,' | |
+ 'q,s,samp,small,strike,strong,sub,' | |
+ 'sup,tt,var,b,u,i,center,dl,dt,dd,' | |
+ 'ol,ul,li,fieldset,form,label,' | |
+ 'legend,table,caption,tbody,tfoot,thead,th,td' | |
+ '{background:#333333 !important;' | |
+ 'color:#A0A0A0 !important;' |
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 | |
header("Content-Type: application/rss+xml; charset=utf-8"); | |
error_reporting(E_ALL); | |
ini_set("display_errors", 0); | |
define('STEAM_USER', $_GET['u']); | |
define('LIST_URL', "http://steamcommunity.com/id/".STEAM_USER."/screenshots/?appid=0&sort=newestfirst&browsefilter=myfiles&view=grid"); | |
include('extlib/ganon/ganon.php'); |
NewerOlder