Skip to content

Instantly share code, notes, and snippets.

@K-Guan
K-Guan / Hozz-zh.md
Last active March 25, 2016 02:22
The basic usage of the Hozz project: http://ppoffice.github.io/Hozz

看完主页的介绍,总体来说给我的第一印象很不错。

简洁的页面,漂亮的图标:

screenshot from 2016-01-08 05-15-36

跨平台支持,同时提供直链和百度云链接:

screenshot from 2016-01-08 05-15-41

Hey everyone, I'm Kevin.

Yes I know that I'm new to SO and SOCVR, but I think that I'm a good reviewer. The reason that I want to be a RO just because I want to help more, I like SOCVR.

And I think that I can handle everything (if I could) which happened during UTC 0 AM - UTC 10 AM. Because I'm from China/Asia, It's day to me (but night to most of the other members and ROs).

Also I'm happy to guide others who's new to SOCVR, and I think I can do it better as a RO.

@K-Guan
K-Guan / newest_result_generator.py
Last active February 29, 2016 01:22
A Python script which can auto generates the newest result for the Rep Wars.
#!/usr/bin/env python3
import re
import requests
from bs4 import BeautifulSoup
from collections import namedtuple
def get_results(users):
"""
Get the targets and the rep of all users who have joined the RepWars.