Skip to content

Instantly share code, notes, and snippets.

View xjasonlyu's full-sized avatar
🦈
Ripping off codes

Jason Lyu xjasonlyu

🦈
Ripping off codes
View GitHub Profile
@xjasonlyu
xjasonlyu / answer.md
Last active December 14, 2019 07:42
USTC hackergame2019 #9-python wp
 ____          _    _                    _____
|  _ \  _   _ | |_ | |__    ___   _ __  |___ /
| |_) || | | || __|| '_ \  / _ \ | '_ \   |_ \
|  __/ | |_| || |_ | | | || (_) || | | | ___) |
|_|     \__, | \__||_| |_| \___/ |_| |_||____/
        |___/

||===============Available Types================||
||# strings, bytes, tuples, lists, dicts, sets, ||
@xjasonlyu
xjasonlyu / fuck-cyjc.py
Last active December 14, 2019 09:09
湖南大学创业基础网课平台-刷课脚本-v0.03
#!/usr/bin/env python3
#
__LOGO__ = \
'''
_____ _ _ ____ _ __ ____ __ __ _ ____
| ___|| | | | / ___|| |/ / / ___|\ \ / / | | / ___|
| |_ | | | || | | ' / _____ | | \ V / _ | || |
| _| | |_| || |___ | . \ |_____|| |___ | | | |_| || |___
|_| \___/ \____||_|\_\ \____| |_| \___/ \____| v{!s}
--By xjasonlyu
@xjasonlyu
xjasonlyu / main.c
Last active December 14, 2019 09:13
Simple Student Info Manage System Assignment for HDU Short Term Programing Class
/*
____ ____ ___ __ __ ____
/ ___| / ___| |_ _|| \/ |/ ___|
\___ \ \___ \ | | | |\/| |\___ \
___) | ___) | | | | | | | ___) |
|____/ |____/ |___||_| |_||____/
Created by Jason Lyu on 8/24/19.
*/
@xjasonlyu
xjasonlyu / coredns
Created July 15, 2019 06:02
alpine-init-service-script
#!/sbin/openrc-run
description="the Coredns DNS server"
pidfile="/run/$RC_SVCNAME.pid"
cfgfile="/etc/$RC_SVCNAME/Corefile"
command="/usr/local/bin/coredns"
command_args="-quiet -conf=$cfgfile"
command_user="nobody"