Javascript
const smoothScrollToTop = () => {
let yTopValve = (window.pageYOffset || document.body.scrollTop || document.documentElement.scrollTop);
if (yTopValve > 1) {
window.requestAnimationFrame(smoothScrollToTop);
scrollTo(0, Math.floor(yTopValve * 0.85));
} else {
scrollTo(0, 0);
}
};
setTimeout(() => {
document.getElementById('scrollbutton').onclick = smoothScrollToTop;
}, 0);
C++
#include<cstdio>
#include<iostream>
#include<algorithm>
const int maxn=1050;
const int maxm=20000010;
int h,n,v[maxn],w[maxn],f[maxm],maxx;
int main()
{
cin>>h>>n;
memset(f,0x3f,sizeof(f));
f[0]=0;
for(int i=1;i<=n;i++) cin>>v[i]>>w[i],maxx=max(v[i],maxx);
for(int i=1;i<=n;i++)
{
for(int j=v[i];j<=h+maxx;j++)
f[j]=min(f[j],f[j-v[i]]+w[i]);
}
int ans=inf;
for(int i=h;i<=h+maxx;i++) ans=min(ans,f[i]);
cout<<ans<<endl;
return 0;
}
PHP
<?php
error_reporting(0);
if(!isset($_GET['num'])){
show_source(__FILE__);
}else{
$str = $_GET['num'];
$blacklist = [' ', '\t', '\r', '\n','\'', '"', '`', '\[', '\]','\$','\\','\^'];
foreach ($blacklist as $blackitem) {
if (preg_match('/' . $blackitem . '/m', $str)) {
die("what are you want to do?");
}
}
eval('echo '.$str.';');
}
?>
JSON
{
"name": "hexo-theme-kaze",
"description": "hexo-theme-kaze",
"author": "theme-kaze",
"license": "MIT",
"bugs": {
"url": "https://github.com/theme-kaze/hexo-theme-Kaze/issues"
},
"homepage": "https://github.com/theme-kaze/hexo-theme-Kaze#readme"
}
Python
import requests
import re
import sys
import os
url = 'https://twoshot.hgame.n3ko.co/'
headers = {
'Content-Type': 'application/x-www-form-urlencoded',
'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36',
}
p = requests.get(url+'random.php?times=228', headers=headers)
randnum = re.findall(r'\d*', p.text)[1:-2:2]
firstnum = randnum[0]
lastnum = randnum[227]
content = os.popen("python3 ./reverse_mt_rand.py " +
firstnum+' '+lastnum+' 0 0').read()
q = requests.post(url+'/verify.php', headers=headers, data={'ans': content})
print(q.text)
Go
_, err = db.Exec(fmt.Sprintf(`INSERT INTO secret(secret) VALUES('%s');`, secretKey))
if err != nil {
return err
}
if u.TotalBalance > 999999 || win {
flag = os.Getenv("flag")
} else {
flag = "nothing to show, to be a winner"
}
Bash
$ hexo deploy
来源: https://demo.theme-kaze.top/highlight/