remove my emails

This commit is contained in:
Yuxin Wu
2018-08-26 01:21:45 -07:00
parent e5240137ee
commit 7fc6632907
26 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
# File: android-interact.sh
# Date: Wed Nov 29 02:19:00 2017 -0800
# Author: Yuxin Wu <[email protected]>
# Author: Yuxin Wu
PROG_NAME=`python -c "import os, sys; print(os.path.realpath(sys.argv[1]))" "$0"`
PROG_DIR=`dirname "$PROG_NAME"`
+1 -1
View File
@@ -2,7 +2,7 @@
# -*- coding: UTF-8 -*-
# File: progress.py
# Date: Wed Jun 17 23:59:52 2015 +0800
# Author: Yuxin Wu <[email protected]>
# Author: Yuxin Wu
import time
import sys
+1 -1
View File
@@ -2,7 +2,7 @@
# -*- coding: UTF-8 -*-
# File: utils.py
# Date: Wed Jun 17 23:59:25 2015 +0800
# Author: Yuxin Wu <[email protected]>
# Author: Yuxin Wu
import hashlib
import base64
+1 -1
View File
@@ -2,7 +2,7 @@
# -*- coding: UTF-8 -*-
# File: timer.py
# Date: Wed Jun 17 23:25:54 2015 +0800
# Author: Yuxin Wu <[email protected]>
# Author: Yuxin Wu
import time, functools
from collections import defaultdict
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
# File: dump-audio.py
# Author: Yuxin Wu <[email protected]>
# Author: Yuxin Wu
import sys
import argparse
+1 -1
View File
@@ -2,7 +2,7 @@
# -*- coding: UTF-8 -*-
# File: dump-html.py
# Date: Wed Mar 25 17:44:20 2015 +0800
# Author: Yuxin Wu <[email protected]>
# Author: Yuxin Wu
import sys
import argparse
+1 -1
View File
@@ -2,7 +2,7 @@
# -*- coding: UTF-8 -*-
# File: dump-msg.py
# Date: Mon May 25 15:23:05 2015 +0800
# Author: Yuxin Wu <[email protected]>
# Author: Yuxin Wu
from wechat.parser import WeChatDBParser
from common.textutil import safe_filename
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
# File: emoji-cache-tool.py
# Author: Yuxin Wu <[email protected]>
# Author: Yuxin Wu
import cPickle as pickle
import sys
+1 -1
View File
@@ -2,7 +2,7 @@
# -*- coding: UTF-8 -*-
# File: create_table.py
# Date: Wed Mar 25 16:43:22 2015 +0800
# Author: Yuxin Wu <[email protected]>
# Author: Yuxin Wu
import sys
import os
+1 -1
View File
@@ -2,7 +2,7 @@
# -*- coding: UTF-8 -*-
# File: libchat.py
# Date: Sun Apr 12 21:08:51 2015 +0900
# Author: Yuxin Wu <[email protected]>
# Author: Yuxin Wu
import sqlite3
import os
from datetime import datetime
+1 -1
View File
@@ -2,7 +2,7 @@
# -*- coding: UTF-8 -*-
# File: plot-num-msg-by-time.py
# Date: Wed Mar 25 17:44:39 2015 +0800
# Author: Yuxin Wu <[email protected]>
# Author: Yuxin Wu
from wechat.parser import WeChatDBParser
from common.textutil import ensure_unicode
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash -e
# File: compile_silk.sh
# Date: Tue Jun 16 22:26:49 2015 +0800
# Author: Yuxin Wu <[email protected]>
# Author: Yuxin Wu
cd `dirname "$0"`/silk
make
+1 -1
View File
@@ -2,7 +2,7 @@
# -*- coding: UTF-8 -*-
# File: audio.py
# Date: Fri Jun 26 10:42:41 2015 +0800
# Author: Yuxin Wu <[email protected]>
# Author: Yuxin Wu
import os
from subprocess import PIPE, Popen, call
+1 -1
View File
@@ -2,7 +2,7 @@
# -*- coding: UTF-8 -*-
# File: avatar.py
# Date: Wed Nov 29 03:27:16 2017 -0800
# Author: Yuxin Wu <[email protected]>
# Author: Yuxin Wu
from PIL import Image
import cStringIO
+1 -1
View File
@@ -2,7 +2,7 @@
# -*- coding: UTF-8 -*-
# File: libchathelper.py
# Date: Wed Nov 29 03:44:54 2017 -0800
# Author: Yuxin Wu <[email protected]>
# Author: Yuxin Wu
import base64
from pyquery import PyQuery
+1 -1
View File
@@ -2,7 +2,7 @@
# -*- coding: UTF-8 -*-
# File: msg.py
# Date: Thu Jun 18 00:01:00 2015 +0800
# Author: Yuxin Wu <[email protected]>
# Author: Yuxin Wu
TYPE_MSG = 1
TYPE_IMG = 3
TYPE_SPEAK = 34
+1 -1
View File
@@ -2,7 +2,7 @@
# -*- coding: UTF-8 -*-
# File: msgslice.py
# Date: Thu Jan 08 00:15:49 2015 +0800
# Author: Yuxin Wu <[email protected]>
# Author: Yuxin Wu
class MessageSlicerByTime(object):
""" Separate messages into slices by time,
+1 -1
View File
@@ -2,7 +2,7 @@
# -*- coding: UTF-8 -*-
# File: parser.py
# Date: Thu Jun 18 00:03:53 2015 +0800
# Author: Yuxin Wu <[email protected]>
# Author: Yuxin Wu
import sqlite3
from collections import defaultdict
+1 -1
View File
@@ -2,7 +2,7 @@
# -*- coding: UTF-8 -*-
# File: render.py
# Date: Wed Nov 29 03:53:55 2017 -0800
# Author: Yuxin Wu <[email protected]>
# Author: Yuxin Wu
import os
import base64
+1 -1
View File
@@ -2,7 +2,7 @@
# -*- coding: UTF-8 -*-
# File: res.py
# Date: Wed Nov 29 03:43:50 2017 -0800
# Author: Yuxin Wu <[email protected]>
# Author: Yuxin Wu
import glob
import os
+1 -1
View File
@@ -2,7 +2,7 @@
# -*- coding: UTF-8 -*-
# File: smiley.py
# Date: Thu Jun 18 00:02:43 2015 +0800
# Author: Yuxin Wu <[email protected]>
# Author: Yuxin Wu
import os
import re
+1 -1
View File
@@ -1,6 +1,6 @@
//File: main.js
//Date: Sun Jan 11 23:32:26 2015 +0800
//Author: Yuxin Wu <[email protected]>
//Author: Yuxin Wu
var playVoice = function(event) {
var target = event.target;
+1 -1
View File
@@ -2,7 +2,7 @@
# -*- coding: UTF-8 -*-
# File: parse_tencent_smiley.py
# Date: Sat Dec 27 00:15:14 2014 +0800
# Author: Yuxin Wu <[email protected]>
# Author: Yuxin Wu
import xml.etree.ElementTree as ET
import os
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash -e
# File: see_smiley_name.sh
# Date: Sun Jan 11 21:37:06 2015 +0800
# Author: Yuxin Wu <[email protected]>
# Author: Yuxin Wu
cat tencent-smiley.json | jq 'to_entries | group_by(.value) | .[] | "---------",.[].key'
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/zsh
# File: down1.sh
# Date: Sat Dec 20 17:53:23 2014 +0800
# Author: Yuxin Wu <[email protected]>
# Author: Yuxin Wu
# Download 105 tencent smiley
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash -e
# File: down2.sh
# Date: Wed Dec 24 22:31:37 2014 +0800
# Author: Yuxin Wu <[email protected]>
# Author: Yuxin Wu
# This script is used to download unicode emoji