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
import os | |
import json | |
import random | |
path = "/Users/glow/Desktop/aa/douyin/json" # json 文件位置 | |
files = os.listdir(path) | |
jueyou = {} # 存储抖音所有掘友的 ID 和留言内容 为词典 | |
nameList = [] # 存储掘友 ID |
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
{"sig":"88eadd2cd562d75f4289f4552e7a28f676fe10db20c249a75e3674e7e7716ba2ebc36856690803177fc249413c67a9687f3b1b0f9c18e12b394b0b82f66268df0","msghash":"2a59af2a054fbd6223113a342ca6fa461a0b7a225402f8a08c05a3b0d374c7ba"} |
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 -*- | |
# 0. 安装 python 2.7 和 beautifulSoup https://www.crummy.com/software/BeautifulSoup/bs4/doc/ | |
# 1. url 参数填写你的 VVPool 钱包主页地址,暂时只支持 VVPool | |
# 2. http://sc.ftqq.com/ 完成账号绑定后,在 http://sc.ftqq.com/?c=code 拿到 key | |
# 3. 更新文件同步在QQ群:617042593 | |
from bs4 import BeautifulSoup | |
import requests | |
import time |
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
server { | |
listen 80; | |
root /home/glow/www/wordpress; | |
index index.php index.html index.htm; | |
server_name example.com; | |
access_log /var/log/nginx/wordpress-access.log; | |
error_log /var/log/nginx/wordpress-error.log; |
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
<link rel="import" href="../topeka-elements/theme.html"> | |
<link rel="import" href="../topeka-elements/topeka-resources.html"> | |
<link rel="import" href="../topeka-elements/topeka-app.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; |
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
<P> 秦奋忏悔了4个小时,牧师受不了了。<br><br> 牧师说:我们的教堂太小了,装不下他那么大的罪恶,前面还有一个比较大的教堂。 | |
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
from calibre.web.feeds.news import BasicNewsRecipe | |
class myFeed (BasicNewsRecipe): | |
__author__ = u'Glowin <[email protected]>' | |
__url__ = 'http://glowface.net' | |
__version__ = '1.0.1' | |
__license__ = 'GPL v3' | |
__copyright__ = u'2013, Glowin <[email protected]>' | |
title = u'My Fav Feed' | |
description = u'Founded in September 2006, Smashing Magazine delivers useful and innovative information to Web designers and developers. Our aim is to inform our readers about the latest trends and techniques in Web development. We try to persuade you not with the quantity but with the quality of the information we present. Smashing Magazine is and always has been independent.' |
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
if (typeof (MUSIC) == "undefined" || !MUSIC) { | |
var MUSIC = {version: "1.0",_QMFL: true,_debugMode: false}; | |
} | |
MUSIC.emptyFn = function() { | |
}; | |
MUSIC.returnFn = function(v) { | |
return v; | |
}; | |
(function() { |
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
(function(a, b) { | |
function c(b, c) { | |
var g = b.nodeName.toLowerCase(); | |
if ("area" === g) { | |
var g = b.parentNode, i = g.name; | |
if (!b.href || !i || "map" !== g.nodeName.toLowerCase()) | |
return !1; | |
g = a("img[usemap=#" + i + "]")[0]; | |
return !!g && d(g) | |
} |
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 | |
/* | |
due to the open_basedir restriction, $tgtPath must be something like the following path param: | |
http://<your domain>.aws.af.cm/ls.php?path=/var/vcap.local/dea/apps/f-0-21341234123412abcdefgc75cc0f96b9/app/ | |
to discover what are the allowed paths, try supplying any path, e.g. '/' then view the error logs via: | |
af logs <your app name> | |
*/ |
NewerOlder