Skip to content

Instantly share code, notes, and snippets.

View xiaozhu2007's full-sized avatar
🤒
emo

甜力怕 xiaozhu2007

🤒
emo
View GitHub Profile
<?php
error_reporting(E_ERROR);
header("content-Type: text/html; charset=utf-8");
set_time_limit(0);
function Root_CSS()
{
print<<<CSS
<style type="text/css">
* {
padding: 0;
This file has been truncated, but you can view the full file.
阿爸 a1'ba4 18137
阿昌族 a1'chang1'zu2 50849
阿斗 a1'dou3 42632
阿飞 a1'fei1 48603
阿富汗 a1'fu4'han4 3461
阿訇 a1'hong1 34432
阿拉伯数字 a1'la1'bo2'shu4'zi4 35937
阿拉伯语 a1'la1'bo2'yu3 30476
阿妈 a1'ma1 16220
阿门 a1'men2 47913
@xiaozhu2007
xiaozhu2007 / proxy.go
Created April 18, 2022 03:21
一个Golang实现的HTTP(s) Basic Proxy
package main
import (
"bytes"
"fmt"
"io"
"log"
"net"
"net/url"
"strings"
import { request } from "@octokit/request";
// Following GitHub docs formatting:
// https://developer.github.com/v3/repos/#list-organization-repositories
const result = await request('GET /gists', {
headers: {
authorization: "token 0000000000000000000000000000000000000001",
},
type: "private",
});
MMM. .MMM
MMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMM _________________________________
MMMMMMMMMMMMMMMMMMMMM | |
MMMMMMMMMMMMMMMMMMMMMMM | Responsive is better than fast. |
MMMMMMMMMMMMMMMMMMMMMMMM |_ _____________________________|
MMMM::- -:::::::- -::MMMM |/
MM~:~ 00~:::::~ 00~:~MM
.. MMMMM::.00:::+:::.00::MMMMM ..
@xiaozhu2007
xiaozhu2007 / index.html
Last active December 6, 2022 07:20
青骄第二课堂禁毒--期末考试结果源码+背景(可截图)
<div class="exam-box">
<p class="exam-results-title">您的期末考试结果</p>
<span
><div>
<div class="final-exam">
<div>
<span class="final-exam-result">优秀</span
><span class="final-exam-semester">一</span
><span class="final-exam-account"
><!-- react-text: 170 -->你的姓名

Keybase proof

I hereby claim:

  • I am xiaozhu2007 on github.
  • I am xiaozhu2007 (https://keybase.io/xiaozhu2007) on keybase.
  • I have a public key whose fingerprint is C053 1EA7 E604 AA0E 1B29 63CF 4F12 8A56 806C 3082

To claim this, I am signing this object:

#!/bin/bash
if [[ -z "$NGROK_TOKEN" ]]; then
  echo "Please set 'NGROK_TOKEN'"
  exit 2
fi
if [[ -z "$USER_PASS" ]]; then
  echo "Please set 'USER_PASS' for user: $USER"
@xiaozhu2007
xiaozhu2007 / novelaileak.ipynb
Created December 26, 2022 04:59
novelaileak
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@xiaozhu2007
xiaozhu2007 / load_time_data.js
Created March 26, 2023 00:38
This file defines a singleton which provides access to all data that is available as soon as the page's resources are loaded (before DOM content has finished loading). This data includes both localized strings and any data that is important to have ready from a very early stage (e.g. things that must be displayed right away).
"use strict";
// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/**
* @fileoverview
* NOTE: This file is deprecated, and provides only the minimal LoadTimeData
* functions for places in the code still not using JS modules. Use
* load_time_data.ts in all new code.
*