Skip to content

Instantly share code, notes, and snippets.

@talentwill
talentwill / letters-to-100.py
Created November 7, 2017 02:38 — forked from peterjmag/letters-to-100.py
Find English words whose letter values add up to 100
#!/usr/bin/env python
# encoding: utf-8
"""
letters-to-100.py
"""
import string
letter_values = dict((l, i) for i, l in enumerate(string.lowercase, start=1))
english_dict = open('/usr/share/dict/words', 'rU')
@talentwill
talentwill / VIP.php
Created July 18, 2017 17:48
优酷、爱奇艺、搜狐、腾讯等各大视频网站VIP视频解析源代码
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<?php
$user_agent = $_SERVER['HTTP_USER_AGENT'];
if (strpos($user_agent, 'MicroMessenger') === false) {
echo '
<center><h1>输入各大视频网站VIP视频链接即可观看</h1></center>
@talentwill
talentwill / wxpy_group.py
Created May 10, 2017 16:24 — forked from youfou/ad_urls.json
响应好友请求 / 自动聊天 / 限制频率 / 邀请入群 / 远程群管理 / 新人欢迎消息 / 关键词问答 / 发心跳 / 远程命令 / 远程执行代码
#!/usr/bin/env python3
# coding: utf-8
"""
wxpy 机器人正在使用的所有代码
可能需要安装开发分支的 wxpy
pip3 install -U git+https://github.com/youfou/wxpy.git@develop